{"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 143 bo\u00eete a gants pour FIAT Punto  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=\"6373612e656d616e2e746375646f7270443325726564726f4633253939312d6e61762d6f746e75702d65646e6172672d3439353431463225746169662d32333746322573746e61672d612d6574696f622d303438373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Pertinence\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6373612e65636972702e746375646f7270443325726564726f4633253939312d6e61762d6f746e75702d65646e6172672d3439353431463225746169662d32333746322573746e61672d612d6574696f622d303438373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Prix, croissant\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"637365642e65636972702e746375646f7270443325726564726f4633253939312d6e61762d6f746e75702d65646e6172672d3439353431463225746169662d32333746322573746e61672d612d6574696f622d303438373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\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=\"3939312d6e61762d6f746e75702d65646e6172672d3439353431463225746169662d32333746322573746e61672d612d6574696f622d303438373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Neuf + Occasion\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6675656e443325657079744633253939312d6e61762d6f746e75702d65646e6172672d3439353431463225746169662d32333746322573746e61672d612d6574696f622d303438373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Pi\u00e8ces neuves\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6e6f69736163636f443325657079744633253939312d6e61762d6f746e75702d65646e6172672d3439353431463225746169662d32333746322573746e61672d612d6574696f622d303438373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\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=\"50095219\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/50095219-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"69.92\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-08-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"RECICLADOS AUTO4,S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/50095219-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)<\/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                Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">RECICLADOS AUTO4,S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            69,92\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/50095219-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"49232184\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49232184-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"105.77\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-08-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Desguace Malvarrosa S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49232184-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)<\/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                Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Desguace Malvarrosa S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            105,77\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49232184-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"49186699\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49186699-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"82.96\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-08-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Desguace Malvarrosa S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49186699-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)<\/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                Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Desguace Malvarrosa S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            82,96\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49186699-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"37847476\" \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\/2\/7\/2\/0\/7\/0\/3\/132720703-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/37847476-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"63.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-08-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"POS BAZIN\">\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\/boite-a-gants\/37847476-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)<\/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                Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\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\">POS BAZIN<\/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-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\">200725<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            63,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/37847476-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"39935381\" \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\/8\/0\/1\/8\/8\/0\/0\/138018800-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/39935381-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"70.17\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-08-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Auto Recycling Teo Martin SA\">\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\/boite-a-gants\/39935381-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)<\/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                Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\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\">Auto Recycling Teo Martin SA<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-tachometer-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Kilom\u00e9trage :<\/strong><\/span>\n        <span class=\"detail-value\">1 km<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            70,17\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/39935381-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"41513322\" \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\/8\/1\/6\/4\/2\/144181642-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/41513322-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"35.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-08-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\/boite-a-gants\/41513322-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)<\/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                Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\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-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">6 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">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                            35,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\/8\/1\/6\/4\/2\/144181642-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/41513322-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"44860938\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/44860938-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"58.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-08-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"POS BAZIN\">\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\/boite-a-gants\/44860938-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)<\/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                Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\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\">POS BAZIN<\/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\">GRANDE PUNTO 1.4i - 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\">242896<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            58,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/44860938-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"46996011\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/46996011-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"53.50\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-08-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"J.Herbst Gmbh\">\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\/boite-a-gants\/46996011-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)<\/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                Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\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\">J.Herbst Gmbh<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            53,50\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/46996011-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"43769469\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\">\n            <meta itemprop=\"sku\" content=\"735562027\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/43769469-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"141.68\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-08-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"JG RECOMOTOR, S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/43769469-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)<\/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                Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">JG RECOMOTOR, S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">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                            141,68\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/43769469-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"37591064\" \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\/2\/6\/3\/7\/7\/3\/131263773-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/37591064-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"147.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-08-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"NESPRU CAR SLU\">\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\/boite-a-gants\/37591064-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)<\/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                Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\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\">NESPRU CAR SLU<\/span>\n                <\/div>\n                \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\">236209<\/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                            147,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/37591064-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"37589250\" \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\/2\/6\/0\/8\/3\/8\/131260838-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/37589250-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"147.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-08-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"NESPRU CAR SLU\">\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\/boite-a-gants\/37589250-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)<\/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                Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\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\">NESPRU CAR SLU<\/span>\n                <\/div>\n                \n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            147,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/37589250-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"48134339\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\">\n            <meta itemprop=\"sku\" content=\"735562027\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/48134339-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"141.68\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-08-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"JG RECOMOTOR, S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/48134339-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)<\/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                Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">JG RECOMOTOR, S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">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                            141,68\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/48134339-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"41153142\" \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\/3\/1\/6\/8\/0\/1\/2\/143168012-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\">\n            <meta itemprop=\"sku\" content=\"735500599\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/41153142-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"54.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-08-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL A.P.M.\">\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\/boite-a-gants\/41153142-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)<\/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                Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\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 A.P.M.<\/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-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\">137707<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            54,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\/3\/1\/6\/8\/0\/1\/2\/143168012-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/41153142-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"48998743\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\">\n            <meta itemprop=\"sku\" content=\"735500599\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/48998743-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"50.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-08-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SG - Automobiles\">\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\/boite-a-gants\/48998743-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)<\/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                Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\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\">SG - Automobiles<\/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-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\">300945<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            50,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/48998743-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"43782559\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\">\n            <meta itemprop=\"sku\" content=\"126795719\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/43782559-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"75.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-08-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"ECO-CASSE\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/43782559-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)<\/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                Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">ECO-CASSE<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <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                            75,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/43782559-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"44936172\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\">\n            <meta itemprop=\"sku\" content=\"127189852\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/44936172-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"75.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-08-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"ECO-CASSE\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/44936172-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)<\/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                Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">ECO-CASSE<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <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                            75,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/44936172-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"34254254\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\">\n            <meta itemprop=\"sku\" content=\"735500599\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/34254254-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"105.39\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-08-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"JG RECOMOTOR, S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/34254254-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)<\/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                Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">JG RECOMOTOR, S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">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                            105,39\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/34254254-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"49065702\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\">\n            <meta itemprop=\"sku\" content=\"17840\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49065702-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"62.03\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-08-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"RECUPERACIONES COLOMER SL\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49065702-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)<\/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                Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\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\">RECUPERACIONES COLOMER SL<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            62,03\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49065702-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"46876537\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\">\n            <meta itemprop=\"sku\" content=\"17840\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/46876537-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"103.56\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-08-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"MOTOCOCHE SL\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/46876537-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)<\/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                Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\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\">MOTOCOCHE SL<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            103,56\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/46876537-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"46900580\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\">\n            <meta itemprop=\"sku\" content=\"17840\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/46900580-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=\"103.56\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-08-09\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"MOTOCOCHE SL\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/46900580-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html\">Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)<\/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                Bo\u00eete a gants d&#039;occasion pour FIAT Grande Punto Van (199)\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\">MOTOCOCHE SL<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            103,56\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-a-gants\/46900580-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.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=17840&amp;id_category_marque=732&amp;id_category_modele=14594&amp;ajax=1&amp;action=products&amp;perPage=20&amp;page=2\" class=\"show-more-products js-search-link-\">\n                                            Afficher plus de pi\u00e8ces\n                                    <\/a>\n            <\/div>\n        <\/div>\n    <\/nav>\n            \n\n            \n    \n<\/div>\n","rendered_products_bottom":"<div id=\"js-product-list-bottom\"><\/div>\n","result":{},"label":"Cat\u00e9gorie : Bo\u00eete a gants","products":[{"add_to_cart_url":null,"id":"50095219","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/50095219-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/50095219-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":null,"embedded_attributes":{"id_product":"50095219","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"69,92\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":"0","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-07-31 23:41:19","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"50095219-169651816","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/50095219-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":69.92,"price_without_reduction":69.92,"reduction":0,"specific_prices":[],"quantity_all_versions":0,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"169651805","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/Nl\/xr4xs9xs3xs0xs0xs4xs6xs4930046xi~wrRMag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/1\/6\/169651816-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/1\/6\/169651816-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/1\/6\/169651816-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/1\/6\/169651816-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/1\/6\/169651816-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/1\/6\/169651816-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/1\/6\/169651816-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/1\/6\/169651816-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169651816","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/VW\/xr4xs9xs3xs0xs0xs4xs3xs4930043xi~wrRMag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/2\/9\/169651829-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/2\/9\/169651829-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/2\/9\/169651829-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/2\/9\/169651829-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/2\/9\/169651829-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/2\/9\/169651829-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/2\/9\/169651829-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/2\/9\/169651829-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169651829","position":"3","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/Hb\/xr4xs9xs3xs0xs0xs4xs4xs4930044xi~wrRMag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/4\/2\/169651842-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/4\/2\/169651842-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/4\/2\/169651842-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/4\/2\/169651842-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/4\/2\/169651842-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/4\/2\/169651842-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/4\/2\/169651842-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/4\/2\/169651842-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169651842","position":"4","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/KE\/xr4xs9xs3xs0xs0xs4xs5xs4930045xi~wrRMag.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"169651805","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/Nl\/xr4xs9xs3xs0xs0xs4xs6xs4930046xi~wrRMag.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":69.92,"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":{"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}},"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":"50095219","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"69,92\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":"735386347, 735420989","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":"0","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-07-31 23:41:19","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"44:R9H00KRW3Q\/6034193","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"199.A.5000","vehicule_ref_id":"ZFA19900000101831","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"2026-08-02 23:15:00","origin_marque":"A0001E1S","origin_modele":"A0001MMB","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS0043EO","id_category_piece":"17840","id_category_marque":"732","id_category_modele":"14594","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E1S","origin_modele_id":"A0001MMB","origin_piece_id":"PS0043EO","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"44","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"976994","id_modele_parent":"10214","id_energie":"0","id_seller":"44","id_country_seller":"6","id_image":"50095219-169651816","prix":"69.920000","energie":"","libelle":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","seller_name":"RECICLADOS AUTO4,S.L.","ordre_affichage":"2181","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-home_default.webp","fdp_incluse":"1","code_moteur":"199.A.5000","reference_constructeur":"735386347, 735420989","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/50095219-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":69.92,"price_without_reduction":69.92,"price_without_reduction_without_tax":69.92,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":0,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"169651805","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/Nl\/xr4xs9xs3xs0xs0xs4xs6xs4930046xi~wrRMag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/1\/6\/169651816-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/1\/6\/169651816-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/1\/6\/169651816-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/1\/6\/169651816-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/1\/6\/169651816-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/1\/6\/169651816-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/1\/6\/169651816-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/1\/6\/169651816-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169651816","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/VW\/xr4xs9xs3xs0xs0xs4xs3xs4930043xi~wrRMag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/2\/9\/169651829-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/2\/9\/169651829-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/2\/9\/169651829-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/2\/9\/169651829-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/2\/9\/169651829-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/2\/9\/169651829-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/2\/9\/169651829-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/2\/9\/169651829-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169651829","position":"3","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/Hb\/xr4xs9xs3xs0xs0xs4xs4xs4930044xi~wrRMag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/4\/2\/169651842-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/4\/2\/169651842-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/4\/2\/169651842-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/4\/2\/169651842-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/4\/2\/169651842-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/4\/2\/169651842-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/4\/2\/169651842-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/4\/2\/169651842-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169651842","position":"4","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/KE\/xr4xs9xs3xs0xs0xs4xs5xs4930045xi~wrRMag.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/6\/5\/1\/8\/0\/5\/169651805-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"169651805","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/Nl\/xr4xs9xs3xs0xs0xs4xs6xs4930046xi~wrRMag.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":69.92,"regular_price_amount":69.92,"regular_price":"69,92\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":null,"id":"49232184","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49232184-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49232184-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":null,"embedded_attributes":{"id_product":"49232184","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"105,77\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":"0","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-01 21:41:11","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"49232184-169823483","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49232184-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":105.77,"price_without_reduction":105.77,"reduction":0,"specific_prices":[],"quantity_all_versions":0,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"82256 km","id_feature":"19","position":"17"},{"name":"Moteur","value":"843.A.1000","id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"169823463","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/HE\/xm9xs2xs5xs3xs7xs3xs925373xi~3FhGag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/3\/169823483-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/3\/169823483-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/3\/169823483-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/3\/169823483-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/3\/169823483-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/3\/169823483-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/3\/169823483-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/3\/169823483-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169823483","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/44\/xm9xs2xs5xs3xs7xs1xs925371xi~3FhGag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/8\/169823488-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/8\/169823488-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/8\/169823488-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/8\/169823488-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/8\/169823488-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/8\/169823488-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/8\/169823488-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/8\/169823488-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169823488","position":"3","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/wy\/xm9xs2xs5xs3xs7xs2xs925372xi~3FhGag.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"169823463","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/HE\/xm9xs2xs5xs3xs7xs3xs925373xi~3FhGag.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":105.77,"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":{"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"82256 km","id_feature":"19","position":"17"},"Moteur":{"name":"Moteur","value":"843.A.1000","id_feature":"90","position":"87"}},"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":"49232184","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"105,77\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":"735664041, 51953009","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":"0","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-01 21:41:11","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"45:MAH00NAYZE\/17618261","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"843.A.1000","vehicule_ref_id":"ZFA19900005447364","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"2026-08-02 21:27:15","origin_marque":"A0001E1S","origin_modele":"A0003J65","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS0043EO","id_category_piece":"17840","id_category_marque":"732","id_category_modele":"14594","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E1S","origin_modele_id":"A0003J65","origin_piece_id":"PS0043EO","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"45","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"976995","id_modele_parent":"10214","id_energie":"0","id_seller":"45","id_country_seller":"6","id_image":"49232184-169823483","prix":"105.770000","energie":"","libelle":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","seller_name":"Desguace Malvarrosa S.L.","ordre_affichage":"2182","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-home_default.webp","fdp_incluse":"1","code_moteur":"843.A.1000","reference_constructeur":"735664041, 51953009","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49232184-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":105.77,"price_without_reduction":105.77,"price_without_reduction_without_tax":105.77,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":0,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"82256 km","id_feature":"19","position":"17"},{"name":"Moteur","value":"843.A.1000","id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"169823463","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/HE\/xm9xs2xs5xs3xs7xs3xs925373xi~3FhGag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/3\/169823483-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/3\/169823483-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/3\/169823483-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/3\/169823483-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/3\/169823483-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/3\/169823483-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/3\/169823483-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/3\/169823483-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169823483","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/44\/xm9xs2xs5xs3xs7xs1xs925371xi~3FhGag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/8\/169823488-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/8\/169823488-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/8\/169823488-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/8\/169823488-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/8\/169823488-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/8\/169823488-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/8\/169823488-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/8\/8\/169823488-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169823488","position":"3","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/wy\/xm9xs2xs5xs3xs7xs2xs925372xi~3FhGag.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/8\/2\/3\/4\/6\/3\/169823463-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"169823463","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/HE\/xm9xs2xs5xs3xs7xs3xs925373xi~3FhGag.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":105.77,"regular_price_amount":105.77,"regular_price":"105,77\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=49186699&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"49186699","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49186699-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49186699-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"49186699","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"82,96\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 21:14:19","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"49186699-168922795","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49186699-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":82.96,"price_without_reduction":82.96,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"122848 km","id_feature":"19","position":"17"},{"name":"Remarques","value":"07355771530 MLV17320750 735562027","id_feature":"24","position":"22"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168922767","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/6P\/xm4xs0xs8xs4xs9xs7xs408497xi~olfjaQ.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/9\/5\/168922795-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/9\/5\/168922795-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/9\/5\/168922795-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/9\/5\/168922795-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/9\/5\/168922795-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/9\/5\/168922795-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/9\/5\/168922795-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/9\/5\/168922795-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168922795","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/cM\/xm4xs0xs8xs5xs3xs1xs408531xi~olfjaQ.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/0\/8\/168922808-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/0\/8\/168922808-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/0\/8\/168922808-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/0\/8\/168922808-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/0\/8\/168922808-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/0\/8\/168922808-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/0\/8\/168922808-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/0\/8\/168922808-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168922808","position":"3","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/MQ\/xm4xs0xs8xs5xs6xs6xs408566xi~olfjaQ.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/2\/8\/168922828-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/2\/8\/168922828-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/2\/8\/168922828-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/2\/8\/168922828-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/2\/8\/168922828-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/2\/8\/168922828-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/2\/8\/168922828-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/2\/8\/168922828-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168922828","position":"4","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/1a\/xm4xs0xs8xs6xs0xs5xs408605xi~olfjaQ.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/4\/3\/168922843-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/4\/3\/168922843-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/4\/3\/168922843-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/4\/3\/168922843-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/4\/3\/168922843-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/4\/3\/168922843-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/4\/3\/168922843-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/4\/3\/168922843-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168922843","position":"5","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/Bw\/xm4xs0xs8xs6xs4xs4xs408644xi~olfjaQ.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/5\/4\/168922854-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/5\/4\/168922854-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/5\/4\/168922854-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/5\/4\/168922854-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/5\/4\/168922854-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/5\/4\/168922854-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/5\/4\/168922854-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/5\/4\/168922854-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168922854","position":"6","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/cf\/xm4xs0xs8xs6xs8xs7xs408687xi~olfjaQ.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168922767","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/6P\/xm4xs0xs8xs4xs9xs7xs408497xi~olfjaQ.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":82.96,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"122848 km","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"07355771530 MLV17320750 735562027","id_feature":"24","position":"22"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"49186699","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"82,96\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"735562027, 07355771530","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-08-01 06:42:15","date_upd":"2026-08-02 21:14:19","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"45:MAH00MZ4GF\/17320750","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"","vehicule_ref_id":"ZFA19900005017622","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E1S","origin_modele":"A0000001","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS0043EO","id_category_piece":"17840","id_category_marque":"732","id_category_modele":"14594","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E1S","origin_modele_id":"A0000001","origin_piece_id":"PS0043EO","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"45","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"976996","id_modele_parent":"10214","id_energie":"0","id_seller":"45","id_country_seller":"6","id_image":"49186699-168922795","prix":"82.960000","energie":"","libelle":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","seller_name":"Desguace Malvarrosa S.L.","ordre_affichage":"2183","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"735562027, 07355771530","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49186699-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":82.96,"price_without_reduction":82.96,"price_without_reduction_without_tax":82.96,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"122848 km","id_feature":"19","position":"17"},{"name":"Remarques","value":"07355771530 MLV17320750 735562027","id_feature":"24","position":"22"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168922767","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/6P\/xm4xs0xs8xs4xs9xs7xs408497xi~olfjaQ.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/9\/5\/168922795-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/9\/5\/168922795-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/9\/5\/168922795-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/9\/5\/168922795-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/9\/5\/168922795-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/9\/5\/168922795-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/9\/5\/168922795-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/9\/5\/168922795-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168922795","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/cM\/xm4xs0xs8xs5xs3xs1xs408531xi~olfjaQ.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/0\/8\/168922808-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/0\/8\/168922808-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/0\/8\/168922808-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/0\/8\/168922808-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/0\/8\/168922808-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/0\/8\/168922808-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/0\/8\/168922808-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/0\/8\/168922808-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168922808","position":"3","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/MQ\/xm4xs0xs8xs5xs6xs6xs408566xi~olfjaQ.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/2\/8\/168922828-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/2\/8\/168922828-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/2\/8\/168922828-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/2\/8\/168922828-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/2\/8\/168922828-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/2\/8\/168922828-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/2\/8\/168922828-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/2\/8\/168922828-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168922828","position":"4","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/1a\/xm4xs0xs8xs6xs0xs5xs408605xi~olfjaQ.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/4\/3\/168922843-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/4\/3\/168922843-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/4\/3\/168922843-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/4\/3\/168922843-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/4\/3\/168922843-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/4\/3\/168922843-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/4\/3\/168922843-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/4\/3\/168922843-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168922843","position":"5","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/Bw\/xm4xs0xs8xs6xs4xs4xs408644xi~olfjaQ.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/5\/4\/168922854-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/5\/4\/168922854-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/5\/4\/168922854-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/5\/4\/168922854-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/5\/4\/168922854-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/5\/4\/168922854-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/5\/4\/168922854-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/8\/5\/4\/168922854-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168922854","position":"6","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/cf\/xm4xs0xs8xs6xs8xs7xs408687xi~olfjaQ.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/2\/2\/7\/6\/7\/168922767-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168922767","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/6P\/xm4xs0xs8xs4xs9xs7xs408497xi~olfjaQ.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":82.96,"regular_price_amount":82.96,"regular_price":"82,96\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=37847476&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"37847476","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/37847476-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/37847476-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"37847476","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"63,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-06-21 01:15:08","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37847476-132720720","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/37847476-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":63,"price_without_reduction":63,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"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":"200725","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"132720703","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2026\/02\/121471824-1b0b6221-57a5-4616-ae07-da08a32adbcc-Piece-Boite-a-gants-735420987-FIAT-GRANDE-PUNTO-d40a7306c7631e844123be8778518569df7ad1926e72dc250bc8a1407b41b9a5_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/2\/0\/132720720-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/2\/0\/132720720-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/2\/0\/132720720-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/2\/0\/132720720-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/2\/0\/132720720-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/2\/0\/132720720-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/2\/0\/132720720-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/2\/0\/132720720-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"132720720","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2026\/02\/121471824-c4e49426-b4b1-424f-8e85-ab5727a0b3f1-Piece-Boite-a-gants-735420987-FIAT-GRANDE-PUNTO-04a347f153686cd42e6d13f216418e78c6097683423c5e06bf66e7c58fc85392_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/3\/5\/132720735-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/3\/5\/132720735-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/3\/5\/132720735-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/3\/5\/132720735-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/3\/5\/132720735-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/3\/5\/132720735-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/3\/5\/132720735-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/3\/5\/132720735-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"132720735","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2026\/02\/121471824-b01cc57f-b0d1-4677-915f-5dbcb8517025-Piece-Boite-a-gants-735420987-FIAT-GRANDE-PUNTO-0fd29959894ca957c3e084d84fd79a8ee147bccdd1aaa5dd32b3142efdac0e21_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"132720703","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2026\/02\/121471824-1b0b6221-57a5-4616-ae07-da08a32adbcc-Piece-Boite-a-gants-735420987-FIAT-GRANDE-PUNTO-d40a7306c7631e844123be8778518569df7ad1926e72dc250bc8a1407b41b9a5_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":63,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"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":"200725","id_feature":"19","position":"17"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"37847476","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"63,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":"735420987","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-08-01 06:42:15","date_upd":"2026-06-21 01:15:08","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"69:121471824","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\":\"40959996\"},{\"id\":\"40959997\"},{\"id\":\"40959998\"},{\"id\":\"40959999\"},{\"id\":\"40960000\"},{\"id\":\"40960001\"},{\"id\":\"40960002\"},{\"id\":\"40960003\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"69:ZFA19900000110565","code_moteur_field":"350A1000","vehicule_ref_id":"ZFA19900000110565","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"GRANDE PUNTO","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Boite a gants","id_category_piece":"17840","id_category_marque":"732","id_category_modele":"14594","id_category_version":"14594","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":"69","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"977002","id_modele_parent":"10214","id_energie":"16532","id_seller":"69","id_country_seller":"8","id_image":"37847476-132720720","prix":"63.000000","energie":"Essence","libelle":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","seller_name":"POS BAZIN","ordre_affichage":"2189","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"200725\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-home_default.webp","fdp_incluse":"1","code_moteur":"350A1000","reference_constructeur":"735420987","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/37847476-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":63,"price_without_reduction":63,"price_without_reduction_without_tax":63,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"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":"200725","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"132720703","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2026\/02\/121471824-1b0b6221-57a5-4616-ae07-da08a32adbcc-Piece-Boite-a-gants-735420987-FIAT-GRANDE-PUNTO-d40a7306c7631e844123be8778518569df7ad1926e72dc250bc8a1407b41b9a5_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/2\/0\/132720720-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/2\/0\/132720720-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/2\/0\/132720720-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/2\/0\/132720720-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/2\/0\/132720720-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/2\/0\/132720720-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/2\/0\/132720720-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/2\/0\/132720720-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"132720720","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2026\/02\/121471824-c4e49426-b4b1-424f-8e85-ab5727a0b3f1-Piece-Boite-a-gants-735420987-FIAT-GRANDE-PUNTO-04a347f153686cd42e6d13f216418e78c6097683423c5e06bf66e7c58fc85392_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/3\/5\/132720735-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/3\/5\/132720735-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/3\/5\/132720735-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/3\/5\/132720735-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/3\/5\/132720735-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/3\/5\/132720735-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/3\/5\/132720735-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/3\/5\/132720735-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"132720735","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2026\/02\/121471824-b01cc57f-b0d1-4677-915f-5dbcb8517025-Piece-Boite-a-gants-735420987-FIAT-GRANDE-PUNTO-0fd29959894ca957c3e084d84fd79a8ee147bccdd1aaa5dd32b3142efdac0e21_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/7\/2\/0\/7\/0\/3\/132720703-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"132720703","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2026\/02\/121471824-1b0b6221-57a5-4616-ae07-da08a32adbcc-Piece-Boite-a-gants-735420987-FIAT-GRANDE-PUNTO-d40a7306c7631e844123be8778518569df7ad1926e72dc250bc8a1407b41b9a5_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":63,"regular_price_amount":63,"regular_price":"63,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=39935381&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"39935381","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/39935381-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/39935381-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"39935381","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"70,17\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 20:24:25","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"39935381-138018815","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/39935381-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":70.17,"price_without_reduction":70.17,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1 km","id_feature":"19","position":"17"},{"name":"Remarques","value":"CARR 11 3P COLOR BLANC     -- 735485660","id_feature":"24","position":"22"},{"name":"Moteur","value":"169.A.4000","id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"138018800","position":"1","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/1\/4\/0\/8\/1\/1\/140811.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/1\/5\/138018815-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/1\/5\/138018815-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/1\/5\/138018815-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/1\/5\/138018815-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/1\/5\/138018815-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/1\/5\/138018815-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/1\/5\/138018815-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/1\/5\/138018815-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"138018815","position":"2","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/1\/4\/0\/8\/1\/5\/140815.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/3\/3\/138018833-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/3\/3\/138018833-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/3\/3\/138018833-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/3\/3\/138018833-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/3\/3\/138018833-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/3\/3\/138018833-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/3\/3\/138018833-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/3\/3\/138018833-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"138018833","position":"3","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/1\/4\/0\/8\/2\/1\/140821.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"138018800","position":"1","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/1\/4\/0\/8\/1\/1\/140811.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":70.17,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"1 km","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"CARR 11 3P COLOR BLANC     -- 735485660","id_feature":"24","position":"22"},"Moteur":{"name":"Moteur","value":"169.A.4000","id_feature":"90","position":"87"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"39935381","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"70,17\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":"735485660","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-08-01 06:42:15","date_upd":"2026-08-02 20:24:25","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"74:T6H0126KS3\/761783","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"169.A.4000","vehicule_ref_id":"ZFA19900000806830","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E1S","origin_modele":"A0001MSH","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS0043EO","id_category_piece":"17840","id_category_marque":"732","id_category_modele":"14594","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E1S","origin_modele_id":"A0001MSH","origin_piece_id":"PS0043EO","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":"74","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"977003","id_modele_parent":"10214","id_energie":"0","id_seller":"74","id_country_seller":"6","id_image":"39935381-138018815","prix":"70.170000","energie":"","libelle":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","seller_name":"Auto Recycling Teo Martin SA","ordre_affichage":"2190","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"1 km\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-home_default.webp","fdp_incluse":"1","code_moteur":"169.A.4000","reference_constructeur":"735485660","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/39935381-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":70.17,"price_without_reduction":70.17,"price_without_reduction_without_tax":70.17,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1 km","id_feature":"19","position":"17"},{"name":"Remarques","value":"CARR 11 3P COLOR BLANC     -- 735485660","id_feature":"24","position":"22"},{"name":"Moteur","value":"169.A.4000","id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"138018800","position":"1","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/1\/4\/0\/8\/1\/1\/140811.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/1\/5\/138018815-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/1\/5\/138018815-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/1\/5\/138018815-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/1\/5\/138018815-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/1\/5\/138018815-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/1\/5\/138018815-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/1\/5\/138018815-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/1\/5\/138018815-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"138018815","position":"2","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/1\/4\/0\/8\/1\/5\/140815.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/3\/3\/138018833-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/3\/3\/138018833-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/3\/3\/138018833-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/3\/3\/138018833-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/3\/3\/138018833-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/3\/3\/138018833-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/3\/3\/138018833-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/3\/3\/138018833-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"138018833","position":"3","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/1\/4\/0\/8\/2\/1\/140821.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/8\/0\/1\/8\/8\/0\/0\/138018800-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"138018800","position":"1","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/1\/4\/0\/8\/1\/1\/140811.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":70.17,"regular_price_amount":70.17,"regular_price":"70,17\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=41513322&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"41513322","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/41513322-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/41513322-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"41513322","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"35,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 02:01:21","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"41513322-144181664","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/41513322-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":35,"price_without_reduction":35,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144181642","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/17\/287788-Boite-a-gants-FIAT-500L-PHASE-2-Essence-image-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/6\/4\/144181664-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/6\/4\/144181664-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/6\/4\/144181664-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/6\/4\/144181664-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/6\/4\/144181664-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/6\/4\/144181664-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/6\/4\/144181664-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/6\/4\/144181664-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144181664","position":"2","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/17\/287788-Boite-a-gants-FIAT-500L-PHASE-2-Essence-image-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/7\/9\/144181679-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/7\/9\/144181679-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/7\/9\/144181679-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/7\/9\/144181679-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/7\/9\/144181679-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/7\/9\/144181679-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/7\/9\/144181679-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/7\/9\/144181679-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144181679","position":"3","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/17\/287788-Boite-a-gants-FIAT-500L-PHASE-2-Essence-image-3.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144181642","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/17\/287788-Boite-a-gants-FIAT-500L-PHASE-2-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":35,"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"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"41513322","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"35,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":"735523157","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"0.750000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 02:01:21","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"67:287788","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:ZFA19900005057632","code_moteur_field":"","vehicule_ref_id":"ZFA19900005057632","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"500L PHASE 2","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Boite a gants","id_category_piece":"17840","id_category_marque":"732","id_category_modele":"14594","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":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"977004","id_modele_parent":"10214","id_energie":"16532","id_seller":"67","id_country_seller":"8","id_image":"41513322-144181664","prix":"35.000000","energie":"Essence","libelle":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","seller_name":"MULTISERVICES SARL","ordre_affichage":"2191","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"6 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-home_default.webp","fdp_incluse":"0","code_moteur":"","reference_constructeur":"735523157","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/41513322-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":35,"price_without_reduction":35,"price_without_reduction_without_tax":35,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144181642","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/17\/287788-Boite-a-gants-FIAT-500L-PHASE-2-Essence-image-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/6\/4\/144181664-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/6\/4\/144181664-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/6\/4\/144181664-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/6\/4\/144181664-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/6\/4\/144181664-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/6\/4\/144181664-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/6\/4\/144181664-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/6\/4\/144181664-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144181664","position":"2","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/17\/287788-Boite-a-gants-FIAT-500L-PHASE-2-Essence-image-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/7\/9\/144181679-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/7\/9\/144181679-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/7\/9\/144181679-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/7\/9\/144181679-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/7\/9\/144181679-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/7\/9\/144181679-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/7\/9\/144181679-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/7\/9\/144181679-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144181679","position":"3","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/17\/287788-Boite-a-gants-FIAT-500L-PHASE-2-Essence-image-3.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/1\/8\/1\/6\/4\/2\/144181642-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144181642","position":"1","id_origin":"https:\/\/piecesauto-multiservices.fr\/wp-content\/uploads\/2024\/03\/31\/17\/287788-Boite-a-gants-FIAT-500L-PHASE-2-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":35,"regular_price_amount":35,"regular_price":"35,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=44860938&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44860938","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/44860938-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/44860938-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44860938","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"58,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-06-21 01:19:20","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44860938-156502508","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/44860938-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":58,"price_without_reduction":58,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"GRANDE PUNTO 1.4i - 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":"242896","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156502485","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2026\/06\/127213395-a94a8e67-fd78-4545-a878-3dd6a514a68d-127213395-9bd194f87efe8463bc4b8c0a1844807ee68ff0ea7fb36edb8e91ddc003a9660d_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/0\/8\/156502508-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/0\/8\/156502508-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/0\/8\/156502508-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/0\/8\/156502508-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/0\/8\/156502508-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/0\/8\/156502508-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/0\/8\/156502508-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/0\/8\/156502508-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156502508","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2026\/06\/127213395-d6536800-1aaf-4365-8ca2-097c636f5da7-127213395-14747f6f6fbd32ebfe4de5d624dbd3e09cfd1eebe8ae5d3b5b8d8606870bc795_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/2\/7\/156502527-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/2\/7\/156502527-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/2\/7\/156502527-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/2\/7\/156502527-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/2\/7\/156502527-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/2\/7\/156502527-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/2\/7\/156502527-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/2\/7\/156502527-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156502527","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2026\/06\/127213395-b5118d0d-1043-4190-b90f-9ad3450a7bec-127213395-7593eda33f659787c16b82229a7152edbbaf1b88b449aff7a7dfba0d6cb5d77a_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156502485","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2026\/06\/127213395-a94a8e67-fd78-4545-a878-3dd6a514a68d-127213395-9bd194f87efe8463bc4b8c0a1844807ee68ff0ea7fb36edb8e91ddc003a9660d_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":58,"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":"GRANDE PUNTO 1.4i - 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":"242896","id_feature":"19","position":"17"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"44860938","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"58,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":"735420987","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-08-01 06:42:15","date_upd":"2026-06-21 01:19:20","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"69:127213395","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\":\"47156761\"},{\"id\":\"47156762\"},{\"id\":\"47156763\"},{\"id\":\"47156764\"},{\"id\":\"47156765\"},{\"id\":\"47156766\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"69:ZFA19900000203151","code_moteur_field":"199A6000","vehicule_ref_id":"ZFA19900000203151","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"GRANDE PUNTO","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Boite a gants","id_category_piece":"17840","id_category_marque":"732","id_category_modele":"14594","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":"69","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"977005","id_modele_parent":"10214","id_energie":"16532","id_seller":"69","id_country_seller":"8","id_image":"44860938-156502508","prix":"58.000000","energie":"Essence","libelle":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","seller_name":"POS BAZIN","ordre_affichage":"2192","snipet":"[{\"value\":\"GRANDE PUNTO 1.4i - 16V\",\"name\":\"Version\"},{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"242896\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-home_default.webp","fdp_incluse":"1","code_moteur":"199A6000","reference_constructeur":"735420987","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/44860938-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":58,"price_without_reduction":58,"price_without_reduction_without_tax":58,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"GRANDE PUNTO 1.4i - 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":"242896","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156502485","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2026\/06\/127213395-a94a8e67-fd78-4545-a878-3dd6a514a68d-127213395-9bd194f87efe8463bc4b8c0a1844807ee68ff0ea7fb36edb8e91ddc003a9660d_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/0\/8\/156502508-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/0\/8\/156502508-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/0\/8\/156502508-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/0\/8\/156502508-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/0\/8\/156502508-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/0\/8\/156502508-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/0\/8\/156502508-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/0\/8\/156502508-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156502508","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2026\/06\/127213395-d6536800-1aaf-4365-8ca2-097c636f5da7-127213395-14747f6f6fbd32ebfe4de5d624dbd3e09cfd1eebe8ae5d3b5b8d8606870bc795_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/2\/7\/156502527-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/2\/7\/156502527-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/2\/7\/156502527-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/2\/7\/156502527-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/2\/7\/156502527-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/2\/7\/156502527-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/2\/7\/156502527-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/5\/2\/7\/156502527-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156502527","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2026\/06\/127213395-b5118d0d-1043-4190-b90f-9ad3450a7bec-127213395-7593eda33f659787c16b82229a7152edbbaf1b88b449aff7a7dfba0d6cb5d77a_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/5\/0\/2\/4\/8\/5\/156502485-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156502485","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2026\/06\/127213395-a94a8e67-fd78-4545-a878-3dd6a514a68d-127213395-9bd194f87efe8463bc4b8c0a1844807ee68ff0ea7fb36edb8e91ddc003a9660d_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":58,"regular_price_amount":58,"regular_price":"58,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=46996011&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"46996011","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/46996011-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/46996011-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"46996011","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"53,50\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 19:45:22","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"46996011-161583530","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/46996011-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":53.5,"price_without_reduction":53.5,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"87775 km","id_feature":"19","position":"17"},{"name":"Remarques","value":"1.3D | 1248ccm | 70kW | 330A1000, Dans le cas de CHARNIERE L\u00e9ger ENDOMMAG\u00c9, air conditionn\u00e9 manuel, ABS\n\nseulement\nle","id_feature":"24","position":"22"},{"name":"Moteur","value":"Euro 5","id_feature":"90","position":"87"},{"name":"Type bo\u00eete","value":null,"id_feature":"91","position":"88"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161583166","position":"1","id_origin":"https:\/\/www.kfz-herbst.shop\/img\/276504b.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/3\/0\/161583530-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/3\/0\/161583530-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/3\/0\/161583530-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/3\/0\/161583530-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/3\/0\/161583530-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/3\/0\/161583530-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/3\/0\/161583530-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/3\/0\/161583530-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161583530","position":"2","id_origin":"https:\/\/www.kfz-herbst.shop\/img\/276504.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/4\/6\/161583546-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/4\/6\/161583546-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/4\/6\/161583546-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/4\/6\/161583546-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/4\/6\/161583546-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/4\/6\/161583546-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/4\/6\/161583546-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/4\/6\/161583546-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161583546","position":"3","id_origin":"https:\/\/www.kfz-herbst.shop\/img\/276504a.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161583166","position":"1","id_origin":"https:\/\/www.kfz-herbst.shop\/img\/276504b.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":53.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":{"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"87775 km","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"1.3D | 1248ccm | 70kW | 330A1000, Dans le cas de CHARNIERE L\u00e9ger ENDOMMAG\u00c9, air conditionn\u00e9 manuel, ABS\n\nseulement\nle","id_feature":"24","position":"22"},"Moteur":{"name":"Moteur","value":"Euro 5","id_feature":"90","position":"87"},"Type bo\u00eete":{"name":"Type bo\u00eete","value":null,"id_feature":"91","position":"88"}},"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":"46996011","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"53,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":"nur, der, Deckel, Weiss","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-08-01 06:42:15","date_upd":"2026-08-02 19:45:22","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"62:H9H00KPD8Z\/276504","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"Euro 5","vehicule_ref_id":"ZFA19900005287687","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E1S","origin_modele":"A00048PI","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS0043EO","id_category_piece":"17840","id_category_marque":"732","id_category_modele":"14594","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E1S","origin_modele_id":"A00048PI","origin_piece_id":"PS0043EO","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":"62","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"977006","id_modele_parent":"10214","id_energie":"0","id_seller":"62","id_country_seller":"2","id_image":"46996011-161583530","prix":"53.500000","energie":"","libelle":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","seller_name":"J.Herbst Gmbh","ordre_affichage":"2193","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-home_default.webp","fdp_incluse":"1","code_moteur":"Euro 5","reference_constructeur":"nur, der, Deckel, Weiss","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/46996011-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":53.5,"price_without_reduction":53.5,"price_without_reduction_without_tax":53.5,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"87775 km","id_feature":"19","position":"17"},{"name":"Remarques","value":"1.3D | 1248ccm | 70kW | 330A1000, Dans le cas de CHARNIERE L\u00e9ger ENDOMMAG\u00c9, air conditionn\u00e9 manuel, ABS\n\nseulement\nle","id_feature":"24","position":"22"},{"name":"Moteur","value":"Euro 5","id_feature":"90","position":"87"},{"name":"Type bo\u00eete","value":null,"id_feature":"91","position":"88"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161583166","position":"1","id_origin":"https:\/\/www.kfz-herbst.shop\/img\/276504b.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/3\/0\/161583530-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/3\/0\/161583530-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/3\/0\/161583530-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/3\/0\/161583530-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/3\/0\/161583530-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/3\/0\/161583530-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/3\/0\/161583530-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/3\/0\/161583530-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161583530","position":"2","id_origin":"https:\/\/www.kfz-herbst.shop\/img\/276504.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/4\/6\/161583546-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/4\/6\/161583546-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/4\/6\/161583546-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/4\/6\/161583546-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/4\/6\/161583546-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/4\/6\/161583546-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/4\/6\/161583546-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/5\/4\/6\/161583546-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161583546","position":"3","id_origin":"https:\/\/www.kfz-herbst.shop\/img\/276504a.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/5\/8\/3\/1\/6\/6\/161583166-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161583166","position":"1","id_origin":"https:\/\/www.kfz-herbst.shop\/img\/276504b.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":53.5,"regular_price_amount":53.5,"regular_price":"53,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=43769469&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"43769469","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/43769469-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/43769469-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"43769469","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"141,68\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"735562027","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 02:53:59","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"43769469-150566503","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/43769469-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":141.68,"price_without_reduction":141.68,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Remarques","value":null,"id_feature":"24","position":"22"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"150566081","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/8108JDZ\/906583\/906583_2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/0\/3\/150566503-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/0\/3\/150566503-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/0\/3\/150566503-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/0\/3\/150566503-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/0\/3\/150566503-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/0\/3\/150566503-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/0\/3\/150566503-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/0\/3\/150566503-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"150566503","position":"2","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/8108JDZ\/906583\/906583_1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/1\/4\/150566514-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/1\/4\/150566514-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/1\/4\/150566514-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/1\/4\/150566514-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/1\/4\/150566514-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/1\/4\/150566514-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/1\/4\/150566514-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/1\/4\/150566514-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"150566514","position":"3","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/8108JDZ\/906583\/906583_4.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/3\/5\/150566535-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/3\/5\/150566535-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/3\/5\/150566535-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/3\/5\/150566535-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/3\/5\/150566535-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/3\/5\/150566535-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/3\/5\/150566535-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/3\/5\/150566535-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"150566535","position":"4","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/8108JDZ\/906583\/906583_3.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"150566081","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/8108JDZ\/906583\/906583_2.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":141.68,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"735562027","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Remarques":{"name":"Remarques","value":null,"id_feature":"24","position":"22"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"43769469","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"141,68\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"735562027","supplier_reference":"735562027","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"35.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 02:53:59","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"89:906583","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\":\"46918116\"},{\"id\":\"46918117\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"89:8108JDZ","code_moteur_field":"","vehicule_ref_id":"ZFA19900005227526","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"500 L 330","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"BO\u00ceTE \u00c0 GANTS","id_category_piece":"17840","id_category_marque":"732","id_category_modele":"14594","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":"89","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"977007","id_modele_parent":"10214","id_energie":"16523","id_seller":"89","id_country_seller":"6","id_image":"43769469-150566503","prix":"141.680000","energie":"Diesel","libelle":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","seller_name":"JG RECOMOTOR, S.L.","ordre_affichage":"2194","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"735562027","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/43769469-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":141.68,"price_without_reduction":141.68,"price_without_reduction_without_tax":141.68,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Remarques","value":null,"id_feature":"24","position":"22"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"150566081","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/8108JDZ\/906583\/906583_2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/0\/3\/150566503-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/0\/3\/150566503-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/0\/3\/150566503-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/0\/3\/150566503-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/0\/3\/150566503-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/0\/3\/150566503-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/0\/3\/150566503-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/0\/3\/150566503-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"150566503","position":"2","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/8108JDZ\/906583\/906583_1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/1\/4\/150566514-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/1\/4\/150566514-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/1\/4\/150566514-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/1\/4\/150566514-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/1\/4\/150566514-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/1\/4\/150566514-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/1\/4\/150566514-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/1\/4\/150566514-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"150566514","position":"3","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/8108JDZ\/906583\/906583_4.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/3\/5\/150566535-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/3\/5\/150566535-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/3\/5\/150566535-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/3\/5\/150566535-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/3\/5\/150566535-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/3\/5\/150566535-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/3\/5\/150566535-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/5\/3\/5\/150566535-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"150566535","position":"4","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/8108JDZ\/906583\/906583_3.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/5\/6\/6\/0\/8\/1\/150566081-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"150566081","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/8108JDZ\/906583\/906583_2.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":141.68,"regular_price_amount":141.68,"regular_price":"141,68\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=37591064&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"37591064","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/37591064-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/37591064-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"37591064","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"147,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 23:13:30","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37591064-131263773","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/37591064-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":122.5,"price_without_reduction":147,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":"pi\u00e8ce contr\u00f4l\u00e9e","id_feature":"8","position":"6"},{"name":"Kilom\u00e9trage","value":"236209","id_feature":"19","position":"17"},{"name":"Remarques","value":"Energie: Diesel - Code moteur: 199B5000 - Nombre de portes: 5","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":20,"tax_name":"TVA FR 20%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131263773","position":"1","id_origin":"https:\/\/cdn16.metasync.com\/YmRpIiJvz9h1IjQqcVy0u_x6xEUeyrICAOddhGPxPoZIKWh0eKuIoA==","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131263773","position":"1","id_origin":"https:\/\/cdn16.metasync.com\/YmRpIiJvz9h1IjQqcVy0u_x6xEUeyrICAOddhGPxPoZIKWh0eKuIoA==","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":147,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":"pi\u00e8ce contr\u00f4l\u00e9e","id_feature":"8","position":"6"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"236209","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"Energie: Diesel - Code moteur: 199B5000 - Nombre de portes: 5","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":"37591064","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"1","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"147,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":"15.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 23:13:30","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"92:1491099","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\":\"40006152\"},{\"id\":\"40006153\"},{\"id\":\"40006154\"},{\"id\":\"40006155\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"92:ZFA19900005034271","code_moteur_field":"199B5000","vehicule_ref_id":"ZFA19900005034271","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"500L (330)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"GUANTERA","id_category_piece":"17840","id_category_marque":"732","id_category_modele":"14594","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":"92","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"977008","id_modele_parent":"10214","id_energie":"0","id_seller":"92","id_country_seller":"6","id_image":"37591064-131263773","prix":"147.000000","energie":"","libelle":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","seller_name":"NESPRU CAR SLU","ordre_affichage":"2195","snipet":"[{\"value\":\"236209\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-home_default.webp","fdp_incluse":"1","code_moteur":"199B5000","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/37591064-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":122.5,"price_without_reduction":147,"price_without_reduction_without_tax":122.5,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":"pi\u00e8ce contr\u00f4l\u00e9e","id_feature":"8","position":"6"},{"name":"Kilom\u00e9trage","value":"236209","id_feature":"19","position":"17"},{"name":"Remarques","value":"Energie: Diesel - Code moteur: 199B5000 - Nombre de portes: 5","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":20,"tax_name":"TVA FR 20%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131263773","position":"1","id_origin":"https:\/\/cdn16.metasync.com\/YmRpIiJvz9h1IjQqcVy0u_x6xEUeyrICAOddhGPxPoZIKWh0eKuIoA==","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/3\/7\/7\/3\/131263773-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131263773","position":"1","id_origin":"https:\/\/cdn16.metasync.com\/YmRpIiJvz9h1IjQqcVy0u_x6xEUeyrICAOddhGPxPoZIKWh0eKuIoA==","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":147,"regular_price_amount":147,"regular_price":"147,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=37589250&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"37589250","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/37589250-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/37589250-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"37589250","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"147,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 23:11:33","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37589250-131260851","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/37589250-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":122.5,"price_without_reduction":147,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":"pi\u00e8ce contr\u00f4l\u00e9e","id_feature":"8","position":"6"},{"name":"Remarques","value":"Energie: Diesel - Code moteur: 199B1000 - Nombre de portes: 3","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":20,"tax_name":"TVA FR 20%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131260838","position":"1","id_origin":"https:\/\/cdn16.metasync.com\/gLVRw0K5gPcwfDDmxBjdS6JhtRLG9luTcYoKlTgEj-6bGMrSnPKK2A==","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/5\/1\/131260851-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/5\/1\/131260851-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/5\/1\/131260851-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/5\/1\/131260851-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/5\/1\/131260851-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/5\/1\/131260851-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/5\/1\/131260851-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/5\/1\/131260851-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131260851","position":"2","id_origin":"https:\/\/cdn16.metasync.com\/zlFSJCUO3g7K_yItwFow9r-kEZoACDEh-56SfeHlWGL81sLhJE9Kmg==","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/6\/5\/131260865-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/6\/5\/131260865-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/6\/5\/131260865-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/6\/5\/131260865-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/6\/5\/131260865-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/6\/5\/131260865-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/6\/5\/131260865-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/6\/5\/131260865-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131260865","position":"3","id_origin":"https:\/\/cdn16.metasync.com\/0N9V-8IHKJy3oMpKuQ2-n_QmaUMZYO799od_tQ1J6ryk_jpCmFdJEA==","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/8\/1\/131260881-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/8\/1\/131260881-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/8\/1\/131260881-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/8\/1\/131260881-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/8\/1\/131260881-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/8\/1\/131260881-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/8\/1\/131260881-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/8\/1\/131260881-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131260881","position":"4","id_origin":"https:\/\/cdn16.metasync.com\/JZl4Zawyuld_UEV1hVOuZZPEY8B7ClSBSn4RLWjX0HXA5ndlZ6VjWQ==","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/9\/4\/131260894-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/9\/4\/131260894-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/9\/4\/131260894-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/9\/4\/131260894-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/9\/4\/131260894-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/9\/4\/131260894-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/9\/4\/131260894-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/9\/4\/131260894-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131260894","position":"5","id_origin":"https:\/\/cdn16.metasync.com\/UzS3uysY34aE5pURPsrZxxEN1MldfrPM3Myl6wHeKH5JS0fyQHKEJQ==","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131260838","position":"1","id_origin":"https:\/\/cdn16.metasync.com\/gLVRw0K5gPcwfDDmxBjdS6JhtRLG9luTcYoKlTgEj-6bGMrSnPKK2A==","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":147,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":"pi\u00e8ce contr\u00f4l\u00e9e","id_feature":"8","position":"6"},"Remarques":{"name":"Remarques","value":"Energie: Diesel - Code moteur: 199B1000 - Nombre de portes: 3","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":"37589250","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"1","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"147,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":"15.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 23:11:33","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"92:1316114","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\":\"39997420\"},{\"id\":\"39997421\"},{\"id\":\"39997422\"},{\"id\":\"39997423\"},{\"id\":\"39997424\"},{\"id\":\"39997425\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"92:ZFA19900000767677","code_moteur_field":"199B1000","vehicule_ref_id":"ZFA19900000767677","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"III EVO PUNTO (199)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"GUANTERA","id_category_piece":"17840","id_category_marque":"732","id_category_modele":"14594","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":"92","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"977009","id_modele_parent":"10214","id_energie":"0","id_seller":"92","id_country_seller":"6","id_image":"37589250-131260851","prix":"147.000000","energie":"","libelle":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","seller_name":"NESPRU CAR SLU","ordre_affichage":"2196","snipet":"[]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-home_default.webp","fdp_incluse":"1","code_moteur":"199B1000","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/37589250-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":122.5,"price_without_reduction":147,"price_without_reduction_without_tax":122.5,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":"pi\u00e8ce contr\u00f4l\u00e9e","id_feature":"8","position":"6"},{"name":"Remarques","value":"Energie: Diesel - Code moteur: 199B1000 - Nombre de portes: 3","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":20,"tax_name":"TVA FR 20%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131260838","position":"1","id_origin":"https:\/\/cdn16.metasync.com\/gLVRw0K5gPcwfDDmxBjdS6JhtRLG9luTcYoKlTgEj-6bGMrSnPKK2A==","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/5\/1\/131260851-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/5\/1\/131260851-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/5\/1\/131260851-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/5\/1\/131260851-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/5\/1\/131260851-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/5\/1\/131260851-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/5\/1\/131260851-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/5\/1\/131260851-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131260851","position":"2","id_origin":"https:\/\/cdn16.metasync.com\/zlFSJCUO3g7K_yItwFow9r-kEZoACDEh-56SfeHlWGL81sLhJE9Kmg==","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/6\/5\/131260865-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/6\/5\/131260865-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/6\/5\/131260865-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/6\/5\/131260865-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/6\/5\/131260865-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/6\/5\/131260865-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/6\/5\/131260865-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/6\/5\/131260865-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131260865","position":"3","id_origin":"https:\/\/cdn16.metasync.com\/0N9V-8IHKJy3oMpKuQ2-n_QmaUMZYO799od_tQ1J6ryk_jpCmFdJEA==","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/8\/1\/131260881-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/8\/1\/131260881-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/8\/1\/131260881-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/8\/1\/131260881-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/8\/1\/131260881-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/8\/1\/131260881-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/8\/1\/131260881-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/8\/1\/131260881-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131260881","position":"4","id_origin":"https:\/\/cdn16.metasync.com\/JZl4Zawyuld_UEV1hVOuZZPEY8B7ClSBSn4RLWjX0HXA5ndlZ6VjWQ==","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/9\/4\/131260894-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/9\/4\/131260894-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/9\/4\/131260894-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/9\/4\/131260894-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/9\/4\/131260894-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/9\/4\/131260894-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/9\/4\/131260894-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/9\/4\/131260894-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131260894","position":"5","id_origin":"https:\/\/cdn16.metasync.com\/UzS3uysY34aE5pURPsrZxxEN1MldfrPM3Myl6wHeKH5JS0fyQHKEJQ==","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/6\/0\/8\/3\/8\/131260838-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131260838","position":"1","id_origin":"https:\/\/cdn16.metasync.com\/gLVRw0K5gPcwfDDmxBjdS6JhtRLG9luTcYoKlTgEj-6bGMrSnPKK2A==","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":147,"regular_price_amount":147,"regular_price":"147,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=48134339&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"48134339","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/48134339-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/48134339-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"48134339","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"141,68\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"735562027","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 02:31:30","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"48134339-165528638","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/48134339-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":141.68,"price_without_reduction":141.68,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Remarques","value":null,"id_feature":"24","position":"22"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"165528623","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/6817HMR\/933634\/933634_1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/3\/8\/165528638-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/3\/8\/165528638-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/3\/8\/165528638-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/3\/8\/165528638-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/3\/8\/165528638-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/3\/8\/165528638-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/3\/8\/165528638-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/3\/8\/165528638-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165528638","position":"2","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/6817HMR\/933634\/933634_3.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/5\/3\/165528653-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/5\/3\/165528653-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/5\/3\/165528653-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/5\/3\/165528653-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/5\/3\/165528653-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/5\/3\/165528653-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/5\/3\/165528653-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/5\/3\/165528653-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165528653","position":"3","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/6817HMR\/933634\/933634_2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"165528623","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/6817HMR\/933634\/933634_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":141.68,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"735562027","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Remarques":{"name":"Remarques","value":null,"id_feature":"24","position":"22"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"48134339","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"141,68\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"735562027","supplier_reference":"735562027","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"35.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 02:31:30","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"89:933634","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\":\"49429460\"},{\"id\":\"49429461\"},{\"id\":\"49429462\"},{\"id\":\"49429463\"},{\"id\":\"49429464\"},{\"id\":\"49429465\"},{\"id\":\"49429466\"},{\"id\":\"49429467\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"89:6817HMR","code_moteur_field":"","vehicule_ref_id":"ZFA19900005007501","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"500 L 330","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"BO\u00ceTE \u00c0 GANTS","id_category_piece":"17840","id_category_marque":"732","id_category_modele":"14594","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":"89","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"977010","id_modele_parent":"10214","id_energie":"16523","id_seller":"89","id_country_seller":"6","id_image":"48134339-165528638","prix":"141.680000","energie":"Diesel","libelle":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","seller_name":"JG RECOMOTOR, S.L.","ordre_affichage":"2197","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"735562027","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/48134339-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":141.68,"price_without_reduction":141.68,"price_without_reduction_without_tax":141.68,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Remarques","value":null,"id_feature":"24","position":"22"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"165528623","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/6817HMR\/933634\/933634_1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/3\/8\/165528638-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/3\/8\/165528638-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/3\/8\/165528638-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/3\/8\/165528638-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/3\/8\/165528638-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/3\/8\/165528638-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/3\/8\/165528638-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/3\/8\/165528638-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165528638","position":"2","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/6817HMR\/933634\/933634_3.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/5\/3\/165528653-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/5\/3\/165528653-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/5\/3\/165528653-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/5\/3\/165528653-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/5\/3\/165528653-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/5\/3\/165528653-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/5\/3\/165528653-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/5\/3\/165528653-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165528653","position":"3","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/6817HMR\/933634\/933634_2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/5\/2\/8\/6\/2\/3\/165528623-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"165528623","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/6817HMR\/933634\/933634_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":141.68,"regular_price_amount":141.68,"regular_price":"141,68\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=41153142&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"41153142","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/41153142-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/41153142-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"41153142","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"54,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"735500599","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 04:26:01","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"41153142-143168028","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/41153142-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":49.09,"price_without_reduction":53.999,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"137707","id_feature":"19","position":"17"},{"name":"Remarques","value":"ATTENTION : INFORMATIONS IMPORTANTES A LIRE :\n\nBIEN VOIR LES PHOTOS ET LIRE LA DESCRIPTION AVANT DE COMMANDER\n\n\nBON ETAT \nBIEN VOIR 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":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"143168012","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2026\/03\/123675265-ba9ddb20-89a0-427d-95f0-ef59ee03738e-Piece-Boite-a-gants-735500599-FIAT-PUNTO-EVO-3-2776225ad1eaec2864b66f395b60510dc1871a82d5b202db68f8e2c6b86a75f2_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/2\/8\/143168028-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/2\/8\/143168028-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/2\/8\/143168028-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/2\/8\/143168028-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/2\/8\/143168028-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/2\/8\/143168028-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/2\/8\/143168028-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/2\/8\/143168028-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143168028","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2026\/03\/123675265-23a34719-09cc-43ec-8553-39bd9bdc5eea-Piece-Boite-a-gants-735500599-FIAT-PUNTO-EVO-3-162b5deb781c40b785183e7e97d88e4c466437d32fe17af4cce1938b460fdd8f_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/5\/0\/143168050-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/5\/0\/143168050-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/5\/0\/143168050-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/5\/0\/143168050-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/5\/0\/143168050-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/5\/0\/143168050-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/5\/0\/143168050-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/5\/0\/143168050-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143168050","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2026\/03\/123675265-cdee6760-1508-4a3e-a1d7-0b64bab1f2af-Piece-Boite-a-gants-735500599-FIAT-PUNTO-EVO-3-af2ef9f18304e66247343cb0f539f0bc934dcd50e2b1842e573702f3e9c0d23d_m.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"143168012","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2026\/03\/123675265-ba9ddb20-89a0-427d-95f0-ef59ee03738e-Piece-Boite-a-gants-735500599-FIAT-PUNTO-EVO-3-2776225ad1eaec2864b66f395b60510dc1871a82d5b202db68f8e2c6b86a75f2_m.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":54,"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":"735500599","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"137707","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"ATTENTION : INFORMATIONS IMPORTANTES A LIRE :\n\nBIEN VOIR LES PHOTOS ET LIRE LA DESCRIPTION AVANT DE COMMANDER\n\n\nBON ETAT \nBIEN VOIR 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":"41153142","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"54,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"735500599","supplier_reference":"735500599","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-08-01 06:42:15","date_upd":"2026-08-02 04:26:01","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"98:123675265","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\":\"43682485\"},{\"id\":\"43682486\"},{\"id\":\"43682487\"},{\"id\":\"43682488\"},{\"id\":\"43682489\"},{\"id\":\"43682490\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"98:ZFA19900001659139","code_moteur_field":"1.3 JTD 75 CV ECOF4\/ECOF5","vehicule_ref_id":"ZFA19900001659139","vehicule_ktype":"32251","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"PUNTO EVO 3","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Boite a gants","id_category_piece":"17840","id_category_marque":"732","id_category_modele":"14594","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":"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":"98","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"977012","id_modele_parent":"10214","id_energie":"16523","id_seller":"98","id_country_seller":"8","id_image":"41153142-143168028","prix":"53.999000","energie":"Diesel","libelle":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","seller_name":"SARL A.P.M.","ordre_affichage":"2199","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"137707\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-home_default.webp","fdp_incluse":"0","code_moteur":"1.3 JTD 75 CV ECOF4\/ECOF5","reference_constructeur":"735500599","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/41153142-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":49.09,"price_without_reduction":53.999,"price_without_reduction_without_tax":49.09,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"137707","id_feature":"19","position":"17"},{"name":"Remarques","value":"ATTENTION : INFORMATIONS IMPORTANTES A LIRE :\n\nBIEN VOIR LES PHOTOS ET LIRE LA DESCRIPTION AVANT DE COMMANDER\n\n\nBON ETAT \nBIEN VOIR 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":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"143168012","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2026\/03\/123675265-ba9ddb20-89a0-427d-95f0-ef59ee03738e-Piece-Boite-a-gants-735500599-FIAT-PUNTO-EVO-3-2776225ad1eaec2864b66f395b60510dc1871a82d5b202db68f8e2c6b86a75f2_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/2\/8\/143168028-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/2\/8\/143168028-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/2\/8\/143168028-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/2\/8\/143168028-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/2\/8\/143168028-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/2\/8\/143168028-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/2\/8\/143168028-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/2\/8\/143168028-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143168028","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2026\/03\/123675265-23a34719-09cc-43ec-8553-39bd9bdc5eea-Piece-Boite-a-gants-735500599-FIAT-PUNTO-EVO-3-162b5deb781c40b785183e7e97d88e4c466437d32fe17af4cce1938b460fdd8f_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/5\/0\/143168050-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/5\/0\/143168050-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/5\/0\/143168050-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/5\/0\/143168050-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/5\/0\/143168050-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/5\/0\/143168050-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/5\/0\/143168050-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/5\/0\/143168050-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143168050","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2026\/03\/123675265-cdee6760-1508-4a3e-a1d7-0b64bab1f2af-Piece-Boite-a-gants-735500599-FIAT-PUNTO-EVO-3-af2ef9f18304e66247343cb0f539f0bc934dcd50e2b1842e573702f3e9c0d23d_m.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/6\/8\/0\/1\/2\/143168012-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"143168012","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2026\/03\/123675265-ba9ddb20-89a0-427d-95f0-ef59ee03738e-Piece-Boite-a-gants-735500599-FIAT-PUNTO-EVO-3-2776225ad1eaec2864b66f395b60510dc1871a82d5b202db68f8e2c6b86a75f2_m.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":54,"regular_price_amount":54,"regular_price":"54,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=48998743&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"48998743","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/48998743-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/48998743-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"48998743","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"50,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"735500599","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 04:09:32","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"48998743-167917011","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/48998743-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":45.45,"price_without_reduction":49.995,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"300945","id_feature":"19","position":"17"},{"name":"Remarques","value":"Nos pi\u00e8ces sont v\u00e9rifi\u00e9es avant mise en stock.\nVeillez \u00e0 v\u00e9rifier la compatibilit\u00e9 de la pi\u00e8ce avec les r\u00e9f\u00e9rences constructeur avant de passer commande.\nSi vous avez un doute sur la compatibilit\u00e9 contactez nous.","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\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"167916995","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2026\/07\/129687162-5d0438d8-f0ec-4ebb-a960-b40b5117c7ab-Piece-129687162-Boite-a-gants-735500599-668ffcb8441de874c5aa9419a4a266d84313984be82d28c297ed5af19e0748d2_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/1\/1\/167917011-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/1\/1\/167917011-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/1\/1\/167917011-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/1\/1\/167917011-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/1\/1\/167917011-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/1\/1\/167917011-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/1\/1\/167917011-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/1\/1\/167917011-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167917011","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2026\/07\/129687162-1698a886-b5d1-4314-90ca-b08e6c9dbf43-Piece-129687162-Boite-a-gants-735500599-7f86fff8f0efd814f75f5397e5afd1a2b2bb37b4bbaa89caf2d2e00d90a282a0_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/2\/7\/167917027-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/2\/7\/167917027-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/2\/7\/167917027-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/2\/7\/167917027-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/2\/7\/167917027-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/2\/7\/167917027-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/2\/7\/167917027-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/2\/7\/167917027-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167917027","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2026\/07\/129687162-c0f86cda-3bfa-479d-8f57-9e91a0535ed7-Piece-129687162-Boite-a-gants-735500599-6a3b47281143e9d9609b00d1f854bce0a01020551970bde78f1799f81f9d415c_m.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"167916995","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2026\/07\/129687162-5d0438d8-f0ec-4ebb-a960-b40b5117c7ab-Piece-129687162-Boite-a-gants-735500599-668ffcb8441de874c5aa9419a4a266d84313984be82d28c297ed5af19e0748d2_m.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":50,"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":"735500599","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"300945","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"Nos pi\u00e8ces sont v\u00e9rifi\u00e9es avant mise en stock.\nVeillez \u00e0 v\u00e9rifier la compatibilit\u00e9 de la pi\u00e8ce avec les r\u00e9f\u00e9rences constructeur avant de passer commande.\nSi vous avez un doute sur la compatibilit\u00e9 contactez nous.","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":"48998743","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"50,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"735500599","supplier_reference":"735500599","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-08-01 06:42:15","date_upd":"2026-08-02 04:09:32","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"87:129687162","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\":\"49852764\"},{\"id\":\"49852765\"},{\"id\":\"49852766\"},{\"id\":\"49852767\"},{\"id\":\"49852768\"},{\"id\":\"49852769\"},{\"id\":\"49852770\"},{\"id\":\"49852771\"},{\"id\":\"49852772\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"87:ZFA19900000889907","code_moteur_field":"199A9000","vehicule_ref_id":"ZFA19900000889907","vehicule_ktype":"18899","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"GRANDE PUNTO","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Boite a gants","id_category_piece":"17840","id_category_marque":"732","id_category_modele":"14594","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":"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":"87","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"977013","id_modele_parent":"10214","id_energie":"16523","id_seller":"87","id_country_seller":"8","id_image":"48998743-167917011","prix":"49.995000","energie":"Diesel","libelle":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","seller_name":"SG - Automobiles","ordre_affichage":"2200","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"300945\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-home_default.webp","fdp_incluse":"1","code_moteur":"199A9000","reference_constructeur":"735500599","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/48998743-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":45.45,"price_without_reduction":49.995,"price_without_reduction_without_tax":45.45,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"300945","id_feature":"19","position":"17"},{"name":"Remarques","value":"Nos pi\u00e8ces sont v\u00e9rifi\u00e9es avant mise en stock.\nVeillez \u00e0 v\u00e9rifier la compatibilit\u00e9 de la pi\u00e8ce avec les r\u00e9f\u00e9rences constructeur avant de passer commande.\nSi vous avez un doute sur la compatibilit\u00e9 contactez nous.","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\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"167916995","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2026\/07\/129687162-5d0438d8-f0ec-4ebb-a960-b40b5117c7ab-Piece-129687162-Boite-a-gants-735500599-668ffcb8441de874c5aa9419a4a266d84313984be82d28c297ed5af19e0748d2_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/1\/1\/167917011-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/1\/1\/167917011-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/1\/1\/167917011-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/1\/1\/167917011-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/1\/1\/167917011-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/1\/1\/167917011-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/1\/1\/167917011-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/1\/1\/167917011-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167917011","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2026\/07\/129687162-1698a886-b5d1-4314-90ca-b08e6c9dbf43-Piece-129687162-Boite-a-gants-735500599-7f86fff8f0efd814f75f5397e5afd1a2b2bb37b4bbaa89caf2d2e00d90a282a0_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/2\/7\/167917027-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/2\/7\/167917027-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/2\/7\/167917027-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/2\/7\/167917027-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/2\/7\/167917027-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/2\/7\/167917027-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/2\/7\/167917027-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/7\/0\/2\/7\/167917027-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167917027","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2026\/07\/129687162-c0f86cda-3bfa-479d-8f57-9e91a0535ed7-Piece-129687162-Boite-a-gants-735500599-6a3b47281143e9d9609b00d1f854bce0a01020551970bde78f1799f81f9d415c_m.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/9\/1\/6\/9\/9\/5\/167916995-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"167916995","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2026\/07\/129687162-5d0438d8-f0ec-4ebb-a960-b40b5117c7ab-Piece-129687162-Boite-a-gants-735500599-668ffcb8441de874c5aa9419a4a266d84313984be82d28c297ed5af19e0748d2_m.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":50,"regular_price_amount":50,"regular_price":"50,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=43782559&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"43782559","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/43782559-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/43782559-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"43782559","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"75,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"126795719","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 23:04:12","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"43782559-150617582","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/43782559-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":75,"price_without_reduction":75,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"\n\u2705 Pr\u00e9paration sous 72h.\n\n","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"150617582","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/5082436-large_default\/boite-a-gants-fiat-grande-punto.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"150617582","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/5082436-large_default\/boite-a-gants-fiat-grande-punto.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":75,"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":"126795719","grouped_features":{"Energie":{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":"\n\u2705 Pr\u00e9paration sous 72h.\n\n","id_feature":"24","position":"22"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"43782559","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"75,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"126795719","supplier_reference":"735479669","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-08-01 06:42:15","date_upd":"2026-08-02 23:04:12","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"85:238703","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"85:ZFA19900000324551","code_moteur_field":"350A1000","vehicule_ref_id":"ZFA19900000324551","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"GRANDE PUNTO","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Boite a gants","id_category_piece":"17840","id_category_marque":"732","id_category_modele":"14594","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":"60.000000","frais_port_ttc":"15.000000","origin_id_prefix":"85","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"977014","id_modele_parent":"10214","id_energie":"16532","id_seller":"85","id_country_seller":"8","id_image":"43782559-150617582","prix":"75.000000","energie":"Essence","libelle":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","seller_name":"ECO-CASSE","ordre_affichage":"2201","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-home_default.webp","fdp_incluse":"1","code_moteur":"350A1000","reference_constructeur":"735479669","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/43782559-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":75,"price_without_reduction":75,"price_without_reduction_without_tax":75,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"\n\u2705 Pr\u00e9paration sous 72h.\n\n","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"150617582","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/5082436-large_default\/boite-a-gants-fiat-grande-punto.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/0\/6\/1\/7\/5\/8\/2\/150617582-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"150617582","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/5082436-large_default\/boite-a-gants-fiat-grande-punto.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":75,"regular_price_amount":75,"regular_price":"75,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=44936172&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44936172","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/44936172-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/44936172-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44936172","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"75,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"127189852","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 23:05:00","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44936172-156771800","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/44936172-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":75,"price_without_reduction":75,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"\n\u2705 Pr\u00e9paration sous 72h.\n\n","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156771783","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/5436860-large_default\/boite-a-gants-fiat-grande-punto.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/0\/0\/156771800-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/0\/0\/156771800-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/0\/0\/156771800-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/0\/0\/156771800-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/0\/0\/156771800-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/0\/0\/156771800-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/0\/0\/156771800-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/0\/0\/156771800-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156771800","position":"2","id_origin":"https:\/\/www.ecocasse.fr\/5436862-large_default\/boite-a-gants-fiat-grande-punto.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/1\/5\/156771815-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/1\/5\/156771815-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/1\/5\/156771815-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/1\/5\/156771815-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/1\/5\/156771815-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/1\/5\/156771815-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/1\/5\/156771815-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/1\/5\/156771815-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156771815","position":"3","id_origin":"https:\/\/www.ecocasse.fr\/5436863-large_default\/boite-a-gants-fiat-grande-punto.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/3\/4\/156771834-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/3\/4\/156771834-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/3\/4\/156771834-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/3\/4\/156771834-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/3\/4\/156771834-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/3\/4\/156771834-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/3\/4\/156771834-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/3\/4\/156771834-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156771834","position":"4","id_origin":"https:\/\/www.ecocasse.fr\/5436865-large_default\/boite-a-gants-fiat-grande-punto.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/4\/5\/156771845-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/4\/5\/156771845-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/4\/5\/156771845-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/4\/5\/156771845-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/4\/5\/156771845-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/4\/5\/156771845-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/4\/5\/156771845-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/4\/5\/156771845-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156771845","position":"5","id_origin":"https:\/\/www.ecocasse.fr\/5436866-large_default\/boite-a-gants-fiat-grande-punto.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/6\/0\/156771860-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/6\/0\/156771860-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/6\/0\/156771860-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/6\/0\/156771860-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/6\/0\/156771860-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/6\/0\/156771860-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/6\/0\/156771860-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/6\/0\/156771860-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156771860","position":"6","id_origin":"https:\/\/www.ecocasse.fr\/5436868-large_default\/boite-a-gants-fiat-grande-punto.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/8\/2\/156771882-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/8\/2\/156771882-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/8\/2\/156771882-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/8\/2\/156771882-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/8\/2\/156771882-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/8\/2\/156771882-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/8\/2\/156771882-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/8\/2\/156771882-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156771882","position":"7","id_origin":"https:\/\/www.ecocasse.fr\/5436869-large_default\/boite-a-gants-fiat-grande-punto.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/9\/4\/156771894-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/9\/4\/156771894-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/9\/4\/156771894-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/9\/4\/156771894-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/9\/4\/156771894-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/9\/4\/156771894-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/9\/4\/156771894-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/9\/4\/156771894-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156771894","position":"8","id_origin":"https:\/\/www.ecocasse.fr\/5436871-large_default\/boite-a-gants-fiat-grande-punto.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156771783","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/5436860-large_default\/boite-a-gants-fiat-grande-punto.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":75,"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":"127189852","grouped_features":{"Energie":{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":"\n\u2705 Pr\u00e9paration sous 72h.\n\n","id_feature":"24","position":"22"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"44936172","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"75,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"127189852","supplier_reference":"735507538","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-08-01 06:42:15","date_upd":"2026-08-02 23:05:00","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"85:243547","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"85:ZFA19900000578143","code_moteur_field":"199A4000","vehicule_ref_id":"ZFA19900000578143","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"GRANDE PUNTO","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Boite a gants","id_category_piece":"17840","id_category_marque":"732","id_category_modele":"14594","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":"60.000000","frais_port_ttc":"15.000000","origin_id_prefix":"85","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"977015","id_modele_parent":"10214","id_energie":"16532","id_seller":"85","id_country_seller":"8","id_image":"44936172-156771800","prix":"75.000000","energie":"Essence","libelle":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","seller_name":"ECO-CASSE","ordre_affichage":"2202","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-home_default.webp","fdp_incluse":"1","code_moteur":"199A4000","reference_constructeur":"735507538","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/44936172-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":75,"price_without_reduction":75,"price_without_reduction_without_tax":75,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"\n\u2705 Pr\u00e9paration sous 72h.\n\n","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156771783","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/5436860-large_default\/boite-a-gants-fiat-grande-punto.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/0\/0\/156771800-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/0\/0\/156771800-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/0\/0\/156771800-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/0\/0\/156771800-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/0\/0\/156771800-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/0\/0\/156771800-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/0\/0\/156771800-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/0\/0\/156771800-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156771800","position":"2","id_origin":"https:\/\/www.ecocasse.fr\/5436862-large_default\/boite-a-gants-fiat-grande-punto.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/1\/5\/156771815-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/1\/5\/156771815-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/1\/5\/156771815-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/1\/5\/156771815-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/1\/5\/156771815-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/1\/5\/156771815-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/1\/5\/156771815-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/1\/5\/156771815-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156771815","position":"3","id_origin":"https:\/\/www.ecocasse.fr\/5436863-large_default\/boite-a-gants-fiat-grande-punto.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/3\/4\/156771834-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/3\/4\/156771834-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/3\/4\/156771834-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/3\/4\/156771834-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/3\/4\/156771834-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/3\/4\/156771834-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/3\/4\/156771834-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/3\/4\/156771834-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156771834","position":"4","id_origin":"https:\/\/www.ecocasse.fr\/5436865-large_default\/boite-a-gants-fiat-grande-punto.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/4\/5\/156771845-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/4\/5\/156771845-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/4\/5\/156771845-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/4\/5\/156771845-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/4\/5\/156771845-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/4\/5\/156771845-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/4\/5\/156771845-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/4\/5\/156771845-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156771845","position":"5","id_origin":"https:\/\/www.ecocasse.fr\/5436866-large_default\/boite-a-gants-fiat-grande-punto.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/6\/0\/156771860-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/6\/0\/156771860-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/6\/0\/156771860-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/6\/0\/156771860-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/6\/0\/156771860-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/6\/0\/156771860-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/6\/0\/156771860-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/6\/0\/156771860-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156771860","position":"6","id_origin":"https:\/\/www.ecocasse.fr\/5436868-large_default\/boite-a-gants-fiat-grande-punto.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/8\/2\/156771882-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/8\/2\/156771882-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/8\/2\/156771882-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/8\/2\/156771882-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/8\/2\/156771882-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/8\/2\/156771882-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/8\/2\/156771882-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/8\/2\/156771882-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156771882","position":"7","id_origin":"https:\/\/www.ecocasse.fr\/5436869-large_default\/boite-a-gants-fiat-grande-punto.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/9\/4\/156771894-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/9\/4\/156771894-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/9\/4\/156771894-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/9\/4\/156771894-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/9\/4\/156771894-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/9\/4\/156771894-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/9\/4\/156771894-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/8\/9\/4\/156771894-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156771894","position":"8","id_origin":"https:\/\/www.ecocasse.fr\/5436871-large_default\/boite-a-gants-fiat-grande-punto.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/7\/7\/1\/7\/8\/3\/156771783-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156771783","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/5436860-large_default\/boite-a-gants-fiat-grande-punto.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":75,"regular_price_amount":75,"regular_price":"75,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=34254254&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"34254254","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/34254254-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/34254254-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"34254254","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"105,39\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"735500599","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 03:18:39","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"34254254-121807912","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/34254254-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":105.39,"price_without_reduction":105.39,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Remarques","value":null,"id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"121807911","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1106HBT\/615961\/63_GUANTERA_1106HBT_1736329420738.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/2\/121807912-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/2\/121807912-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/2\/121807912-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/2\/121807912-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/2\/121807912-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/2\/121807912-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/2\/121807912-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/2\/121807912-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"121807912","position":"2","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1106HBT\/615961\/63_GUANTERA_1106HBT_1736329451421.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/3\/121807913-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/3\/121807913-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/3\/121807913-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/3\/121807913-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/3\/121807913-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/3\/121807913-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/3\/121807913-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/3\/121807913-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"121807913","position":"3","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1106HBT\/615961\/63_GUANTERA_1106HBT_1736329446254.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/4\/121807914-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/4\/121807914-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/4\/121807914-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/4\/121807914-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/4\/121807914-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/4\/121807914-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/4\/121807914-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/4\/121807914-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"121807914","position":"4","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1106HBT\/615961\/63_GUANTERA_1106HBT_1736329440663.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/5\/121807915-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/5\/121807915-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/5\/121807915-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/5\/121807915-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/5\/121807915-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/5\/121807915-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/5\/121807915-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/5\/121807915-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"121807915","position":"5","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1106HBT\/615961\/63_GUANTERA_1106HBT_1736329434997.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/6\/121807916-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/6\/121807916-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/6\/121807916-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/6\/121807916-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/6\/121807916-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/6\/121807916-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/6\/121807916-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/6\/121807916-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"121807916","position":"6","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1106HBT\/615961\/63_GUANTERA_1106HBT_1736329427279.JPG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"121807911","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1106HBT\/615961\/63_GUANTERA_1106HBT_1736329420738.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":105.39,"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":"735500599","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Remarques":{"name":"Remarques","value":null,"id_feature":"24","position":"22"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"34254254","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"105,39\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"735500599","supplier_reference":"735500599","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"35.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 03:18:39","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"89:615961","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\":\"34526195\"},{\"id\":\"34526196\"},{\"id\":\"34526197\"},{\"id\":\"34526198\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"89:1106HBT","code_moteur_field":"","vehicule_ref_id":"ZFA19900000744757","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"PUNTO EVO 199","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"BO\u00ceTE \u00c0 GANTS","id_category_piece":"17840","id_category_marque":"732","id_category_modele":"14594","id_category_version":"14594","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"89","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"977016","id_modele_parent":"10214","id_energie":"16523","id_seller":"89","id_country_seller":"6","id_image":"34254254-121807912","prix":"105.390000","energie":"Diesel","libelle":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","seller_name":"JG RECOMOTOR, S.L.","ordre_affichage":"2203","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"735500599","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/34254254-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":105.39,"price_without_reduction":105.39,"price_without_reduction_without_tax":105.39,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Remarques","value":null,"id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"121807911","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1106HBT\/615961\/63_GUANTERA_1106HBT_1736329420738.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/2\/121807912-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/2\/121807912-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/2\/121807912-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/2\/121807912-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/2\/121807912-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/2\/121807912-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/2\/121807912-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/2\/121807912-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"121807912","position":"2","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1106HBT\/615961\/63_GUANTERA_1106HBT_1736329451421.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/3\/121807913-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/3\/121807913-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/3\/121807913-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/3\/121807913-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/3\/121807913-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/3\/121807913-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/3\/121807913-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/3\/121807913-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"121807913","position":"3","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1106HBT\/615961\/63_GUANTERA_1106HBT_1736329446254.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/4\/121807914-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/4\/121807914-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/4\/121807914-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/4\/121807914-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/4\/121807914-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/4\/121807914-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/4\/121807914-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/4\/121807914-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"121807914","position":"4","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1106HBT\/615961\/63_GUANTERA_1106HBT_1736329440663.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/5\/121807915-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/5\/121807915-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/5\/121807915-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/5\/121807915-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/5\/121807915-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/5\/121807915-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/5\/121807915-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/5\/121807915-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"121807915","position":"5","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1106HBT\/615961\/63_GUANTERA_1106HBT_1736329434997.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/6\/121807916-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/6\/121807916-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/6\/121807916-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/6\/121807916-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/6\/121807916-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/6\/121807916-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/6\/121807916-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/6\/121807916-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"121807916","position":"6","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1106HBT\/615961\/63_GUANTERA_1106HBT_1736329427279.JPG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/0\/7\/9\/1\/1\/121807911-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"121807911","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1106HBT\/615961\/63_GUANTERA_1106HBT_1736329420738.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":105.39,"regular_price_amount":105.39,"regular_price":"105,39\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=49065702&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"49065702","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49065702-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49065702-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"49065702","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"62,03\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17840","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 15:53:10","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"49065702-168382446","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49065702-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":62.028,"price_without_reduction":62.028,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":null,"id_feature":"2","position":"1"},{"name":"Version","value":"1.3 16V JTD CAT 2012-","id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1","id_feature":"19","position":"17"},{"name":"Remarques","value":"  ExternalId:9632735","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168382063","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/colomer\/Despiece\/9632735\/000003226663.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/4\/6\/168382446-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/4\/6\/168382446-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/4\/6\/168382446-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/4\/6\/168382446-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/4\/6\/168382446-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/4\/6\/168382446-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/4\/6\/168382446-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/4\/6\/168382446-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168382446","position":"2","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/colomer\/Despiece\/9632735\/000003226659.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/6\/3\/168382463-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/6\/3\/168382463-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/6\/3\/168382463-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/6\/3\/168382463-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/6\/3\/168382463-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/6\/3\/168382463-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/6\/3\/168382463-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/6\/3\/168382463-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168382463","position":"3","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/colomer\/Despiece\/9632735\/000003226665.JPEG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168382063","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/colomer\/Despiece\/9632735\/000003226663.JPEG","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":62.03,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"17840","grouped_features":{"Couleur":{"name":"Couleur","value":null,"id_feature":"2","position":"1"},"Version":{"name":"Version","value":"1.3 16V JTD CAT 2012-","id_feature":"3","position":"2"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"1","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"  ExternalId:9632735","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":"49065702","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"62,03\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17840","supplier_reference":"","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"5.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 15:53:10","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"126:9632735","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":"4144HNN","vehicule_origin_id":"126:4144HNN","code_moteur_field":"199B4000","vehicule_ref_id":"ZFA19900005005065","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"500 L (330)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Bo\u00eete a gants","id_category_piece":"17840","id_category_marque":"732","id_category_modele":"14594","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":"126","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"977017","id_modele_parent":"10214","id_energie":"0","id_seller":"126","id_country_seller":"6","id_image":"49065702-168382446","prix":"62.028000","energie":"","libelle":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","seller_name":"RECUPERACIONES COLOMER SL","ordre_affichage":"2204","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-home_default.webp","fdp_incluse":"1","code_moteur":"199B4000","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/49065702-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":62.028,"price_without_reduction":62.028,"price_without_reduction_without_tax":62.028,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":null,"id_feature":"2","position":"1"},{"name":"Version","value":"1.3 16V JTD CAT 2012-","id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1","id_feature":"19","position":"17"},{"name":"Remarques","value":"  ExternalId:9632735","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168382063","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/colomer\/Despiece\/9632735\/000003226663.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/4\/6\/168382446-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/4\/6\/168382446-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/4\/6\/168382446-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/4\/6\/168382446-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/4\/6\/168382446-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/4\/6\/168382446-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/4\/6\/168382446-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/4\/6\/168382446-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168382446","position":"2","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/colomer\/Despiece\/9632735\/000003226659.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/6\/3\/168382463-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/6\/3\/168382463-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/6\/3\/168382463-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/6\/3\/168382463-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/6\/3\/168382463-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/6\/3\/168382463-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/6\/3\/168382463-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/4\/6\/3\/168382463-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168382463","position":"3","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/colomer\/Despiece\/9632735\/000003226665.JPEG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/3\/8\/2\/0\/6\/3\/168382063-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168382063","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/colomer\/Despiece\/9632735\/000003226663.JPEG","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":62.03,"regular_price_amount":62.03,"regular_price":"62,03\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=46876537&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"46876537","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/46876537-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/46876537-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"46876537","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"103,56\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17840","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 15:48:46","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"46876537-161267369","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/46876537-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":103.56,"price_without_reduction":103.56,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"AMARILLO","id_feature":"2","position":"1"},{"name":"Version","value":"1.3 16V JTD CAT 2012-","id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"113552","id_feature":"19","position":"17"},{"name":"Remarques","value":"MODELO 14-21 GUANTERA","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161267365","position":"1","id_origin":"https:\/\/motocoche.com\/img\/p\/2\/4\/1\/8\/5\/1\/241851.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/9\/161267369-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/9\/161267369-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/9\/161267369-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/9\/161267369-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/9\/161267369-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/9\/161267369-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/9\/161267369-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/9\/161267369-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161267369","position":"2","id_origin":"https:\/\/motocoche.com\/img\/p\/2\/4\/1\/8\/7\/0\/241870.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161267365","position":"1","id_origin":"https:\/\/motocoche.com\/img\/p\/2\/4\/1\/8\/5\/1\/241851.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":103.56,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"17840","grouped_features":{"Couleur":{"name":"Couleur","value":"AMARILLO","id_feature":"2","position":"1"},"Version":{"name":"Version","value":"1.3 16V JTD CAT 2012-","id_feature":"3","position":"2"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"113552","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"MODELO 14-21 GUANTERA","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":"46876537","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"103,56\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17840","supplier_reference":"735583889","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"5.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 15:48:46","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"121:1294556","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":"7081HVH","vehicule_origin_id":"121:7081HVH","code_moteur_field":"199B4000","vehicule_ref_id":"ZFA19900005061037","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"500 L (330)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Bo\u00eete a gants","id_category_piece":"17840","id_category_marque":"732","id_category_modele":"14594","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":"121","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"977018","id_modele_parent":"10214","id_energie":"0","id_seller":"121","id_country_seller":"6","id_image":"46876537-161267369","prix":"103.560000","energie":"","libelle":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","seller_name":"MOTOCOCHE SL","ordre_affichage":"2205","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-home_default.webp","fdp_incluse":"1","code_moteur":"199B4000","reference_constructeur":"735583889","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/46876537-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":103.56,"price_without_reduction":103.56,"price_without_reduction_without_tax":103.56,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"AMARILLO","id_feature":"2","position":"1"},{"name":"Version","value":"1.3 16V JTD CAT 2012-","id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"113552","id_feature":"19","position":"17"},{"name":"Remarques","value":"MODELO 14-21 GUANTERA","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161267365","position":"1","id_origin":"https:\/\/motocoche.com\/img\/p\/2\/4\/1\/8\/5\/1\/241851.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/9\/161267369-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/9\/161267369-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/9\/161267369-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/9\/161267369-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/9\/161267369-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/9\/161267369-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/9\/161267369-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/9\/161267369-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161267369","position":"2","id_origin":"https:\/\/motocoche.com\/img\/p\/2\/4\/1\/8\/7\/0\/241870.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/2\/6\/7\/3\/6\/5\/161267365-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161267365","position":"1","id_origin":"https:\/\/motocoche.com\/img\/p\/2\/4\/1\/8\/5\/1\/241851.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":103.56,"regular_price_amount":103.56,"regular_price":"103,56\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=46900580&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"46900580","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/46900580-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/46900580-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"46900580","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"103,56\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17840","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 16:05:56","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"46900580-161350318","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/46900580-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":103.56,"price_without_reduction":103.56,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"AMARILLO","id_feature":"2","position":"1"},{"name":"Version","value":"1.3 16V JTD CAT 2012-","id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"113552","id_feature":"19","position":"17"},{"name":"Remarques","value":"MODELO 12-17 TAPA GUANTERA SUPERIOR","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161350303","position":"1","id_origin":"https:\/\/motocoche.com\/img\/p\/2\/9\/0\/9\/9\/5\/290995.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/1\/8\/161350318-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/1\/8\/161350318-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/1\/8\/161350318-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/1\/8\/161350318-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/1\/8\/161350318-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/1\/8\/161350318-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/1\/8\/161350318-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/1\/8\/161350318-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161350318","position":"2","id_origin":"https:\/\/motocoche.com\/img\/p\/2\/9\/1\/0\/1\/1\/291011.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161350303","position":"1","id_origin":"https:\/\/motocoche.com\/img\/p\/2\/9\/0\/9\/9\/5\/290995.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":103.56,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"17840","grouped_features":{"Couleur":{"name":"Couleur","value":"AMARILLO","id_feature":"2","position":"1"},"Version":{"name":"Version","value":"1.3 16V JTD CAT 2012-","id_feature":"3","position":"2"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"113552","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"MODELO 12-17 TAPA GUANTERA SUPERIOR","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":"46900580","id_supplier":"1","id_manufacturer":"0","id_category_default":"17840","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":"103,56\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17840","supplier_reference":"735523157","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"5.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-08-01 06:42:15","date_upd":"2026-08-02 16:05:56","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"121:1386196","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":"7081HVH","vehicule_origin_id":"121:7081HVH","code_moteur_field":"199B4000","vehicule_ref_id":"ZFA19900005061037","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"500 L (330)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Bo\u00eete a gants","id_category_piece":"17840","id_category_marque":"732","id_category_modele":"14594","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":"121","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","link_rewrite":"boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"977019","id_modele_parent":"10214","id_energie":"0","id_seller":"121","id_country_seller":"6","id_image":"46900580-161350318","prix":"103.560000","energie":"","libelle":"Bo\u00eete a gants d'occasion pour FIAT Grande Punto Van (199)","seller_name":"MOTOCOCHE SL","ordre_affichage":"2206","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-home_default.webp","fdp_incluse":"1","code_moteur":"199B4000","reference_constructeur":"735523157","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-a-gants","category_name":"Bo\u00eete a gants","link":"https:\/\/boutique.francecasse.fr\/boite-a-gants\/46900580-boite-a-gants-d-occasion-pour-fiat-grande-punto-van-199.html","attribute_price":0,"price_tax_exc":103.56,"price_without_reduction":103.56,"price_without_reduction_without_tax":103.56,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"AMARILLO","id_feature":"2","position":"1"},{"name":"Version","value":"1.3 16V JTD CAT 2012-","id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"113552","id_feature":"19","position":"17"},{"name":"Remarques","value":"MODELO 12-17 TAPA GUANTERA SUPERIOR","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161350303","position":"1","id_origin":"https:\/\/motocoche.com\/img\/p\/2\/9\/0\/9\/9\/5\/290995.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/1\/8\/161350318-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/1\/8\/161350318-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/1\/8\/161350318-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/1\/8\/161350318-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/1\/8\/161350318-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/1\/8\/161350318-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/1\/8\/161350318-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/1\/8\/161350318-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161350318","position":"2","id_origin":"https:\/\/motocoche.com\/img\/p\/2\/9\/1\/0\/1\/1\/291011.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/3\/5\/0\/3\/0\/3\/161350303-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161350303","position":"1","id_origin":"https:\/\/motocoche.com\/img\/p\/2\/9\/0\/9\/9\/5\/290995.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":103.56,"regular_price_amount":103.56,"regular_price":"103,56\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"}],"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\/17840-boite-a-gants\/732-fiat\/14594-grande-punto-van-199?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\/17840-boite-a-gants\/732-fiat\/14594-grande-punto-van-199?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\/17840-boite-a-gants\/732-fiat\/14594-grande-punto-van-199?order=product.product.price.desc.asc"}],"sort_selected":false,"sort_usures":[{"urlParameter":"","url":"https:\/\/boutique.francecasse.fr\/17840-boite-a-gants\/732-fiat\/14594-grande-punto-van-199","label":"Neuf + Occasion","current":true,"sort_usure_selected":"Neuf + Occasion"},{"urlParameter":"neuf","url":"https:\/\/boutique.francecasse.fr\/17840-boite-a-gants\/732-fiat\/14594-grande-punto-van-199?type=neuf","label":"Pi\u00e8ces neuves","current":false,"sort_usure_selected":"Pi\u00e8ces neuves"},{"urlParameter":"occasion","url":"https:\/\/boutique.francecasse.fr\/17840-boite-a-gants\/732-fiat\/14594-grande-punto-van-199?type=occasion","label":"Pi\u00e8ces d'occasion","current":false,"sort_usure_selected":null}],"sort_usure_selected":"Neuf + Occasion","pagination":{"total_items":143,"items_shown_from":1,"items_shown_to":20,"current_page":1,"pages_count":8,"pages":{"1":{"type":"page","page":1,"clickable":false,"current":true,"url":"https:\/\/boutique.francecasse.fr\/17840-boite-a-gants\/732-fiat\/14594-grande-punto-van-199"},"2":{"type":"page","page":2,"clickable":true,"current":false,"url":"https:\/\/boutique.francecasse.fr\/17840-boite-a-gants\/732-fiat\/14594-grande-punto-van-199?page=2"},"3":{"type":"page","page":3,"clickable":true,"current":false,"url":"https:\/\/boutique.francecasse.fr\/17840-boite-a-gants\/732-fiat\/14594-grande-punto-van-199?page=3"},"4":{"type":"spacer","page":null,"clickable":false,"current":false,"url":"https:\/\/boutique.francecasse.fr\/17840-boite-a-gants\/732-fiat\/14594-grande-punto-van-199"},"5":{"type":"page","page":8,"clickable":true,"current":false,"url":"https:\/\/boutique.francecasse.fr\/17840-boite-a-gants\/732-fiat\/14594-grande-punto-van-199?page=8"},"6":{"type":"next","page":2,"clickable":true,"current":false,"url":"https:\/\/boutique.francecasse.fr\/17840-boite-a-gants\/732-fiat\/14594-grande-punto-van-199?page=2"}},"should_be_displayed":true},"rendered_facets":"","rendered_active_filters":"","js_enabled":true,"current_url":"https:\/\/boutique.francecasse.fr\/17840-boite-a-gants\/732-fiat\/14594-grande-punto-van-199","rendered_products_header":"\n                                                                                                                                                                                                                \n    <div id=\"js-product-list-header\">\n        <h1 class=\"h1\">\n            bo\u00eete a gants occasion Punto\n        <\/h1>\n    <\/div>\n"}