{"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 27 jante t\u00f4les pour VOLKSWAGEN New Beetle  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=\"6373612e656d616e2e746375646f7270443325726564726f463325322d65736168702d692d656c746565622d77656e2d31343234314632256e65676177736b6c6f762d39353332463225656c6f742d65746e616a2d333831383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Pertinence\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6373612e65636972702e746375646f7270443325726564726f463325322d65736168702d692d656c746565622d77656e2d31343234314632256e65676177736b6c6f762d39353332463225656c6f742d65746e616a2d333831383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Prix, croissant\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"637365642e65636972702e746375646f7270443325726564726f463325322d65736168702d692d656c746565622d77656e2d31343234314632256e65676177736b6c6f762d39353332463225656c6f742d65746e616a2d333831383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\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=\"322d65736168702d692d656c746565622d77656e2d31343234314632256e65676177736b6c6f762d39353332463225656c6f742d65746e616a2d333831383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Neuf + Occasion\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6675656e44332565707974463325322d65736168702d692d656c746565622d77656e2d31343234314632256e65676177736b6c6f762d39353332463225656c6f742d65746e616a2d333831383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Pi\u00e8ces neuves\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6e6f69736163636f44332565707974463325322d65736168702d692d656c746565622d77656e2d31343234314632256e65676177736b6c6f762d39353332463225656c6f742d65746e616a2d333831383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\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=\"48624567\" \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\/0\/2\/8\/7\/5\/5\/167028755-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/jante-tole\/48624567-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"86.68\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Autodesguaces Otoniel SL\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/48624567-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2<\/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                Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Autodesguaces Otoniel SL<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            86,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\/7\/0\/2\/8\/7\/5\/5\/167028755-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/48624567-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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=\"48624568\" \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\/0\/2\/8\/8\/6\/8\/167028868-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/jante-tole\/48624568-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"86.68\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Autodesguaces Otoniel SL\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/48624568-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2<\/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                Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Autodesguaces Otoniel SL<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            86,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\/7\/0\/2\/8\/8\/6\/8\/167028868-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/48624568-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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=\"37613112\" \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\/3\/3\/7\/8\/9\/1\/131337891-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\">\n            <meta itemprop=\"sku\" content=\"1J0601027AP03C\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/jante-tole\/37613112-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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.28\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-28\">\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\/jante-tole\/37613112-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2<\/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                Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\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\">24 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\">1234560<\/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,28\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\/3\/3\/7\/8\/9\/1\/131337891-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/37613112-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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=\"37613114\" \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\/3\/3\/8\/0\/3\/4\/131338034-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\">\n            <meta itemprop=\"sku\" content=\"1J0601027AP03C\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/jante-tole\/37613114-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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.28\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-28\">\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\/jante-tole\/37613114-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2<\/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                Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\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\">24 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\">1234560<\/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,28\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\/3\/3\/8\/0\/3\/4\/131338034-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/37613114-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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=\"37613115\" \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\/3\/3\/8\/0\/9\/2\/131338092-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\">\n            <meta itemprop=\"sku\" content=\"1J0601027AP03C\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/jante-tole\/37613115-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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.28\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-28\">\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\/jante-tole\/37613115-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2<\/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                Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\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\">24 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\">1234560<\/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,28\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\/3\/3\/8\/0\/9\/2\/131338092-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/37613115-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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=\"37617921\" \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\/3\/7\/4\/9\/7\/3\/131374973-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/jante-tole\/37617921-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"40.60\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-28\">\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\/jante-tole\/37617921-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2<\/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                Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\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\">24 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\">244022<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            40,60\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/37617921-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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=\"37617922\" \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\/3\/7\/5\/0\/5\/7\/131375057-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/jante-tole\/37617922-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"40.60\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-28\">\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\/jante-tole\/37617922-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2<\/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                Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\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\">24 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\">244022<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            40,60\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/37617922-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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=\"41148305\" \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\/4\/2\/6\/9\/2\/143142692-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\">\n            <meta itemprop=\"sku\" content=\"1J0601027AP03C\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/jante-tole\/41148305-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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-07-28\">\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\/jante-tole\/41148305-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2<\/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                Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\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\">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\">1<\/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                    \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\/4\/2\/6\/9\/2\/143142692-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/41148305-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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=\"41148306\" \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\/4\/2\/7\/7\/3\/143142773-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\">\n            <meta itemprop=\"sku\" content=\"1J0601027AP03C\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/jante-tole\/41148306-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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-07-28\">\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\/jante-tole\/41148306-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2<\/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                Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\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\">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\">1<\/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                    \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\/4\/2\/7\/7\/3\/143142773-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/41148306-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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=\"31482875\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/jante-tole\/31482875-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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.40\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"CAPO (Centre Auto Pi\u00e8ces Occasion)\">\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\/jante-tole\/31482875-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2<\/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                TAILLE: 6.5J  X16  H2NBRE DE TROUS: 5ET: 42VALVE ELECTRONIQUE: NONLOT DE DEUX JANTES\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\">CAPO (Centre Auto Pi\u00e8ces Occasion)<\/span>\n                <\/div>\n                \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\">2.0<\/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\">150000 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,40\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    \n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/31482875-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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=\"34608244\" \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\/7\/4\/7\/0\/5\/2\/8\/127470528-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\">\n            <meta itemprop=\"sku\" content=\"75390487\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/jante-tole\/34608244-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL ETS GUY MARIN\">\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\/jante-tole\/34608244-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2<\/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                Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\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 ETS GUY MARIN<\/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\">207887<\/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,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\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/34608244-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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=\"34608245\" \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\/7\/4\/7\/0\/5\/7\/6\/127470576-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\">\n            <meta itemprop=\"sku\" content=\"75390488\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/jante-tole\/34608245-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL ETS GUY MARIN\">\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\/jante-tole\/34608245-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2<\/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                Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\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 ETS GUY MARIN<\/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\">207887<\/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,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\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/34608245-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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=\"34608246\" \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\/7\/4\/7\/0\/6\/3\/1\/127470631-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\">\n            <meta itemprop=\"sku\" content=\"75390489\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/jante-tole\/34608246-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL ETS GUY MARIN\">\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\/jante-tole\/34608246-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2<\/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                Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\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 ETS GUY MARIN<\/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\">207887<\/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,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\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/34608246-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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=\"34657220\" \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\/7\/9\/0\/5\/0\/2\/2\/127905022-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\">\n            <meta itemprop=\"sku\" content=\"92086082\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/jante-tole\/34657220-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL ETS GUY MARIN\">\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\/jante-tole\/34657220-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2<\/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                Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\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 ETS GUY MARIN<\/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\">324718<\/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,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\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/34657220-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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=\"34657221\" \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\/7\/9\/0\/4\/9\/6\/6\/127904966-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\">\n            <meta itemprop=\"sku\" content=\"92086083\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/jante-tole\/34657221-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL ETS GUY MARIN\">\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\/jante-tole\/34657221-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2<\/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                Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\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 ETS GUY MARIN<\/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\">324718<\/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,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\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/34657221-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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=\"34657222\" \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\/7\/9\/0\/4\/9\/8\/0\/127904980-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\">\n            <meta itemprop=\"sku\" content=\"92086084\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/jante-tole\/34657222-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL ETS GUY MARIN\">\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\/jante-tole\/34657222-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2<\/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                Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\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 ETS GUY MARIN<\/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\">324718<\/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,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\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/34657222-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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=\"34663175\" \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\/8\/0\/6\/3\/2\/8\/8\/128063288-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\">\n            <meta itemprop=\"sku\" content=\"99416577\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/jante-tole\/34663175-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL ETS GUY MARIN\">\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\/jante-tole\/34663175-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2<\/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                Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\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 ETS GUY MARIN<\/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                            70,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\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/34663175-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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=\"34663389\" \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\/8\/0\/6\/6\/4\/1\/0\/128066410-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\">\n            <meta itemprop=\"sku\" content=\"99841763\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/jante-tole\/34663389-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL ETS GUY MARIN\">\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\/jante-tole\/34663389-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2<\/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                Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\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 ETS GUY MARIN<\/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\">285228<\/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,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\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/34663389-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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=\"34618112\" \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\/7\/5\/7\/0\/8\/4\/0\/127570840-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\">\n            <meta itemprop=\"sku\" content=\"66519380\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/jante-tole\/34618112-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL ETS GUY MARIN\">\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\/jante-tole\/34618112-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2<\/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                Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\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 ETS GUY MARIN<\/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\">94831<\/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,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\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/34618112-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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=\"34618131\" \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\/7\/5\/7\/1\/0\/9\/1\/127571091-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\">\n            <meta itemprop=\"sku\" content=\"66585217\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/jante-tole\/34618131-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"80.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL ETS GUY MARIN\">\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\/jante-tole\/34618131-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html\">Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2<\/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                Jante t\u00f4le d&#039;occasion pour VOLKSWAGEN New Beetle I Phase 2\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 ETS GUY MARIN<\/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\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            80,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\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/jante-tole\/34618131-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.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=18183&amp;id_category_marque=2359&amp;id_category_modele=14241&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 : Jante t\u00f4le","products":[{"add_to_cart_url":null,"id":"48624567","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/jante-tole\/48624567-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","canonical_url":"https:\/\/boutique.francecasse.fr\/jante-tole\/48624567-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":null,"embedded_attributes":{"id_product":"48624567","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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":"86,68\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"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-07-21 10:30:37","date_upd":"2026-07-20 21:59:30","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"48624567-167028775","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/48624567-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":86.68,"price_without_reduction":86.68,"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\/7\/0\/2\/8\/7\/5\/5\/167028755-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"167028755","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/0\/9\/3\/8\/330938.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/7\/5\/167028775-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/7\/5\/167028775-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/7\/5\/167028775-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/7\/5\/167028775-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/7\/5\/167028775-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/7\/5\/167028775-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/7\/5\/167028775-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/7\/5\/167028775-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028775","position":"2","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/0\/9\/7\/2\/330972.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/9\/2\/167028792-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/9\/2\/167028792-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/9\/2\/167028792-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/9\/2\/167028792-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/9\/2\/167028792-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/9\/2\/167028792-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/9\/2\/167028792-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/9\/2\/167028792-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028792","position":"3","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/0\/0\/7\/331007.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/0\/6\/167028806-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/0\/6\/167028806-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/0\/6\/167028806-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/0\/6\/167028806-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/0\/6\/167028806-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/0\/6\/167028806-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/0\/6\/167028806-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/0\/6\/167028806-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028806","position":"4","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/0\/4\/0\/331040.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/2\/3\/167028823-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/2\/3\/167028823-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/2\/3\/167028823-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/2\/3\/167028823-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/2\/3\/167028823-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/2\/3\/167028823-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/2\/3\/167028823-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/2\/3\/167028823-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028823","position":"5","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/0\/7\/1\/331071.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/4\/2\/167028842-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/4\/2\/167028842-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/4\/2\/167028842-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/4\/2\/167028842-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/4\/2\/167028842-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/4\/2\/167028842-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/4\/2\/167028842-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/4\/2\/167028842-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028842","position":"6","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/1\/0\/6\/331106.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/5\/6\/167028856-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/5\/6\/167028856-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/5\/6\/167028856-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/5\/6\/167028856-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/5\/6\/167028856-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/5\/6\/167028856-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/5\/6\/167028856-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/5\/6\/167028856-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028856","position":"7","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/1\/3\/9\/331139.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"167028755","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/0\/9\/3\/8\/330938.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":86.68,"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":"48624567","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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":"86,68\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"1C0601025D091, X1, 16pulgadas","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":"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-07-21 10:30:37","date_upd":"2026-07-20 21:59:30","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"80:O4H01UPNZY\/1106551","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":"ALH","vehicule_ref_id":"WVWZZZ9CZXM903418","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"2026-07-21 22:00:00","origin_marque":"A0001E2T","origin_modele":"A00026DV","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS004389","id_category_piece":"18183","id_category_marque":"2359","id_category_modele":"14241","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2T","origin_modele_id":"A00026DV","origin_piece_id":"PS004389","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"80","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3826536","id_modele_parent":"10090","id_energie":"0","id_seller":"80","id_country_seller":"6","id_image":"48624567-167028775","prix":"86.680000","energie":"","libelle":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","seller_name":"Autodesguaces Otoniel SL","ordre_affichage":"7284","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-home_default.webp","fdp_incluse":"1","code_moteur":"ALH","reference_constructeur":"1C0601025D091, X1, 16pulgadas","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/48624567-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":86.68,"price_without_reduction":86.68,"price_without_reduction_without_tax":86.68,"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\/7\/0\/2\/8\/7\/5\/5\/167028755-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"167028755","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/0\/9\/3\/8\/330938.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/7\/5\/167028775-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/7\/5\/167028775-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/7\/5\/167028775-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/7\/5\/167028775-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/7\/5\/167028775-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/7\/5\/167028775-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/7\/5\/167028775-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/7\/5\/167028775-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028775","position":"2","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/0\/9\/7\/2\/330972.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/9\/2\/167028792-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/9\/2\/167028792-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/9\/2\/167028792-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/9\/2\/167028792-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/9\/2\/167028792-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/9\/2\/167028792-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/9\/2\/167028792-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/9\/2\/167028792-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028792","position":"3","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/0\/0\/7\/331007.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/0\/6\/167028806-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/0\/6\/167028806-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/0\/6\/167028806-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/0\/6\/167028806-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/0\/6\/167028806-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/0\/6\/167028806-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/0\/6\/167028806-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/0\/6\/167028806-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028806","position":"4","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/0\/4\/0\/331040.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/2\/3\/167028823-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/2\/3\/167028823-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/2\/3\/167028823-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/2\/3\/167028823-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/2\/3\/167028823-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/2\/3\/167028823-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/2\/3\/167028823-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/2\/3\/167028823-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028823","position":"5","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/0\/7\/1\/331071.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/4\/2\/167028842-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/4\/2\/167028842-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/4\/2\/167028842-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/4\/2\/167028842-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/4\/2\/167028842-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/4\/2\/167028842-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/4\/2\/167028842-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/4\/2\/167028842-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028842","position":"6","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/1\/0\/6\/331106.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/5\/6\/167028856-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/5\/6\/167028856-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/5\/6\/167028856-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/5\/6\/167028856-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/5\/6\/167028856-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/5\/6\/167028856-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/5\/6\/167028856-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/5\/6\/167028856-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028856","position":"7","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/1\/3\/9\/331139.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/7\/5\/5\/167028755-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"167028755","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/0\/9\/3\/8\/330938.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":86.68,"regular_price_amount":86.68,"regular_price":"86,68\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":"48624568","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/jante-tole\/48624568-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","canonical_url":"https:\/\/boutique.francecasse.fr\/jante-tole\/48624568-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":null,"embedded_attributes":{"id_product":"48624568","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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":"86,68\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"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-07-21 10:30:37","date_upd":"2026-07-20 21:59:30","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"48624568-167028884","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/48624568-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":86.68,"price_without_reduction":86.68,"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\/7\/0\/2\/8\/8\/6\/8\/167028868-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"167028868","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/1\/9\/9\/331199.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/8\/4\/167028884-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/8\/4\/167028884-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/8\/4\/167028884-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/8\/4\/167028884-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/8\/4\/167028884-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/8\/4\/167028884-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/8\/4\/167028884-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/8\/4\/167028884-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028884","position":"2","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/2\/3\/6\/331236.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/0\/0\/167028900-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/0\/0\/167028900-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/0\/0\/167028900-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/0\/0\/167028900-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/0\/0\/167028900-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/0\/0\/167028900-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/0\/0\/167028900-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/0\/0\/167028900-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028900","position":"3","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/2\/6\/9\/331269.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/1\/9\/167028919-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/1\/9\/167028919-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/1\/9\/167028919-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/1\/9\/167028919-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/1\/9\/167028919-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/1\/9\/167028919-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/1\/9\/167028919-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/1\/9\/167028919-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028919","position":"4","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/3\/0\/0\/331300.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/3\/5\/167028935-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/3\/5\/167028935-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/3\/5\/167028935-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/3\/5\/167028935-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/3\/5\/167028935-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/3\/5\/167028935-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/3\/5\/167028935-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/3\/5\/167028935-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028935","position":"5","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/3\/3\/4\/331334.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/5\/1\/167028951-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/5\/1\/167028951-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/5\/1\/167028951-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/5\/1\/167028951-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/5\/1\/167028951-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/5\/1\/167028951-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/5\/1\/167028951-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/5\/1\/167028951-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028951","position":"6","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/3\/6\/8\/331368.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/6\/3\/167028963-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/6\/3\/167028963-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/6\/3\/167028963-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/6\/3\/167028963-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/6\/3\/167028963-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/6\/3\/167028963-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/6\/3\/167028963-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/6\/3\/167028963-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028963","position":"7","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/4\/0\/4\/331404.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"167028868","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/1\/9\/9\/331199.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":86.68,"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":"48624568","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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":"86,68\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"1C0601025D091, x1, 16pulgadas","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":"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-07-21 10:30:37","date_upd":"2026-07-20 21:59:30","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"80:O4H01UPO01\/1106552","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":"ALH","vehicule_ref_id":"WVWZZZ9CZXM903418","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"2026-07-21 22:00:00","origin_marque":"A0001E2T","origin_modele":"A00026DV","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS004389","id_category_piece":"18183","id_category_marque":"2359","id_category_modele":"14241","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2T","origin_modele_id":"A00026DV","origin_piece_id":"PS004389","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"80","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3826537","id_modele_parent":"10090","id_energie":"0","id_seller":"80","id_country_seller":"6","id_image":"48624568-167028884","prix":"86.680000","energie":"","libelle":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","seller_name":"Autodesguaces Otoniel SL","ordre_affichage":"7285","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-home_default.webp","fdp_incluse":"1","code_moteur":"ALH","reference_constructeur":"1C0601025D091, x1, 16pulgadas","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/48624568-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":86.68,"price_without_reduction":86.68,"price_without_reduction_without_tax":86.68,"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\/7\/0\/2\/8\/8\/6\/8\/167028868-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"167028868","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/1\/9\/9\/331199.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/8\/4\/167028884-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/8\/4\/167028884-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/8\/4\/167028884-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/8\/4\/167028884-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/8\/4\/167028884-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/8\/4\/167028884-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/8\/4\/167028884-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/8\/4\/167028884-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028884","position":"2","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/2\/3\/6\/331236.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/0\/0\/167028900-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/0\/0\/167028900-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/0\/0\/167028900-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/0\/0\/167028900-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/0\/0\/167028900-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/0\/0\/167028900-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/0\/0\/167028900-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/0\/0\/167028900-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028900","position":"3","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/2\/6\/9\/331269.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/1\/9\/167028919-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/1\/9\/167028919-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/1\/9\/167028919-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/1\/9\/167028919-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/1\/9\/167028919-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/1\/9\/167028919-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/1\/9\/167028919-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/1\/9\/167028919-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028919","position":"4","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/3\/0\/0\/331300.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/3\/5\/167028935-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/3\/5\/167028935-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/3\/5\/167028935-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/3\/5\/167028935-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/3\/5\/167028935-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/3\/5\/167028935-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/3\/5\/167028935-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/3\/5\/167028935-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028935","position":"5","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/3\/3\/4\/331334.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/5\/1\/167028951-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/5\/1\/167028951-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/5\/1\/167028951-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/5\/1\/167028951-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/5\/1\/167028951-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/5\/1\/167028951-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/5\/1\/167028951-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/5\/1\/167028951-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028951","position":"6","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/3\/6\/8\/331368.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/6\/3\/167028963-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/6\/3\/167028963-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/6\/3\/167028963-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/6\/3\/167028963-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/6\/3\/167028963-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/6\/3\/167028963-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/6\/3\/167028963-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/9\/6\/3\/167028963-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"167028963","position":"7","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/4\/0\/4\/331404.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/7\/0\/2\/8\/8\/6\/8\/167028868-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"167028868","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/3\/1\/1\/9\/9\/331199.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":86.68,"regular_price_amount":86.68,"regular_price":"86,68\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=37613112&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"37613112","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/jante-tole\/37613112-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","canonical_url":"https:\/\/boutique.francecasse.fr\/jante-tole\/37613112-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"37613112","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,28\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"1J0601027AP03C","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 10:30:37","date_upd":"2026-07-21 04:02:53","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37613112-131337907","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/37613112-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":57.53,"price_without_reduction":63.283,"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":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1234560","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131337891","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858506-7ba31af2-e320-4e94-a0f3-cc49d423a432-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-e9582e5f28aed665c5e8428fb7fd23125c3cc114f02b9f8efb166784139b8349_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/0\/7\/131337907-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/0\/7\/131337907-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/0\/7\/131337907-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/0\/7\/131337907-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/0\/7\/131337907-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/0\/7\/131337907-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/0\/7\/131337907-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/0\/7\/131337907-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131337907","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858506-11c1b383-bff4-47f9-bc74-71f3ebc5ffbd-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-a091a7cff6e24ad45594d4c2d0fb8c92da7ba3e3d9c6a6ad1c44221cc335c958_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/2\/4\/131337924-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/2\/4\/131337924-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/2\/4\/131337924-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/2\/4\/131337924-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/2\/4\/131337924-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/2\/4\/131337924-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/2\/4\/131337924-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/2\/4\/131337924-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131337924","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858506-73804f92-d06c-4074-9f33-7b097863de3f-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-1d7a44e8390f1c2397eb610798a3f847a86a7b558d2ecaf331eff034897ef8d0_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/0\/131337940-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/0\/131337940-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/0\/131337940-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/0\/131337940-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/0\/131337940-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/0\/131337940-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/0\/131337940-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/0\/131337940-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131337940","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858506-f0684053-c79e-4d58-9df1-12ccb680038a-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-be20f625b2086839d9485eae6006029a35da2cd92f362696ce320fb7d996d78b_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/8\/131337948-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/8\/131337948-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/8\/131337948-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/8\/131337948-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/8\/131337948-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/8\/131337948-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/8\/131337948-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/8\/131337948-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131337948","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858506-d9caf14b-933b-4321-b02e-37355d32bdd3-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-35632ee12cd56ab4973a6cde5d868e68a29163b8b516f55de30b688711f95e4e_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/6\/2\/131337962-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/6\/2\/131337962-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/6\/2\/131337962-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/6\/2\/131337962-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/6\/2\/131337962-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/6\/2\/131337962-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/6\/2\/131337962-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/6\/2\/131337962-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131337962","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858506-53b7b8db-11fb-4cac-a059-59cac90a8605-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-63fe299c00d6e22fefa5e069115b07b5cc8c03b1ed59af22fff1814c35b901da_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/7\/4\/131337974-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/7\/4\/131337974-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/7\/4\/131337974-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/7\/4\/131337974-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/7\/4\/131337974-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/7\/4\/131337974-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/7\/4\/131337974-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/7\/4\/131337974-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131337974","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858506-4bf1ea23-a359-48ff-bde2-c83116f768e2-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-1f7511bc64e21e717b39c371206f1cf0d40c1206c0d98717c2db119125dce102_m.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131337891","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858506-7ba31af2-e320-4e94-a0f3-cc49d423a432-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-e9582e5f28aed665c5e8428fb7fd23125c3cc114f02b9f8efb166784139b8349_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":63.28,"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":"1J0601027AP03C","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":"24 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"1234560","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":"37613112","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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":"63,28\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"1J0601027AP03C","supplier_reference":"1J0601027AP03C","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-07-21 10:30:37","date_upd":"2026-07-21 04:02:53","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"87:98858506","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\":\"40132207\"},{\"id\":\"40132208\"},{\"id\":\"40132209\"},{\"id\":\"40132210\"},{\"id\":\"40132211\"},{\"id\":\"40132212\"},{\"id\":\"40132213\"},{\"id\":\"40132214\"},{\"id\":\"40132215\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"87:WVWZZZ9CZYM606864","code_moteur_field":"ALH","vehicule_ref_id":"WVWZZZ9CZYM606864","vehicule_ktype":"8980","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"VOLKSWAGEN","origin_modele":"NEW BEETLE 1 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Jante","id_category_piece":"18183","id_category_marque":"2359","id_category_modele":"14241","id_category_version":"14241","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":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3826538","id_modele_parent":"10090","id_energie":"16523","id_seller":"87","id_country_seller":"8","id_image":"37613112-131337907","prix":"63.283000","energie":"Diesel","libelle":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","seller_name":"SG - Automobiles","ordre_affichage":"7286","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"24 mois\",\"name\":\"Garantie\"},{\"value\":\"1234560\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-home_default.webp","fdp_incluse":"1","code_moteur":"ALH","reference_constructeur":"1J0601027AP03C","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/37613112-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":57.53,"price_without_reduction":63.283,"price_without_reduction_without_tax":57.53,"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":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1234560","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131337891","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858506-7ba31af2-e320-4e94-a0f3-cc49d423a432-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-e9582e5f28aed665c5e8428fb7fd23125c3cc114f02b9f8efb166784139b8349_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/0\/7\/131337907-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/0\/7\/131337907-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/0\/7\/131337907-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/0\/7\/131337907-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/0\/7\/131337907-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/0\/7\/131337907-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/0\/7\/131337907-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/0\/7\/131337907-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131337907","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858506-11c1b383-bff4-47f9-bc74-71f3ebc5ffbd-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-a091a7cff6e24ad45594d4c2d0fb8c92da7ba3e3d9c6a6ad1c44221cc335c958_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/2\/4\/131337924-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/2\/4\/131337924-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/2\/4\/131337924-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/2\/4\/131337924-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/2\/4\/131337924-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/2\/4\/131337924-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/2\/4\/131337924-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/2\/4\/131337924-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131337924","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858506-73804f92-d06c-4074-9f33-7b097863de3f-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-1d7a44e8390f1c2397eb610798a3f847a86a7b558d2ecaf331eff034897ef8d0_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/0\/131337940-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/0\/131337940-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/0\/131337940-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/0\/131337940-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/0\/131337940-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/0\/131337940-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/0\/131337940-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/0\/131337940-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131337940","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858506-f0684053-c79e-4d58-9df1-12ccb680038a-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-be20f625b2086839d9485eae6006029a35da2cd92f362696ce320fb7d996d78b_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/8\/131337948-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/8\/131337948-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/8\/131337948-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/8\/131337948-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/8\/131337948-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/8\/131337948-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/8\/131337948-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/4\/8\/131337948-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131337948","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858506-d9caf14b-933b-4321-b02e-37355d32bdd3-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-35632ee12cd56ab4973a6cde5d868e68a29163b8b516f55de30b688711f95e4e_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/6\/2\/131337962-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/6\/2\/131337962-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/6\/2\/131337962-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/6\/2\/131337962-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/6\/2\/131337962-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/6\/2\/131337962-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/6\/2\/131337962-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/6\/2\/131337962-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131337962","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858506-53b7b8db-11fb-4cac-a059-59cac90a8605-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-63fe299c00d6e22fefa5e069115b07b5cc8c03b1ed59af22fff1814c35b901da_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/7\/4\/131337974-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/7\/4\/131337974-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/7\/4\/131337974-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/7\/4\/131337974-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/7\/4\/131337974-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/7\/4\/131337974-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/7\/4\/131337974-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/9\/7\/4\/131337974-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131337974","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858506-4bf1ea23-a359-48ff-bde2-c83116f768e2-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-1f7511bc64e21e717b39c371206f1cf0d40c1206c0d98717c2db119125dce102_m.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/7\/8\/9\/1\/131337891-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131337891","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858506-7ba31af2-e320-4e94-a0f3-cc49d423a432-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-e9582e5f28aed665c5e8428fb7fd23125c3cc114f02b9f8efb166784139b8349_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":63.28,"regular_price_amount":63.28,"regular_price":"63,28\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=37613114&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"37613114","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/jante-tole\/37613114-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","canonical_url":"https:\/\/boutique.francecasse.fr\/jante-tole\/37613114-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"37613114","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,28\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"1J0601027AP03C","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 10:30:37","date_upd":"2026-07-21 04:02:53","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37613114-131338054","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/37613114-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":57.53,"price_without_reduction":63.283,"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":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1234560","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131338034","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858509-e33b415d-e93f-4cb9-ba0e-c26abdccf6b5-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-9c7cb3b8635594536908e7fb4163725c3d77a1263f291fd9fb05d71f41a8ebeb_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/5\/4\/131338054-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/5\/4\/131338054-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/5\/4\/131338054-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/5\/4\/131338054-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/5\/4\/131338054-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/5\/4\/131338054-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/5\/4\/131338054-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/5\/4\/131338054-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131338054","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858509-65d1f9ed-c99a-429b-babf-d149c384cdc5-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-8b1fbb0139075483d0ed94595e2df81fa9f7a2a7c2de8542f4443a21c1d6b088_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/7\/1\/131338071-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/7\/1\/131338071-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/7\/1\/131338071-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/7\/1\/131338071-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/7\/1\/131338071-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/7\/1\/131338071-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/7\/1\/131338071-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/7\/1\/131338071-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131338071","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858509-764b9032-b7e9-4c31-9f9a-a6d8ee61792d-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-a3a7aa1a11fe3c1848774ac61b80521d8822dbd9e98ee92c41653f7412237257_m.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131338034","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858509-e33b415d-e93f-4cb9-ba0e-c26abdccf6b5-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-9c7cb3b8635594536908e7fb4163725c3d77a1263f291fd9fb05d71f41a8ebeb_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":63.28,"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":"1J0601027AP03C","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":"24 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"1234560","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":"37613114","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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":"63,28\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"1J0601027AP03C","supplier_reference":"1J0601027AP03C","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-07-21 10:30:37","date_upd":"2026-07-21 04:02:53","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"87:98858509","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\":\"40132225\"},{\"id\":\"40132226\"},{\"id\":\"40132227\"},{\"id\":\"40132228\"},{\"id\":\"40132229\"},{\"id\":\"40132230\"},{\"id\":\"40132231\"},{\"id\":\"40132232\"},{\"id\":\"40132233\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"87:WVWZZZ9CZYM606864","code_moteur_field":"ALH","vehicule_ref_id":"WVWZZZ9CZYM606864","vehicule_ktype":"8980","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"VOLKSWAGEN","origin_modele":"NEW BEETLE 1 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Jante","id_category_piece":"18183","id_category_marque":"2359","id_category_modele":"14241","id_category_version":"14241","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":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3826539","id_modele_parent":"10090","id_energie":"16523","id_seller":"87","id_country_seller":"8","id_image":"37613114-131338054","prix":"63.283000","energie":"Diesel","libelle":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","seller_name":"SG - Automobiles","ordre_affichage":"7287","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"24 mois\",\"name\":\"Garantie\"},{\"value\":\"1234560\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-home_default.webp","fdp_incluse":"1","code_moteur":"ALH","reference_constructeur":"1J0601027AP03C","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/37613114-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":57.53,"price_without_reduction":63.283,"price_without_reduction_without_tax":57.53,"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":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1234560","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131338034","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858509-e33b415d-e93f-4cb9-ba0e-c26abdccf6b5-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-9c7cb3b8635594536908e7fb4163725c3d77a1263f291fd9fb05d71f41a8ebeb_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/5\/4\/131338054-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/5\/4\/131338054-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/5\/4\/131338054-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/5\/4\/131338054-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/5\/4\/131338054-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/5\/4\/131338054-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/5\/4\/131338054-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/5\/4\/131338054-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131338054","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858509-65d1f9ed-c99a-429b-babf-d149c384cdc5-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-8b1fbb0139075483d0ed94595e2df81fa9f7a2a7c2de8542f4443a21c1d6b088_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/7\/1\/131338071-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/7\/1\/131338071-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/7\/1\/131338071-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/7\/1\/131338071-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/7\/1\/131338071-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/7\/1\/131338071-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/7\/1\/131338071-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/7\/1\/131338071-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131338071","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858509-764b9032-b7e9-4c31-9f9a-a6d8ee61792d-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-a3a7aa1a11fe3c1848774ac61b80521d8822dbd9e98ee92c41653f7412237257_m.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/3\/4\/131338034-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131338034","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858509-e33b415d-e93f-4cb9-ba0e-c26abdccf6b5-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-9c7cb3b8635594536908e7fb4163725c3d77a1263f291fd9fb05d71f41a8ebeb_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":63.28,"regular_price_amount":63.28,"regular_price":"63,28\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=37613115&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"37613115","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/jante-tole\/37613115-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","canonical_url":"https:\/\/boutique.francecasse.fr\/jante-tole\/37613115-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"37613115","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,28\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"1J0601027AP03C","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 10:30:37","date_upd":"2026-07-21 04:02:53","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37613115-131338113","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/37613115-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":57.53,"price_without_reduction":63.283,"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":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1234560","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131338092","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858511-4b9d9ac2-8edf-402e-b784-80030647312f-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-b4013d5d5a854b073f69fb01c5f6cf88846b3dc9b172fcf589d9e1340a8ee979_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/1\/1\/3\/131338113-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/1\/1\/3\/131338113-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/1\/1\/3\/131338113-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/1\/1\/3\/131338113-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/1\/1\/3\/131338113-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/1\/1\/3\/131338113-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/1\/1\/3\/131338113-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/1\/1\/3\/131338113-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131338113","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858511-955ad4e3-d941-4ca2-abda-21eace5232c9-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-367ad1f1c36c82871130c024f4de2bd7397dded751799b9a85f5bbded1bcda24_m.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131338092","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858511-4b9d9ac2-8edf-402e-b784-80030647312f-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-b4013d5d5a854b073f69fb01c5f6cf88846b3dc9b172fcf589d9e1340a8ee979_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":63.28,"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":"1J0601027AP03C","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":"24 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"1234560","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":"37613115","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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":"63,28\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"1J0601027AP03C","supplier_reference":"1J0601027AP03C","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-07-21 10:30:37","date_upd":"2026-07-21 04:02:53","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"87:98858511","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\":\"40132234\"},{\"id\":\"40132235\"},{\"id\":\"40132236\"},{\"id\":\"40132237\"},{\"id\":\"40132238\"},{\"id\":\"40132239\"},{\"id\":\"40132240\"},{\"id\":\"40132241\"},{\"id\":\"40132242\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"87:WVWZZZ9CZYM606864","code_moteur_field":"ALH","vehicule_ref_id":"WVWZZZ9CZYM606864","vehicule_ktype":"8980","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"VOLKSWAGEN","origin_modele":"NEW BEETLE 1 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Jante","id_category_piece":"18183","id_category_marque":"2359","id_category_modele":"14241","id_category_version":"14241","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":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3826540","id_modele_parent":"10090","id_energie":"16523","id_seller":"87","id_country_seller":"8","id_image":"37613115-131338113","prix":"63.283000","energie":"Diesel","libelle":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","seller_name":"SG - Automobiles","ordre_affichage":"7288","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"24 mois\",\"name\":\"Garantie\"},{\"value\":\"1234560\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-home_default.webp","fdp_incluse":"1","code_moteur":"ALH","reference_constructeur":"1J0601027AP03C","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/37613115-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":57.53,"price_without_reduction":63.283,"price_without_reduction_without_tax":57.53,"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":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1234560","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131338092","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858511-4b9d9ac2-8edf-402e-b784-80030647312f-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-b4013d5d5a854b073f69fb01c5f6cf88846b3dc9b172fcf589d9e1340a8ee979_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/1\/1\/3\/131338113-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/1\/1\/3\/131338113-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/1\/1\/3\/131338113-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/1\/1\/3\/131338113-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/1\/1\/3\/131338113-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/1\/1\/3\/131338113-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/1\/1\/3\/131338113-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/1\/1\/3\/131338113-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131338113","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858511-955ad4e3-d941-4ca2-abda-21eace5232c9-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-367ad1f1c36c82871130c024f4de2bd7397dded751799b9a85f5bbded1bcda24_m.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/3\/8\/0\/9\/2\/131338092-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131338092","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5879\/po_photo\/2025\/08\/98858511-4b9d9ac2-8edf-402e-b784-80030647312f-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-b4013d5d5a854b073f69fb01c5f6cf88846b3dc9b172fcf589d9e1340a8ee979_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":63.28,"regular_price_amount":63.28,"regular_price":"63,28\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=37617921&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"37617921","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/jante-tole\/37617921-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","canonical_url":"https:\/\/boutique.francecasse.fr\/jante-tole\/37617921-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"37617921","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"40,60\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 10:30:37","date_upd":"2026-07-21 04:03:52","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37617921-131374991","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/37617921-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":36.91,"price_without_reduction":40.601,"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":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"244022","id_feature":"19","position":"17"},{"name":"Remarques","value":"jante New Beetle ","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\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131374973","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2020_1\/Piece--3ccda99a588bd3a453402a5a7a9ecfada19d2356a14f65d26a90062486812fcd.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/9\/1\/131374991-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/9\/1\/131374991-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/9\/1\/131374991-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/9\/1\/131374991-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/9\/1\/131374991-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/9\/1\/131374991-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/9\/1\/131374991-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/9\/1\/131374991-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131374991","position":"2","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2023_4\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-b4502a727040550736f8b48881e2065d06502d5f8e7daf9f3f341575cddba5dc_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/0\/7\/131375007-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/0\/7\/131375007-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/0\/7\/131375007-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/0\/7\/131375007-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/0\/7\/131375007-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/0\/7\/131375007-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/0\/7\/131375007-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/0\/7\/131375007-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131375007","position":"3","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2023_4\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-633d579e0cbdb0bc71727dd0df0bb3ae81d5f58d29b53f94c634fc7ffd3d3509_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/1\/7\/131375017-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/1\/7\/131375017-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/1\/7\/131375017-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/1\/7\/131375017-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/1\/7\/131375017-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/1\/7\/131375017-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/1\/7\/131375017-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/1\/7\/131375017-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131375017","position":"4","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2023_4\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-6df649be1877f27f28c961f8b0d3fb772b5829128651c696a8068947ffddf14b_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/3\/0\/131375030-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/3\/0\/131375030-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/3\/0\/131375030-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/3\/0\/131375030-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/3\/0\/131375030-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/3\/0\/131375030-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/3\/0\/131375030-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/3\/0\/131375030-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131375030","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2023_4\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-14675ef5ff0f83e6ab2969051409e8d27e4d514eb9b6d9da10649f92ba5ddd29_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/4\/0\/131375040-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/4\/0\/131375040-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/4\/0\/131375040-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/4\/0\/131375040-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/4\/0\/131375040-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/4\/0\/131375040-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/4\/0\/131375040-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/4\/0\/131375040-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131375040","position":"6","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2022_8\/Vehicule-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-2000-48d10723457a4d3fe5db4650f0b0c44b4f78ad9ae75c7c6c83c4340eea0ca015_mtn.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131374973","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2020_1\/Piece--3ccda99a588bd3a453402a5a7a9ecfada19d2356a14f65d26a90062486812fcd.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":40.6,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":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":"24 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"244022","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"jante New Beetle ","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":"37617921","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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":"40,60\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-07-21 10:30:37","date_upd":"2026-07-21 04:03:52","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"87:36012791","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":"87:WVWZZZ9CZYM620647","code_moteur_field":"AVC","vehicule_ref_id":"WVWZZZ9CZYM620647","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"VOLKSWAGEN","origin_modele":"NEW BEETLE 1 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Jante","id_category_piece":"18183","id_category_marque":"2359","id_category_modele":"14241","id_category_version":"14241","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":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3826541","id_modele_parent":"10090","id_energie":"16532","id_seller":"87","id_country_seller":"8","id_image":"37617921-131374991","prix":"40.601000","energie":"Essence","libelle":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","seller_name":"SG - Automobiles","ordre_affichage":"7289","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"24 mois\",\"name\":\"Garantie\"},{\"value\":\"244022\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-home_default.webp","fdp_incluse":"1","code_moteur":"AVC","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/37617921-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":36.91,"price_without_reduction":40.601,"price_without_reduction_without_tax":36.91,"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":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"244022","id_feature":"19","position":"17"},{"name":"Remarques","value":"jante New Beetle ","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\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131374973","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2020_1\/Piece--3ccda99a588bd3a453402a5a7a9ecfada19d2356a14f65d26a90062486812fcd.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/9\/1\/131374991-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/9\/1\/131374991-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/9\/1\/131374991-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/9\/1\/131374991-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/9\/1\/131374991-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/9\/1\/131374991-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/9\/1\/131374991-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/9\/1\/131374991-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131374991","position":"2","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2023_4\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-b4502a727040550736f8b48881e2065d06502d5f8e7daf9f3f341575cddba5dc_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/0\/7\/131375007-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/0\/7\/131375007-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/0\/7\/131375007-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/0\/7\/131375007-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/0\/7\/131375007-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/0\/7\/131375007-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/0\/7\/131375007-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/0\/7\/131375007-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131375007","position":"3","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2023_4\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-633d579e0cbdb0bc71727dd0df0bb3ae81d5f58d29b53f94c634fc7ffd3d3509_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/1\/7\/131375017-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/1\/7\/131375017-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/1\/7\/131375017-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/1\/7\/131375017-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/1\/7\/131375017-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/1\/7\/131375017-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/1\/7\/131375017-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/1\/7\/131375017-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131375017","position":"4","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2023_4\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-6df649be1877f27f28c961f8b0d3fb772b5829128651c696a8068947ffddf14b_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/3\/0\/131375030-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/3\/0\/131375030-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/3\/0\/131375030-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/3\/0\/131375030-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/3\/0\/131375030-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/3\/0\/131375030-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/3\/0\/131375030-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/3\/0\/131375030-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131375030","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2023_4\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-14675ef5ff0f83e6ab2969051409e8d27e4d514eb9b6d9da10649f92ba5ddd29_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/4\/0\/131375040-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/4\/0\/131375040-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/4\/0\/131375040-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/4\/0\/131375040-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/4\/0\/131375040-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/4\/0\/131375040-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/4\/0\/131375040-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/4\/0\/131375040-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131375040","position":"6","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2022_8\/Vehicule-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-2000-48d10723457a4d3fe5db4650f0b0c44b4f78ad9ae75c7c6c83c4340eea0ca015_mtn.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/4\/9\/7\/3\/131374973-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131374973","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2020_1\/Piece--3ccda99a588bd3a453402a5a7a9ecfada19d2356a14f65d26a90062486812fcd.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":40.6,"regular_price_amount":40.6,"regular_price":"40,60\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=37617922&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"37617922","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/jante-tole\/37617922-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","canonical_url":"https:\/\/boutique.francecasse.fr\/jante-tole\/37617922-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"37617922","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"40,60\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 10:30:37","date_upd":"2026-07-21 04:03:52","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37617922-131375073","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/37617922-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":36.91,"price_without_reduction":40.601,"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":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"244022","id_feature":"19","position":"17"},{"name":"Remarques","value":"jante New Beetle ","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\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131375057","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2020_1\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-.-Essence-01d37fbe41ae33ee602defad44404ff2952ed6940e037abee6346e30c13bf9d1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/7\/3\/131375073-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/7\/3\/131375073-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/7\/3\/131375073-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/7\/3\/131375073-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/7\/3\/131375073-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/7\/3\/131375073-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/7\/3\/131375073-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/7\/3\/131375073-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131375073","position":"2","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2023_4\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-c6c7ebe45c9ad81a55946131a0477bf923384476ef36383e3edb2a715a27e887_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/8\/4\/131375084-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/8\/4\/131375084-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/8\/4\/131375084-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/8\/4\/131375084-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/8\/4\/131375084-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/8\/4\/131375084-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/8\/4\/131375084-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/8\/4\/131375084-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131375084","position":"3","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2023_4\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-56286391922a103603ef049498fe65d36a8ad806f6db4523ee3a58aeedcb0bda_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/9\/1\/131375091-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/9\/1\/131375091-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/9\/1\/131375091-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/9\/1\/131375091-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/9\/1\/131375091-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/9\/1\/131375091-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/9\/1\/131375091-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/9\/1\/131375091-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131375091","position":"4","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2023_4\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-1fd07792c45ab21c800eb3b59573caa2360c8dbaec7c7922a9611a3238c8240b_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/0\/3\/131375103-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/0\/3\/131375103-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/0\/3\/131375103-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/0\/3\/131375103-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/0\/3\/131375103-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/0\/3\/131375103-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/0\/3\/131375103-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/0\/3\/131375103-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131375103","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2023_4\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-623f202f8d5f50954299c08cde3cf0f2402ae33f97cc4e6512d2332a0abd2952_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/3\/131375123-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/3\/131375123-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/3\/131375123-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/3\/131375123-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/3\/131375123-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/3\/131375123-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/3\/131375123-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/3\/131375123-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131375123","position":"6","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2023_4\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-7f8cff459732ec07abc87d722451694ba18edf7c9a01a0fac49392320649f510_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/9\/131375129-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/9\/131375129-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/9\/131375129-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/9\/131375129-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/9\/131375129-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/9\/131375129-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/9\/131375129-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/9\/131375129-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131375129","position":"7","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2022_8\/Vehicule-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-2000-48d10723457a4d3fe5db4650f0b0c44b4f78ad9ae75c7c6c83c4340eea0ca015_mtn.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131375057","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2020_1\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-.-Essence-01d37fbe41ae33ee602defad44404ff2952ed6940e037abee6346e30c13bf9d1.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":40.6,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":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":"24 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"244022","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"jante New Beetle ","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":"37617922","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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":"40,60\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-07-21 10:30:37","date_upd":"2026-07-21 04:03:52","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"87:36012793","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":"87:WVWZZZ9CZYM620647","code_moteur_field":"AVC","vehicule_ref_id":"WVWZZZ9CZYM620647","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"VOLKSWAGEN","origin_modele":"NEW BEETLE 1 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Jante","id_category_piece":"18183","id_category_marque":"2359","id_category_modele":"14241","id_category_version":"14241","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":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3826542","id_modele_parent":"10090","id_energie":"16532","id_seller":"87","id_country_seller":"8","id_image":"37617922-131375073","prix":"40.601000","energie":"Essence","libelle":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","seller_name":"SG - Automobiles","ordre_affichage":"7290","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"24 mois\",\"name\":\"Garantie\"},{\"value\":\"244022\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-home_default.webp","fdp_incluse":"1","code_moteur":"AVC","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/37617922-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":36.91,"price_without_reduction":40.601,"price_without_reduction_without_tax":36.91,"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":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"244022","id_feature":"19","position":"17"},{"name":"Remarques","value":"jante New Beetle ","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\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131375057","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2020_1\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-.-Essence-01d37fbe41ae33ee602defad44404ff2952ed6940e037abee6346e30c13bf9d1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/7\/3\/131375073-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/7\/3\/131375073-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/7\/3\/131375073-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/7\/3\/131375073-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/7\/3\/131375073-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/7\/3\/131375073-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/7\/3\/131375073-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/7\/3\/131375073-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131375073","position":"2","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2023_4\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-c6c7ebe45c9ad81a55946131a0477bf923384476ef36383e3edb2a715a27e887_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/8\/4\/131375084-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/8\/4\/131375084-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/8\/4\/131375084-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/8\/4\/131375084-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/8\/4\/131375084-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/8\/4\/131375084-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/8\/4\/131375084-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/8\/4\/131375084-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131375084","position":"3","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2023_4\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-56286391922a103603ef049498fe65d36a8ad806f6db4523ee3a58aeedcb0bda_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/9\/1\/131375091-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/9\/1\/131375091-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/9\/1\/131375091-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/9\/1\/131375091-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/9\/1\/131375091-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/9\/1\/131375091-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/9\/1\/131375091-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/9\/1\/131375091-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131375091","position":"4","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2023_4\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-1fd07792c45ab21c800eb3b59573caa2360c8dbaec7c7922a9611a3238c8240b_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/0\/3\/131375103-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/0\/3\/131375103-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/0\/3\/131375103-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/0\/3\/131375103-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/0\/3\/131375103-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/0\/3\/131375103-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/0\/3\/131375103-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/0\/3\/131375103-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131375103","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2023_4\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-623f202f8d5f50954299c08cde3cf0f2402ae33f97cc4e6512d2332a0abd2952_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/3\/131375123-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/3\/131375123-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/3\/131375123-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/3\/131375123-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/3\/131375123-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/3\/131375123-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/3\/131375123-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/3\/131375123-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131375123","position":"6","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2023_4\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-7f8cff459732ec07abc87d722451694ba18edf7c9a01a0fac49392320649f510_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/9\/131375129-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/9\/131375129-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/9\/131375129-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/9\/131375129-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/9\/131375129-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/9\/131375129-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/9\/131375129-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/1\/2\/9\/131375129-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131375129","position":"7","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2022_8\/Vehicule-VOLKSWAGEN-NEW-BEETLE-1-PHASE-1-2000-48d10723457a4d3fe5db4650f0b0c44b4f78ad9ae75c7c6c83c4340eea0ca015_mtn.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/3\/7\/5\/0\/5\/7\/131375057-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131375057","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5879\/2020_1\/Piece-Jante-VOLKSWAGEN-NEW-BEETLE-.-Essence-01d37fbe41ae33ee602defad44404ff2952ed6940e037abee6346e30c13bf9d1.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":40.6,"regular_price_amount":40.6,"regular_price":"40,60\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=41148305&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"41148305","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/jante-tole\/41148305-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","canonical_url":"https:\/\/boutique.francecasse.fr\/jante-tole\/41148305-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"41148305","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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":"1J0601027AP03C","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 10:30:37","date_upd":"2026-07-21 04:22:20","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"41148305-143142706","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/41148305-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":57.27,"price_without_reduction":62.997,"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":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1","id_feature":"19","position":"17"},{"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":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"143142692","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410674-b94747ca-596c-493a-a1f2-30dea1224f44-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-c2d3caaeff1e1dde3b78445ca56f9be12f2c0e0a3a210a64045404a3b154351f_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/0\/6\/143142706-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/0\/6\/143142706-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/0\/6\/143142706-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/0\/6\/143142706-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/0\/6\/143142706-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/0\/6\/143142706-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/0\/6\/143142706-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/0\/6\/143142706-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143142706","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410674-802adc26-c135-4e28-a52d-3982bb9192d8-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-4b22802bb0d80114997ab111c434c5ea39916cca8bc7c66497a048017eb863e0_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/2\/2\/143142722-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/2\/2\/143142722-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/2\/2\/143142722-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/2\/2\/143142722-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/2\/2\/143142722-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/2\/2\/143142722-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/2\/2\/143142722-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/2\/2\/143142722-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143142722","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410674-4246f31f-7001-47d5-8c44-381f82f01be6-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-9e182b2fe3d7c5a0487c4600bd065198edd9092aaeba360f8082965e2d7774fb_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/4\/0\/143142740-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/4\/0\/143142740-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/4\/0\/143142740-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/4\/0\/143142740-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/4\/0\/143142740-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/4\/0\/143142740-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/4\/0\/143142740-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/4\/0\/143142740-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143142740","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410674-0cf57696-3662-4444-8c61-8ec004bfa21e-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-51ada26fc906445e67e2ce496b5206f3704c91303ff89d3632de263f00ff8f1d_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/5\/9\/143142759-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/5\/9\/143142759-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/5\/9\/143142759-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/5\/9\/143142759-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/5\/9\/143142759-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/5\/9\/143142759-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/5\/9\/143142759-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/5\/9\/143142759-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143142759","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/6069\/2024_1\/Vehicule-VOLKSWAGEN-NEW-BEETLE-1-1999-07c8679b6fcc33310366b45660e8d8028ff70d14d8e228cb26e17bac03efe0fb_mtn.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"143142692","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410674-b94747ca-596c-493a-a1f2-30dea1224f44-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-c2d3caaeff1e1dde3b78445ca56f9be12f2c0e0a3a210a64045404a3b154351f_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":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":"1J0601027AP03C","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":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"1","id_feature":"19","position":"17"},"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":"41148305","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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":"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":"1J0601027AP03C","supplier_reference":"1J0601027AP03C","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-07-21 10:30:37","date_upd":"2026-07-21 04:22:20","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"98:89410674","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":"98:WVWZZZ9CZXM908359","code_moteur_field":"","vehicule_ref_id":"WVWZZZ9CZXM908359","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"VOLKSWAGEN","origin_modele":"NEW BEETLE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Jante","id_category_piece":"18183","id_category_marque":"2359","id_category_modele":"14241","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":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3826543","id_modele_parent":"10090","id_energie":"16532","id_seller":"98","id_country_seller":"8","id_image":"41148305-143142706","prix":"62.997000","energie":"Essence","libelle":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","seller_name":"SARL A.P.M.","ordre_affichage":"7291","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"1\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-home_default.webp","fdp_incluse":"0","code_moteur":"","reference_constructeur":"1J0601027AP03C","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/41148305-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":57.27,"price_without_reduction":62.997,"price_without_reduction_without_tax":57.27,"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":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1","id_feature":"19","position":"17"},{"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":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"143142692","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410674-b94747ca-596c-493a-a1f2-30dea1224f44-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-c2d3caaeff1e1dde3b78445ca56f9be12f2c0e0a3a210a64045404a3b154351f_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/0\/6\/143142706-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/0\/6\/143142706-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/0\/6\/143142706-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/0\/6\/143142706-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/0\/6\/143142706-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/0\/6\/143142706-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/0\/6\/143142706-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/0\/6\/143142706-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143142706","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410674-802adc26-c135-4e28-a52d-3982bb9192d8-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-4b22802bb0d80114997ab111c434c5ea39916cca8bc7c66497a048017eb863e0_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/2\/2\/143142722-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/2\/2\/143142722-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/2\/2\/143142722-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/2\/2\/143142722-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/2\/2\/143142722-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/2\/2\/143142722-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/2\/2\/143142722-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/2\/2\/143142722-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143142722","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410674-4246f31f-7001-47d5-8c44-381f82f01be6-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-9e182b2fe3d7c5a0487c4600bd065198edd9092aaeba360f8082965e2d7774fb_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/4\/0\/143142740-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/4\/0\/143142740-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/4\/0\/143142740-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/4\/0\/143142740-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/4\/0\/143142740-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/4\/0\/143142740-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/4\/0\/143142740-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/4\/0\/143142740-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143142740","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410674-0cf57696-3662-4444-8c61-8ec004bfa21e-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-51ada26fc906445e67e2ce496b5206f3704c91303ff89d3632de263f00ff8f1d_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/5\/9\/143142759-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/5\/9\/143142759-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/5\/9\/143142759-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/5\/9\/143142759-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/5\/9\/143142759-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/5\/9\/143142759-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/5\/9\/143142759-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/5\/9\/143142759-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143142759","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/6069\/2024_1\/Vehicule-VOLKSWAGEN-NEW-BEETLE-1-1999-07c8679b6fcc33310366b45660e8d8028ff70d14d8e228cb26e17bac03efe0fb_mtn.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/6\/9\/2\/143142692-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"143142692","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410674-b94747ca-596c-493a-a1f2-30dea1224f44-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-c2d3caaeff1e1dde3b78445ca56f9be12f2c0e0a3a210a64045404a3b154351f_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":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=41148306&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"41148306","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/jante-tole\/41148306-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","canonical_url":"https:\/\/boutique.francecasse.fr\/jante-tole\/41148306-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"41148306","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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":"1J0601027AP03C","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 10:30:37","date_upd":"2026-07-21 04:22:20","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"41148306-143142788","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/41148306-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":57.27,"price_without_reduction":62.997,"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":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1","id_feature":"19","position":"17"},{"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":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"143142773","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410675-4a5a9db4-3f21-4572-8b2e-48102d4af10e-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-894ac089b90b3386277d5ad241d9ee1bf708d042d3323204a586b5ee03438bf4_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/8\/8\/143142788-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/8\/8\/143142788-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/8\/8\/143142788-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/8\/8\/143142788-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/8\/8\/143142788-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/8\/8\/143142788-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/8\/8\/143142788-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/8\/8\/143142788-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143142788","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410675-d26b2b07-004f-432a-95a3-a58eeec52e34-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-0ff2cb7cc366d860408695666634d39acd76cad32018801c10a67e071eb6b2a9_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/0\/2\/143142802-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/0\/2\/143142802-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/0\/2\/143142802-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/0\/2\/143142802-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/0\/2\/143142802-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/0\/2\/143142802-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/0\/2\/143142802-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/0\/2\/143142802-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143142802","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410675-7bd9c11e-1513-4747-aa70-ce3a1666c919-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-abd88381dde2726ae0a26aec52030dc2839d7f6fcb25cd6c86e9a7e328853f7a_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/1\/8\/143142818-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/1\/8\/143142818-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/1\/8\/143142818-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/1\/8\/143142818-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/1\/8\/143142818-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/1\/8\/143142818-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/1\/8\/143142818-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/1\/8\/143142818-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143142818","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410675-73fd279f-1be8-439f-9de9-28c36660f01c-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-8282a252b10020c4bbe1c49d1642f54d6ef6e063695fcb1c978b309b4a8dcd00_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/3\/2\/143142832-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/3\/2\/143142832-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/3\/2\/143142832-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/3\/2\/143142832-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/3\/2\/143142832-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/3\/2\/143142832-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/3\/2\/143142832-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/3\/2\/143142832-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143142832","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410675-c96cf166-5cc0-4dd4-8b85-b0928de587d0-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-19505e357e41187347fed12f49739a2f597015a1294bbe250cc6c68a621646f8_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/4\/8\/143142848-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/4\/8\/143142848-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/4\/8\/143142848-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/4\/8\/143142848-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/4\/8\/143142848-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/4\/8\/143142848-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/4\/8\/143142848-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/4\/8\/143142848-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143142848","position":"6","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/6069\/2024_1\/Vehicule-VOLKSWAGEN-NEW-BEETLE-1-1999-07c8679b6fcc33310366b45660e8d8028ff70d14d8e228cb26e17bac03efe0fb_mtn.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"143142773","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410675-4a5a9db4-3f21-4572-8b2e-48102d4af10e-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-894ac089b90b3386277d5ad241d9ee1bf708d042d3323204a586b5ee03438bf4_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":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":"1J0601027AP03C","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":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"1","id_feature":"19","position":"17"},"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":"41148306","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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":"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":"1J0601027AP03C","supplier_reference":"1J0601027AP03C","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-07-21 10:30:37","date_upd":"2026-07-21 04:22:20","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"98:89410675","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":"98:WVWZZZ9CZXM908359","code_moteur_field":"","vehicule_ref_id":"WVWZZZ9CZXM908359","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"VOLKSWAGEN","origin_modele":"NEW BEETLE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Jante","id_category_piece":"18183","id_category_marque":"2359","id_category_modele":"14241","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":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3826544","id_modele_parent":"10090","id_energie":"16532","id_seller":"98","id_country_seller":"8","id_image":"41148306-143142788","prix":"62.997000","energie":"Essence","libelle":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","seller_name":"SARL A.P.M.","ordre_affichage":"7292","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"1\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-home_default.webp","fdp_incluse":"0","code_moteur":"","reference_constructeur":"1J0601027AP03C","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/41148306-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":57.27,"price_without_reduction":62.997,"price_without_reduction_without_tax":57.27,"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":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1","id_feature":"19","position":"17"},{"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":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"143142773","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410675-4a5a9db4-3f21-4572-8b2e-48102d4af10e-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-894ac089b90b3386277d5ad241d9ee1bf708d042d3323204a586b5ee03438bf4_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/8\/8\/143142788-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/8\/8\/143142788-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/8\/8\/143142788-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/8\/8\/143142788-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/8\/8\/143142788-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/8\/8\/143142788-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/8\/8\/143142788-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/8\/8\/143142788-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143142788","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410675-d26b2b07-004f-432a-95a3-a58eeec52e34-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-0ff2cb7cc366d860408695666634d39acd76cad32018801c10a67e071eb6b2a9_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/0\/2\/143142802-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/0\/2\/143142802-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/0\/2\/143142802-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/0\/2\/143142802-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/0\/2\/143142802-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/0\/2\/143142802-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/0\/2\/143142802-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/0\/2\/143142802-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143142802","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410675-7bd9c11e-1513-4747-aa70-ce3a1666c919-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-abd88381dde2726ae0a26aec52030dc2839d7f6fcb25cd6c86e9a7e328853f7a_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/1\/8\/143142818-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/1\/8\/143142818-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/1\/8\/143142818-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/1\/8\/143142818-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/1\/8\/143142818-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/1\/8\/143142818-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/1\/8\/143142818-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/1\/8\/143142818-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143142818","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410675-73fd279f-1be8-439f-9de9-28c36660f01c-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-8282a252b10020c4bbe1c49d1642f54d6ef6e063695fcb1c978b309b4a8dcd00_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/3\/2\/143142832-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/3\/2\/143142832-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/3\/2\/143142832-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/3\/2\/143142832-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/3\/2\/143142832-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/3\/2\/143142832-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/3\/2\/143142832-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/3\/2\/143142832-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143142832","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410675-c96cf166-5cc0-4dd4-8b85-b0928de587d0-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-19505e357e41187347fed12f49739a2f597015a1294bbe250cc6c68a621646f8_m.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/4\/8\/143142848-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/4\/8\/143142848-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/4\/8\/143142848-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/4\/8\/143142848-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/4\/8\/143142848-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/4\/8\/143142848-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/4\/8\/143142848-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/8\/4\/8\/143142848-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143142848","position":"6","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/6069\/2024_1\/Vehicule-VOLKSWAGEN-NEW-BEETLE-1-1999-07c8679b6fcc33310366b45660e8d8028ff70d14d8e228cb26e17bac03efe0fb_mtn.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/1\/4\/2\/7\/7\/3\/143142773-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"143142773","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6069\/po_photo\/2024\/06\/89410675-4a5a9db4-3f21-4572-8b2e-48102d4af10e-Piece-Jante-1J0601027AP03C-VOLKSWAGEN-NEW-BEETLE-1-894ac089b90b3386277d5ad241d9ee1bf708d042d3323204a586b5ee03438bf4_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":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=31482875&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"31482875","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/jante-tole\/31482875-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","canonical_url":"https:\/\/boutique.francecasse.fr\/jante-tole\/31482875-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"31482875","id_supplier":"0","id_manufacturer":"0","id_category_default":"18183","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,40\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 10:30:37","date_upd":"2026-07-21 19:18:29","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"TAILLE: 6.5J  X16  H2NBRE DE TROUS: 5ET: 42VALVE ELECTRONIQUE: NONLOT DE DEUX JANTES","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"31482875-111033819","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/31482875-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":64,"price_without_reduction":70.4,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"BLEU","id_feature":"2","position":"1"},{"name":"Version","value":"2.0","id_feature":"3","position":"2"},{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Date de mise en circulation","value":"16\/04\/1999","id_feature":"18","position":"16"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Kilom\u00e9trage","value":"150000 km","id_feature":"19","position":"17"},{"name":"Remarques","value":"TAILLE: 6.5J  X16  H2NBRE DE TROUS: 5ET: 42VALVE ELECTRONIQUE: NONLOT DE DEUX JANTES","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"},{"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\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"111033818","position":"1","id_origin":"http:\/\/photos.careco.fr\/capo\/109000193646_1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/9\/111033819-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/9\/111033819-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/9\/111033819-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/9\/111033819-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/9\/111033819-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/9\/111033819-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/9\/111033819-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/9\/111033819-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"111033819","position":"2","id_origin":"http:\/\/photos.careco.fr\/capo\/109000193646_2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/0\/111033820-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/0\/111033820-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/0\/111033820-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/0\/111033820-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/0\/111033820-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/0\/111033820-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/0\/111033820-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/0\/111033820-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"111033820","position":"3","id_origin":"http:\/\/photos.careco.fr\/capo\/109000193646_3.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/1\/111033821-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/1\/111033821-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/1\/111033821-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/1\/111033821-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/1\/111033821-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/1\/111033821-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/1\/111033821-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/1\/111033821-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"111033821","position":"4","id_origin":"http:\/\/photos.careco.fr\/capo\/109000193646_4.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/2\/111033822-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/2\/111033822-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/2\/111033822-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/2\/111033822-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/2\/111033822-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/2\/111033822-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/2\/111033822-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/2\/111033822-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"111033822","position":"5","id_origin":"http:\/\/photos.careco.fr\/capo\/109000193646_5.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"111033818","position":"1","id_origin":"http:\/\/photos.careco.fr\/capo\/109000193646_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":70.4,"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":{"Couleur":{"name":"Couleur","value":"BLEU","id_feature":"2","position":"1"},"Version":{"name":"Version","value":"2.0","id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},"Carrosserie":{"name":"Carrosserie","value":"\n","id_feature":"7","position":"5"},"Puissance cheveaux":{"name":"Puissance cheveaux","value":"\n","id_feature":"15","position":"13"},"Cylindr\u00e9e":{"name":"Cylindr\u00e9e","value":"\n","id_feature":"16","position":"14"},"Puissance DIN":{"name":"Puissance DIN","value":"\n","id_feature":"17","position":"15"},"Date de mise en circulation":{"name":"Date de mise en circulation","value":"16\/04\/1999","id_feature":"18","position":"16"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"\n150000 km","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"TAILLE: 6.5J  X16  H2NBRE DE TROUS: 5ET: 42VALVE ELECTRONIQUE: NONLOT DE DEUX JANTES","id_feature":"24","position":"22"},"Nombre de portes":{"name":"Nombre de portes","value":"\n","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":"31482875","id_supplier":"0","id_manufacturer":"0","id_category_default":"18183","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":"70,40\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":"1J0601027AP03C","location":"P1BEA060A","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-07-21 10:30:37","date_upd":"2026-07-21 19:18:29","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"4:A111_34500202250893","casse":"47270","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"143.070000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"CX847DQ","vehicule_origin_id":"4:CX847DQ250893ZZZ9CZ","code_moteur_field":"","vehicule_ref_id":"","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"VOLKSWAGEN","origin_modele":"Phase 1","origin_modele_parent":"NEW BEETLE I","origin_modele_parent_id":"NEW BEETLE I","origin_version":"","origin_piece":"JANTE TOLE 2 (ROUES - JANTES)","id_category_piece":"18183","id_category_marque":"2359","id_category_modele":"14241","id_category_version":"14241","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"VOLKSWAGEN","origin_modele_id":"NEW BEETLE I","origin_piece_id":"JANTE TOLE 2 (ROUES - JANTES)","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":"4","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"TAILLE: 6.5J  X16  H2NBRE DE TROUS: 5ET: 42VALVE ELECTRONIQUE: NONLOT DE DEUX JANTES","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"TAILLE: 6.5J  X16  H2NBRE DE TROUS: 5ET: 42VALVE ELECTRONIQUE: NONLOT DE DEUX JANTES","new":"0","id_tampon_product":"3826545","id_modele_parent":"10090","id_energie":"16532","id_seller":"4","id_country_seller":"8","id_image":"31482875-111033819","prix":"70.400000","energie":"Essence","libelle":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","seller_name":"CAPO (Centre Auto Pi\u00e8ces Occasion)","ordre_affichage":"7293","snipet":"[{\"value\":\"2.0\",\"name\":\"Version\"},{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"150000 km\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-home_default.webp","fdp_incluse":"0","code_moteur":"","reference_constructeur":"1J0601027AP03C","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/31482875-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":64,"price_without_reduction":70.4,"price_without_reduction_without_tax":64,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"BLEU","id_feature":"2","position":"1"},{"name":"Version","value":"2.0","id_feature":"3","position":"2"},{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Date de mise en circulation","value":"16\/04\/1999","id_feature":"18","position":"16"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Kilom\u00e9trage","value":"150000 km","id_feature":"19","position":"17"},{"name":"Remarques","value":"TAILLE: 6.5J  X16  H2NBRE DE TROUS: 5ET: 42VALVE ELECTRONIQUE: NONLOT DE DEUX JANTES","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"},{"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\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"111033818","position":"1","id_origin":"http:\/\/photos.careco.fr\/capo\/109000193646_1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/9\/111033819-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/9\/111033819-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/9\/111033819-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/9\/111033819-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/9\/111033819-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/9\/111033819-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/9\/111033819-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/9\/111033819-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"111033819","position":"2","id_origin":"http:\/\/photos.careco.fr\/capo\/109000193646_2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/0\/111033820-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/0\/111033820-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/0\/111033820-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/0\/111033820-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/0\/111033820-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/0\/111033820-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/0\/111033820-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/0\/111033820-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"111033820","position":"3","id_origin":"http:\/\/photos.careco.fr\/capo\/109000193646_3.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/1\/111033821-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/1\/111033821-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/1\/111033821-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/1\/111033821-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/1\/111033821-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/1\/111033821-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/1\/111033821-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/1\/111033821-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"111033821","position":"4","id_origin":"http:\/\/photos.careco.fr\/capo\/109000193646_4.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/2\/111033822-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/2\/111033822-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/2\/111033822-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/2\/111033822-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/2\/111033822-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/2\/111033822-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/2\/111033822-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/2\/2\/111033822-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"111033822","position":"5","id_origin":"http:\/\/photos.careco.fr\/capo\/109000193646_5.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/1\/0\/3\/3\/8\/1\/8\/111033818-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"111033818","position":"1","id_origin":"http:\/\/photos.careco.fr\/capo\/109000193646_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":70.4,"regular_price_amount":70.4,"regular_price":"70,40\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=34608244&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"34608244","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/jante-tole\/34608244-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","canonical_url":"https:\/\/boutique.francecasse.fr\/jante-tole\/34608244-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"34608244","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"75390487","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 10:30:37","date_upd":"2026-07-21 01:12:43","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"34608244-127470545","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/34608244-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":70,"price_without_reduction":70,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"207887","id_feature":"19","position":"17"},{"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\/7\/4\/7\/0\/5\/2\/8\/127470528-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127470528","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/843441-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/4\/5\/127470545-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/4\/5\/127470545-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/4\/5\/127470545-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/4\/5\/127470545-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/4\/5\/127470545-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/4\/5\/127470545-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/4\/5\/127470545-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/4\/5\/127470545-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127470545","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/843442-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/6\/0\/127470560-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/6\/0\/127470560-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/6\/0\/127470560-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/6\/0\/127470560-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/6\/0\/127470560-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/6\/0\/127470560-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/6\/0\/127470560-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/6\/0\/127470560-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127470560","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/843443-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127470528","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/843441-large_default\/jante-volkswagen-new-beetle-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":70,"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":"75390487","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"207887","id_feature":"19","position":"17"},"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":"34608244","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"75390487","supplier_reference":"1C0601025D091","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-07-21 10:30:37","date_upd":"2026-07-21 01:12:43","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"76:88704","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":"76:WVWZZZ9CZXM922356","code_moteur_field":"1.9L  ALH","vehicule_ref_id":"WVWZZZ9CZXM922356","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"VOLKSWAGEN","origin_modele":"NEW BEETLE 1 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Jante","id_category_piece":"18183","id_category_marque":"2359","id_category_modele":"14241","id_category_version":"14241","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":"70.000000","frais_port_ttc":"1.000000","origin_id_prefix":"76","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3826546","id_modele_parent":"10090","id_energie":"16523","id_seller":"76","id_country_seller":"8","id_image":"34608244-127470545","prix":"70.000000","energie":"Diesel","libelle":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","seller_name":"SARL ETS GUY MARIN","ordre_affichage":"7294","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"207887\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-home_default.webp","fdp_incluse":"1","code_moteur":"1.9L  ALH","reference_constructeur":"1C0601025D091","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/34608244-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":70,"price_without_reduction":70,"price_without_reduction_without_tax":70,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"207887","id_feature":"19","position":"17"},{"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\/7\/4\/7\/0\/5\/2\/8\/127470528-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127470528","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/843441-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/4\/5\/127470545-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/4\/5\/127470545-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/4\/5\/127470545-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/4\/5\/127470545-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/4\/5\/127470545-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/4\/5\/127470545-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/4\/5\/127470545-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/4\/5\/127470545-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127470545","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/843442-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/6\/0\/127470560-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/6\/0\/127470560-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/6\/0\/127470560-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/6\/0\/127470560-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/6\/0\/127470560-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/6\/0\/127470560-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/6\/0\/127470560-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/6\/0\/127470560-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127470560","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/843443-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/2\/8\/127470528-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127470528","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/843441-large_default\/jante-volkswagen-new-beetle-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":70,"regular_price_amount":70,"regular_price":"70,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=34608245&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"34608245","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/jante-tole\/34608245-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","canonical_url":"https:\/\/boutique.francecasse.fr\/jante-tole\/34608245-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"34608245","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"75390488","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 10:30:37","date_upd":"2026-07-21 01:12:43","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"34608245-127470592","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/34608245-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":70,"price_without_reduction":70,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"207887","id_feature":"19","position":"17"},{"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\/7\/4\/7\/0\/5\/7\/6\/127470576-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127470576","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/843444-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/9\/2\/127470592-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/9\/2\/127470592-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/9\/2\/127470592-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/9\/2\/127470592-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/9\/2\/127470592-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/9\/2\/127470592-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/9\/2\/127470592-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/9\/2\/127470592-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127470592","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/843445-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/1\/1\/127470611-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/1\/1\/127470611-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/1\/1\/127470611-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/1\/1\/127470611-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/1\/1\/127470611-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/1\/1\/127470611-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/1\/1\/127470611-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/1\/1\/127470611-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127470611","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/843446-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127470576","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/843444-large_default\/jante-volkswagen-new-beetle-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":70,"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":"75390488","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"207887","id_feature":"19","position":"17"},"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":"34608245","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"75390488","supplier_reference":"1C0601025D091","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-07-21 10:30:37","date_upd":"2026-07-21 01:12:43","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"76:88705","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":"76:WVWZZZ9CZXM922356","code_moteur_field":"1.9L  ALH","vehicule_ref_id":"WVWZZZ9CZXM922356","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"VOLKSWAGEN","origin_modele":"NEW BEETLE 1 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Jante","id_category_piece":"18183","id_category_marque":"2359","id_category_modele":"14241","id_category_version":"14241","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":"70.000000","frais_port_ttc":"1.000000","origin_id_prefix":"76","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3826547","id_modele_parent":"10090","id_energie":"16523","id_seller":"76","id_country_seller":"8","id_image":"34608245-127470592","prix":"70.000000","energie":"Diesel","libelle":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","seller_name":"SARL ETS GUY MARIN","ordre_affichage":"7295","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"207887\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-home_default.webp","fdp_incluse":"1","code_moteur":"1.9L  ALH","reference_constructeur":"1C0601025D091","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/34608245-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":70,"price_without_reduction":70,"price_without_reduction_without_tax":70,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"207887","id_feature":"19","position":"17"},{"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\/7\/4\/7\/0\/5\/7\/6\/127470576-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127470576","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/843444-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/9\/2\/127470592-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/9\/2\/127470592-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/9\/2\/127470592-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/9\/2\/127470592-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/9\/2\/127470592-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/9\/2\/127470592-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/9\/2\/127470592-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/9\/2\/127470592-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127470592","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/843445-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/1\/1\/127470611-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/1\/1\/127470611-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/1\/1\/127470611-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/1\/1\/127470611-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/1\/1\/127470611-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/1\/1\/127470611-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/1\/1\/127470611-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/1\/1\/127470611-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127470611","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/843446-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/5\/7\/6\/127470576-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127470576","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/843444-large_default\/jante-volkswagen-new-beetle-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":70,"regular_price_amount":70,"regular_price":"70,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=34608246&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"34608246","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/jante-tole\/34608246-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","canonical_url":"https:\/\/boutique.francecasse.fr\/jante-tole\/34608246-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"34608246","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"75390489","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 10:30:37","date_upd":"2026-07-21 01:12:43","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"34608246-127470645","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/34608246-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":70,"price_without_reduction":70,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"207887","id_feature":"19","position":"17"},{"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\/7\/4\/7\/0\/6\/3\/1\/127470631-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127470631","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/843447-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/4\/5\/127470645-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/4\/5\/127470645-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/4\/5\/127470645-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/4\/5\/127470645-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/4\/5\/127470645-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/4\/5\/127470645-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/4\/5\/127470645-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/4\/5\/127470645-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127470645","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/843448-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/6\/5\/127470665-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/6\/5\/127470665-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/6\/5\/127470665-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/6\/5\/127470665-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/6\/5\/127470665-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/6\/5\/127470665-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/6\/5\/127470665-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/6\/5\/127470665-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127470665","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/843449-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127470631","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/843447-large_default\/jante-volkswagen-new-beetle-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":70,"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":"75390489","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"207887","id_feature":"19","position":"17"},"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":"34608246","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"75390489","supplier_reference":"1C0601025D091","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-07-21 10:30:37","date_upd":"2026-07-21 01:12:43","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"76:88706","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":"76:WVWZZZ9CZXM922356","code_moteur_field":"1.9L  ALH","vehicule_ref_id":"WVWZZZ9CZXM922356","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"VOLKSWAGEN","origin_modele":"NEW BEETLE 1 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Jante","id_category_piece":"18183","id_category_marque":"2359","id_category_modele":"14241","id_category_version":"14241","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":"70.000000","frais_port_ttc":"1.000000","origin_id_prefix":"76","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3826548","id_modele_parent":"10090","id_energie":"16523","id_seller":"76","id_country_seller":"8","id_image":"34608246-127470645","prix":"70.000000","energie":"Diesel","libelle":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","seller_name":"SARL ETS GUY MARIN","ordre_affichage":"7296","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"207887\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-home_default.webp","fdp_incluse":"1","code_moteur":"1.9L  ALH","reference_constructeur":"1C0601025D091","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/34608246-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":70,"price_without_reduction":70,"price_without_reduction_without_tax":70,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"207887","id_feature":"19","position":"17"},{"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\/7\/4\/7\/0\/6\/3\/1\/127470631-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127470631","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/843447-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/4\/5\/127470645-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/4\/5\/127470645-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/4\/5\/127470645-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/4\/5\/127470645-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/4\/5\/127470645-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/4\/5\/127470645-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/4\/5\/127470645-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/4\/5\/127470645-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127470645","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/843448-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/6\/5\/127470665-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/6\/5\/127470665-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/6\/5\/127470665-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/6\/5\/127470665-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/6\/5\/127470665-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/6\/5\/127470665-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/6\/5\/127470665-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/6\/5\/127470665-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127470665","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/843449-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/7\/0\/6\/3\/1\/127470631-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127470631","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/843447-large_default\/jante-volkswagen-new-beetle-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":70,"regular_price_amount":70,"regular_price":"70,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=34657220&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"34657220","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/jante-tole\/34657220-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","canonical_url":"https:\/\/boutique.francecasse.fr\/jante-tole\/34657220-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"34657220","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"92086082","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 10:30:37","date_upd":"2026-07-21 01:21:33","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"34657220-127905037","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/34657220-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":70,"price_without_reduction":70,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"324718","id_feature":"19","position":"17"},{"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\/7\/9\/0\/5\/0\/2\/2\/127905022-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127905022","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1842699-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/3\/7\/127905037-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/3\/7\/127905037-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/3\/7\/127905037-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/3\/7\/127905037-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/3\/7\/127905037-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/3\/7\/127905037-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/3\/7\/127905037-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/3\/7\/127905037-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905037","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/1842700-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/0\/127905050-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/0\/127905050-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/0\/127905050-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/0\/127905050-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/0\/127905050-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/0\/127905050-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/0\/127905050-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/0\/127905050-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905050","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/1842701-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/6\/4\/127905064-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/6\/4\/127905064-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/6\/4\/127905064-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/6\/4\/127905064-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/6\/4\/127905064-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/6\/4\/127905064-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/6\/4\/127905064-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/6\/4\/127905064-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905064","position":"4","id_origin":"https:\/\/www.ets-marin.fr\/1842702-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/8\/127905078-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/8\/127905078-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/8\/127905078-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/8\/127905078-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/8\/127905078-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/8\/127905078-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/8\/127905078-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/8\/127905078-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905078","position":"5","id_origin":"https:\/\/www.ets-marin.fr\/1842703-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/9\/6\/127905096-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/9\/6\/127905096-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/9\/6\/127905096-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/9\/6\/127905096-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/9\/6\/127905096-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/9\/6\/127905096-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/9\/6\/127905096-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/9\/6\/127905096-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905096","position":"6","id_origin":"https:\/\/www.ets-marin.fr\/1842704-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/2\/127905112-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/2\/127905112-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/2\/127905112-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/2\/127905112-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/2\/127905112-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/2\/127905112-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/2\/127905112-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/2\/127905112-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905112","position":"7","id_origin":"https:\/\/www.ets-marin.fr\/1842705-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/1\/127905131-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/1\/127905131-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/1\/127905131-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/1\/127905131-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/1\/127905131-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/1\/127905131-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/1\/127905131-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/1\/127905131-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905131","position":"8","id_origin":"https:\/\/www.ets-marin.fr\/1842706-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/4\/8\/127905148-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/4\/8\/127905148-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/4\/8\/127905148-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/4\/8\/127905148-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/4\/8\/127905148-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/4\/8\/127905148-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/4\/8\/127905148-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/4\/8\/127905148-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905148","position":"9","id_origin":"https:\/\/www.ets-marin.fr\/1842707-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/7\/127905167-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/7\/127905167-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/7\/127905167-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/7\/127905167-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/7\/127905167-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/7\/127905167-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/7\/127905167-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/7\/127905167-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905167","position":"10","id_origin":"https:\/\/www.ets-marin.fr\/1842708-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/9\/127905189-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/9\/127905189-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/9\/127905189-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/9\/127905189-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/9\/127905189-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/9\/127905189-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/9\/127905189-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/9\/127905189-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905189","position":"11","id_origin":"https:\/\/www.ets-marin.fr\/1842709-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/0\/4\/127905204-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/0\/4\/127905204-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/0\/4\/127905204-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/0\/4\/127905204-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/0\/4\/127905204-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/0\/4\/127905204-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/0\/4\/127905204-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/0\/4\/127905204-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905204","position":"12","id_origin":"https:\/\/www.ets-marin.fr\/1842710-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/2\/0\/127905220-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/2\/0\/127905220-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/2\/0\/127905220-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/2\/0\/127905220-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/2\/0\/127905220-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/2\/0\/127905220-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/2\/0\/127905220-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/2\/0\/127905220-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905220","position":"13","id_origin":"https:\/\/www.ets-marin.fr\/1842711-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/3\/3\/127905233-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/3\/3\/127905233-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/3\/3\/127905233-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/3\/3\/127905233-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/3\/3\/127905233-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/3\/3\/127905233-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/3\/3\/127905233-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/3\/3\/127905233-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905233","position":"14","id_origin":"https:\/\/www.ets-marin.fr\/1842712-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127905022","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1842699-large_default\/jante-volkswagen-new-beetle-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":70,"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":"92086082","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"324718","id_feature":"19","position":"17"},"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":"34657220","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"92086082","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-07-21 10:30:37","date_upd":"2026-07-21 01:21:33","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"76:243244","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":"76:WVWZZZ9CZXM907376","code_moteur_field":" ALH","vehicule_ref_id":"WVWZZZ9CZXM907376","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"VOLKSWAGEN","origin_modele":"NEW BEETLE 1 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Jante","id_category_piece":"18183","id_category_marque":"2359","id_category_modele":"14241","id_category_version":"14241","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":"70.000000","frais_port_ttc":"1.000000","origin_id_prefix":"76","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3826549","id_modele_parent":"10090","id_energie":"16523","id_seller":"76","id_country_seller":"8","id_image":"34657220-127905037","prix":"70.000000","energie":"Diesel","libelle":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","seller_name":"SARL ETS GUY MARIN","ordre_affichage":"7297","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"324718\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-home_default.webp","fdp_incluse":"1","code_moteur":" ALH","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/34657220-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":70,"price_without_reduction":70,"price_without_reduction_without_tax":70,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"324718","id_feature":"19","position":"17"},{"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\/7\/9\/0\/5\/0\/2\/2\/127905022-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127905022","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1842699-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/3\/7\/127905037-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/3\/7\/127905037-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/3\/7\/127905037-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/3\/7\/127905037-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/3\/7\/127905037-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/3\/7\/127905037-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/3\/7\/127905037-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/3\/7\/127905037-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905037","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/1842700-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/0\/127905050-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/0\/127905050-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/0\/127905050-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/0\/127905050-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/0\/127905050-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/0\/127905050-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/0\/127905050-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/0\/127905050-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905050","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/1842701-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/6\/4\/127905064-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/6\/4\/127905064-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/6\/4\/127905064-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/6\/4\/127905064-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/6\/4\/127905064-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/6\/4\/127905064-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/6\/4\/127905064-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/6\/4\/127905064-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905064","position":"4","id_origin":"https:\/\/www.ets-marin.fr\/1842702-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/8\/127905078-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/8\/127905078-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/8\/127905078-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/8\/127905078-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/8\/127905078-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/8\/127905078-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/8\/127905078-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/8\/127905078-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905078","position":"5","id_origin":"https:\/\/www.ets-marin.fr\/1842703-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/9\/6\/127905096-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/9\/6\/127905096-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/9\/6\/127905096-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/9\/6\/127905096-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/9\/6\/127905096-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/9\/6\/127905096-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/9\/6\/127905096-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/9\/6\/127905096-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905096","position":"6","id_origin":"https:\/\/www.ets-marin.fr\/1842704-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/2\/127905112-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/2\/127905112-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/2\/127905112-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/2\/127905112-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/2\/127905112-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/2\/127905112-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/2\/127905112-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/2\/127905112-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905112","position":"7","id_origin":"https:\/\/www.ets-marin.fr\/1842705-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/1\/127905131-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/1\/127905131-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/1\/127905131-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/1\/127905131-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/1\/127905131-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/1\/127905131-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/1\/127905131-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/1\/127905131-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905131","position":"8","id_origin":"https:\/\/www.ets-marin.fr\/1842706-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/4\/8\/127905148-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/4\/8\/127905148-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/4\/8\/127905148-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/4\/8\/127905148-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/4\/8\/127905148-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/4\/8\/127905148-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/4\/8\/127905148-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/4\/8\/127905148-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905148","position":"9","id_origin":"https:\/\/www.ets-marin.fr\/1842707-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/7\/127905167-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/7\/127905167-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/7\/127905167-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/7\/127905167-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/7\/127905167-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/7\/127905167-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/7\/127905167-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/7\/127905167-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905167","position":"10","id_origin":"https:\/\/www.ets-marin.fr\/1842708-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/9\/127905189-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/9\/127905189-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/9\/127905189-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/9\/127905189-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/9\/127905189-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/9\/127905189-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/9\/127905189-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/9\/127905189-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905189","position":"11","id_origin":"https:\/\/www.ets-marin.fr\/1842709-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/0\/4\/127905204-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/0\/4\/127905204-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/0\/4\/127905204-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/0\/4\/127905204-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/0\/4\/127905204-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/0\/4\/127905204-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/0\/4\/127905204-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/0\/4\/127905204-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905204","position":"12","id_origin":"https:\/\/www.ets-marin.fr\/1842710-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/2\/0\/127905220-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/2\/0\/127905220-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/2\/0\/127905220-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/2\/0\/127905220-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/2\/0\/127905220-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/2\/0\/127905220-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/2\/0\/127905220-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/2\/0\/127905220-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905220","position":"13","id_origin":"https:\/\/www.ets-marin.fr\/1842711-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/3\/3\/127905233-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/3\/3\/127905233-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/3\/3\/127905233-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/3\/3\/127905233-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/3\/3\/127905233-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/3\/3\/127905233-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/3\/3\/127905233-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/3\/3\/127905233-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905233","position":"14","id_origin":"https:\/\/www.ets-marin.fr\/1842712-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/2\/127905022-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127905022","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1842699-large_default\/jante-volkswagen-new-beetle-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":70,"regular_price_amount":70,"regular_price":"70,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=34657221&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"34657221","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/jante-tole\/34657221-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","canonical_url":"https:\/\/boutique.francecasse.fr\/jante-tole\/34657221-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"34657221","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"92086083","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 10:30:37","date_upd":"2026-07-21 01:21:33","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"34657221-127905254","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/34657221-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":70,"price_without_reduction":70,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"324718","id_feature":"19","position":"17"},{"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\/7\/9\/0\/4\/9\/6\/6\/127904966-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127904966","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1842726-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/5\/4\/127905254-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/5\/4\/127905254-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/5\/4\/127905254-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/5\/4\/127905254-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/5\/4\/127905254-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/5\/4\/127905254-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/5\/4\/127905254-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/5\/4\/127905254-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905254","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/1842713-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/7\/2\/127905272-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/7\/2\/127905272-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/7\/2\/127905272-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/7\/2\/127905272-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/7\/2\/127905272-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/7\/2\/127905272-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/7\/2\/127905272-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/7\/2\/127905272-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905272","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/1842714-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/9\/0\/127905290-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/9\/0\/127905290-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/9\/0\/127905290-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/9\/0\/127905290-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/9\/0\/127905290-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/9\/0\/127905290-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/9\/0\/127905290-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/9\/0\/127905290-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905290","position":"4","id_origin":"https:\/\/www.ets-marin.fr\/1842715-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/0\/5\/127905305-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/0\/5\/127905305-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/0\/5\/127905305-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/0\/5\/127905305-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/0\/5\/127905305-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/0\/5\/127905305-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/0\/5\/127905305-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/0\/5\/127905305-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905305","position":"5","id_origin":"https:\/\/www.ets-marin.fr\/1842716-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/1\/8\/127905318-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/1\/8\/127905318-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/1\/8\/127905318-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/1\/8\/127905318-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/1\/8\/127905318-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/1\/8\/127905318-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/1\/8\/127905318-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/1\/8\/127905318-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905318","position":"6","id_origin":"https:\/\/www.ets-marin.fr\/1842717-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/3\/5\/127905335-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/3\/5\/127905335-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/3\/5\/127905335-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/3\/5\/127905335-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/3\/5\/127905335-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/3\/5\/127905335-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/3\/5\/127905335-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/3\/5\/127905335-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905335","position":"7","id_origin":"https:\/\/www.ets-marin.fr\/1842718-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/5\/1\/127905351-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/5\/1\/127905351-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/5\/1\/127905351-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/5\/1\/127905351-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/5\/1\/127905351-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/5\/1\/127905351-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/5\/1\/127905351-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/5\/1\/127905351-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905351","position":"8","id_origin":"https:\/\/www.ets-marin.fr\/1842719-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/6\/9\/127905369-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/6\/9\/127905369-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/6\/9\/127905369-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/6\/9\/127905369-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/6\/9\/127905369-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/6\/9\/127905369-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/6\/9\/127905369-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/6\/9\/127905369-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905369","position":"9","id_origin":"https:\/\/www.ets-marin.fr\/1842720-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/9\/1\/127905391-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/9\/1\/127905391-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/9\/1\/127905391-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/9\/1\/127905391-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/9\/1\/127905391-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/9\/1\/127905391-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/9\/1\/127905391-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/9\/1\/127905391-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905391","position":"10","id_origin":"https:\/\/www.ets-marin.fr\/1842721-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/0\/2\/127905402-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/0\/2\/127905402-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/0\/2\/127905402-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/0\/2\/127905402-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/0\/2\/127905402-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/0\/2\/127905402-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/0\/2\/127905402-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/0\/2\/127905402-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905402","position":"11","id_origin":"https:\/\/www.ets-marin.fr\/1842722-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/1\/5\/127905415-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/1\/5\/127905415-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/1\/5\/127905415-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/1\/5\/127905415-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/1\/5\/127905415-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/1\/5\/127905415-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/1\/5\/127905415-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/1\/5\/127905415-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905415","position":"12","id_origin":"https:\/\/www.ets-marin.fr\/1842723-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/2\/7\/127905427-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/2\/7\/127905427-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/2\/7\/127905427-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/2\/7\/127905427-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/2\/7\/127905427-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/2\/7\/127905427-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/2\/7\/127905427-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/2\/7\/127905427-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905427","position":"13","id_origin":"https:\/\/www.ets-marin.fr\/1842724-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/3\/8\/127905438-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/3\/8\/127905438-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/3\/8\/127905438-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/3\/8\/127905438-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/3\/8\/127905438-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/3\/8\/127905438-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/3\/8\/127905438-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/3\/8\/127905438-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905438","position":"14","id_origin":"https:\/\/www.ets-marin.fr\/1842725-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127904966","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1842726-large_default\/jante-volkswagen-new-beetle-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":70,"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":"92086083","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"324718","id_feature":"19","position":"17"},"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":"34657221","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"92086083","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-07-21 10:30:37","date_upd":"2026-07-21 01:21:33","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"76:243245","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":"76:WVWZZZ9CZXM907376","code_moteur_field":" ALH","vehicule_ref_id":"WVWZZZ9CZXM907376","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"VOLKSWAGEN","origin_modele":"NEW BEETLE 1 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Jante","id_category_piece":"18183","id_category_marque":"2359","id_category_modele":"14241","id_category_version":"14241","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":"70.000000","frais_port_ttc":"1.000000","origin_id_prefix":"76","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3826550","id_modele_parent":"10090","id_energie":"16523","id_seller":"76","id_country_seller":"8","id_image":"34657221-127905254","prix":"70.000000","energie":"Diesel","libelle":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","seller_name":"SARL ETS GUY MARIN","ordre_affichage":"7298","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"324718\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-home_default.webp","fdp_incluse":"1","code_moteur":" ALH","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/34657221-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":70,"price_without_reduction":70,"price_without_reduction_without_tax":70,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"324718","id_feature":"19","position":"17"},{"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\/7\/9\/0\/4\/9\/6\/6\/127904966-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127904966","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1842726-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/5\/4\/127905254-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/5\/4\/127905254-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/5\/4\/127905254-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/5\/4\/127905254-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/5\/4\/127905254-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/5\/4\/127905254-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/5\/4\/127905254-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/5\/4\/127905254-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905254","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/1842713-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/7\/2\/127905272-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/7\/2\/127905272-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/7\/2\/127905272-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/7\/2\/127905272-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/7\/2\/127905272-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/7\/2\/127905272-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/7\/2\/127905272-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/7\/2\/127905272-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905272","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/1842714-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/9\/0\/127905290-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/9\/0\/127905290-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/9\/0\/127905290-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/9\/0\/127905290-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/9\/0\/127905290-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/9\/0\/127905290-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/9\/0\/127905290-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/2\/9\/0\/127905290-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905290","position":"4","id_origin":"https:\/\/www.ets-marin.fr\/1842715-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/0\/5\/127905305-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/0\/5\/127905305-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/0\/5\/127905305-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/0\/5\/127905305-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/0\/5\/127905305-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/0\/5\/127905305-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/0\/5\/127905305-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/0\/5\/127905305-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905305","position":"5","id_origin":"https:\/\/www.ets-marin.fr\/1842716-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/1\/8\/127905318-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/1\/8\/127905318-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/1\/8\/127905318-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/1\/8\/127905318-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/1\/8\/127905318-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/1\/8\/127905318-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/1\/8\/127905318-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/1\/8\/127905318-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905318","position":"6","id_origin":"https:\/\/www.ets-marin.fr\/1842717-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/3\/5\/127905335-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/3\/5\/127905335-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/3\/5\/127905335-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/3\/5\/127905335-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/3\/5\/127905335-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/3\/5\/127905335-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/3\/5\/127905335-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/3\/5\/127905335-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905335","position":"7","id_origin":"https:\/\/www.ets-marin.fr\/1842718-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/5\/1\/127905351-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/5\/1\/127905351-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/5\/1\/127905351-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/5\/1\/127905351-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/5\/1\/127905351-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/5\/1\/127905351-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/5\/1\/127905351-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/5\/1\/127905351-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905351","position":"8","id_origin":"https:\/\/www.ets-marin.fr\/1842719-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/6\/9\/127905369-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/6\/9\/127905369-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/6\/9\/127905369-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/6\/9\/127905369-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/6\/9\/127905369-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/6\/9\/127905369-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/6\/9\/127905369-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/6\/9\/127905369-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905369","position":"9","id_origin":"https:\/\/www.ets-marin.fr\/1842720-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/9\/1\/127905391-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/9\/1\/127905391-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/9\/1\/127905391-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/9\/1\/127905391-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/9\/1\/127905391-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/9\/1\/127905391-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/9\/1\/127905391-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/3\/9\/1\/127905391-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905391","position":"10","id_origin":"https:\/\/www.ets-marin.fr\/1842721-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/0\/2\/127905402-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/0\/2\/127905402-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/0\/2\/127905402-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/0\/2\/127905402-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/0\/2\/127905402-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/0\/2\/127905402-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/0\/2\/127905402-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/0\/2\/127905402-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905402","position":"11","id_origin":"https:\/\/www.ets-marin.fr\/1842722-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/1\/5\/127905415-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/1\/5\/127905415-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/1\/5\/127905415-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/1\/5\/127905415-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/1\/5\/127905415-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/1\/5\/127905415-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/1\/5\/127905415-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/1\/5\/127905415-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905415","position":"12","id_origin":"https:\/\/www.ets-marin.fr\/1842723-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/2\/7\/127905427-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/2\/7\/127905427-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/2\/7\/127905427-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/2\/7\/127905427-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/2\/7\/127905427-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/2\/7\/127905427-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/2\/7\/127905427-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/2\/7\/127905427-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905427","position":"13","id_origin":"https:\/\/www.ets-marin.fr\/1842724-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/3\/8\/127905438-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/3\/8\/127905438-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/3\/8\/127905438-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/3\/8\/127905438-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/3\/8\/127905438-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/3\/8\/127905438-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/3\/8\/127905438-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/4\/3\/8\/127905438-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905438","position":"14","id_origin":"https:\/\/www.ets-marin.fr\/1842725-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/6\/6\/127904966-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127904966","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1842726-large_default\/jante-volkswagen-new-beetle-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":70,"regular_price_amount":70,"regular_price":"70,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=34657222&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"34657222","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/jante-tole\/34657222-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","canonical_url":"https:\/\/boutique.francecasse.fr\/jante-tole\/34657222-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"34657222","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"92086084","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 10:30:37","date_upd":"2026-07-21 01:21:33","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"34657222-127904994","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/34657222-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":70,"price_without_reduction":70,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"324718","id_feature":"19","position":"17"},{"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\/7\/9\/0\/4\/9\/8\/0\/127904980-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127904980","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1842727-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/9\/4\/127904994-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/9\/4\/127904994-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/9\/4\/127904994-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/9\/4\/127904994-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/9\/4\/127904994-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/9\/4\/127904994-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/9\/4\/127904994-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/9\/4\/127904994-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127904994","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/1842728-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/0\/6\/127905006-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/0\/6\/127905006-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/0\/6\/127905006-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/0\/6\/127905006-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/0\/6\/127905006-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/0\/6\/127905006-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/0\/6\/127905006-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/0\/6\/127905006-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905006","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/1842729-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/1\/127905021-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/1\/127905021-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/1\/127905021-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/1\/127905021-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/1\/127905021-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/1\/127905021-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/1\/127905021-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/1\/127905021-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905021","position":"4","id_origin":"https:\/\/www.ets-marin.fr\/1842730-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/4\/1\/127905041-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/4\/1\/127905041-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/4\/1\/127905041-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/4\/1\/127905041-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/4\/1\/127905041-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/4\/1\/127905041-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/4\/1\/127905041-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/4\/1\/127905041-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905041","position":"5","id_origin":"https:\/\/www.ets-marin.fr\/1842731-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/6\/127905056-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/6\/127905056-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/6\/127905056-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/6\/127905056-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/6\/127905056-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/6\/127905056-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/6\/127905056-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/6\/127905056-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905056","position":"6","id_origin":"https:\/\/www.ets-marin.fr\/1842732-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/2\/127905072-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/2\/127905072-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/2\/127905072-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/2\/127905072-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/2\/127905072-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/2\/127905072-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/2\/127905072-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/2\/127905072-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905072","position":"7","id_origin":"https:\/\/www.ets-marin.fr\/1842733-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/8\/8\/127905088-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/8\/8\/127905088-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/8\/8\/127905088-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/8\/8\/127905088-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/8\/8\/127905088-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/8\/8\/127905088-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/8\/8\/127905088-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/8\/8\/127905088-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905088","position":"8","id_origin":"https:\/\/www.ets-marin.fr\/1842734-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/0\/5\/127905105-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/0\/5\/127905105-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/0\/5\/127905105-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/0\/5\/127905105-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/0\/5\/127905105-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/0\/5\/127905105-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/0\/5\/127905105-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/0\/5\/127905105-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905105","position":"9","id_origin":"https:\/\/www.ets-marin.fr\/1842735-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/9\/127905119-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/9\/127905119-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/9\/127905119-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/9\/127905119-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/9\/127905119-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/9\/127905119-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/9\/127905119-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/9\/127905119-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905119","position":"10","id_origin":"https:\/\/www.ets-marin.fr\/1842736-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/5\/127905135-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/5\/127905135-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/5\/127905135-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/5\/127905135-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/5\/127905135-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/5\/127905135-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/5\/127905135-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/5\/127905135-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905135","position":"11","id_origin":"https:\/\/www.ets-marin.fr\/1842737-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/5\/0\/127905150-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/5\/0\/127905150-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/5\/0\/127905150-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/5\/0\/127905150-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/5\/0\/127905150-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/5\/0\/127905150-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/5\/0\/127905150-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/5\/0\/127905150-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905150","position":"12","id_origin":"https:\/\/www.ets-marin.fr\/1842738-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/6\/127905166-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/6\/127905166-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/6\/127905166-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/6\/127905166-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/6\/127905166-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/6\/127905166-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/6\/127905166-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/6\/127905166-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905166","position":"13","id_origin":"https:\/\/www.ets-marin.fr\/1842739-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/1\/127905181-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/1\/127905181-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/1\/127905181-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/1\/127905181-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/1\/127905181-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/1\/127905181-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/1\/127905181-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/1\/127905181-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905181","position":"14","id_origin":"https:\/\/www.ets-marin.fr\/1842740-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127904980","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1842727-large_default\/jante-volkswagen-new-beetle-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":70,"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":"92086084","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"324718","id_feature":"19","position":"17"},"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":"34657222","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"92086084","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-07-21 10:30:37","date_upd":"2026-07-21 01:21:33","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"76:243246","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":"76:WVWZZZ9CZXM907376","code_moteur_field":" ALH","vehicule_ref_id":"WVWZZZ9CZXM907376","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"VOLKSWAGEN","origin_modele":"NEW BEETLE 1 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Jante","id_category_piece":"18183","id_category_marque":"2359","id_category_modele":"14241","id_category_version":"14241","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":"70.000000","frais_port_ttc":"1.000000","origin_id_prefix":"76","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3826551","id_modele_parent":"10090","id_energie":"16523","id_seller":"76","id_country_seller":"8","id_image":"34657222-127904994","prix":"70.000000","energie":"Diesel","libelle":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","seller_name":"SARL ETS GUY MARIN","ordre_affichage":"7299","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"324718\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-home_default.webp","fdp_incluse":"1","code_moteur":" ALH","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/34657222-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":70,"price_without_reduction":70,"price_without_reduction_without_tax":70,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"324718","id_feature":"19","position":"17"},{"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\/7\/9\/0\/4\/9\/8\/0\/127904980-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127904980","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1842727-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/9\/4\/127904994-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/9\/4\/127904994-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/9\/4\/127904994-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/9\/4\/127904994-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/9\/4\/127904994-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/9\/4\/127904994-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/9\/4\/127904994-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/9\/4\/127904994-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127904994","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/1842728-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/0\/6\/127905006-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/0\/6\/127905006-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/0\/6\/127905006-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/0\/6\/127905006-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/0\/6\/127905006-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/0\/6\/127905006-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/0\/6\/127905006-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/0\/6\/127905006-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905006","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/1842729-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/1\/127905021-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/1\/127905021-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/1\/127905021-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/1\/127905021-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/1\/127905021-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/1\/127905021-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/1\/127905021-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/2\/1\/127905021-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905021","position":"4","id_origin":"https:\/\/www.ets-marin.fr\/1842730-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/4\/1\/127905041-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/4\/1\/127905041-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/4\/1\/127905041-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/4\/1\/127905041-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/4\/1\/127905041-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/4\/1\/127905041-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/4\/1\/127905041-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/4\/1\/127905041-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905041","position":"5","id_origin":"https:\/\/www.ets-marin.fr\/1842731-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/6\/127905056-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/6\/127905056-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/6\/127905056-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/6\/127905056-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/6\/127905056-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/6\/127905056-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/6\/127905056-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/5\/6\/127905056-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905056","position":"6","id_origin":"https:\/\/www.ets-marin.fr\/1842732-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/2\/127905072-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/2\/127905072-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/2\/127905072-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/2\/127905072-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/2\/127905072-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/2\/127905072-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/2\/127905072-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/7\/2\/127905072-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905072","position":"7","id_origin":"https:\/\/www.ets-marin.fr\/1842733-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/8\/8\/127905088-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/8\/8\/127905088-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/8\/8\/127905088-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/8\/8\/127905088-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/8\/8\/127905088-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/8\/8\/127905088-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/8\/8\/127905088-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/0\/8\/8\/127905088-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905088","position":"8","id_origin":"https:\/\/www.ets-marin.fr\/1842734-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/0\/5\/127905105-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/0\/5\/127905105-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/0\/5\/127905105-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/0\/5\/127905105-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/0\/5\/127905105-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/0\/5\/127905105-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/0\/5\/127905105-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/0\/5\/127905105-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905105","position":"9","id_origin":"https:\/\/www.ets-marin.fr\/1842735-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/9\/127905119-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/9\/127905119-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/9\/127905119-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/9\/127905119-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/9\/127905119-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/9\/127905119-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/9\/127905119-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/1\/9\/127905119-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905119","position":"10","id_origin":"https:\/\/www.ets-marin.fr\/1842736-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/5\/127905135-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/5\/127905135-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/5\/127905135-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/5\/127905135-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/5\/127905135-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/5\/127905135-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/5\/127905135-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/3\/5\/127905135-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905135","position":"11","id_origin":"https:\/\/www.ets-marin.fr\/1842737-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/5\/0\/127905150-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/5\/0\/127905150-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/5\/0\/127905150-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/5\/0\/127905150-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/5\/0\/127905150-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/5\/0\/127905150-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/5\/0\/127905150-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/5\/0\/127905150-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905150","position":"12","id_origin":"https:\/\/www.ets-marin.fr\/1842738-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/6\/127905166-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/6\/127905166-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/6\/127905166-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/6\/127905166-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/6\/127905166-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/6\/127905166-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/6\/127905166-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/6\/6\/127905166-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905166","position":"13","id_origin":"https:\/\/www.ets-marin.fr\/1842739-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/1\/127905181-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/1\/127905181-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/1\/127905181-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/1\/127905181-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/1\/127905181-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/1\/127905181-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/1\/127905181-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/5\/1\/8\/1\/127905181-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127905181","position":"14","id_origin":"https:\/\/www.ets-marin.fr\/1842740-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/9\/0\/4\/9\/8\/0\/127904980-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127904980","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1842727-large_default\/jante-volkswagen-new-beetle-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":70,"regular_price_amount":70,"regular_price":"70,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=34663175&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"34663175","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/jante-tole\/34663175-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","canonical_url":"https:\/\/boutique.francecasse.fr\/jante-tole\/34663175-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"34663175","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"99416577","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 10:30:37","date_upd":"2026-07-21 01:22:28","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"34663175-128063305","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/34663175-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":70,"price_without_reduction":70,"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":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\/8\/0\/6\/3\/2\/8\/8\/128063288-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"128063288","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/2405723-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/0\/5\/128063305-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/0\/5\/128063305-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/0\/5\/128063305-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/0\/5\/128063305-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/0\/5\/128063305-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/0\/5\/128063305-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/0\/5\/128063305-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/0\/5\/128063305-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063305","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/2405724-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/2\/4\/128063324-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/2\/4\/128063324-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/2\/4\/128063324-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/2\/4\/128063324-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/2\/4\/128063324-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/2\/4\/128063324-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/2\/4\/128063324-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/2\/4\/128063324-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063324","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/2405725-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/3\/9\/128063339-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/3\/9\/128063339-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/3\/9\/128063339-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/3\/9\/128063339-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/3\/9\/128063339-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/3\/9\/128063339-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/3\/9\/128063339-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/3\/9\/128063339-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063339","position":"4","id_origin":"https:\/\/www.ets-marin.fr\/2405726-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/5\/2\/128063352-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/5\/2\/128063352-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/5\/2\/128063352-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/5\/2\/128063352-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/5\/2\/128063352-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/5\/2\/128063352-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/5\/2\/128063352-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/5\/2\/128063352-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063352","position":"5","id_origin":"https:\/\/www.ets-marin.fr\/2405727-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/6\/1\/128063361-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/6\/1\/128063361-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/6\/1\/128063361-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/6\/1\/128063361-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/6\/1\/128063361-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/6\/1\/128063361-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/6\/1\/128063361-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/6\/1\/128063361-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063361","position":"6","id_origin":"https:\/\/www.ets-marin.fr\/2405728-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/5\/9\/4\/128063594-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/5\/9\/4\/128063594-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/5\/9\/4\/128063594-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/5\/9\/4\/128063594-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/5\/9\/4\/128063594-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/5\/9\/4\/128063594-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/5\/9\/4\/128063594-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/5\/9\/4\/128063594-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063594","position":"7","id_origin":"https:\/\/www.ets-marin.fr\/2405714-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/0\/8\/128063608-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/0\/8\/128063608-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/0\/8\/128063608-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/0\/8\/128063608-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/0\/8\/128063608-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/0\/8\/128063608-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/0\/8\/128063608-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/0\/8\/128063608-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063608","position":"8","id_origin":"https:\/\/www.ets-marin.fr\/2405715-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/3\/2\/128063632-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/3\/2\/128063632-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/3\/2\/128063632-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/3\/2\/128063632-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/3\/2\/128063632-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/3\/2\/128063632-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/3\/2\/128063632-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/3\/2\/128063632-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063632","position":"9","id_origin":"https:\/\/www.ets-marin.fr\/2405716-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/4\/6\/128063646-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/4\/6\/128063646-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/4\/6\/128063646-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/4\/6\/128063646-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/4\/6\/128063646-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/4\/6\/128063646-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/4\/6\/128063646-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/4\/6\/128063646-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063646","position":"10","id_origin":"https:\/\/www.ets-marin.fr\/2405717-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/5\/9\/128063659-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/5\/9\/128063659-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/5\/9\/128063659-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/5\/9\/128063659-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/5\/9\/128063659-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/5\/9\/128063659-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/5\/9\/128063659-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/5\/9\/128063659-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063659","position":"11","id_origin":"https:\/\/www.ets-marin.fr\/2405718-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/7\/0\/128063670-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/7\/0\/128063670-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/7\/0\/128063670-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/7\/0\/128063670-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/7\/0\/128063670-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/7\/0\/128063670-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/7\/0\/128063670-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/7\/0\/128063670-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063670","position":"12","id_origin":"https:\/\/www.ets-marin.fr\/2405719-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/8\/8\/128063688-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/8\/8\/128063688-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/8\/8\/128063688-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/8\/8\/128063688-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/8\/8\/128063688-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/8\/8\/128063688-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/8\/8\/128063688-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/8\/8\/128063688-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063688","position":"13","id_origin":"https:\/\/www.ets-marin.fr\/2405720-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/0\/4\/128063704-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/0\/4\/128063704-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/0\/4\/128063704-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/0\/4\/128063704-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/0\/4\/128063704-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/0\/4\/128063704-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/0\/4\/128063704-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/0\/4\/128063704-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063704","position":"14","id_origin":"https:\/\/www.ets-marin.fr\/2405721-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/2\/1\/128063721-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/2\/1\/128063721-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/2\/1\/128063721-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/2\/1\/128063721-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/2\/1\/128063721-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/2\/1\/128063721-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/2\/1\/128063721-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/2\/1\/128063721-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063721","position":"15","id_origin":"https:\/\/www.ets-marin.fr\/2405722-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"128063288","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/2405723-large_default\/jante-volkswagen-new-beetle-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":70,"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":"99416577","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":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":"34663175","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"99416577","supplier_reference":"NT","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-07-21 10:30:37","date_upd":"2026-07-21 01:22:28","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"76:281062","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":"76:WVWZZZ9CZXM945148","code_moteur_field":"AQY","vehicule_ref_id":"WVWZZZ9CZXM945148","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"VOLKSWAGEN","origin_modele":"NEW BEETLE 1 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Jante","id_category_piece":"18183","id_category_marque":"2359","id_category_modele":"14241","id_category_version":"14241","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":"70.000000","frais_port_ttc":"1.000000","origin_id_prefix":"76","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3826552","id_modele_parent":"10090","id_energie":"16532","id_seller":"76","id_country_seller":"8","id_image":"34663175-128063305","prix":"70.000000","energie":"Essence","libelle":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","seller_name":"SARL ETS GUY MARIN","ordre_affichage":"7300","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-home_default.webp","fdp_incluse":"1","code_moteur":"AQY","reference_constructeur":"NT","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/34663175-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":70,"price_without_reduction":70,"price_without_reduction_without_tax":70,"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":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\/8\/0\/6\/3\/2\/8\/8\/128063288-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"128063288","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/2405723-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/0\/5\/128063305-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/0\/5\/128063305-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/0\/5\/128063305-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/0\/5\/128063305-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/0\/5\/128063305-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/0\/5\/128063305-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/0\/5\/128063305-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/0\/5\/128063305-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063305","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/2405724-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/2\/4\/128063324-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/2\/4\/128063324-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/2\/4\/128063324-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/2\/4\/128063324-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/2\/4\/128063324-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/2\/4\/128063324-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/2\/4\/128063324-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/2\/4\/128063324-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063324","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/2405725-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/3\/9\/128063339-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/3\/9\/128063339-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/3\/9\/128063339-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/3\/9\/128063339-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/3\/9\/128063339-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/3\/9\/128063339-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/3\/9\/128063339-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/3\/9\/128063339-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063339","position":"4","id_origin":"https:\/\/www.ets-marin.fr\/2405726-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/5\/2\/128063352-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/5\/2\/128063352-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/5\/2\/128063352-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/5\/2\/128063352-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/5\/2\/128063352-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/5\/2\/128063352-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/5\/2\/128063352-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/5\/2\/128063352-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063352","position":"5","id_origin":"https:\/\/www.ets-marin.fr\/2405727-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/6\/1\/128063361-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/6\/1\/128063361-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/6\/1\/128063361-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/6\/1\/128063361-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/6\/1\/128063361-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/6\/1\/128063361-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/6\/1\/128063361-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/3\/6\/1\/128063361-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063361","position":"6","id_origin":"https:\/\/www.ets-marin.fr\/2405728-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/5\/9\/4\/128063594-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/5\/9\/4\/128063594-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/5\/9\/4\/128063594-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/5\/9\/4\/128063594-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/5\/9\/4\/128063594-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/5\/9\/4\/128063594-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/5\/9\/4\/128063594-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/5\/9\/4\/128063594-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063594","position":"7","id_origin":"https:\/\/www.ets-marin.fr\/2405714-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/0\/8\/128063608-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/0\/8\/128063608-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/0\/8\/128063608-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/0\/8\/128063608-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/0\/8\/128063608-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/0\/8\/128063608-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/0\/8\/128063608-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/0\/8\/128063608-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063608","position":"8","id_origin":"https:\/\/www.ets-marin.fr\/2405715-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/3\/2\/128063632-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/3\/2\/128063632-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/3\/2\/128063632-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/3\/2\/128063632-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/3\/2\/128063632-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/3\/2\/128063632-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/3\/2\/128063632-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/3\/2\/128063632-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063632","position":"9","id_origin":"https:\/\/www.ets-marin.fr\/2405716-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/4\/6\/128063646-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/4\/6\/128063646-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/4\/6\/128063646-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/4\/6\/128063646-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/4\/6\/128063646-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/4\/6\/128063646-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/4\/6\/128063646-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/4\/6\/128063646-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063646","position":"10","id_origin":"https:\/\/www.ets-marin.fr\/2405717-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/5\/9\/128063659-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/5\/9\/128063659-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/5\/9\/128063659-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/5\/9\/128063659-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/5\/9\/128063659-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/5\/9\/128063659-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/5\/9\/128063659-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/5\/9\/128063659-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063659","position":"11","id_origin":"https:\/\/www.ets-marin.fr\/2405718-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/7\/0\/128063670-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/7\/0\/128063670-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/7\/0\/128063670-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/7\/0\/128063670-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/7\/0\/128063670-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/7\/0\/128063670-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/7\/0\/128063670-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/7\/0\/128063670-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063670","position":"12","id_origin":"https:\/\/www.ets-marin.fr\/2405719-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/8\/8\/128063688-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/8\/8\/128063688-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/8\/8\/128063688-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/8\/8\/128063688-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/8\/8\/128063688-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/8\/8\/128063688-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/8\/8\/128063688-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/6\/8\/8\/128063688-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063688","position":"13","id_origin":"https:\/\/www.ets-marin.fr\/2405720-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/0\/4\/128063704-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/0\/4\/128063704-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/0\/4\/128063704-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/0\/4\/128063704-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/0\/4\/128063704-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/0\/4\/128063704-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/0\/4\/128063704-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/0\/4\/128063704-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063704","position":"14","id_origin":"https:\/\/www.ets-marin.fr\/2405721-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/2\/1\/128063721-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/2\/1\/128063721-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/2\/1\/128063721-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/2\/1\/128063721-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/2\/1\/128063721-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/2\/1\/128063721-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/2\/1\/128063721-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/7\/2\/1\/128063721-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128063721","position":"15","id_origin":"https:\/\/www.ets-marin.fr\/2405722-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/3\/2\/8\/8\/128063288-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"128063288","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/2405723-large_default\/jante-volkswagen-new-beetle-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":70,"regular_price_amount":70,"regular_price":"70,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=34663389&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"34663389","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/jante-tole\/34663389-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","canonical_url":"https:\/\/boutique.francecasse.fr\/jante-tole\/34663389-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"34663389","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"99841763","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 10:30:37","date_upd":"2026-07-21 01:22:30","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"34663389-128066433","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/34663389-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":70,"price_without_reduction":70,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"285228","id_feature":"19","position":"17"},{"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\/8\/0\/6\/6\/4\/1\/0\/128066410-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"128066410","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/2422822-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/3\/3\/128066433-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/3\/3\/128066433-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/3\/3\/128066433-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/3\/3\/128066433-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/3\/3\/128066433-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/3\/3\/128066433-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/3\/3\/128066433-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/3\/3\/128066433-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128066433","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/2422823-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/5\/4\/128066454-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/5\/4\/128066454-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/5\/4\/128066454-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/5\/4\/128066454-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/5\/4\/128066454-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/5\/4\/128066454-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/5\/4\/128066454-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/5\/4\/128066454-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128066454","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/2422824-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"128066410","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/2422822-large_default\/jante-volkswagen-new-beetle-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":70,"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":"99841763","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"285228","id_feature":"19","position":"17"},"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":"34663389","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"99841763","supplier_reference":"NT","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-07-21 10:30:37","date_upd":"2026-07-21 01:22:30","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"76:282002","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":"76:WVWZZZ9CZ2M608528","code_moteur_field":"ALH","vehicule_ref_id":"WVWZZZ9CZ2M608528","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"VOLKSWAGEN","origin_modele":"NEW BEETLE 1 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Jante","id_category_piece":"18183","id_category_marque":"2359","id_category_modele":"14241","id_category_version":"14241","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":"70.000000","frais_port_ttc":"1.000000","origin_id_prefix":"76","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3826553","id_modele_parent":"10090","id_energie":"16523","id_seller":"76","id_country_seller":"8","id_image":"34663389-128066433","prix":"70.000000","energie":"Diesel","libelle":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","seller_name":"SARL ETS GUY MARIN","ordre_affichage":"7301","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"285228\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-home_default.webp","fdp_incluse":"1","code_moteur":"ALH","reference_constructeur":"NT","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/34663389-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":70,"price_without_reduction":70,"price_without_reduction_without_tax":70,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"285228","id_feature":"19","position":"17"},{"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\/8\/0\/6\/6\/4\/1\/0\/128066410-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"128066410","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/2422822-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/3\/3\/128066433-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/3\/3\/128066433-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/3\/3\/128066433-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/3\/3\/128066433-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/3\/3\/128066433-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/3\/3\/128066433-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/3\/3\/128066433-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/3\/3\/128066433-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128066433","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/2422823-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/5\/4\/128066454-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/5\/4\/128066454-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/5\/4\/128066454-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/5\/4\/128066454-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/5\/4\/128066454-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/5\/4\/128066454-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/5\/4\/128066454-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/5\/4\/128066454-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"128066454","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/2422824-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/8\/0\/6\/6\/4\/1\/0\/128066410-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"128066410","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/2422822-large_default\/jante-volkswagen-new-beetle-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":70,"regular_price_amount":70,"regular_price":"70,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=34618112&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"34618112","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/jante-tole\/34618112-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","canonical_url":"https:\/\/boutique.francecasse.fr\/jante-tole\/34618112-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"34618112","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"66519380","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 10:30:37","date_upd":"2026-07-21 01:14:30","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"34618112-127570857","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/34618112-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":70,"price_without_reduction":70,"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":"Kilom\u00e9trage","value":"94831","id_feature":"19","position":"17"},{"name":"Remarques","value":"TYPE : ALU \nTAILLE ( pouces ) : 16\nLARGEUR : 6.5\n\u26a0\ufe0f Les jantes sont vendues sans accessoires.\nLes \u00e9crous, caches centraux et valves ne sont pas fournis ni garantis.","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\/7\/5\/7\/0\/8\/4\/0\/127570840-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127570840","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1086581-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/5\/7\/127570857-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/5\/7\/127570857-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/5\/7\/127570857-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/5\/7\/127570857-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/5\/7\/127570857-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/5\/7\/127570857-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/5\/7\/127570857-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/5\/7\/127570857-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127570857","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/1086582-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/6\/8\/127570868-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/6\/8\/127570868-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/6\/8\/127570868-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/6\/8\/127570868-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/6\/8\/127570868-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/6\/8\/127570868-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/6\/8\/127570868-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/6\/8\/127570868-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127570868","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/1086583-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/3\/127571133-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/3\/127571133-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/3\/127571133-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/3\/127571133-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/3\/127571133-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/3\/127571133-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/3\/127571133-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/3\/127571133-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571133","position":"4","id_origin":"https:\/\/www.ets-marin.fr\/1086571-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/5\/1\/127571151-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/5\/1\/127571151-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/5\/1\/127571151-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/5\/1\/127571151-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/5\/1\/127571151-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/5\/1\/127571151-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/5\/1\/127571151-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/5\/1\/127571151-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571151","position":"5","id_origin":"https:\/\/www.ets-marin.fr\/1086572-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/6\/3\/127571163-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/6\/3\/127571163-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/6\/3\/127571163-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/6\/3\/127571163-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/6\/3\/127571163-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/6\/3\/127571163-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/6\/3\/127571163-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/6\/3\/127571163-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571163","position":"6","id_origin":"https:\/\/www.ets-marin.fr\/1086573-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/8\/2\/127571182-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/8\/2\/127571182-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/8\/2\/127571182-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/8\/2\/127571182-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/8\/2\/127571182-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/8\/2\/127571182-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/8\/2\/127571182-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/8\/2\/127571182-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571182","position":"7","id_origin":"https:\/\/www.ets-marin.fr\/1086574-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/9\/9\/127571199-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/9\/9\/127571199-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/9\/9\/127571199-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/9\/9\/127571199-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/9\/9\/127571199-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/9\/9\/127571199-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/9\/9\/127571199-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/9\/9\/127571199-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571199","position":"8","id_origin":"https:\/\/www.ets-marin.fr\/1086575-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/1\/4\/127571214-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/1\/4\/127571214-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/1\/4\/127571214-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/1\/4\/127571214-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/1\/4\/127571214-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/1\/4\/127571214-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/1\/4\/127571214-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/1\/4\/127571214-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571214","position":"9","id_origin":"https:\/\/www.ets-marin.fr\/1086576-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/2\/7\/127571227-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/2\/7\/127571227-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/2\/7\/127571227-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/2\/7\/127571227-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/2\/7\/127571227-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/2\/7\/127571227-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/2\/7\/127571227-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/2\/7\/127571227-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571227","position":"10","id_origin":"https:\/\/www.ets-marin.fr\/1086577-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/3\/7\/127571237-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/3\/7\/127571237-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/3\/7\/127571237-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/3\/7\/127571237-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/3\/7\/127571237-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/3\/7\/127571237-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/3\/7\/127571237-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/3\/7\/127571237-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571237","position":"11","id_origin":"https:\/\/www.ets-marin.fr\/1086578-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/5\/2\/127571252-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/5\/2\/127571252-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/5\/2\/127571252-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/5\/2\/127571252-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/5\/2\/127571252-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/5\/2\/127571252-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/5\/2\/127571252-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/5\/2\/127571252-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571252","position":"12","id_origin":"https:\/\/www.ets-marin.fr\/1086579-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/7\/7\/127571277-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/7\/7\/127571277-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/7\/7\/127571277-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/7\/7\/127571277-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/7\/7\/127571277-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/7\/7\/127571277-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/7\/7\/127571277-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/7\/7\/127571277-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571277","position":"13","id_origin":"https:\/\/www.ets-marin.fr\/1086580-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127570840","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1086581-large_default\/jante-volkswagen-new-beetle-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":70,"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":"66519380","grouped_features":{"Energie":{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"94831","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"TYPE : ALU \nTAILLE ( pouces ) : 16\nLARGEUR : 6.5\n\u26a0\ufe0f Les jantes sont vendues sans accessoires.\nLes \u00e9crous, caches centraux et valves ne sont pas fournis ni garantis.","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":"34618112","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","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,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"66519380","supplier_reference":"1C0601025D091","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-07-21 10:30:37","date_upd":"2026-07-21 01:14:30","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"76:153309","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":"76:WVWZZZ9CZXM945117","code_moteur_field":"AQY","vehicule_ref_id":"WVWZZZ9CZXM945117","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"VOLKSWAGEN","origin_modele":"NEW BEETLE 1 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Jante","id_category_piece":"18183","id_category_marque":"2359","id_category_modele":"14241","id_category_version":"14241","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":"70.000000","frais_port_ttc":"1.000000","origin_id_prefix":"76","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3826554","id_modele_parent":"10090","id_energie":"16532","id_seller":"76","id_country_seller":"8","id_image":"34618112-127570857","prix":"70.000000","energie":"Essence","libelle":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","seller_name":"SARL ETS GUY MARIN","ordre_affichage":"7302","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"94831\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-home_default.webp","fdp_incluse":"1","code_moteur":"AQY","reference_constructeur":"1C0601025D091","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/34618112-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":70,"price_without_reduction":70,"price_without_reduction_without_tax":70,"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":"Kilom\u00e9trage","value":"94831","id_feature":"19","position":"17"},{"name":"Remarques","value":"TYPE : ALU \nTAILLE ( pouces ) : 16\nLARGEUR : 6.5\n\u26a0\ufe0f Les jantes sont vendues sans accessoires.\nLes \u00e9crous, caches centraux et valves ne sont pas fournis ni garantis.","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\/7\/5\/7\/0\/8\/4\/0\/127570840-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127570840","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1086581-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/5\/7\/127570857-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/5\/7\/127570857-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/5\/7\/127570857-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/5\/7\/127570857-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/5\/7\/127570857-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/5\/7\/127570857-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/5\/7\/127570857-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/5\/7\/127570857-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127570857","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/1086582-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/6\/8\/127570868-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/6\/8\/127570868-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/6\/8\/127570868-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/6\/8\/127570868-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/6\/8\/127570868-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/6\/8\/127570868-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/6\/8\/127570868-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/6\/8\/127570868-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127570868","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/1086583-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/3\/127571133-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/3\/127571133-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/3\/127571133-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/3\/127571133-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/3\/127571133-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/3\/127571133-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/3\/127571133-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/3\/127571133-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571133","position":"4","id_origin":"https:\/\/www.ets-marin.fr\/1086571-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/5\/1\/127571151-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/5\/1\/127571151-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/5\/1\/127571151-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/5\/1\/127571151-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/5\/1\/127571151-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/5\/1\/127571151-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/5\/1\/127571151-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/5\/1\/127571151-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571151","position":"5","id_origin":"https:\/\/www.ets-marin.fr\/1086572-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/6\/3\/127571163-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/6\/3\/127571163-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/6\/3\/127571163-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/6\/3\/127571163-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/6\/3\/127571163-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/6\/3\/127571163-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/6\/3\/127571163-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/6\/3\/127571163-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571163","position":"6","id_origin":"https:\/\/www.ets-marin.fr\/1086573-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/8\/2\/127571182-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/8\/2\/127571182-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/8\/2\/127571182-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/8\/2\/127571182-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/8\/2\/127571182-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/8\/2\/127571182-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/8\/2\/127571182-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/8\/2\/127571182-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571182","position":"7","id_origin":"https:\/\/www.ets-marin.fr\/1086574-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/9\/9\/127571199-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/9\/9\/127571199-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/9\/9\/127571199-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/9\/9\/127571199-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/9\/9\/127571199-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/9\/9\/127571199-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/9\/9\/127571199-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/9\/9\/127571199-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571199","position":"8","id_origin":"https:\/\/www.ets-marin.fr\/1086575-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/1\/4\/127571214-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/1\/4\/127571214-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/1\/4\/127571214-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/1\/4\/127571214-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/1\/4\/127571214-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/1\/4\/127571214-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/1\/4\/127571214-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/1\/4\/127571214-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571214","position":"9","id_origin":"https:\/\/www.ets-marin.fr\/1086576-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/2\/7\/127571227-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/2\/7\/127571227-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/2\/7\/127571227-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/2\/7\/127571227-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/2\/7\/127571227-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/2\/7\/127571227-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/2\/7\/127571227-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/2\/7\/127571227-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571227","position":"10","id_origin":"https:\/\/www.ets-marin.fr\/1086577-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/3\/7\/127571237-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/3\/7\/127571237-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/3\/7\/127571237-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/3\/7\/127571237-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/3\/7\/127571237-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/3\/7\/127571237-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/3\/7\/127571237-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/3\/7\/127571237-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571237","position":"11","id_origin":"https:\/\/www.ets-marin.fr\/1086578-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/5\/2\/127571252-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/5\/2\/127571252-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/5\/2\/127571252-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/5\/2\/127571252-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/5\/2\/127571252-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/5\/2\/127571252-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/5\/2\/127571252-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/5\/2\/127571252-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571252","position":"12","id_origin":"https:\/\/www.ets-marin.fr\/1086579-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/7\/7\/127571277-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/7\/7\/127571277-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/7\/7\/127571277-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/7\/7\/127571277-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/7\/7\/127571277-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/7\/7\/127571277-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/7\/7\/127571277-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/2\/7\/7\/127571277-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571277","position":"13","id_origin":"https:\/\/www.ets-marin.fr\/1086580-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/0\/8\/4\/0\/127570840-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127570840","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1086581-large_default\/jante-volkswagen-new-beetle-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":70,"regular_price_amount":70,"regular_price":"70,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=34618131&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"34618131","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/jante-tole\/34618131-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","canonical_url":"https:\/\/boutique.francecasse.fr\/jante-tole\/34618131-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"34618131","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"80,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"66585217","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 10:30:37","date_upd":"2026-07-21 01:14:30","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"34618131-127571106","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/34618131-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":80,"price_without_reduction":80,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"TYPE : ALU \nTAILLE ( pouces ) : 16\nLARGEUR : 6.5\n\u26a0\ufe0f Les jantes sont vendues sans accessoires.\nLes \u00e9crous, caches centraux et valves ne sont pas fournis ni garantis.","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\/7\/5\/7\/1\/0\/9\/1\/127571091-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127571091","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1086902-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/0\/6\/127571106-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/0\/6\/127571106-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/0\/6\/127571106-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/0\/6\/127571106-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/0\/6\/127571106-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/0\/6\/127571106-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/0\/6\/127571106-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/0\/6\/127571106-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571106","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/1086903-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/2\/3\/127571123-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/2\/3\/127571123-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/2\/3\/127571123-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/2\/3\/127571123-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/2\/3\/127571123-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/2\/3\/127571123-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/2\/3\/127571123-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/2\/3\/127571123-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571123","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/1086904-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/4\/127571134-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/4\/127571134-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/4\/127571134-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/4\/127571134-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/4\/127571134-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/4\/127571134-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/4\/127571134-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/4\/127571134-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571134","position":"4","id_origin":"https:\/\/www.ets-marin.fr\/1086905-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127571091","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1086902-large_default\/jante-volkswagen-new-beetle-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":80,"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":"66585217","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":"TYPE : ALU \nTAILLE ( pouces ) : 16\nLARGEUR : 6.5\n\u26a0\ufe0f Les jantes sont vendues sans accessoires.\nLes \u00e9crous, caches centraux et valves ne sont pas fournis ni garantis.","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":"34618131","id_supplier":"1","id_manufacturer":"0","id_category_default":"18183","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"80,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"66585217","supplier_reference":"1C0601025ALZ31","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-07-21 10:30:37","date_upd":"2026-07-21 01:14:30","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"76:153361","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":"76:WVWZZZ9CZXM926004","code_moteur_field":"ALH","vehicule_ref_id":"WVWZZZ9CZXM926004","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"VOLKSWAGEN","origin_modele":"NEW BEETLE 1 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Jante","id_category_piece":"18183","id_category_marque":"2359","id_category_modele":"14241","id_category_version":"14241","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":"80.000000","frais_port_ttc":"1.000000","origin_id_prefix":"76","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","link_rewrite":"jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"3826555","id_modele_parent":"10090","id_energie":"16523","id_seller":"76","id_country_seller":"8","id_image":"34618131-127571106","prix":"80.000000","energie":"Diesel","libelle":"Jante t\u00f4le d'occasion pour VOLKSWAGEN New Beetle I Phase 2","seller_name":"SARL ETS GUY MARIN","ordre_affichage":"7303","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-home_default.webp","fdp_incluse":"1","code_moteur":"ALH","reference_constructeur":"1C0601025ALZ31","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"jante-tole","category_name":"Jante t\u00f4le","link":"https:\/\/boutique.francecasse.fr\/jante-tole\/34618131-jante-tole-d-occasion-pour-volkswagen-new-beetle-i-phase-2.html","attribute_price":0,"price_tax_exc":80,"price_without_reduction":80,"price_without_reduction_without_tax":80,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"TYPE : ALU \nTAILLE ( pouces ) : 16\nLARGEUR : 6.5\n\u26a0\ufe0f Les jantes sont vendues sans accessoires.\nLes \u00e9crous, caches centraux et valves ne sont pas fournis ni garantis.","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\/7\/5\/7\/1\/0\/9\/1\/127571091-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127571091","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1086902-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/0\/6\/127571106-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/0\/6\/127571106-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/0\/6\/127571106-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/0\/6\/127571106-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/0\/6\/127571106-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/0\/6\/127571106-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/0\/6\/127571106-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/0\/6\/127571106-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571106","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/1086903-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/2\/3\/127571123-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/2\/3\/127571123-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/2\/3\/127571123-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/2\/3\/127571123-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/2\/3\/127571123-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/2\/3\/127571123-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/2\/3\/127571123-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/2\/3\/127571123-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571123","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/1086904-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/4\/127571134-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/4\/127571134-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/4\/127571134-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/4\/127571134-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/4\/127571134-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/4\/127571134-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/4\/127571134-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/1\/3\/4\/127571134-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127571134","position":"4","id_origin":"https:\/\/www.ets-marin.fr\/1086905-large_default\/jante-volkswagen-new-beetle-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/5\/7\/1\/0\/9\/1\/127571091-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127571091","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1086902-large_default\/jante-volkswagen-new-beetle-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":80,"regular_price_amount":80,"regular_price":"80,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"}],"sort_orders":[{"entity":"product","field":"product.name.asc","direction":"asc","label":"Pertinence","urlParameter":"product.product.name.asc.asc","current":false,"url":"https:\/\/boutique.francecasse.fr\/18183-jante-tole\/2359-volkswagen\/14241-new-beetle-i-phase-2?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\/18183-jante-tole\/2359-volkswagen\/14241-new-beetle-i-phase-2?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\/18183-jante-tole\/2359-volkswagen\/14241-new-beetle-i-phase-2?order=product.product.price.desc.asc"}],"sort_selected":false,"sort_usures":[{"urlParameter":"","url":"https:\/\/boutique.francecasse.fr\/18183-jante-tole\/2359-volkswagen\/14241-new-beetle-i-phase-2","label":"Neuf + Occasion","current":true,"sort_usure_selected":"Neuf + Occasion"},{"urlParameter":"neuf","url":"https:\/\/boutique.francecasse.fr\/18183-jante-tole\/2359-volkswagen\/14241-new-beetle-i-phase-2?type=neuf","label":"Pi\u00e8ces neuves","current":false,"sort_usure_selected":"Pi\u00e8ces neuves"},{"urlParameter":"occasion","url":"https:\/\/boutique.francecasse.fr\/18183-jante-tole\/2359-volkswagen\/14241-new-beetle-i-phase-2?type=occasion","label":"Pi\u00e8ces d'occasion","current":false,"sort_usure_selected":null}],"sort_usure_selected":"Neuf + Occasion","pagination":{"total_items":27,"items_shown_from":1,"items_shown_to":20,"current_page":1,"pages_count":2,"pages":{"1":{"type":"page","page":1,"clickable":false,"current":true,"url":"https:\/\/boutique.francecasse.fr\/18183-jante-tole\/2359-volkswagen\/14241-new-beetle-i-phase-2"},"2":{"type":"page","page":2,"clickable":true,"current":false,"url":"https:\/\/boutique.francecasse.fr\/18183-jante-tole\/2359-volkswagen\/14241-new-beetle-i-phase-2?page=2"},"3":{"type":"next","page":2,"clickable":true,"current":false,"url":"https:\/\/boutique.francecasse.fr\/18183-jante-tole\/2359-volkswagen\/14241-new-beetle-i-phase-2?page=2"}},"should_be_displayed":true},"rendered_facets":"","rendered_active_filters":"","js_enabled":true,"current_url":"https:\/\/boutique.francecasse.fr\/18183-jante-tole\/2359-volkswagen\/14241-new-beetle-i-phase-2","rendered_products_header":"\n                                                                                                                                                                                                                \n    <div id=\"js-product-list-header\">\n        <h1 class=\"h1\">\n            jante t\u00f4le occasion New Beetle\n        <\/h1>\n    <\/div>\n"}