{"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 13 kit de d\u00e9marrage complets pour FORD Fiesta  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=\"6373612e656d616e2e746375646f7270443325726564726f463325736574726f702d352d69762d6174736569662d323730333146322564726f662d32303846322574656c706d6f632d6567617272616d65642d65642d74696b2d373931383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Pertinence\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6373612e65636972702e746375646f7270443325726564726f463325736574726f702d352d69762d6174736569662d323730333146322564726f662d32303846322574656c706d6f632d6567617272616d65642d65642d74696b2d373931383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Prix, croissant\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"637365642e65636972702e746375646f7270443325726564726f463325736574726f702d352d69762d6174736569662d323730333146322564726f662d32303846322574656c706d6f632d6567617272616d65642d65642d74696b2d373931383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\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=\"736574726f702d352d69762d6174736569662d323730333146322564726f662d32303846322574656c706d6f632d6567617272616d65642d65642d74696b2d373931383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Neuf + Occasion\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6675656e44332565707974463325736574726f702d352d69762d6174736569662d323730333146322564726f662d32303846322574656c706d6f632d6567617272616d65642d65642d74696b2d373931383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Pi\u00e8ces neuves\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6e6f69736163636f44332565707974463325736574726f702d352d69762d6174736569662d323730333146322564726f662d32303846322574656c706d6f632d6567617272616d65642d65642d74696b2d373931383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\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=\"43339938\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/43339938-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"122.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-06-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"EST RECYCLAGE AUTOMOBILE\">\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\/kit-de-demarrage-complet\/43339938-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html\">Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes<\/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                Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\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\">EST RECYCLAGE AUTOMOBILE<\/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\">FIESTA 6 PHASE 1 1.25i - 16V<\/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\">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                            122,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/43339938-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"19904635\" \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\/6\/4\/8\/8\/3\/5\/97648835-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/19904635-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"199.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-06-09\">\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\/kit-de-demarrage-complet\/19904635-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html\">Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes<\/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                Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\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\">FIESTA 6 PHASE 1 1.25i - 16V<\/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\">Essence<\/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\">125099<\/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                            199,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\/6\/4\/8\/8\/3\/5\/97648835-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/19904635-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"20053904\" \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\/3\/1\/8\/5\/5\/8\/1\/103185581-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/20053904-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"264.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-06-09\">\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\/kit-de-demarrage-complet\/20053904-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html\">Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes<\/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                Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\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\">FIESTA 6 PHASE 1 1.4 TDCI - 8V 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\">172230<\/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                            264,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\/3\/1\/8\/5\/5\/8\/1\/103185581-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/20053904-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"39071869\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/39071869-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"250.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-06-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"COUTRAS CASSE AUTO\">\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\/kit-de-demarrage-complet\/39071869-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html\">Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes<\/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                Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\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\">COUTRAS CASSE AUTO<\/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\">3 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\">FIESTA 6 PHASE 1 1.4 TDCI - 8V 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\">176502<\/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                            250,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\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/39071869-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"39084170\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/39084170-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"210.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-06-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"COUTRAS CASSE AUTO\">\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\/kit-de-demarrage-complet\/39084170-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html\">Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes<\/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                Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\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\">COUTRAS CASSE AUTO<\/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\">3 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\">FIESTA 6 PHASE 1 1.4 TDCI - 8V 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\">251050<\/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                            210,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\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/39084170-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"41520353\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/41520353-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"180.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-06-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"MULTISERVICES SARL\">\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\/kit-de-demarrage-complet\/41520353-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html\">Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes<\/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                Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\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\">MULTISERVICES SARL<\/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\">Diesel<\/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                            180,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\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/41520353-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"28046788\" \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\/7\/7\/9\/4\/6\/9\/1\/107794691-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/28046788-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"200.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-06-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"MULTISERVICES SARL\">\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\/kit-de-demarrage-complet\/28046788-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html\">Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes<\/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                Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\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\">MULTISERVICES SARL<\/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\">Diesel<\/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                            200,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\/7\/7\/9\/4\/6\/9\/1\/107794691-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/28046788-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"28037427\" \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\/7\/4\/2\/0\/1\/0\/5\/107420105-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/28037427-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"200.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-06-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"MULTISERVICES SARL\">\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\/kit-de-demarrage-complet\/28037427-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html\">Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes<\/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                Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\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\">MULTISERVICES SARL<\/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\">Diesel<\/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                            200,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\/7\/4\/2\/0\/1\/0\/5\/107420105-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/28037427-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"28044141\" \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\/7\/7\/6\/6\/3\/9\/2\/107766392-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/28044141-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"180.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-06-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"MULTISERVICES SARL\">\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\/kit-de-demarrage-complet\/28044141-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html\">Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes<\/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                Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\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\">MULTISERVICES SARL<\/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\">Diesel<\/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                            180,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\/7\/7\/6\/6\/3\/9\/2\/107766392-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/28044141-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"41516328\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/41516328-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"180.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-06-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"MULTISERVICES SARL\">\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\/kit-de-demarrage-complet\/41516328-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html\">Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes<\/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                Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\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\">MULTISERVICES SARL<\/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                            180,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\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/41516328-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"37674061\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/37674061-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"264.76\">\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-06-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL N7 AUTO PI\u00c8CES\">\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\/kit-de-demarrage-complet\/37674061-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html\">Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes<\/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                Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\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\">SARL N7 AUTO PI\u00c8CES<\/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\">24 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\">FIESTA 6 PHASE 2 1.0i - 12V 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\">Essence<\/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\">117648<\/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                            264,76\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\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/37674061-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"37672132\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/37672132-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"220.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-06-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL N7 AUTO PI\u00c8CES\">\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\/kit-de-demarrage-complet\/37672132-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html\">Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes<\/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                Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\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\">SARL N7 AUTO PI\u00c8CES<\/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\">24 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\">FIESTA 6 PHASE 1 1.6 TDCI - 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\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            220,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\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/37672132-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"37671225\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/37671225-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=\"250.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-06-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL N7 AUTO PI\u00c8CES\">\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\/kit-de-demarrage-complet\/37671225-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html\">Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes<\/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                Kit de d\u00e9marrage complet d&#039;occasion pour FORD Fiesta VI 5 portes\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\">SARL N7 AUTO PI\u00c8CES<\/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\">24 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\">FIESTA 6 PHASE 2 1.5 TDCI - 8V 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\">195068<\/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                            250,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\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/37671225-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.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=18197&amp;id_category_marque=802&amp;id_category_modele=13072&amp;ajax=1&amp;action=products&amp;perPage=20&amp;expansion_level=2&amp;page=1&amp;c_exp_2=43\" class=\"show-more-products js-search-link-\">\n                                            Afficher les pi\u00e8ces trouv\u00e9es pour toutes les FORD\n                                    <\/a>\n            <\/div>\n        <\/div>\n    <\/nav>\n            \n\n<\/div>\n","rendered_products_bottom":"<div id=\"js-product-list-bottom\"><\/div>\n","result":{},"label":"Cat\u00e9gorie : Kit de d\u00e9marrage complet","products":[{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=43339938&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"43339938","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/43339938-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","canonical_url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/43339938-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"43339938","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"122,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-06-01 10:34:22","date_upd":"2026-06-02 03:12:09","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"43339938-149283756","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/43339938-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":122,"price_without_reduction":122,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"FIESTA 6 PHASE 1 1.25i - 16V","id_feature":"3","position":"2"},{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"149283756","position":"1","id_origin":"https:\/\/www.opisto.fr\/Content\/images\/icones\/no-photos.png","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"149283756","position":"1","id_origin":"https:\/\/www.opisto.fr\/Content\/images\/icones\/no-photos.png","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":122,"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":"FIESTA 6 PHASE 1 1.25i - 16V","id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},"Usure":{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"43339938","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"122,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":"","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"2.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-06-01 10:34:22","date_upd":"2026-06-02 03:12:09","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"101:104972741","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":"101:WF0GXXGAJGCA21905","code_moteur_field":"SNJB","vehicule_ref_id":"WF0GXXGAJGCA21905","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FORD","origin_modele":"FIESTA 6","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Kit de demarrage","id_category_piece":"18197","id_category_marque":"802","id_category_modele":"13072","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":"101","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3925645","id_modele_parent":"9610","id_energie":"16532","id_seller":"101","id_country_seller":"8","id_image":"43339938-149283756","prix":"122.000000","energie":"Essence","libelle":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","seller_name":"EST RECYCLAGE AUTOMOBILE","ordre_affichage":"6162","snipet":"[{\"value\":\"FIESTA 6 PHASE 1 1.25i - 16V\",\"name\":\"Version\"},{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"6 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-home_default.webp","fdp_incluse":"1","code_moteur":"SNJB","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/43339938-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":122,"price_without_reduction":122,"price_without_reduction_without_tax":122,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"FIESTA 6 PHASE 1 1.25i - 16V","id_feature":"3","position":"2"},{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"149283756","position":"1","id_origin":"https:\/\/www.opisto.fr\/Content\/images\/icones\/no-photos.png","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/2\/8\/3\/7\/5\/6\/149283756-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"149283756","position":"1","id_origin":"https:\/\/www.opisto.fr\/Content\/images\/icones\/no-photos.png","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":122,"regular_price_amount":122,"regular_price":"122,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":null,"id":"19904635","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/19904635-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","canonical_url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/19904635-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":null,"embedded_attributes":{"id_product":"19904635","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":0,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"199,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-06-01 10:34:22","date_upd":"2026-06-02 01:43:48","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"19904635-97648836","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/19904635-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":199,"price_without_reduction":199,"reduction":0,"specific_prices":[],"quantity_all_versions":0,"features":[{"name":"Version","value":"FIESTA 6 PHASE 1 1.25i - 16V","id_feature":"3","position":"2"},{"name":"Energie","value":"Essence","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":"125099","id_feature":"19","position":"17"},{"name":"Remarques","value":"Calculateur Continental : 8V2112A650RF\nBSI : 8V5115K600CF\nNeiman avec une clef\nMot : 1.25i 16v 60ch (STJA)","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\/6\/4\/8\/8\/3\/5\/97648835-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"97648835","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-a1ee159c-48c6-4412-a46c-af94d3dec046-Piece-FORD-4b6b770e5a79b23b88391c430a6387c461ff91f98f3440e2e6cb8f19283e31ef_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/6\/97648836-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/6\/97648836-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/6\/97648836-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/6\/97648836-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/6\/97648836-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/6\/97648836-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/6\/97648836-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/6\/97648836-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648836","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-ffd4fb0c-84b7-4ca3-a5b0-a01f82c88048-Piece-FORD-2d48152ac026ea65dde26b3f5e03a3085a856b0c48c0599011985d0630867ec6_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/7\/97648837-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/7\/97648837-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/7\/97648837-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/7\/97648837-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/7\/97648837-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/7\/97648837-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/7\/97648837-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/7\/97648837-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648837","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-4f42d6d0-f49f-4ea0-839b-52c95e70720f-Piece-FORD-2818e69917bc1e2b9af4059220b9172b8b7884ff8ca25da72560f36daa80a5e9_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/8\/97648838-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/8\/97648838-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/8\/97648838-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/8\/97648838-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/8\/97648838-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/8\/97648838-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/8\/97648838-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/8\/97648838-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648838","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-ed2b906a-99bc-4d0e-a400-bf6c78fb878e-Piece-FORD-12a60e450a389965c73014bb7e9e700a2ee9335d6293f6712b9f3267d5120c3b_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/9\/97648839-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/9\/97648839-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/9\/97648839-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/9\/97648839-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/9\/97648839-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/9\/97648839-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/9\/97648839-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/9\/97648839-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648839","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-07e7137a-41eb-4a8a-9302-19fc043ed32b-Piece-FORD-cbd1c264302c0825cef2dc02b8bc2a49f1f6faa33253ddf792bae110c0722b30_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/0\/97648840-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/0\/97648840-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/0\/97648840-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/0\/97648840-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/0\/97648840-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/0\/97648840-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/0\/97648840-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/0\/97648840-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648840","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-4d5d4523-10fd-439c-b729-43f9758a4a2a-Piece-FORD-14fb88e46e4bbf08a7367ca86668bcaa8c536b8fd34b0b2b5b13f6df4fa35154_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/1\/97648841-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/1\/97648841-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/1\/97648841-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/1\/97648841-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/1\/97648841-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/1\/97648841-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/1\/97648841-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/1\/97648841-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648841","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-905ed5e4-2a1f-4eb2-90eb-424cfe82c935-Piece-FORD-d79dc797ac6c649844a9c83c7432f6d47bb5b880890a17f119d557564e33eccf_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/2\/97648842-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/2\/97648842-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/2\/97648842-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/2\/97648842-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/2\/97648842-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/2\/97648842-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/2\/97648842-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/2\/97648842-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648842","position":"8","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-9ebb7d77-1c2e-4d15-be53-a3b41e40c3ee-Piece-FORD-a24aa3c99113034b5a0050343c7d83e4e492132863be4e79af8fb955c8550925_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/3\/97648843-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/3\/97648843-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/3\/97648843-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/3\/97648843-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/3\/97648843-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/3\/97648843-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/3\/97648843-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/3\/97648843-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648843","position":"9","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-2c8f9991-05f0-4c01-ae4b-333dfd688eb7-Piece-FORD-370428d9464028f27969a6a51abf47839301717b8a39bae5d5031ebf5d48df47_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/4\/97648844-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/4\/97648844-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/4\/97648844-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/4\/97648844-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/4\/97648844-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/4\/97648844-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/4\/97648844-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/4\/97648844-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648844","position":"10","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-8ecfaff1-c38b-4d7f-84de-da81ed7336ed-Piece-FORD-f98e6ce05798242370ff9cfe94ef1c31801affa3631a3a99ce7b6d0d24700c85_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/5\/97648845-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/5\/97648845-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/5\/97648845-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/5\/97648845-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/5\/97648845-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/5\/97648845-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/5\/97648845-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/5\/97648845-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648845","position":"11","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-129577ba-1a59-4001-95b0-84309086e590-Piece-FORD-0744189d93099edd6ec1ba8931604f2d4ef7bc533fe62ad3ea8d80c47ceca57e_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/6\/97648846-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/6\/97648846-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/6\/97648846-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/6\/97648846-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/6\/97648846-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/6\/97648846-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/6\/97648846-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/6\/97648846-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648846","position":"12","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-321adb49-e2fa-49b9-96b8-a6418b222401-Piece-FORD-0762f4bd5353d6f3371bb0f1ef374792a159b9fe2a09e5afabc8600870d99cd1_o.JPG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"97648835","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-a1ee159c-48c6-4412-a46c-af94d3dec046-Piece-FORD-4b6b770e5a79b23b88391c430a6387c461ff91f98f3440e2e6cb8f19283e31ef_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":199,"unit_price_full":"","show_availability":true,"availability_message":"Rupture de stock","availability_date":null,"availability":"unavailable"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Version":{"name":"Version","value":"FIESTA 6 PHASE 1 1.25i - 16V","id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Essence","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":"125099","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"Calculateur Continental : 8V2112A650RF\nBSI : 8V5115K600CF\nNeiman avec une clef\nMot : 1.25i 16v 60ch (STJA)","id_feature":"24","position":"22"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/OutOfStock","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":"19904635","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":0,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"199,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":"1543041","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"2.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-06-01 10:34:22","date_upd":"2026-06-02 01:43:48","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"79:105733918","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\":\"3681226\"},{\"id\":\"3681227\"},{\"id\":\"3681228\"},{\"id\":\"3681229\"},{\"id\":\"3681230\"},{\"id\":\"3681231\"},{\"id\":\"3681232\"},{\"id\":\"3681233\"},{\"id\":\"3681234\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"79:WF0JXXGAJJ8Y17550","code_moteur_field":"STJA","vehicule_ref_id":"WF0JXXGAJJ8Y17550","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FORD","origin_modele":"FIESTA 6","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Kit de demarrage","id_category_piece":"18197","id_category_marque":"802","id_category_modele":"13072","id_category_version":"13072","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":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3925646","id_modele_parent":"9610","id_energie":"16532","id_seller":"79","id_country_seller":"8","id_image":"19904635-97648836","prix":"199.000000","energie":"Essence","libelle":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","seller_name":"MAZARD PI\u00c8CES AUTO 09","ordre_affichage":"6163","snipet":"[{\"value\":\"FIESTA 6 PHASE 1 1.25i - 16V\",\"name\":\"Version\"},{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"125099\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-home_default.webp","fdp_incluse":"0","code_moteur":"STJA","reference_constructeur":"1543041","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/19904635-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":199,"price_without_reduction":199,"price_without_reduction_without_tax":199,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":0,"features":[{"name":"Version","value":"FIESTA 6 PHASE 1 1.25i - 16V","id_feature":"3","position":"2"},{"name":"Energie","value":"Essence","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":"125099","id_feature":"19","position":"17"},{"name":"Remarques","value":"Calculateur Continental : 8V2112A650RF\nBSI : 8V5115K600CF\nNeiman avec une clef\nMot : 1.25i 16v 60ch (STJA)","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\/6\/4\/8\/8\/3\/5\/97648835-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"97648835","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-a1ee159c-48c6-4412-a46c-af94d3dec046-Piece-FORD-4b6b770e5a79b23b88391c430a6387c461ff91f98f3440e2e6cb8f19283e31ef_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/6\/97648836-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/6\/97648836-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/6\/97648836-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/6\/97648836-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/6\/97648836-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/6\/97648836-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/6\/97648836-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/6\/97648836-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648836","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-ffd4fb0c-84b7-4ca3-a5b0-a01f82c88048-Piece-FORD-2d48152ac026ea65dde26b3f5e03a3085a856b0c48c0599011985d0630867ec6_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/7\/97648837-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/7\/97648837-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/7\/97648837-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/7\/97648837-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/7\/97648837-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/7\/97648837-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/7\/97648837-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/7\/97648837-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648837","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-4f42d6d0-f49f-4ea0-839b-52c95e70720f-Piece-FORD-2818e69917bc1e2b9af4059220b9172b8b7884ff8ca25da72560f36daa80a5e9_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/8\/97648838-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/8\/97648838-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/8\/97648838-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/8\/97648838-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/8\/97648838-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/8\/97648838-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/8\/97648838-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/8\/97648838-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648838","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-ed2b906a-99bc-4d0e-a400-bf6c78fb878e-Piece-FORD-12a60e450a389965c73014bb7e9e700a2ee9335d6293f6712b9f3267d5120c3b_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/9\/97648839-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/9\/97648839-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/9\/97648839-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/9\/97648839-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/9\/97648839-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/9\/97648839-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/9\/97648839-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/9\/97648839-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648839","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-07e7137a-41eb-4a8a-9302-19fc043ed32b-Piece-FORD-cbd1c264302c0825cef2dc02b8bc2a49f1f6faa33253ddf792bae110c0722b30_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/0\/97648840-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/0\/97648840-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/0\/97648840-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/0\/97648840-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/0\/97648840-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/0\/97648840-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/0\/97648840-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/0\/97648840-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648840","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-4d5d4523-10fd-439c-b729-43f9758a4a2a-Piece-FORD-14fb88e46e4bbf08a7367ca86668bcaa8c536b8fd34b0b2b5b13f6df4fa35154_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/1\/97648841-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/1\/97648841-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/1\/97648841-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/1\/97648841-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/1\/97648841-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/1\/97648841-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/1\/97648841-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/1\/97648841-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648841","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-905ed5e4-2a1f-4eb2-90eb-424cfe82c935-Piece-FORD-d79dc797ac6c649844a9c83c7432f6d47bb5b880890a17f119d557564e33eccf_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/2\/97648842-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/2\/97648842-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/2\/97648842-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/2\/97648842-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/2\/97648842-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/2\/97648842-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/2\/97648842-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/2\/97648842-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648842","position":"8","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-9ebb7d77-1c2e-4d15-be53-a3b41e40c3ee-Piece-FORD-a24aa3c99113034b5a0050343c7d83e4e492132863be4e79af8fb955c8550925_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/3\/97648843-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/3\/97648843-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/3\/97648843-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/3\/97648843-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/3\/97648843-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/3\/97648843-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/3\/97648843-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/3\/97648843-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648843","position":"9","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-2c8f9991-05f0-4c01-ae4b-333dfd688eb7-Piece-FORD-370428d9464028f27969a6a51abf47839301717b8a39bae5d5031ebf5d48df47_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/4\/97648844-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/4\/97648844-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/4\/97648844-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/4\/97648844-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/4\/97648844-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/4\/97648844-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/4\/97648844-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/4\/97648844-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648844","position":"10","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-8ecfaff1-c38b-4d7f-84de-da81ed7336ed-Piece-FORD-f98e6ce05798242370ff9cfe94ef1c31801affa3631a3a99ce7b6d0d24700c85_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/5\/97648845-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/5\/97648845-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/5\/97648845-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/5\/97648845-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/5\/97648845-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/5\/97648845-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/5\/97648845-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/5\/97648845-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648845","position":"11","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-129577ba-1a59-4001-95b0-84309086e590-Piece-FORD-0744189d93099edd6ec1ba8931604f2d4ef7bc533fe62ad3ea8d80c47ceca57e_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/6\/97648846-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/6\/97648846-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/6\/97648846-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/6\/97648846-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/6\/97648846-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/6\/97648846-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/6\/97648846-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/4\/6\/97648846-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97648846","position":"12","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-321adb49-e2fa-49b9-96b8-a6418b222401-Piece-FORD-0762f4bd5353d6f3371bb0f1ef374792a159b9fe2a09e5afabc8600870d99cd1_o.JPG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/8\/8\/3\/5\/97648835-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"97648835","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105733918-a1ee159c-48c6-4412-a46c-af94d3dec046-Piece-FORD-4b6b770e5a79b23b88391c430a6387c461ff91f98f3440e2e6cb8f19283e31ef_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":199,"regular_price_amount":199,"regular_price":"199,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_message":"Rupture de stock","availability_date":null,"availability":"unavailable"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=20053904&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"20053904","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/20053904-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","canonical_url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/20053904-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"20053904","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"264,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-06-01 10:34:22","date_upd":"2026-06-01 22:16:58","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"20053904-103185582","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/20053904-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":239.99998,"price_without_reduction":263.999978,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"FIESTA 6 PHASE 1 1.4 TDCI - 8V TURBO","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":"172230","id_feature":"19","position":"17"},{"name":"Remarques","value":"\/!\\ Ce type de produit n\u00e9cessite parfois l'intervention d'un professionnel qualifi\u00e9 en programmation pour un bon fonctionnement ","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":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"103185581","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-df1a7253256ff8f00ee499406a28e62bb2190e9f1830cd99cb3083e6258e78fb_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/2\/103185582-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/2\/103185582-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/2\/103185582-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/2\/103185582-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/2\/103185582-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/2\/103185582-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/2\/103185582-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/2\/103185582-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185582","position":"2","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-faef42f779c15b57448da711475ec47d4af1805fb12b698b67aa50338209536f_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/3\/103185583-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/3\/103185583-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/3\/103185583-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/3\/103185583-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/3\/103185583-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/3\/103185583-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/3\/103185583-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/3\/103185583-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185583","position":"3","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-065467addd40e4e67600ee2d4d85151ed709caf750a4215bec74c4d2ec9f3b74_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/4\/103185584-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/4\/103185584-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/4\/103185584-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/4\/103185584-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/4\/103185584-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/4\/103185584-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/4\/103185584-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/4\/103185584-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185584","position":"4","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-4fbe3accc2302fdea94a6d2a8437ed40ce964b9cb935a422c5203799bc806439_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/5\/103185585-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/5\/103185585-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/5\/103185585-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/5\/103185585-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/5\/103185585-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/5\/103185585-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/5\/103185585-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/5\/103185585-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185585","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-68d358b1c08e350c2dda6a59a2d489c2685effb6dbf950a215e728d6d6456583_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/6\/103185586-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/6\/103185586-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/6\/103185586-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/6\/103185586-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/6\/103185586-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/6\/103185586-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/6\/103185586-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/6\/103185586-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185586","position":"6","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-b46cd8e9880cc9b7e7e3d26e964e4d5b17330d02bd1e3e48d3c6694567fb39a0_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/7\/103185587-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/7\/103185587-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/7\/103185587-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/7\/103185587-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/7\/103185587-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/7\/103185587-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/7\/103185587-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/7\/103185587-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185587","position":"7","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-50b93a69ae0c8a91dd3f17d5db77f2806b52a191964702c42d9059b77e81d9dc_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/8\/103185588-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/8\/103185588-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/8\/103185588-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/8\/103185588-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/8\/103185588-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/8\/103185588-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/8\/103185588-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/8\/103185588-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185588","position":"8","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-32ca3f1f646ff69499bcd49015784969861186039ac8e6d093119c1f2a2daf04_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/9\/103185589-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/9\/103185589-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/9\/103185589-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/9\/103185589-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/9\/103185589-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/9\/103185589-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/9\/103185589-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/9\/103185589-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185589","position":"9","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-f43cd38513c2c94033912cf70ee78219b00ac61f15c731ed05a8ad420e40aafa_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/4\/103185644-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/4\/103185644-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/4\/103185644-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/4\/103185644-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/4\/103185644-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/4\/103185644-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/4\/103185644-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/4\/103185644-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185644","position":"10","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-75d2f0328de844ad24db0b7aa2dc0a9307641959d5d4b2e50c24bff4b98d19dd_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/5\/103185645-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/5\/103185645-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/5\/103185645-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/5\/103185645-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/5\/103185645-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/5\/103185645-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/5\/103185645-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/5\/103185645-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185645","position":"11","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-7edf146a4f4e5766288f060e1eb1d752fa03e1304c9f77534f78034500b80b93_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/6\/103185646-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/6\/103185646-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/6\/103185646-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/6\/103185646-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/6\/103185646-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/6\/103185646-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/6\/103185646-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/6\/103185646-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185646","position":"12","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-97549cdb8e89fa93a332ad3d32ebfccb2561ab6ce2b728070db841e27285d365_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/7\/103185647-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/7\/103185647-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/7\/103185647-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/7\/103185647-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/7\/103185647-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/7\/103185647-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/7\/103185647-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/7\/103185647-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185647","position":"13","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-763138b6584df091b7ca15fa866cff11170f95d3cc08a50f294a5acde485f8fa_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/8\/103185648-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/8\/103185648-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/8\/103185648-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/8\/103185648-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/8\/103185648-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/8\/103185648-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/8\/103185648-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/8\/103185648-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185648","position":"14","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4672\/po_photo\/2024\/11\/95717147-097583b0-d2d8-4b25-8163-162a682b098f-photo3_m.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/9\/103185649-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/9\/103185649-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/9\/103185649-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/9\/103185649-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/9\/103185649-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/9\/103185649-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/9\/103185649-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/9\/103185649-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185649","position":"15","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4672\/po_photo\/2024\/11\/95717147-f117b9fd-bca6-4a03-a942-5d5eb30e674e-photo2_m.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/0\/103185650-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/0\/103185650-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/0\/103185650-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/0\/103185650-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/0\/103185650-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/0\/103185650-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/0\/103185650-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/0\/103185650-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185650","position":"16","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4672\/po_photo\/2024\/11\/95717147-f54e9060-11ba-4700-8764-94aaa150cb7b-photo1_m.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/1\/103185651-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/1\/103185651-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/1\/103185651-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/1\/103185651-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/1\/103185651-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/1\/103185651-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/1\/103185651-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/1\/103185651-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185651","position":"17","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4672\/po_photo\/2024\/11\/95717147-393c2dc6-b342-4efa-9285-5c7edc085308-photo0_m.jpeg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"103185581","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-df1a7253256ff8f00ee499406a28e62bb2190e9f1830cd99cb3083e6258e78fb_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":264,"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":"FIESTA 6 PHASE 1 1.4 TDCI - 8V TURBO","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":"172230","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"\/!\\ Ce type de produit n\u00e9cessite parfois l'intervention d'un professionnel qualifi\u00e9 en programmation pour un bon fonctionnement ","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":"20053904","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"264,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":"1540358","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"2.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-06-01 10:34:22","date_upd":"2026-06-01 22:16:58","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"78:95717147","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\":\"123719\"},{\"id\":\"123720\"},{\"id\":\"123721\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"78:WF0JXXGAJJ8Y78886","code_moteur_field":"1.4 DURATORQTDCI (68PS)  DV","vehicule_ref_id":"WF0JXXGAJJ8Y78886","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FORD","origin_modele":"FIESTA 6 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Kit de demarrage","id_category_piece":"18197","id_category_marque":"802","id_category_modele":"13072","id_category_version":"13072","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":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3925647","id_modele_parent":"9610","id_energie":"16523","id_seller":"78","id_country_seller":"8","id_image":"20053904-103185582","prix":"263.999978","energie":"Diesel","libelle":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","seller_name":"SOLUVAL","ordre_affichage":"6164","snipet":"[{\"value\":\"FIESTA 6 PHASE 1 1.4 TDCI - 8V TURBO\",\"name\":\"Version\"},{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"6 mois\",\"name\":\"Garantie\"},{\"value\":\"172230\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-home_default.webp","fdp_incluse":"0","code_moteur":"1.4 DURATORQTDCI (68PS)  DV","reference_constructeur":"1540358","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/20053904-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":239.99998,"price_without_reduction":263.999978,"price_without_reduction_without_tax":239.99998,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"FIESTA 6 PHASE 1 1.4 TDCI - 8V TURBO","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":"172230","id_feature":"19","position":"17"},{"name":"Remarques","value":"\/!\\ Ce type de produit n\u00e9cessite parfois l'intervention d'un professionnel qualifi\u00e9 en programmation pour un bon fonctionnement ","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":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"103185581","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-df1a7253256ff8f00ee499406a28e62bb2190e9f1830cd99cb3083e6258e78fb_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/2\/103185582-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/2\/103185582-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/2\/103185582-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/2\/103185582-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/2\/103185582-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/2\/103185582-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/2\/103185582-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/2\/103185582-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185582","position":"2","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-faef42f779c15b57448da711475ec47d4af1805fb12b698b67aa50338209536f_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/3\/103185583-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/3\/103185583-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/3\/103185583-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/3\/103185583-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/3\/103185583-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/3\/103185583-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/3\/103185583-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/3\/103185583-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185583","position":"3","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-065467addd40e4e67600ee2d4d85151ed709caf750a4215bec74c4d2ec9f3b74_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/4\/103185584-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/4\/103185584-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/4\/103185584-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/4\/103185584-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/4\/103185584-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/4\/103185584-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/4\/103185584-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/4\/103185584-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185584","position":"4","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-4fbe3accc2302fdea94a6d2a8437ed40ce964b9cb935a422c5203799bc806439_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/5\/103185585-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/5\/103185585-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/5\/103185585-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/5\/103185585-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/5\/103185585-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/5\/103185585-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/5\/103185585-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/5\/103185585-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185585","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-68d358b1c08e350c2dda6a59a2d489c2685effb6dbf950a215e728d6d6456583_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/6\/103185586-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/6\/103185586-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/6\/103185586-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/6\/103185586-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/6\/103185586-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/6\/103185586-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/6\/103185586-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/6\/103185586-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185586","position":"6","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-b46cd8e9880cc9b7e7e3d26e964e4d5b17330d02bd1e3e48d3c6694567fb39a0_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/7\/103185587-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/7\/103185587-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/7\/103185587-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/7\/103185587-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/7\/103185587-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/7\/103185587-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/7\/103185587-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/7\/103185587-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185587","position":"7","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-50b93a69ae0c8a91dd3f17d5db77f2806b52a191964702c42d9059b77e81d9dc_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/8\/103185588-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/8\/103185588-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/8\/103185588-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/8\/103185588-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/8\/103185588-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/8\/103185588-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/8\/103185588-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/8\/103185588-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185588","position":"8","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-32ca3f1f646ff69499bcd49015784969861186039ac8e6d093119c1f2a2daf04_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/9\/103185589-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/9\/103185589-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/9\/103185589-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/9\/103185589-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/9\/103185589-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/9\/103185589-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/9\/103185589-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/9\/103185589-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185589","position":"9","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-f43cd38513c2c94033912cf70ee78219b00ac61f15c731ed05a8ad420e40aafa_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/4\/103185644-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/4\/103185644-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/4\/103185644-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/4\/103185644-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/4\/103185644-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/4\/103185644-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/4\/103185644-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/4\/103185644-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185644","position":"10","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-75d2f0328de844ad24db0b7aa2dc0a9307641959d5d4b2e50c24bff4b98d19dd_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/5\/103185645-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/5\/103185645-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/5\/103185645-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/5\/103185645-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/5\/103185645-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/5\/103185645-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/5\/103185645-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/5\/103185645-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185645","position":"11","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-7edf146a4f4e5766288f060e1eb1d752fa03e1304c9f77534f78034500b80b93_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/6\/103185646-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/6\/103185646-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/6\/103185646-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/6\/103185646-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/6\/103185646-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/6\/103185646-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/6\/103185646-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/6\/103185646-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185646","position":"12","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-97549cdb8e89fa93a332ad3d32ebfccb2561ab6ce2b728070db841e27285d365_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/7\/103185647-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/7\/103185647-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/7\/103185647-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/7\/103185647-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/7\/103185647-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/7\/103185647-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/7\/103185647-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/7\/103185647-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185647","position":"13","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-763138b6584df091b7ca15fa866cff11170f95d3cc08a50f294a5acde485f8fa_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/8\/103185648-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/8\/103185648-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/8\/103185648-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/8\/103185648-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/8\/103185648-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/8\/103185648-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/8\/103185648-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/8\/103185648-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185648","position":"14","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4672\/po_photo\/2024\/11\/95717147-097583b0-d2d8-4b25-8163-162a682b098f-photo3_m.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/9\/103185649-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/9\/103185649-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/9\/103185649-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/9\/103185649-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/9\/103185649-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/9\/103185649-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/9\/103185649-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/4\/9\/103185649-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185649","position":"15","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4672\/po_photo\/2024\/11\/95717147-f117b9fd-bca6-4a03-a942-5d5eb30e674e-photo2_m.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/0\/103185650-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/0\/103185650-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/0\/103185650-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/0\/103185650-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/0\/103185650-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/0\/103185650-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/0\/103185650-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/0\/103185650-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185650","position":"16","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4672\/po_photo\/2024\/11\/95717147-f54e9060-11ba-4700-8764-94aaa150cb7b-photo1_m.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/1\/103185651-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/1\/103185651-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/1\/103185651-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/1\/103185651-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/1\/103185651-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/1\/103185651-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/1\/103185651-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/6\/5\/1\/103185651-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"103185651","position":"17","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4672\/po_photo\/2024\/11\/95717147-393c2dc6-b342-4efa-9285-5c7edc085308-photo0_m.jpeg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/3\/1\/8\/5\/5\/8\/1\/103185581-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"103185581","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2024_10\/13496207-df1a7253256ff8f00ee499406a28e62bb2190e9f1830cd99cb3083e6258e78fb_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":264,"regular_price_amount":264,"regular_price":"264,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=39071869&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"39071869","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/39071869-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","canonical_url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/39071869-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"39071869","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"250,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-06-01 10:34:22","date_upd":"2026-06-02 02:35:14","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"39071869-140970145","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/39071869-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":250,"price_without_reduction":250,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"FIESTA 6 PHASE 1 1.4 TDCI - 8V 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":"3 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"176502","id_feature":"19","position":"17"},{"name":"Remarques","value":"Marque calculateur : Bosch\n\nMerci de bien regarder les photos.","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\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"140970145","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/08\/110697047-d3797011-54dc-4212-9952-00122b061024-Piece-110697047-Kit-de-demarrage-1696531-0b0e7222cfddad33e5b369d59b3412aa4c1132d2099a7dff5f572c2d5fc61c51_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"140970145","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/08\/110697047-d3797011-54dc-4212-9952-00122b061024-Piece-110697047-Kit-de-demarrage-1696531-0b0e7222cfddad33e5b369d59b3412aa4c1132d2099a7dff5f572c2d5fc61c51_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":250,"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":"FIESTA 6 PHASE 1 1.4 TDCI - 8V 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":"3 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"176502","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"Marque calculateur : Bosch\n\nMerci de bien regarder les photos.","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":"39071869","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"250,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":"1696531","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"2.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-06-01 10:34:22","date_upd":"2026-06-02 02:35:14","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"97:110697047","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\":\"42117218\"},{\"id\":\"42117219\"},{\"id\":\"42117220\"},{\"id\":\"42117221\"},{\"id\":\"42117222\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"97:WF0GXXGAJGBK47277","code_moteur_field":"KVJA_DURATORQ","vehicule_ref_id":"WF0GXXGAJGBK47277","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FORD","origin_modele":"FIESTA 6","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Kit de demarrage","id_category_piece":"18197","id_category_marque":"802","id_category_modele":"13072","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":"97","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3925648","id_modele_parent":"9610","id_energie":"16523","id_seller":"97","id_country_seller":"8","id_image":"39071869-140970145","prix":"250.000000","energie":"Diesel","libelle":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","seller_name":"COUTRAS CASSE AUTO","ordre_affichage":"6165","snipet":"[{\"value\":\"FIESTA 6 PHASE 1 1.4 TDCI - 8V TURBO\",\"name\":\"Version\"},{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"3 mois\",\"name\":\"Garantie\"},{\"value\":\"176502\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-home_default.webp","fdp_incluse":"0","code_moteur":"KVJA_DURATORQ","reference_constructeur":"1696531","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/39071869-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":250,"price_without_reduction":250,"price_without_reduction_without_tax":250,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"FIESTA 6 PHASE 1 1.4 TDCI - 8V 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":"3 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"176502","id_feature":"19","position":"17"},{"name":"Remarques","value":"Marque calculateur : Bosch\n\nMerci de bien regarder les photos.","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\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"140970145","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/08\/110697047-d3797011-54dc-4212-9952-00122b061024-Piece-110697047-Kit-de-demarrage-1696531-0b0e7222cfddad33e5b369d59b3412aa4c1132d2099a7dff5f572c2d5fc61c51_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/9\/7\/0\/1\/4\/5\/140970145-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"140970145","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/08\/110697047-d3797011-54dc-4212-9952-00122b061024-Piece-110697047-Kit-de-demarrage-1696531-0b0e7222cfddad33e5b369d59b3412aa4c1132d2099a7dff5f572c2d5fc61c51_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":250,"regular_price_amount":250,"regular_price":"250,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=39084170&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"39084170","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/39084170-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","canonical_url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/39084170-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"39084170","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"210,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-06-01 10:34:22","date_upd":"2026-06-02 02:38:32","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"39084170-140650570","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/39084170-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":210,"price_without_reduction":210,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"FIESTA 6 PHASE 1 1.4 TDCI - 8V 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":"3 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"251050","id_feature":"19","position":"17"},{"name":"Remarques","value":"Marque calculateur : Bosch\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\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"140144007","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2026\/01\/120139423-f4c8ec59-3fae-4d2d-9dca-cd80ec6248c0-Piece-120139423-Kit-de-demarrage-1696531-c3e2b98a121d88f2f8bbe302d480d1e41f4ccbb7930831ae14e686f545032759_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/5\/0\/5\/7\/0\/140650570-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/5\/0\/5\/7\/0\/140650570-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/5\/0\/5\/7\/0\/140650570-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/5\/0\/5\/7\/0\/140650570-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/5\/0\/5\/7\/0\/140650570-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/5\/0\/5\/7\/0\/140650570-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/5\/0\/5\/7\/0\/140650570-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/5\/0\/5\/7\/0\/140650570-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140650570","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2026\/01\/120139423-f4c8ec59-3fae-4d2d-9dca-cd80ec6248c0-Piece-120139423-Kit-de-demarrage-1696531-c3e2b98a121d88f2f8bbe302d480d1e41f4ccbb7930831ae14e686f545032759_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"140144007","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2026\/01\/120139423-f4c8ec59-3fae-4d2d-9dca-cd80ec6248c0-Piece-120139423-Kit-de-demarrage-1696531-c3e2b98a121d88f2f8bbe302d480d1e41f4ccbb7930831ae14e686f545032759_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":210,"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":"FIESTA 6 PHASE 1 1.4 TDCI - 8V 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":"3 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"251050","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"Marque calculateur : Bosch\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":"39084170","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"210,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":"1696531","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"2.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-06-01 10:34:22","date_upd":"2026-06-02 02:38:32","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"97:120139423","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\":\"42178815\"},{\"id\":\"42178816\"},{\"id\":\"42178817\"},{\"id\":\"42178818\"},{\"id\":\"42178819\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"97:WF0GXXGAJGBL48358","code_moteur_field":"1.4L DURATORQ DI TC (70PS)","vehicule_ref_id":"WF0GXXGAJGBL48358","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FORD","origin_modele":"FIESTA 6","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Kit de demarrage","id_category_piece":"18197","id_category_marque":"802","id_category_modele":"13072","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":"97","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3925649","id_modele_parent":"9610","id_energie":"16523","id_seller":"97","id_country_seller":"8","id_image":"39084170-140650570","prix":"210.000000","energie":"Diesel","libelle":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","seller_name":"COUTRAS CASSE AUTO","ordre_affichage":"6166","snipet":"[{\"value\":\"FIESTA 6 PHASE 1 1.4 TDCI - 8V TURBO\",\"name\":\"Version\"},{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"3 mois\",\"name\":\"Garantie\"},{\"value\":\"251050\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-home_default.webp","fdp_incluse":"0","code_moteur":"1.4L DURATORQ DI TC (70PS)","reference_constructeur":"1696531","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/39084170-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":210,"price_without_reduction":210,"price_without_reduction_without_tax":210,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"FIESTA 6 PHASE 1 1.4 TDCI - 8V 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":"3 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"251050","id_feature":"19","position":"17"},{"name":"Remarques","value":"Marque calculateur : Bosch\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\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"140144007","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2026\/01\/120139423-f4c8ec59-3fae-4d2d-9dca-cd80ec6248c0-Piece-120139423-Kit-de-demarrage-1696531-c3e2b98a121d88f2f8bbe302d480d1e41f4ccbb7930831ae14e686f545032759_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/5\/0\/5\/7\/0\/140650570-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/5\/0\/5\/7\/0\/140650570-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/5\/0\/5\/7\/0\/140650570-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/5\/0\/5\/7\/0\/140650570-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/5\/0\/5\/7\/0\/140650570-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/5\/0\/5\/7\/0\/140650570-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/5\/0\/5\/7\/0\/140650570-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/5\/0\/5\/7\/0\/140650570-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140650570","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2026\/01\/120139423-f4c8ec59-3fae-4d2d-9dca-cd80ec6248c0-Piece-120139423-Kit-de-demarrage-1696531-c3e2b98a121d88f2f8bbe302d480d1e41f4ccbb7930831ae14e686f545032759_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/4\/0\/0\/7\/140144007-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"140144007","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2026\/01\/120139423-f4c8ec59-3fae-4d2d-9dca-cd80ec6248c0-Piece-120139423-Kit-de-demarrage-1696531-c3e2b98a121d88f2f8bbe302d480d1e41f4ccbb7930831ae14e686f545032759_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":210,"regular_price_amount":210,"regular_price":"210,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=41520353&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"41520353","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/41520353-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","canonical_url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/41520353-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"41520353","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"180,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-06-01 10:34:22","date_upd":"2026-04-27 02:02:35","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"41520353-144201293","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/41520353-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":180,"price_without_reduction":180,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144201277","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/23\/351626-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/9\/3\/144201293-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/9\/3\/144201293-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/9\/3\/144201293-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/9\/3\/144201293-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/9\/3\/144201293-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/9\/3\/144201293-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/9\/3\/144201293-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/9\/3\/144201293-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144201293","position":"2","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/23\/351626-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144201277","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/23\/351626-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-1.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":180,"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":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"}},"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":"41520353","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"180,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":"0281017831","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"2.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-06-01 10:34:22","date_upd":"2026-04-27 02:02:35","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"67:351626","casse":"","type_vhu":"","taxe_sur_marge":"1","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":"67:WF0GXXGAJGAB01887","code_moteur_field":"","vehicule_ref_id":"WF0GXXGAJGAB01887","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FORD","origin_modele":"FIESTA 6 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Kit de demarrage","id_category_piece":"18197","id_category_marque":"802","id_category_modele":"13072","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":"67","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3925650","id_modele_parent":"9610","id_energie":"16523","id_seller":"67","id_country_seller":"8","id_image":"41520353-144201293","prix":"180.000000","energie":"Diesel","libelle":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","seller_name":"MULTISERVICES SARL","ordre_affichage":"6167","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-home_default.webp","fdp_incluse":"0","code_moteur":"","reference_constructeur":"0281017831","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/41520353-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":180,"price_without_reduction":180,"price_without_reduction_without_tax":180,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144201277","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/23\/351626-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/9\/3\/144201293-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/9\/3\/144201293-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/9\/3\/144201293-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/9\/3\/144201293-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/9\/3\/144201293-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/9\/3\/144201293-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/9\/3\/144201293-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/9\/3\/144201293-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144201293","position":"2","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/23\/351626-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/2\/0\/1\/2\/7\/7\/144201277-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144201277","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/23\/351626-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-1.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":180,"regular_price_amount":180,"regular_price":"180,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=28046788&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"28046788","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/28046788-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","canonical_url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/28046788-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"28046788","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"200,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-06-01 10:34:22","date_upd":"2026-04-27 02:06:54","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"28046788-107794693","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/28046788-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":200,"price_without_reduction":200,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"107794691","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/22\/12\/674252-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/3\/107794693-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/3\/107794693-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/3\/107794693-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/3\/107794693-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/3\/107794693-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/3\/107794693-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/3\/107794693-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/3\/107794693-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107794693","position":"2","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/22\/12\/674252-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/5\/107794695-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/5\/107794695-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/5\/107794695-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/5\/107794695-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/5\/107794695-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/5\/107794695-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/5\/107794695-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/5\/107794695-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107794695","position":"3","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/22\/12\/674252-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-3.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/6\/107794696-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/6\/107794696-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/6\/107794696-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/6\/107794696-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/6\/107794696-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/6\/107794696-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/6\/107794696-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/6\/107794696-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107794696","position":"4","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/22\/12\/674252-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-4.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/8\/107794698-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/8\/107794698-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/8\/107794698-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/8\/107794698-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/8\/107794698-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/8\/107794698-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/8\/107794698-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/8\/107794698-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107794698","position":"5","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/22\/12\/674252-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-5.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/9\/107794699-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/9\/107794699-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/9\/107794699-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/9\/107794699-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/9\/107794699-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/9\/107794699-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/9\/107794699-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/9\/107794699-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107794699","position":"6","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/22\/12\/674252-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-6.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/1\/107794701-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/1\/107794701-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/1\/107794701-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/1\/107794701-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/1\/107794701-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/1\/107794701-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/1\/107794701-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/1\/107794701-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107794701","position":"7","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/22\/12\/674252-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-7.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/3\/107794703-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/3\/107794703-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/3\/107794703-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/3\/107794703-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/3\/107794703-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/3\/107794703-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/3\/107794703-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/3\/107794703-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107794703","position":"8","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/22\/12\/674252-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-8.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"107794691","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/22\/12\/674252-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-1.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":200,"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":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"}},"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":"28046788","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"200,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":"0281018993","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"2.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-06-01 10:34:22","date_upd":"2026-04-27 02:06:54","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"67:674252","casse":"","type_vhu":"","taxe_sur_marge":"1","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":"67:WF0GXXGAJGCR73854","code_moteur_field":"","vehicule_ref_id":"WF0GXXGAJGCR73854","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FORD","origin_modele":"FIESTA 6 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Kit de demarrage","id_category_piece":"18197","id_category_marque":"802","id_category_modele":"13072","id_category_version":"13072","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":"67","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3925651","id_modele_parent":"9610","id_energie":"16523","id_seller":"67","id_country_seller":"8","id_image":"28046788-107794693","prix":"200.000000","energie":"Diesel","libelle":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","seller_name":"MULTISERVICES SARL","ordre_affichage":"6168","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-home_default.webp","fdp_incluse":"0","code_moteur":"","reference_constructeur":"0281018993","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/28046788-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":200,"price_without_reduction":200,"price_without_reduction_without_tax":200,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"107794691","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/22\/12\/674252-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/3\/107794693-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/3\/107794693-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/3\/107794693-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/3\/107794693-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/3\/107794693-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/3\/107794693-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/3\/107794693-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/3\/107794693-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107794693","position":"2","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/22\/12\/674252-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/5\/107794695-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/5\/107794695-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/5\/107794695-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/5\/107794695-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/5\/107794695-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/5\/107794695-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/5\/107794695-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/5\/107794695-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107794695","position":"3","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/22\/12\/674252-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-3.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/6\/107794696-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/6\/107794696-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/6\/107794696-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/6\/107794696-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/6\/107794696-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/6\/107794696-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/6\/107794696-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/6\/107794696-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107794696","position":"4","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/22\/12\/674252-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-4.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/8\/107794698-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/8\/107794698-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/8\/107794698-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/8\/107794698-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/8\/107794698-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/8\/107794698-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/8\/107794698-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/8\/107794698-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107794698","position":"5","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/22\/12\/674252-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-5.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/9\/107794699-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/9\/107794699-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/9\/107794699-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/9\/107794699-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/9\/107794699-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/9\/107794699-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/9\/107794699-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/9\/107794699-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107794699","position":"6","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/22\/12\/674252-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-6.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/1\/107794701-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/1\/107794701-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/1\/107794701-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/1\/107794701-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/1\/107794701-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/1\/107794701-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/1\/107794701-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/1\/107794701-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107794701","position":"7","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/22\/12\/674252-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-7.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/3\/107794703-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/3\/107794703-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/3\/107794703-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/3\/107794703-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/3\/107794703-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/3\/107794703-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/3\/107794703-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/7\/0\/3\/107794703-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107794703","position":"8","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/22\/12\/674252-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-8.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/9\/4\/6\/9\/1\/107794691-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"107794691","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/22\/12\/674252-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-1.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":200,"regular_price_amount":200,"regular_price":"200,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=28037427&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"28037427","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/28037427-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","canonical_url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/28037427-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"28037427","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"200,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-06-01 10:34:22","date_upd":"2026-04-27 02:05:23","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"28037427-107420106","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/28037427-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":200,"price_without_reduction":200,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"107420105","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/30\/05\/512359-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-9.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/6\/107420106-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/6\/107420106-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/6\/107420106-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/6\/107420106-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/6\/107420106-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/6\/107420106-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/6\/107420106-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/6\/107420106-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107420106","position":"2","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/30\/05\/512359-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-8.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/7\/107420107-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/7\/107420107-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/7\/107420107-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/7\/107420107-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/7\/107420107-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/7\/107420107-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/7\/107420107-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/7\/107420107-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107420107","position":"3","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/30\/05\/512359-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-7.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/8\/107420108-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/8\/107420108-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/8\/107420108-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/8\/107420108-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/8\/107420108-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/8\/107420108-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/8\/107420108-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/8\/107420108-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107420108","position":"4","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/30\/05\/512359-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-6.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/9\/107420109-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/9\/107420109-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/9\/107420109-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/9\/107420109-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/9\/107420109-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/9\/107420109-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/9\/107420109-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/9\/107420109-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107420109","position":"5","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/30\/05\/512359-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-5.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/0\/107420110-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/0\/107420110-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/0\/107420110-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/0\/107420110-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/0\/107420110-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/0\/107420110-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/0\/107420110-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/0\/107420110-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107420110","position":"6","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/30\/05\/512359-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-4.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/1\/107420111-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/1\/107420111-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/1\/107420111-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/1\/107420111-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/1\/107420111-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/1\/107420111-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/1\/107420111-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/1\/107420111-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107420111","position":"7","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/30\/05\/512359-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-3.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/2\/107420112-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/2\/107420112-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/2\/107420112-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/2\/107420112-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/2\/107420112-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/2\/107420112-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/2\/107420112-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/2\/107420112-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107420112","position":"8","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/30\/05\/512359-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/3\/107420113-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/3\/107420113-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/3\/107420113-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/3\/107420113-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/3\/107420113-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/3\/107420113-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/3\/107420113-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/3\/107420113-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107420113","position":"9","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/30\/05\/512359-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"107420105","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/30\/05\/512359-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-9.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":200,"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":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"}},"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":"28037427","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"200,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":"1540358","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"2.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-06-01 10:34:22","date_upd":"2026-04-27 02:05:23","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"67:512359","casse":"","type_vhu":"","taxe_sur_marge":"1","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":"67:WF0GXXGAJGAS69457","code_moteur_field":"","vehicule_ref_id":"WF0GXXGAJGAS69457","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FORD","origin_modele":"FIESTA 6 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Kit de demarrage","id_category_piece":"18197","id_category_marque":"802","id_category_modele":"13072","id_category_version":"13072","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":"67","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3925652","id_modele_parent":"9610","id_energie":"16523","id_seller":"67","id_country_seller":"8","id_image":"28037427-107420106","prix":"200.000000","energie":"Diesel","libelle":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","seller_name":"MULTISERVICES SARL","ordre_affichage":"6169","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-home_default.webp","fdp_incluse":"0","code_moteur":"","reference_constructeur":"1540358","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/28037427-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":200,"price_without_reduction":200,"price_without_reduction_without_tax":200,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"107420105","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/30\/05\/512359-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-9.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/6\/107420106-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/6\/107420106-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/6\/107420106-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/6\/107420106-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/6\/107420106-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/6\/107420106-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/6\/107420106-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/6\/107420106-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107420106","position":"2","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/30\/05\/512359-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-8.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/7\/107420107-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/7\/107420107-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/7\/107420107-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/7\/107420107-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/7\/107420107-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/7\/107420107-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/7\/107420107-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/7\/107420107-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107420107","position":"3","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/30\/05\/512359-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-7.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/8\/107420108-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/8\/107420108-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/8\/107420108-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/8\/107420108-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/8\/107420108-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/8\/107420108-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/8\/107420108-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/8\/107420108-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107420108","position":"4","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/30\/05\/512359-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-6.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/9\/107420109-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/9\/107420109-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/9\/107420109-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/9\/107420109-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/9\/107420109-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/9\/107420109-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/9\/107420109-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/9\/107420109-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107420109","position":"5","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/30\/05\/512359-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-5.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/0\/107420110-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/0\/107420110-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/0\/107420110-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/0\/107420110-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/0\/107420110-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/0\/107420110-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/0\/107420110-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/0\/107420110-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107420110","position":"6","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/30\/05\/512359-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-4.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/1\/107420111-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/1\/107420111-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/1\/107420111-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/1\/107420111-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/1\/107420111-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/1\/107420111-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/1\/107420111-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/1\/107420111-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107420111","position":"7","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/30\/05\/512359-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-3.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/2\/107420112-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/2\/107420112-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/2\/107420112-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/2\/107420112-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/2\/107420112-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/2\/107420112-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/2\/107420112-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/2\/107420112-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107420112","position":"8","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/30\/05\/512359-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/3\/107420113-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/3\/107420113-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/3\/107420113-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/3\/107420113-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/3\/107420113-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/3\/107420113-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/3\/107420113-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/1\/3\/107420113-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107420113","position":"9","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/30\/05\/512359-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/4\/2\/0\/1\/0\/5\/107420105-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"107420105","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/30\/05\/512359-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-9.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":200,"regular_price_amount":200,"regular_price":"200,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=28044141&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"28044141","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/28044141-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","canonical_url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/28044141-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"28044141","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"180,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-06-01 10:34:22","date_upd":"2026-04-27 02:06:29","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"28044141-107766393","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/28044141-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":180,"price_without_reduction":180,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"107766392","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/15\/07\/578277-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-6.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/3\/107766393-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/3\/107766393-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/3\/107766393-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/3\/107766393-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/3\/107766393-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/3\/107766393-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/3\/107766393-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/3\/107766393-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107766393","position":"2","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/15\/07\/578277-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-5.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/4\/107766394-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/4\/107766394-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/4\/107766394-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/4\/107766394-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/4\/107766394-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/4\/107766394-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/4\/107766394-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/4\/107766394-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107766394","position":"3","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/15\/07\/578277-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-4.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/5\/107766395-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/5\/107766395-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/5\/107766395-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/5\/107766395-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/5\/107766395-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/5\/107766395-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/5\/107766395-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/5\/107766395-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107766395","position":"4","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/15\/07\/578277-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-3.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/6\/107766396-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/6\/107766396-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/6\/107766396-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/6\/107766396-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/6\/107766396-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/6\/107766396-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/6\/107766396-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/6\/107766396-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107766396","position":"5","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/15\/07\/578277-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/7\/107766397-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/7\/107766397-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/7\/107766397-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/7\/107766397-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/7\/107766397-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/7\/107766397-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/7\/107766397-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/7\/107766397-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107766397","position":"6","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/15\/07\/578277-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"107766392","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/15\/07\/578277-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-6.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":180,"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":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"}},"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":"28044141","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"180,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":"0281017831","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"2.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-06-01 10:34:22","date_upd":"2026-04-27 02:06:29","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"67:578277","casse":"","type_vhu":"","taxe_sur_marge":"1","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":"67:WF0GXXGAJGAG79092","code_moteur_field":"","vehicule_ref_id":"WF0GXXGAJGAG79092","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FORD","origin_modele":"FIESTA 6 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Kit de demarrage","id_category_piece":"18197","id_category_marque":"802","id_category_modele":"13072","id_category_version":"13072","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":"67","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3925653","id_modele_parent":"9610","id_energie":"16523","id_seller":"67","id_country_seller":"8","id_image":"28044141-107766393","prix":"180.000000","energie":"Diesel","libelle":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","seller_name":"MULTISERVICES SARL","ordre_affichage":"6170","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-home_default.webp","fdp_incluse":"0","code_moteur":"","reference_constructeur":"0281017831","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/28044141-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":180,"price_without_reduction":180,"price_without_reduction_without_tax":180,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"107766392","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/15\/07\/578277-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-6.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/3\/107766393-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/3\/107766393-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/3\/107766393-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/3\/107766393-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/3\/107766393-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/3\/107766393-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/3\/107766393-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/3\/107766393-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107766393","position":"2","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/15\/07\/578277-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-5.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/4\/107766394-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/4\/107766394-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/4\/107766394-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/4\/107766394-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/4\/107766394-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/4\/107766394-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/4\/107766394-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/4\/107766394-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107766394","position":"3","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/15\/07\/578277-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-4.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/5\/107766395-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/5\/107766395-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/5\/107766395-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/5\/107766395-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/5\/107766395-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/5\/107766395-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/5\/107766395-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/5\/107766395-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107766395","position":"4","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/15\/07\/578277-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-3.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/6\/107766396-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/6\/107766396-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/6\/107766396-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/6\/107766396-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/6\/107766396-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/6\/107766396-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/6\/107766396-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/6\/107766396-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107766396","position":"5","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/15\/07\/578277-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/7\/107766397-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/7\/107766397-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/7\/107766397-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/7\/107766397-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/7\/107766397-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/7\/107766397-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/7\/107766397-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/7\/107766397-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107766397","position":"6","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/15\/07\/578277-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/7\/6\/6\/3\/9\/2\/107766392-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"107766392","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2025\/08\/15\/07\/578277-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Diesel-image-6.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":180,"regular_price_amount":180,"regular_price":"180,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=41516328&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"41516328","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/41516328-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","canonical_url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/41516328-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"41516328","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"180,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-06-01 10:34:22","date_upd":"2026-04-27 02:01:52","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"41516328-144190658","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/41516328-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":180,"price_without_reduction":180,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Essence","id_feature":"6","position":"4"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144190643","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/20\/321551-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Essence-image-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/5\/8\/144190658-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/5\/8\/144190658-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/5\/8\/144190658-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/5\/8\/144190658-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/5\/8\/144190658-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/5\/8\/144190658-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/5\/8\/144190658-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/5\/8\/144190658-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144190658","position":"2","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/20\/321551-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Essence-image-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/7\/4\/144190674-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/7\/4\/144190674-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/7\/4\/144190674-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/7\/4\/144190674-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/7\/4\/144190674-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/7\/4\/144190674-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/7\/4\/144190674-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/7\/4\/144190674-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144190674","position":"3","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/20\/321551-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Essence-image-4.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144190643","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/20\/321551-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Essence-image-1.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":180,"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":{"Energie":{"name":"Energie","value":"Essence","id_feature":"6","position":"4"}},"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":"41516328","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"180,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":"S180047034","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"2.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-06-01 10:34:22","date_upd":"2026-04-27 02:01:52","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"67:321551","casse":"","type_vhu":"","taxe_sur_marge":"1","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":"67:WF0JXXGAJJCG27318","code_moteur_field":"","vehicule_ref_id":"WF0JXXGAJJCG27318","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FORD","origin_modele":"FIESTA 6 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Kit de demarrage","id_category_piece":"18197","id_category_marque":"802","id_category_modele":"13072","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":"67","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3925654","id_modele_parent":"9610","id_energie":"16532","id_seller":"67","id_country_seller":"8","id_image":"41516328-144190658","prix":"180.000000","energie":"Essence","libelle":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","seller_name":"MULTISERVICES SARL","ordre_affichage":"6171","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-home_default.webp","fdp_incluse":"0","code_moteur":"","reference_constructeur":"S180047034","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/41516328-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":180,"price_without_reduction":180,"price_without_reduction_without_tax":180,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Essence","id_feature":"6","position":"4"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144190643","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/20\/321551-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Essence-image-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/5\/8\/144190658-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/5\/8\/144190658-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/5\/8\/144190658-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/5\/8\/144190658-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/5\/8\/144190658-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/5\/8\/144190658-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/5\/8\/144190658-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/5\/8\/144190658-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144190658","position":"2","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/20\/321551-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Essence-image-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/7\/4\/144190674-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/7\/4\/144190674-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/7\/4\/144190674-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/7\/4\/144190674-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/7\/4\/144190674-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/7\/4\/144190674-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/7\/4\/144190674-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/7\/4\/144190674-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144190674","position":"3","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/20\/321551-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Essence-image-4.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/9\/0\/6\/4\/3\/144190643-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144190643","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/20\/321551-Kit-de-demarrage-FORD-FIESTA-6-PHASE-1-Essence-image-1.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":180,"regular_price_amount":180,"regular_price":"180,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=37674061&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"37674061","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/37674061-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","canonical_url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/37674061-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"37674061","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"264,76\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-06-01 10:34:22","date_upd":"2026-06-01 21:59:22","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37674061-131720121","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/37674061-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":264.76,"price_without_reduction":264.76,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"FIESTA 6 PHASE 2 1.0i - 12V TURBO","id_feature":"3","position":"2"},{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"117648","id_feature":"19","position":"17"},{"name":"Remarques","value":"- Kilom\u00e9trage v\u00e9hicule : 117.648 kms\n\u26fd\ufe0f Energie : ESSENCE\n- Avec module porte et alarme ( ","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\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131720104","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-e1daa623-cb01-4070-8b92-da905b320fb1-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-a74c8548f204ff59d444cb11142f80511095aa87f838b0b87207b54fad3ef514_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/2\/1\/131720121-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/2\/1\/131720121-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/2\/1\/131720121-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/2\/1\/131720121-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/2\/1\/131720121-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/2\/1\/131720121-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/2\/1\/131720121-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/2\/1\/131720121-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720121","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-262ae5d1-00b0-44be-906a-98a3b9cb3cc0-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-f8b8a012dd73cf669640d81612db76a0679858daa1962f2fc476120cc7b0942f_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/3\/7\/131720137-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/3\/7\/131720137-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/3\/7\/131720137-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/3\/7\/131720137-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/3\/7\/131720137-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/3\/7\/131720137-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/3\/7\/131720137-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/3\/7\/131720137-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720137","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-6a8f446d-c2dc-4cbb-bde8-581d325e51ce-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-5963bd0eca83ffdec4902799219d37ded4f85f9a77e3128386456f53a84c87e4_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/5\/5\/131720155-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/5\/5\/131720155-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/5\/5\/131720155-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/5\/5\/131720155-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/5\/5\/131720155-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/5\/5\/131720155-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/5\/5\/131720155-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/5\/5\/131720155-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720155","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-ec29a2d0-63f2-4968-aa84-349fed66adb1-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-8a68e358099c12d8021cffc2c455111af008230c1b17b49694c7ab206664ba86_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/6\/9\/131720169-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/6\/9\/131720169-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/6\/9\/131720169-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/6\/9\/131720169-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/6\/9\/131720169-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/6\/9\/131720169-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/6\/9\/131720169-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/6\/9\/131720169-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720169","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-a848156a-4595-44f2-8747-4f2f9f6ff522-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-4f0e8a4964c9979a9b1acd0f447cf58e98a998a7ccb77e9578e6bc9131837479_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/8\/0\/131720180-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/8\/0\/131720180-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/8\/0\/131720180-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/8\/0\/131720180-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/8\/0\/131720180-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/8\/0\/131720180-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/8\/0\/131720180-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/8\/0\/131720180-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720180","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-045936dc-174b-4391-86c1-b41ff67d63f9-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-89b1da8ca15a9be20a9ab5afbf97abb4bfdfebce987266925c27d3e50ec104ed_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/9\/9\/131720199-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/9\/9\/131720199-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/9\/9\/131720199-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/9\/9\/131720199-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/9\/9\/131720199-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/9\/9\/131720199-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/9\/9\/131720199-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/9\/9\/131720199-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720199","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-3d1e02df-3032-494c-82eb-d485e0b4a140-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-2db5881ee743c01987f8d5ad395a64165e2185c7237a8631f814dc60900bca68_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/2\/6\/131720226-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/2\/6\/131720226-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/2\/6\/131720226-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/2\/6\/131720226-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/2\/6\/131720226-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/2\/6\/131720226-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/2\/6\/131720226-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/2\/6\/131720226-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720226","position":"8","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-8ad56fe9-0e3c-4a68-9519-6d1e36ac9a97-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-397eca9949ebe323b2e3f10ec024fdb2e247f2b4be3abae4b31b6971b4d6a431_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/4\/6\/131720246-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/4\/6\/131720246-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/4\/6\/131720246-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/4\/6\/131720246-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/4\/6\/131720246-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/4\/6\/131720246-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/4\/6\/131720246-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/4\/6\/131720246-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720246","position":"9","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-d54f7d2a-20d4-4cf7-957a-cafcc7418342-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-a7d8e6ea1953a8ea045f280a057b67ebfa10b3559cfe42fb623790e4a6ee30c3_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/7\/0\/131720270-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/7\/0\/131720270-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/7\/0\/131720270-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/7\/0\/131720270-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/7\/0\/131720270-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/7\/0\/131720270-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/7\/0\/131720270-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/7\/0\/131720270-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720270","position":"10","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-17bdcee7-9905-4786-9617-4e275083e377-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-8558ea35502c78338d57251063c3da2a70a83ed6d3bd99f860eca71cd900929f_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/8\/8\/131720288-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/8\/8\/131720288-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/8\/8\/131720288-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/8\/8\/131720288-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/8\/8\/131720288-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/8\/8\/131720288-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/8\/8\/131720288-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/8\/8\/131720288-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720288","position":"11","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-83e7add8-1d6b-4400-98e1-eb0ffe14ec8e-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-3a0c15a08d9fb5265db5a4ae2d28d7cabeadf5436cd608bb78f1f6b1314bfe80_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/0\/2\/131720302-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/0\/2\/131720302-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/0\/2\/131720302-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/0\/2\/131720302-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/0\/2\/131720302-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/0\/2\/131720302-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/0\/2\/131720302-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/0\/2\/131720302-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720302","position":"12","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-4b31a341-b319-4574-bfc4-e9bf3c1bbabf-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-9946d14828765409be91b1b09df3c75d53ee2f3b4e27fbe6c109196c56535cf1_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/2\/0\/131720320-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/2\/0\/131720320-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/2\/0\/131720320-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/2\/0\/131720320-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/2\/0\/131720320-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/2\/0\/131720320-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/2\/0\/131720320-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/2\/0\/131720320-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720320","position":"13","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-ee49bae6-e5c9-44e6-bb2f-86b409c7d40d-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-4b24fe80eef3b809ae24a6c56bc0ac54abaebee13e949194203a1c63151f3cb7_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/4\/1\/131720341-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/4\/1\/131720341-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/4\/1\/131720341-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/4\/1\/131720341-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/4\/1\/131720341-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/4\/1\/131720341-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/4\/1\/131720341-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/4\/1\/131720341-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720341","position":"14","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-64143fa3-3cac-4480-9e38-e433580c2610-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-9cfe1a5a02b0a8276566081f28b75d590df0c83eed9926b4fd19b4e411523106_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/6\/3\/131720363-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/6\/3\/131720363-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/6\/3\/131720363-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/6\/3\/131720363-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/6\/3\/131720363-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/6\/3\/131720363-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/6\/3\/131720363-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/6\/3\/131720363-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720363","position":"15","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-36c00468-f2c8-4ecb-a346-ddaed416264b-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-ea572b3dbf706a04ed8155a1735d97922fef1180920a965a009a6029eac11e18_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/3\/0\/131720430-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/3\/0\/131720430-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/3\/0\/131720430-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/3\/0\/131720430-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/3\/0\/131720430-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/3\/0\/131720430-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/3\/0\/131720430-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/3\/0\/131720430-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720430","position":"16","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-ef5cd0cf-d246-488c-a536-f52941ca281a-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-b5f47e4975cdecf04eec05f4cd45cea492cbc348aab3f2709f950bc26607ce5b_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/4\/6\/131720446-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/4\/6\/131720446-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/4\/6\/131720446-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/4\/6\/131720446-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/4\/6\/131720446-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/4\/6\/131720446-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/4\/6\/131720446-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/4\/6\/131720446-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720446","position":"17","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-281c1071-d037-4c31-aff6-f89fad37a784-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-d120080ae664de71ba1db4ed7b4f6c3fd9b90dd8ae748890182ce29ad948a2c0_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/6\/4\/131720464-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/6\/4\/131720464-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/6\/4\/131720464-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/6\/4\/131720464-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/6\/4\/131720464-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/6\/4\/131720464-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/6\/4\/131720464-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/6\/4\/131720464-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720464","position":"18","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-af58c59b-da9b-4675-ace1-ad37e7027a1e-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-e0aa900a25c624fd2c4dbd78fe8efa7eb7ca786ca1ab98238f0b859a105d0924_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/8\/3\/131720483-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/8\/3\/131720483-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/8\/3\/131720483-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/8\/3\/131720483-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/8\/3\/131720483-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/8\/3\/131720483-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/8\/3\/131720483-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/8\/3\/131720483-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720483","position":"19","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-24bffa40-411b-4fc7-ba3d-e19d66605752-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-b95f0be233f2fce97f5242ef8a67bfae90a9409b44f0ecd61399f5ca6b3a5c58_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/5\/0\/3\/131720503-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/5\/0\/3\/131720503-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/5\/0\/3\/131720503-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/5\/0\/3\/131720503-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/5\/0\/3\/131720503-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/5\/0\/3\/131720503-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/5\/0\/3\/131720503-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/5\/0\/3\/131720503-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720503","position":"20","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-ab0d09ef-866e-4d55-814d-bbe192cce8ab-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-192c2094e7885241a90ec0ba4ebf75d3fbd195fb36da08bc23416fc42cc8e0b8_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131720104","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-e1daa623-cb01-4070-8b92-da905b320fb1-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-a74c8548f204ff59d444cb11142f80511095aa87f838b0b87207b54fad3ef514_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":264.76,"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":"FIESTA 6 PHASE 2 1.0i - 12V TURBO","id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},"Usure":{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"24 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"117648","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"- Kilom\u00e9trage v\u00e9hicule : 117.648 kms\n\u26fd\ufe0f Energie : ESSENCE\n- Avec module porte et alarme ( ","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":"37674061","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"264,76\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":"2013029","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"2.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-06-01 10:34:22","date_upd":"2026-06-01 21:59:22","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"93:96299849","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\":\"40674126\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"93:WF0CXXGAKCGL52439","code_moteur_field":"SFJC_ECOBOOST","vehicule_ref_id":"WF0CXXGAKCGL52439","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FORD","origin_modele":"FIESTA 6","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Kit de demarrage","id_category_piece":"18197","id_category_marque":"802","id_category_modele":"13072","id_category_version":"13072","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":"93","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3925655","id_modele_parent":"9610","id_energie":"16532","id_seller":"93","id_country_seller":"8","id_image":"37674061-131720121","prix":"264.760000","energie":"Essence","libelle":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","seller_name":"SARL N7 AUTO PI\u00c8CES","ordre_affichage":"6172","snipet":"[{\"value\":\"FIESTA 6 PHASE 2 1.0i - 12V TURBO\",\"name\":\"Version\"},{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"24 mois\",\"name\":\"Garantie\"},{\"value\":\"117648\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-home_default.webp","fdp_incluse":"0","code_moteur":"SFJC_ECOBOOST","reference_constructeur":"2013029","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/37674061-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":264.76,"price_without_reduction":264.76,"price_without_reduction_without_tax":264.76,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"FIESTA 6 PHASE 2 1.0i - 12V TURBO","id_feature":"3","position":"2"},{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"117648","id_feature":"19","position":"17"},{"name":"Remarques","value":"- Kilom\u00e9trage v\u00e9hicule : 117.648 kms\n\u26fd\ufe0f Energie : ESSENCE\n- Avec module porte et alarme ( ","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\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131720104","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-e1daa623-cb01-4070-8b92-da905b320fb1-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-a74c8548f204ff59d444cb11142f80511095aa87f838b0b87207b54fad3ef514_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/2\/1\/131720121-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/2\/1\/131720121-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/2\/1\/131720121-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/2\/1\/131720121-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/2\/1\/131720121-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/2\/1\/131720121-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/2\/1\/131720121-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/2\/1\/131720121-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720121","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-262ae5d1-00b0-44be-906a-98a3b9cb3cc0-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-f8b8a012dd73cf669640d81612db76a0679858daa1962f2fc476120cc7b0942f_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/3\/7\/131720137-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/3\/7\/131720137-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/3\/7\/131720137-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/3\/7\/131720137-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/3\/7\/131720137-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/3\/7\/131720137-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/3\/7\/131720137-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/3\/7\/131720137-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720137","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-6a8f446d-c2dc-4cbb-bde8-581d325e51ce-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-5963bd0eca83ffdec4902799219d37ded4f85f9a77e3128386456f53a84c87e4_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/5\/5\/131720155-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/5\/5\/131720155-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/5\/5\/131720155-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/5\/5\/131720155-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/5\/5\/131720155-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/5\/5\/131720155-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/5\/5\/131720155-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/5\/5\/131720155-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720155","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-ec29a2d0-63f2-4968-aa84-349fed66adb1-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-8a68e358099c12d8021cffc2c455111af008230c1b17b49694c7ab206664ba86_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/6\/9\/131720169-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/6\/9\/131720169-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/6\/9\/131720169-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/6\/9\/131720169-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/6\/9\/131720169-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/6\/9\/131720169-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/6\/9\/131720169-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/6\/9\/131720169-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720169","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-a848156a-4595-44f2-8747-4f2f9f6ff522-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-4f0e8a4964c9979a9b1acd0f447cf58e98a998a7ccb77e9578e6bc9131837479_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/8\/0\/131720180-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/8\/0\/131720180-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/8\/0\/131720180-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/8\/0\/131720180-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/8\/0\/131720180-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/8\/0\/131720180-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/8\/0\/131720180-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/8\/0\/131720180-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720180","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-045936dc-174b-4391-86c1-b41ff67d63f9-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-89b1da8ca15a9be20a9ab5afbf97abb4bfdfebce987266925c27d3e50ec104ed_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/9\/9\/131720199-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/9\/9\/131720199-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/9\/9\/131720199-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/9\/9\/131720199-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/9\/9\/131720199-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/9\/9\/131720199-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/9\/9\/131720199-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/9\/9\/131720199-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720199","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-3d1e02df-3032-494c-82eb-d485e0b4a140-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-2db5881ee743c01987f8d5ad395a64165e2185c7237a8631f814dc60900bca68_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/2\/6\/131720226-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/2\/6\/131720226-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/2\/6\/131720226-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/2\/6\/131720226-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/2\/6\/131720226-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/2\/6\/131720226-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/2\/6\/131720226-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/2\/6\/131720226-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720226","position":"8","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-8ad56fe9-0e3c-4a68-9519-6d1e36ac9a97-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-397eca9949ebe323b2e3f10ec024fdb2e247f2b4be3abae4b31b6971b4d6a431_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/4\/6\/131720246-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/4\/6\/131720246-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/4\/6\/131720246-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/4\/6\/131720246-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/4\/6\/131720246-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/4\/6\/131720246-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/4\/6\/131720246-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/4\/6\/131720246-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720246","position":"9","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-d54f7d2a-20d4-4cf7-957a-cafcc7418342-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-a7d8e6ea1953a8ea045f280a057b67ebfa10b3559cfe42fb623790e4a6ee30c3_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/7\/0\/131720270-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/7\/0\/131720270-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/7\/0\/131720270-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/7\/0\/131720270-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/7\/0\/131720270-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/7\/0\/131720270-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/7\/0\/131720270-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/7\/0\/131720270-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720270","position":"10","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-17bdcee7-9905-4786-9617-4e275083e377-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-8558ea35502c78338d57251063c3da2a70a83ed6d3bd99f860eca71cd900929f_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/8\/8\/131720288-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/8\/8\/131720288-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/8\/8\/131720288-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/8\/8\/131720288-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/8\/8\/131720288-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/8\/8\/131720288-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/8\/8\/131720288-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/2\/8\/8\/131720288-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720288","position":"11","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-83e7add8-1d6b-4400-98e1-eb0ffe14ec8e-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-3a0c15a08d9fb5265db5a4ae2d28d7cabeadf5436cd608bb78f1f6b1314bfe80_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/0\/2\/131720302-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/0\/2\/131720302-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/0\/2\/131720302-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/0\/2\/131720302-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/0\/2\/131720302-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/0\/2\/131720302-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/0\/2\/131720302-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/0\/2\/131720302-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720302","position":"12","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-4b31a341-b319-4574-bfc4-e9bf3c1bbabf-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-9946d14828765409be91b1b09df3c75d53ee2f3b4e27fbe6c109196c56535cf1_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/2\/0\/131720320-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/2\/0\/131720320-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/2\/0\/131720320-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/2\/0\/131720320-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/2\/0\/131720320-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/2\/0\/131720320-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/2\/0\/131720320-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/2\/0\/131720320-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720320","position":"13","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-ee49bae6-e5c9-44e6-bb2f-86b409c7d40d-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-4b24fe80eef3b809ae24a6c56bc0ac54abaebee13e949194203a1c63151f3cb7_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/4\/1\/131720341-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/4\/1\/131720341-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/4\/1\/131720341-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/4\/1\/131720341-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/4\/1\/131720341-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/4\/1\/131720341-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/4\/1\/131720341-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/4\/1\/131720341-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720341","position":"14","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-64143fa3-3cac-4480-9e38-e433580c2610-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-9cfe1a5a02b0a8276566081f28b75d590df0c83eed9926b4fd19b4e411523106_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/6\/3\/131720363-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/6\/3\/131720363-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/6\/3\/131720363-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/6\/3\/131720363-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/6\/3\/131720363-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/6\/3\/131720363-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/6\/3\/131720363-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/3\/6\/3\/131720363-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720363","position":"15","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-36c00468-f2c8-4ecb-a346-ddaed416264b-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-ea572b3dbf706a04ed8155a1735d97922fef1180920a965a009a6029eac11e18_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/3\/0\/131720430-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/3\/0\/131720430-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/3\/0\/131720430-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/3\/0\/131720430-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/3\/0\/131720430-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/3\/0\/131720430-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/3\/0\/131720430-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/3\/0\/131720430-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720430","position":"16","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-ef5cd0cf-d246-488c-a536-f52941ca281a-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-b5f47e4975cdecf04eec05f4cd45cea492cbc348aab3f2709f950bc26607ce5b_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/4\/6\/131720446-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/4\/6\/131720446-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/4\/6\/131720446-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/4\/6\/131720446-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/4\/6\/131720446-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/4\/6\/131720446-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/4\/6\/131720446-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/4\/6\/131720446-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720446","position":"17","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-281c1071-d037-4c31-aff6-f89fad37a784-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-d120080ae664de71ba1db4ed7b4f6c3fd9b90dd8ae748890182ce29ad948a2c0_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/6\/4\/131720464-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/6\/4\/131720464-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/6\/4\/131720464-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/6\/4\/131720464-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/6\/4\/131720464-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/6\/4\/131720464-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/6\/4\/131720464-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/6\/4\/131720464-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720464","position":"18","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-af58c59b-da9b-4675-ace1-ad37e7027a1e-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-e0aa900a25c624fd2c4dbd78fe8efa7eb7ca786ca1ab98238f0b859a105d0924_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/8\/3\/131720483-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/8\/3\/131720483-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/8\/3\/131720483-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/8\/3\/131720483-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/8\/3\/131720483-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/8\/3\/131720483-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/8\/3\/131720483-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/4\/8\/3\/131720483-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720483","position":"19","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-24bffa40-411b-4fc7-ba3d-e19d66605752-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-b95f0be233f2fce97f5242ef8a67bfae90a9409b44f0ecd61399f5ca6b3a5c58_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/5\/0\/3\/131720503-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/5\/0\/3\/131720503-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/5\/0\/3\/131720503-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/5\/0\/3\/131720503-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/5\/0\/3\/131720503-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/5\/0\/3\/131720503-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/5\/0\/3\/131720503-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/5\/0\/3\/131720503-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131720503","position":"20","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-ab0d09ef-866e-4d55-814d-bbe192cce8ab-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-192c2094e7885241a90ec0ba4ebf75d3fbd195fb36da08bc23416fc42cc8e0b8_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/2\/0\/1\/0\/4\/131720104-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131720104","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/11\/96299849-e1daa623-cb01-4070-8b92-da905b320fb1-Piece-Kit-de-demarrage-2013029-FORD-FIESTA-6-PHASE-2-a74c8548f204ff59d444cb11142f80511095aa87f838b0b87207b54fad3ef514_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":264.76,"regular_price_amount":264.76,"regular_price":"264,76\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=37672132&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"37672132","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/37672132-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","canonical_url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/37672132-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"37672132","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"220,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-06-01 10:34:22","date_upd":"2026-06-01 21:58:50","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37672132-131705822","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/37672132-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":220.5,"price_without_reduction":220.5,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"FIESTA 6 PHASE 1 1.6 TDCI - 16V 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":"24 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"- Kilom\u00e9trage v\u00e9hicule : NC\n\u26fd\ufe0f Energie : DIESEL \n- Avec module verrouillage portes et alarme ( ","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\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131705803","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-76ee8275-1079-4342-9a3f-73eec5f29da1-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-b3e697a56ec471a4879893546fc1b80af583c730fa157992e26c9aaebb79455b_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/2\/2\/131705822-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/2\/2\/131705822-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/2\/2\/131705822-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/2\/2\/131705822-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/2\/2\/131705822-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/2\/2\/131705822-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/2\/2\/131705822-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/2\/2\/131705822-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131705822","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-de12dc9d-4c12-493f-8aa0-a2573c8f514e-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-18ed0ad0bc70ec81ae5b240e52671296eeabce963b3b30e4390613d3fed7a7ba_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/4\/5\/131705845-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/4\/5\/131705845-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/4\/5\/131705845-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/4\/5\/131705845-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/4\/5\/131705845-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/4\/5\/131705845-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/4\/5\/131705845-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/4\/5\/131705845-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131705845","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-973e4437-09af-4358-bf49-36bec3404adc-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-83228e13c73805657719d6db527782cf78035c2c84f5670ec114e94faab2308f_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/6\/1\/131705861-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/6\/1\/131705861-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/6\/1\/131705861-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/6\/1\/131705861-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/6\/1\/131705861-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/6\/1\/131705861-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/6\/1\/131705861-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/6\/1\/131705861-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131705861","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-1b13627d-4c53-4d5b-b1e5-afd6b9d80288-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-c2fd02be550fab7720694d9d9017779ad6f76156879dcf449c81c39d254a3947_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/8\/4\/131705884-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/8\/4\/131705884-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/8\/4\/131705884-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/8\/4\/131705884-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/8\/4\/131705884-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/8\/4\/131705884-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/8\/4\/131705884-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/8\/4\/131705884-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131705884","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-4b3d5f83-24ef-41f3-b0f8-0bdf31cee298-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-719145a7025de12459773835b34d3d0fef12870c57587ab7d3a5ba7f2a6d0b79_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/0\/0\/131705900-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/0\/0\/131705900-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/0\/0\/131705900-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/0\/0\/131705900-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/0\/0\/131705900-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/0\/0\/131705900-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/0\/0\/131705900-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/0\/0\/131705900-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131705900","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-cdccc1a9-7d32-4005-bd2f-234d46ea2f86-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-fd6bc0bea7bd539d92e37fa242ddddda5bc73f17aa8097365bcdea32ffbd3f3b_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/2\/0\/131705920-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/2\/0\/131705920-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/2\/0\/131705920-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/2\/0\/131705920-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/2\/0\/131705920-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/2\/0\/131705920-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/2\/0\/131705920-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/2\/0\/131705920-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131705920","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-37e3a09e-7963-413a-bad8-d286639e7104-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-32b3f1be9271ff048e9abe0958767099e56a231c424a2b8a0a14fe85c95c9426_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/4\/1\/131705941-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/4\/1\/131705941-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/4\/1\/131705941-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/4\/1\/131705941-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/4\/1\/131705941-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/4\/1\/131705941-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/4\/1\/131705941-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/4\/1\/131705941-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131705941","position":"8","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-758f1d9f-3691-40d7-8e60-f2f33f7d44d0-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-cb53f099aa11adeece9929e9e67496ccc3643104c4b4a0677e1b7d181699a43a_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/6\/5\/131705965-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/6\/5\/131705965-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/6\/5\/131705965-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/6\/5\/131705965-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/6\/5\/131705965-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/6\/5\/131705965-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/6\/5\/131705965-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/6\/5\/131705965-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131705965","position":"9","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-508d40fe-ec8b-4eb0-81b9-5d7fcd6bd33d-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-4a1ad09847a8cacbad9b98024c68846735afb1501b5cbbc8cc9df3db2edd83ed_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/8\/1\/131705981-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/8\/1\/131705981-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/8\/1\/131705981-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/8\/1\/131705981-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/8\/1\/131705981-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/8\/1\/131705981-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/8\/1\/131705981-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/8\/1\/131705981-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131705981","position":"10","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-53732532-19fd-4ced-aa59-29354904511a-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-8b6d14bbcd4ab17d1d534e1dff9dc5a82e5515c2819caf7b07d9cefbba6ac1f5_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/0\/3\/131706003-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/0\/3\/131706003-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/0\/3\/131706003-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/0\/3\/131706003-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/0\/3\/131706003-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/0\/3\/131706003-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/0\/3\/131706003-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/0\/3\/131706003-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131706003","position":"11","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-81bc5dff-eee7-4b2b-9760-782022e8d59f-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-7e3edced8903712c061414793b715e2f9968e2d19a479208140b9c6052d54940_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/2\/8\/131706028-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/2\/8\/131706028-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/2\/8\/131706028-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/2\/8\/131706028-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/2\/8\/131706028-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/2\/8\/131706028-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/2\/8\/131706028-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/2\/8\/131706028-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131706028","position":"12","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-a72e49bb-5b12-4abf-a80f-c668240c1b3b-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-0de4c6a3e4d6b800bf9cda34c0548da133b46dc3963a6af56836aa840e29a143_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/4\/9\/131706049-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/4\/9\/131706049-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/4\/9\/131706049-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/4\/9\/131706049-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/4\/9\/131706049-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/4\/9\/131706049-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/4\/9\/131706049-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/4\/9\/131706049-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131706049","position":"13","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-7dcaced3-90a8-4a8a-a330-35de40b9aec7-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-2cbafc0131a70aed11caf79ea86d5e901b1840469bdcd1ad7a01638e899c59de_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/6\/6\/131706066-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/6\/6\/131706066-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/6\/6\/131706066-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/6\/6\/131706066-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/6\/6\/131706066-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/6\/6\/131706066-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/6\/6\/131706066-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/6\/6\/131706066-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131706066","position":"14","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-750e7f96-e096-4354-9b31-839c886d59b4-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-32bb220edf8ab5c446720dd9c2306d0d61305714679fb2cb16aa1fa38821c843_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/4\/2\/131706142-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/4\/2\/131706142-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/4\/2\/131706142-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/4\/2\/131706142-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/4\/2\/131706142-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/4\/2\/131706142-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/4\/2\/131706142-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/4\/2\/131706142-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131706142","position":"15","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-b521fc21-d922-4f1c-8606-45db6b6a0310-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-0d6dc6d9ee6f12e575a1ebe992196dd3f6aea1557ffa20a9890ab5376e5b82ca_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/6\/4\/131706164-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/6\/4\/131706164-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/6\/4\/131706164-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/6\/4\/131706164-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/6\/4\/131706164-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/6\/4\/131706164-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/6\/4\/131706164-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/6\/4\/131706164-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131706164","position":"16","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-0231a2f0-7a3b-4acc-822f-15df1fc46aaf-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-c6004d39ec13b1dd53e1ca18d708efa19d766182e1ecf0c808725981497c58f9_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/8\/3\/131706183-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/8\/3\/131706183-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/8\/3\/131706183-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/8\/3\/131706183-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/8\/3\/131706183-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/8\/3\/131706183-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/8\/3\/131706183-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/8\/3\/131706183-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131706183","position":"17","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-81db6eb2-8a67-485d-8be6-92af0b7ab8be-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-600e911264f6c9e510f92021ea94ab59171c1cdfcb062998adca1bcd3ed55f1b_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/9\/7\/131706197-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/9\/7\/131706197-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/9\/7\/131706197-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/9\/7\/131706197-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/9\/7\/131706197-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/9\/7\/131706197-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/9\/7\/131706197-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/9\/7\/131706197-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131706197","position":"18","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-6da36225-a08b-4377-b615-7a93cb73f689-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-8e17eeaca854be317a44517d80ea5573b73a1933bde13ed7b85775561273de7c_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/1\/4\/131706214-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/1\/4\/131706214-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/1\/4\/131706214-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/1\/4\/131706214-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/1\/4\/131706214-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/1\/4\/131706214-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/1\/4\/131706214-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/1\/4\/131706214-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131706214","position":"19","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-0fe7d2cb-37d7-4c79-8d7f-5a5c77bfa472-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-348ce5bd8b681ae11e4e98ef0d25f7a9aba23a3dba19b3d7334696c6060efd29_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/3\/3\/131706233-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/3\/3\/131706233-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/3\/3\/131706233-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/3\/3\/131706233-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/3\/3\/131706233-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/3\/3\/131706233-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/3\/3\/131706233-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/3\/3\/131706233-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131706233","position":"20","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-e00fecc7-b38c-4b7a-9e5d-b66a134ccb00-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-e375e7ad46c38b0c6ef5f07ccbf90c9278c6d548bb68595b51e2c9e5bbfd935b_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131705803","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-76ee8275-1079-4342-9a3f-73eec5f29da1-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-b3e697a56ec471a4879893546fc1b80af583c730fa157992e26c9aaebb79455b_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":220.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":"FIESTA 6 PHASE 1 1.6 TDCI - 16V 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":"24 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":"- Kilom\u00e9trage v\u00e9hicule : NC\n\u26fd\ufe0f Energie : DIESEL \n- Avec module verrouillage portes et alarme ( ","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":"37672132","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"220,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":"1558960","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"2.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-06-01 10:34:22","date_upd":"2026-06-01 21:58:50","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"93:92980327","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\":\"40658470\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"93:WF0JXXWPJJ9E58881","code_moteur_field":"1.6L DURATORQTDCI (90PS)  DV6","vehicule_ref_id":"WF0JXXWPJJ9E58881","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FORD","origin_modele":"FIESTA 6","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Kit de demarrage","id_category_piece":"18197","id_category_marque":"802","id_category_modele":"13072","id_category_version":"13072","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":"93","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3925656","id_modele_parent":"9610","id_energie":"16523","id_seller":"93","id_country_seller":"8","id_image":"37672132-131705822","prix":"220.500000","energie":"Diesel","libelle":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","seller_name":"SARL N7 AUTO PI\u00c8CES","ordre_affichage":"6173","snipet":"[{\"value\":\"FIESTA 6 PHASE 1 1.6 TDCI - 16V TURBO\",\"name\":\"Version\"},{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"24 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-home_default.webp","fdp_incluse":"0","code_moteur":"1.6L DURATORQTDCI (90PS)  DV6","reference_constructeur":"1558960","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/37672132-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":220.5,"price_without_reduction":220.5,"price_without_reduction_without_tax":220.5,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"FIESTA 6 PHASE 1 1.6 TDCI - 16V 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":"24 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"- Kilom\u00e9trage v\u00e9hicule : NC\n\u26fd\ufe0f Energie : DIESEL \n- Avec module verrouillage portes et alarme ( ","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\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131705803","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-76ee8275-1079-4342-9a3f-73eec5f29da1-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-b3e697a56ec471a4879893546fc1b80af583c730fa157992e26c9aaebb79455b_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/2\/2\/131705822-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/2\/2\/131705822-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/2\/2\/131705822-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/2\/2\/131705822-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/2\/2\/131705822-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/2\/2\/131705822-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/2\/2\/131705822-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/2\/2\/131705822-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131705822","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-de12dc9d-4c12-493f-8aa0-a2573c8f514e-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-18ed0ad0bc70ec81ae5b240e52671296eeabce963b3b30e4390613d3fed7a7ba_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/4\/5\/131705845-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/4\/5\/131705845-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/4\/5\/131705845-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/4\/5\/131705845-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/4\/5\/131705845-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/4\/5\/131705845-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/4\/5\/131705845-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/4\/5\/131705845-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131705845","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-973e4437-09af-4358-bf49-36bec3404adc-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-83228e13c73805657719d6db527782cf78035c2c84f5670ec114e94faab2308f_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/6\/1\/131705861-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/6\/1\/131705861-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/6\/1\/131705861-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/6\/1\/131705861-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/6\/1\/131705861-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/6\/1\/131705861-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/6\/1\/131705861-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/6\/1\/131705861-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131705861","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-1b13627d-4c53-4d5b-b1e5-afd6b9d80288-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-c2fd02be550fab7720694d9d9017779ad6f76156879dcf449c81c39d254a3947_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/8\/4\/131705884-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/8\/4\/131705884-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/8\/4\/131705884-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/8\/4\/131705884-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/8\/4\/131705884-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/8\/4\/131705884-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/8\/4\/131705884-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/8\/4\/131705884-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131705884","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-4b3d5f83-24ef-41f3-b0f8-0bdf31cee298-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-719145a7025de12459773835b34d3d0fef12870c57587ab7d3a5ba7f2a6d0b79_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/0\/0\/131705900-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/0\/0\/131705900-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/0\/0\/131705900-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/0\/0\/131705900-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/0\/0\/131705900-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/0\/0\/131705900-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/0\/0\/131705900-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/0\/0\/131705900-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131705900","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-cdccc1a9-7d32-4005-bd2f-234d46ea2f86-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-fd6bc0bea7bd539d92e37fa242ddddda5bc73f17aa8097365bcdea32ffbd3f3b_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/2\/0\/131705920-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/2\/0\/131705920-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/2\/0\/131705920-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/2\/0\/131705920-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/2\/0\/131705920-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/2\/0\/131705920-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/2\/0\/131705920-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/2\/0\/131705920-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131705920","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-37e3a09e-7963-413a-bad8-d286639e7104-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-32b3f1be9271ff048e9abe0958767099e56a231c424a2b8a0a14fe85c95c9426_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/4\/1\/131705941-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/4\/1\/131705941-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/4\/1\/131705941-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/4\/1\/131705941-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/4\/1\/131705941-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/4\/1\/131705941-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/4\/1\/131705941-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/4\/1\/131705941-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131705941","position":"8","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-758f1d9f-3691-40d7-8e60-f2f33f7d44d0-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-cb53f099aa11adeece9929e9e67496ccc3643104c4b4a0677e1b7d181699a43a_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/6\/5\/131705965-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/6\/5\/131705965-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/6\/5\/131705965-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/6\/5\/131705965-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/6\/5\/131705965-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/6\/5\/131705965-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/6\/5\/131705965-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/6\/5\/131705965-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131705965","position":"9","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-508d40fe-ec8b-4eb0-81b9-5d7fcd6bd33d-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-4a1ad09847a8cacbad9b98024c68846735afb1501b5cbbc8cc9df3db2edd83ed_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/8\/1\/131705981-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/8\/1\/131705981-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/8\/1\/131705981-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/8\/1\/131705981-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/8\/1\/131705981-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/8\/1\/131705981-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/8\/1\/131705981-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/9\/8\/1\/131705981-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131705981","position":"10","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-53732532-19fd-4ced-aa59-29354904511a-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-8b6d14bbcd4ab17d1d534e1dff9dc5a82e5515c2819caf7b07d9cefbba6ac1f5_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/0\/3\/131706003-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/0\/3\/131706003-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/0\/3\/131706003-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/0\/3\/131706003-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/0\/3\/131706003-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/0\/3\/131706003-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/0\/3\/131706003-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/0\/3\/131706003-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131706003","position":"11","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-81bc5dff-eee7-4b2b-9760-782022e8d59f-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-7e3edced8903712c061414793b715e2f9968e2d19a479208140b9c6052d54940_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/2\/8\/131706028-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/2\/8\/131706028-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/2\/8\/131706028-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/2\/8\/131706028-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/2\/8\/131706028-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/2\/8\/131706028-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/2\/8\/131706028-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/2\/8\/131706028-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131706028","position":"12","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-a72e49bb-5b12-4abf-a80f-c668240c1b3b-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-0de4c6a3e4d6b800bf9cda34c0548da133b46dc3963a6af56836aa840e29a143_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/4\/9\/131706049-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/4\/9\/131706049-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/4\/9\/131706049-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/4\/9\/131706049-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/4\/9\/131706049-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/4\/9\/131706049-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/4\/9\/131706049-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/4\/9\/131706049-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131706049","position":"13","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-7dcaced3-90a8-4a8a-a330-35de40b9aec7-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-2cbafc0131a70aed11caf79ea86d5e901b1840469bdcd1ad7a01638e899c59de_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/6\/6\/131706066-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/6\/6\/131706066-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/6\/6\/131706066-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/6\/6\/131706066-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/6\/6\/131706066-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/6\/6\/131706066-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/6\/6\/131706066-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/0\/6\/6\/131706066-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131706066","position":"14","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-750e7f96-e096-4354-9b31-839c886d59b4-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-32bb220edf8ab5c446720dd9c2306d0d61305714679fb2cb16aa1fa38821c843_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/4\/2\/131706142-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/4\/2\/131706142-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/4\/2\/131706142-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/4\/2\/131706142-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/4\/2\/131706142-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/4\/2\/131706142-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/4\/2\/131706142-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/4\/2\/131706142-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131706142","position":"15","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-b521fc21-d922-4f1c-8606-45db6b6a0310-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-0d6dc6d9ee6f12e575a1ebe992196dd3f6aea1557ffa20a9890ab5376e5b82ca_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/6\/4\/131706164-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/6\/4\/131706164-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/6\/4\/131706164-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/6\/4\/131706164-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/6\/4\/131706164-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/6\/4\/131706164-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/6\/4\/131706164-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/6\/4\/131706164-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131706164","position":"16","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-0231a2f0-7a3b-4acc-822f-15df1fc46aaf-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-c6004d39ec13b1dd53e1ca18d708efa19d766182e1ecf0c808725981497c58f9_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/8\/3\/131706183-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/8\/3\/131706183-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/8\/3\/131706183-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/8\/3\/131706183-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/8\/3\/131706183-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/8\/3\/131706183-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/8\/3\/131706183-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/8\/3\/131706183-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131706183","position":"17","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-81db6eb2-8a67-485d-8be6-92af0b7ab8be-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-600e911264f6c9e510f92021ea94ab59171c1cdfcb062998adca1bcd3ed55f1b_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/9\/7\/131706197-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/9\/7\/131706197-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/9\/7\/131706197-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/9\/7\/131706197-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/9\/7\/131706197-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/9\/7\/131706197-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/9\/7\/131706197-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/1\/9\/7\/131706197-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131706197","position":"18","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-6da36225-a08b-4377-b615-7a93cb73f689-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-8e17eeaca854be317a44517d80ea5573b73a1933bde13ed7b85775561273de7c_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/1\/4\/131706214-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/1\/4\/131706214-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/1\/4\/131706214-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/1\/4\/131706214-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/1\/4\/131706214-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/1\/4\/131706214-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/1\/4\/131706214-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/1\/4\/131706214-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131706214","position":"19","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-0fe7d2cb-37d7-4c79-8d7f-5a5c77bfa472-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-348ce5bd8b681ae11e4e98ef0d25f7a9aba23a3dba19b3d7334696c6060efd29_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/3\/3\/131706233-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/3\/3\/131706233-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/3\/3\/131706233-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/3\/3\/131706233-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/3\/3\/131706233-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/3\/3\/131706233-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/3\/3\/131706233-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/6\/2\/3\/3\/131706233-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131706233","position":"20","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-e00fecc7-b38c-4b7a-9e5d-b66a134ccb00-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-e375e7ad46c38b0c6ef5f07ccbf90c9278c6d548bb68595b51e2c9e5bbfd935b_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/0\/5\/8\/0\/3\/131705803-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131705803","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/09\/92980327-76ee8275-1079-4342-9a3f-73eec5f29da1-Piece-Kit-de-demarrage-1558960-FORD-FIESTA-6-PHASE-1-b3e697a56ec471a4879893546fc1b80af583c730fa157992e26c9aaebb79455b_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":220.5,"regular_price_amount":220.5,"regular_price":"220,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=37671225&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"37671225","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/37671225-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","canonical_url":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/37671225-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"37671225","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"250,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-06-01 10:34:22","date_upd":"2026-06-01 21:58:35","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37671225-131698645","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/37671225-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":250,"price_without_reduction":250,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"FIESTA 6 PHASE 2 1.5 TDCI - 8V 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":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"195068","id_feature":"19","position":"17"},{"name":"Remarques","value":"- Kilom\u00e9trage v\u00e9hicule : 195.068 kms\n\u26fd\ufe0f Energie : DIESEL \n- Avec module verrouillage porte et alarme ( ","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\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131698631","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-0c927b9a-8cc3-4d28-8b3e-f9121aef0513-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-36add5e33d31e2c1cc25a2511f0e2c4c6b417821b63c8f5e8a912dc8a402c509_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/4\/5\/131698645-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/4\/5\/131698645-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/4\/5\/131698645-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/4\/5\/131698645-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/4\/5\/131698645-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/4\/5\/131698645-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/4\/5\/131698645-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/4\/5\/131698645-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698645","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-66f3bfda-fa11-4597-8fdd-12be6c8716f5-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-b23a74782808beb2be8915acbf6ac5953ea7a8e5b014ce76a5fa770e91d21f59_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/6\/6\/131698666-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/6\/6\/131698666-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/6\/6\/131698666-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/6\/6\/131698666-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/6\/6\/131698666-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/6\/6\/131698666-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/6\/6\/131698666-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/6\/6\/131698666-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698666","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-e0927f5d-8b22-42bf-9581-c7b37153fa0c-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-d6f679992125f41ac273d6868feae2f5369b48e54bcc33452de88130e7e5dda5_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/8\/6\/131698686-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/8\/6\/131698686-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/8\/6\/131698686-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/8\/6\/131698686-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/8\/6\/131698686-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/8\/6\/131698686-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/8\/6\/131698686-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/8\/6\/131698686-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698686","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-221da522-9b0c-4f2c-8d1c-5f9eec6feb6b-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-b07319adae9aa56e3c152fa081ba29bcff1aa2195b47c4da1d3a8fc22546aff3_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/0\/0\/131698700-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/0\/0\/131698700-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/0\/0\/131698700-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/0\/0\/131698700-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/0\/0\/131698700-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/0\/0\/131698700-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/0\/0\/131698700-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/0\/0\/131698700-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698700","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-1601bb36-0d26-44ef-ba7f-df2c212442b2-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-db7b1ffa2d6dd14812009036457060c1bd2961b9b8a267ff2ff2db18e8917d47_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/1\/7\/131698717-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/1\/7\/131698717-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/1\/7\/131698717-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/1\/7\/131698717-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/1\/7\/131698717-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/1\/7\/131698717-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/1\/7\/131698717-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/1\/7\/131698717-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698717","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-3b66d666-13c5-46a6-9b2e-58ca7b717b01-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-cee098d5d365888a7590552a541b6db80d9be703e96177b9a27c7cdb5a153721_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/3\/3\/131698733-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/3\/3\/131698733-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/3\/3\/131698733-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/3\/3\/131698733-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/3\/3\/131698733-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/3\/3\/131698733-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/3\/3\/131698733-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/3\/3\/131698733-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698733","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-8204a776-bf67-485a-b54c-12157192a83c-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-46efafcc9750424eac5ff14788f8c7ecf452d76a9b0762bdac2b06432a519dc7_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/5\/2\/131698752-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/5\/2\/131698752-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/5\/2\/131698752-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/5\/2\/131698752-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/5\/2\/131698752-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/5\/2\/131698752-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/5\/2\/131698752-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/5\/2\/131698752-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698752","position":"8","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-f563a52c-4a2b-4e0f-b1a8-db18cae1ee18-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-6d31f076bc36b575220460af2990fc8fee6444e472a05f33defea657083ce664_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/7\/1\/131698771-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/7\/1\/131698771-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/7\/1\/131698771-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/7\/1\/131698771-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/7\/1\/131698771-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/7\/1\/131698771-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/7\/1\/131698771-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/7\/1\/131698771-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698771","position":"9","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-02829eb3-29f2-4ee6-9624-961e603d226e-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-3bad1ca1305be5388b9a6725914da8b22c9ee6eb716d267881013a291f6a8a4b_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/8\/6\/131698786-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/8\/6\/131698786-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/8\/6\/131698786-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/8\/6\/131698786-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/8\/6\/131698786-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/8\/6\/131698786-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/8\/6\/131698786-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/8\/6\/131698786-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698786","position":"10","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-d80fd710-8e20-4014-ab4b-cc1fdf81ff9a-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-92b27cc0dd52d59df6b0d83487e2155d22a23386cbb7950f2d67ceb91d08bfcf_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/0\/5\/131698805-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/0\/5\/131698805-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/0\/5\/131698805-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/0\/5\/131698805-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/0\/5\/131698805-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/0\/5\/131698805-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/0\/5\/131698805-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/0\/5\/131698805-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698805","position":"11","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-7df3a6eb-954c-4c47-9ef9-67cf5de1fc23-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-56cfcd8b56f2bf25bde0878965a230054db80c9c49a87ce90305bfdf89db271f_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/2\/1\/131698821-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/2\/1\/131698821-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/2\/1\/131698821-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/2\/1\/131698821-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/2\/1\/131698821-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/2\/1\/131698821-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/2\/1\/131698821-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/2\/1\/131698821-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698821","position":"12","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-69ae1451-3ac0-4383-859c-bca9eac37dc4-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-3bb3a38800f407582bfc2d2b43d9152ff3541d26009dc2b517831633067ed88d_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/3\/6\/131698836-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/3\/6\/131698836-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/3\/6\/131698836-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/3\/6\/131698836-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/3\/6\/131698836-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/3\/6\/131698836-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/3\/6\/131698836-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/3\/6\/131698836-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698836","position":"13","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-62e13c7b-bdbf-43d2-8cd2-e60069b79815-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-b781fe2cb0a30d6c96c94dc1666b127167e24625b28515167d490401e226c07f_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/9\/3\/131698893-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/9\/3\/131698893-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/9\/3\/131698893-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/9\/3\/131698893-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/9\/3\/131698893-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/9\/3\/131698893-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/9\/3\/131698893-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/9\/3\/131698893-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698893","position":"14","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-19ab2a00-3460-4629-9f59-1690f1416ce6-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-22ec467af21222afc3f906f7d3eaa823c4ea70fb6aff07224b90dfec2823bf57_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/1\/1\/131698911-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/1\/1\/131698911-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/1\/1\/131698911-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/1\/1\/131698911-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/1\/1\/131698911-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/1\/1\/131698911-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/1\/1\/131698911-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/1\/1\/131698911-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698911","position":"15","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-2c7ab8a8-fccf-4e33-8b4b-b6f9e37fc4b4-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-9c31f5cfc3aa23c3711ba164f239a1df767d8f1fda5a0a14a668d658abb18d98_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/2\/7\/131698927-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/2\/7\/131698927-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/2\/7\/131698927-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/2\/7\/131698927-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/2\/7\/131698927-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/2\/7\/131698927-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/2\/7\/131698927-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/2\/7\/131698927-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698927","position":"16","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-7db7b549-fdd0-49af-833e-4e94cb04f5fc-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-509a5c1e8c163142cb2b20dd4147044e9d2454418c122640506dacf0cd755519_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/4\/8\/131698948-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/4\/8\/131698948-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/4\/8\/131698948-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/4\/8\/131698948-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/4\/8\/131698948-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/4\/8\/131698948-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/4\/8\/131698948-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/4\/8\/131698948-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698948","position":"17","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-594b9844-3a13-4b5b-9a89-2b4dfba16c8d-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-f717e7aac3bda2f36195d490dba916b4f1d1cbc095fc628d76947aa076ce6fe0_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/6\/5\/131698965-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/6\/5\/131698965-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/6\/5\/131698965-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/6\/5\/131698965-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/6\/5\/131698965-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/6\/5\/131698965-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/6\/5\/131698965-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/6\/5\/131698965-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698965","position":"18","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-b529160e-5c9d-4bac-adf5-031250eec896-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-366926a39daa4e9aba86f99832cc9b2814e3f491c542341041f5134551654d5e_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/8\/3\/131698983-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/8\/3\/131698983-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/8\/3\/131698983-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/8\/3\/131698983-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/8\/3\/131698983-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/8\/3\/131698983-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/8\/3\/131698983-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/8\/3\/131698983-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698983","position":"19","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-e837f416-ae28-4c84-baa0-348bf6288e2e-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-985c9d4800a342e015b93664a602cb620f39db56181f66f6e9e2f7a93bff998f_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/9\/8\/131698998-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/9\/8\/131698998-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/9\/8\/131698998-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/9\/8\/131698998-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/9\/8\/131698998-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/9\/8\/131698998-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/9\/8\/131698998-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/9\/8\/131698998-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698998","position":"20","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-10120836-ae34-4beb-894d-f9cbee39bcf3-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-5fcc822b48a33477310a993efe97c863f43021344b5a865875fa4887d0e298bc_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131698631","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-0c927b9a-8cc3-4d28-8b3e-f9121aef0513-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-36add5e33d31e2c1cc25a2511f0e2c4c6b417821b63c8f5e8a912dc8a402c509_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":250,"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":"FIESTA 6 PHASE 2 1.5 TDCI - 8V 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":"24 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"195068","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"- Kilom\u00e9trage v\u00e9hicule : 195.068 kms\n\u26fd\ufe0f Energie : DIESEL \n- Avec module verrouillage porte et alarme ( ","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":"37671225","id_supplier":"1","id_manufacturer":"0","id_category_default":"18197","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":"250,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":"2059208","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"2.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-06-01 10:34:22","date_upd":"2026-06-01 21:58:35","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"93:91479750","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\":\"40649751\"},{\"id\":\"40649752\"},{\"id\":\"40649753\"},{\"id\":\"40649754\"},{\"id\":\"40649755\"},{\"id\":\"40649756\"},{\"id\":\"40649757\"},{\"id\":\"40649758\"},{\"id\":\"40649759\"},{\"id\":\"40649760\"},{\"id\":\"40649761\"},{\"id\":\"40649762\"},{\"id\":\"40649763\"},{\"id\":\"40649764\"},{\"id\":\"40649765\"},{\"id\":\"40649766\"},{\"id\":\"40649767\"},{\"id\":\"40649768\"},{\"id\":\"40649769\"},{\"id\":\"40649770\"},{\"id\":\"40649771\"},{\"id\":\"40649772\"},{\"id\":\"40649773\"},{\"id\":\"40649774\"},{\"id\":\"40649775\"},{\"id\":\"40649776\"},{\"id\":\"40649777\"},{\"id\":\"40649778\"},{\"id\":\"40649779\"},{\"id\":\"40649780\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"93:WF0DXXGAKDGG35636","code_moteur_field":"XVJB_DURATORQ","vehicule_ref_id":"WF0DXXGAKDGG35636","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FORD","origin_modele":"FIESTA 6","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Kit de demarrage","id_category_piece":"18197","id_category_marque":"802","id_category_modele":"13072","id_category_version":"13072","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":"93","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","link_rewrite":"kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3925657","id_modele_parent":"9610","id_energie":"16523","id_seller":"93","id_country_seller":"8","id_image":"37671225-131698645","prix":"250.000000","energie":"Diesel","libelle":"Kit de d\u00e9marrage complet d'occasion pour FORD Fiesta VI 5 portes","seller_name":"SARL N7 AUTO PI\u00c8CES","ordre_affichage":"6174","snipet":"[{\"value\":\"FIESTA 6 PHASE 2 1.5 TDCI - 8V TURBO\",\"name\":\"Version\"},{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"24 mois\",\"name\":\"Garantie\"},{\"value\":\"195068\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-home_default.webp","fdp_incluse":"0","code_moteur":"XVJB_DURATORQ","reference_constructeur":"2059208","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"kit-de-demarrage-complet","category_name":"Kit de d\u00e9marrage complet","link":"https:\/\/boutique.francecasse.fr\/kit-de-demarrage-complet\/37671225-kit-de-demarrage-complet-d-occasion-pour-ford-fiesta-vi-5-portes.html","attribute_price":0,"price_tax_exc":250,"price_without_reduction":250,"price_without_reduction_without_tax":250,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"FIESTA 6 PHASE 2 1.5 TDCI - 8V 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":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"195068","id_feature":"19","position":"17"},{"name":"Remarques","value":"- Kilom\u00e9trage v\u00e9hicule : 195.068 kms\n\u26fd\ufe0f Energie : DIESEL \n- Avec module verrouillage porte et alarme ( ","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\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131698631","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-0c927b9a-8cc3-4d28-8b3e-f9121aef0513-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-36add5e33d31e2c1cc25a2511f0e2c4c6b417821b63c8f5e8a912dc8a402c509_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/4\/5\/131698645-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/4\/5\/131698645-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/4\/5\/131698645-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/4\/5\/131698645-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/4\/5\/131698645-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/4\/5\/131698645-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/4\/5\/131698645-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/4\/5\/131698645-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698645","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-66f3bfda-fa11-4597-8fdd-12be6c8716f5-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-b23a74782808beb2be8915acbf6ac5953ea7a8e5b014ce76a5fa770e91d21f59_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/6\/6\/131698666-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/6\/6\/131698666-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/6\/6\/131698666-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/6\/6\/131698666-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/6\/6\/131698666-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/6\/6\/131698666-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/6\/6\/131698666-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/6\/6\/131698666-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698666","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-e0927f5d-8b22-42bf-9581-c7b37153fa0c-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-d6f679992125f41ac273d6868feae2f5369b48e54bcc33452de88130e7e5dda5_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/8\/6\/131698686-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/8\/6\/131698686-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/8\/6\/131698686-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/8\/6\/131698686-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/8\/6\/131698686-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/8\/6\/131698686-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/8\/6\/131698686-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/8\/6\/131698686-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698686","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-221da522-9b0c-4f2c-8d1c-5f9eec6feb6b-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-b07319adae9aa56e3c152fa081ba29bcff1aa2195b47c4da1d3a8fc22546aff3_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/0\/0\/131698700-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/0\/0\/131698700-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/0\/0\/131698700-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/0\/0\/131698700-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/0\/0\/131698700-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/0\/0\/131698700-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/0\/0\/131698700-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/0\/0\/131698700-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698700","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-1601bb36-0d26-44ef-ba7f-df2c212442b2-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-db7b1ffa2d6dd14812009036457060c1bd2961b9b8a267ff2ff2db18e8917d47_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/1\/7\/131698717-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/1\/7\/131698717-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/1\/7\/131698717-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/1\/7\/131698717-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/1\/7\/131698717-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/1\/7\/131698717-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/1\/7\/131698717-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/1\/7\/131698717-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698717","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-3b66d666-13c5-46a6-9b2e-58ca7b717b01-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-cee098d5d365888a7590552a541b6db80d9be703e96177b9a27c7cdb5a153721_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/3\/3\/131698733-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/3\/3\/131698733-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/3\/3\/131698733-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/3\/3\/131698733-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/3\/3\/131698733-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/3\/3\/131698733-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/3\/3\/131698733-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/3\/3\/131698733-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698733","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-8204a776-bf67-485a-b54c-12157192a83c-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-46efafcc9750424eac5ff14788f8c7ecf452d76a9b0762bdac2b06432a519dc7_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/5\/2\/131698752-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/5\/2\/131698752-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/5\/2\/131698752-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/5\/2\/131698752-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/5\/2\/131698752-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/5\/2\/131698752-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/5\/2\/131698752-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/5\/2\/131698752-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698752","position":"8","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-f563a52c-4a2b-4e0f-b1a8-db18cae1ee18-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-6d31f076bc36b575220460af2990fc8fee6444e472a05f33defea657083ce664_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/7\/1\/131698771-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/7\/1\/131698771-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/7\/1\/131698771-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/7\/1\/131698771-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/7\/1\/131698771-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/7\/1\/131698771-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/7\/1\/131698771-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/7\/1\/131698771-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698771","position":"9","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-02829eb3-29f2-4ee6-9624-961e603d226e-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-3bad1ca1305be5388b9a6725914da8b22c9ee6eb716d267881013a291f6a8a4b_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/8\/6\/131698786-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/8\/6\/131698786-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/8\/6\/131698786-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/8\/6\/131698786-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/8\/6\/131698786-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/8\/6\/131698786-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/8\/6\/131698786-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/7\/8\/6\/131698786-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698786","position":"10","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-d80fd710-8e20-4014-ab4b-cc1fdf81ff9a-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-92b27cc0dd52d59df6b0d83487e2155d22a23386cbb7950f2d67ceb91d08bfcf_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/0\/5\/131698805-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/0\/5\/131698805-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/0\/5\/131698805-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/0\/5\/131698805-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/0\/5\/131698805-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/0\/5\/131698805-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/0\/5\/131698805-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/0\/5\/131698805-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698805","position":"11","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-7df3a6eb-954c-4c47-9ef9-67cf5de1fc23-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-56cfcd8b56f2bf25bde0878965a230054db80c9c49a87ce90305bfdf89db271f_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/2\/1\/131698821-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/2\/1\/131698821-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/2\/1\/131698821-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/2\/1\/131698821-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/2\/1\/131698821-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/2\/1\/131698821-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/2\/1\/131698821-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/2\/1\/131698821-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698821","position":"12","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-69ae1451-3ac0-4383-859c-bca9eac37dc4-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-3bb3a38800f407582bfc2d2b43d9152ff3541d26009dc2b517831633067ed88d_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/3\/6\/131698836-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/3\/6\/131698836-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/3\/6\/131698836-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/3\/6\/131698836-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/3\/6\/131698836-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/3\/6\/131698836-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/3\/6\/131698836-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/3\/6\/131698836-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698836","position":"13","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-62e13c7b-bdbf-43d2-8cd2-e60069b79815-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-b781fe2cb0a30d6c96c94dc1666b127167e24625b28515167d490401e226c07f_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/9\/3\/131698893-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/9\/3\/131698893-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/9\/3\/131698893-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/9\/3\/131698893-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/9\/3\/131698893-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/9\/3\/131698893-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/9\/3\/131698893-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/8\/9\/3\/131698893-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698893","position":"14","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-19ab2a00-3460-4629-9f59-1690f1416ce6-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-22ec467af21222afc3f906f7d3eaa823c4ea70fb6aff07224b90dfec2823bf57_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/1\/1\/131698911-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/1\/1\/131698911-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/1\/1\/131698911-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/1\/1\/131698911-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/1\/1\/131698911-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/1\/1\/131698911-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/1\/1\/131698911-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/1\/1\/131698911-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698911","position":"15","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-2c7ab8a8-fccf-4e33-8b4b-b6f9e37fc4b4-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-9c31f5cfc3aa23c3711ba164f239a1df767d8f1fda5a0a14a668d658abb18d98_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/2\/7\/131698927-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/2\/7\/131698927-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/2\/7\/131698927-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/2\/7\/131698927-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/2\/7\/131698927-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/2\/7\/131698927-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/2\/7\/131698927-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/2\/7\/131698927-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698927","position":"16","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-7db7b549-fdd0-49af-833e-4e94cb04f5fc-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-509a5c1e8c163142cb2b20dd4147044e9d2454418c122640506dacf0cd755519_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/4\/8\/131698948-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/4\/8\/131698948-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/4\/8\/131698948-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/4\/8\/131698948-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/4\/8\/131698948-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/4\/8\/131698948-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/4\/8\/131698948-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/4\/8\/131698948-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698948","position":"17","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-594b9844-3a13-4b5b-9a89-2b4dfba16c8d-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-f717e7aac3bda2f36195d490dba916b4f1d1cbc095fc628d76947aa076ce6fe0_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/6\/5\/131698965-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/6\/5\/131698965-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/6\/5\/131698965-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/6\/5\/131698965-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/6\/5\/131698965-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/6\/5\/131698965-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/6\/5\/131698965-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/6\/5\/131698965-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698965","position":"18","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-b529160e-5c9d-4bac-adf5-031250eec896-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-366926a39daa4e9aba86f99832cc9b2814e3f491c542341041f5134551654d5e_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/8\/3\/131698983-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/8\/3\/131698983-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/8\/3\/131698983-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/8\/3\/131698983-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/8\/3\/131698983-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/8\/3\/131698983-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/8\/3\/131698983-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/8\/3\/131698983-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698983","position":"19","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-e837f416-ae28-4c84-baa0-348bf6288e2e-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-985c9d4800a342e015b93664a602cb620f39db56181f66f6e9e2f7a93bff998f_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/9\/8\/131698998-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/9\/8\/131698998-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/9\/8\/131698998-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/9\/8\/131698998-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/9\/8\/131698998-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/9\/8\/131698998-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/9\/8\/131698998-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/9\/9\/8\/131698998-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131698998","position":"20","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-10120836-ae34-4beb-894d-f9cbee39bcf3-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-5fcc822b48a33477310a993efe97c863f43021344b5a865875fa4887d0e298bc_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/9\/8\/6\/3\/1\/131698631-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131698631","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2024\/08\/91479750-0c927b9a-8cc3-4d28-8b3e-f9121aef0513-Piece-Kit-de-demarrage-2059208-FORD-FIESTA-6-PHASE-2-36add5e33d31e2c1cc25a2511f0e2c4c6b417821b63c8f5e8a912dc8a402c509_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":250,"regular_price_amount":250,"regular_price":"250,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\/18197-kit-de-demarrage-complet\/802-ford\/13072-fiesta-vi-5-portes?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\/18197-kit-de-demarrage-complet\/802-ford\/13072-fiesta-vi-5-portes?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\/18197-kit-de-demarrage-complet\/802-ford\/13072-fiesta-vi-5-portes?order=product.product.price.desc.asc"}],"sort_selected":false,"sort_usures":[{"urlParameter":"","url":"https:\/\/boutique.francecasse.fr\/18197-kit-de-demarrage-complet\/802-ford\/13072-fiesta-vi-5-portes","label":"Neuf + Occasion","current":true,"sort_usure_selected":"Neuf + Occasion"},{"urlParameter":"neuf","url":"https:\/\/boutique.francecasse.fr\/18197-kit-de-demarrage-complet\/802-ford\/13072-fiesta-vi-5-portes?type=neuf","label":"Pi\u00e8ces neuves","current":false,"sort_usure_selected":"Pi\u00e8ces neuves"},{"urlParameter":"occasion","url":"https:\/\/boutique.francecasse.fr\/18197-kit-de-demarrage-complet\/802-ford\/13072-fiesta-vi-5-portes?type=occasion","label":"Pi\u00e8ces d'occasion","current":false,"sort_usure_selected":null}],"sort_usure_selected":"Neuf + Occasion","pagination":{"total_items":13,"items_shown_from":1,"items_shown_to":13,"current_page":1,"pages_count":1,"pages":{"1":{"type":"page","page":1,"clickable":false,"current":true,"url":"https:\/\/boutique.francecasse.fr\/18197-kit-de-demarrage-complet\/802-ford\/13072-fiesta-vi-5-portes"}},"should_be_displayed":false},"rendered_facets":"","rendered_active_filters":"","js_enabled":true,"current_url":"https:\/\/boutique.francecasse.fr\/18197-kit-de-demarrage-complet\/802-ford\/13072-fiesta-vi-5-portes","rendered_products_header":"\n                                                                                                                                                                                                                \n    <div id=\"js-product-list-header\">\n        <h1 class=\"h1\">\n            kit de d\u00e9marrage complet occasion Fiesta\n        <\/h1>\n    <\/div>\n"}