{"product_id":"garvee-werkzeugkasten-30zoll-schwerlast-rostfrei-pickup-suv-pae_338hubsx","title":"Garvee Coffre à Outils Aluminium 76 cm Verrouillable sous Siège, Étanche et Robuste pour Pick-up, SUV, Van, Antirouille avec Poignée Latérale","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\n\u003cstyle\u003e\n    :root {\n        --primary-color: #074174;\n        --secondary-color: #263238;\n        --accent-color: #ff9800;\n        --light-gray: #f5f7fa;\n        --dark-gray: #333;\n        --white: #fff;\n    }\n\n    * {\n        box-sizing: border-box;\n        margin: 0;\n        padding: 0;\n        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n    }\n\n    .product-header {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        margin-bottom: 30px;\n        text-align: center;\n    }\n\n    .product-title {\n        font-size: 2.2rem;\n        color: var(--secondary-color);\n        margin-bottom: 15px;\n        font-weight: 700;\n        text-align: center;\n        line-height: 1.3;\n    }\n\n    .product-subtitle {\n        font-size: 1.2rem;\n        color: var(--dark-gray);\n        margin-bottom: 20px;\n        text-align: center;\n    }\n\n    .product-image {\n        width: 100%;\n        height: auto;\n        border-radius: 8px;\n        margin-bottom: 30px;\n        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        transition: transform 0.3s ease;\n    }\n\n    .product-image:hover {\n        transform: scale(1.02);\n    }\n\n    .section-title {\n        color: var(--secondary-color);\n        font-size: 1.8rem;\n        margin: 40px 0 20px;\n        padding-bottom: 10px;\n        border-bottom: 3px solid var(--primary-color);\n        display: inline-block;\n    }\n\n    .highlight-banner {\n        background-color: var(--light-gray);\n        padding: 30px;\n        border-radius: 8px;\n        margin: 40px 0;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        text-align: center;\n        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n    }\n\n    .highlight-title {\n        font-size: 1.8rem;\n        color: var(--secondary-color);\n        margin-bottom: 15px;\n    }\n\n    .highlight-description {\n        font-size: 1.1rem;\n        max-width: 800px;\n        margin-bottom: 20px;\n    }\n\n    .benefits-list {\n        list-style-type: none;\n        margin: 30px 0;\n        padding: 0;\n    }\n\n    .benefit-item {\n        display: flex;\n        align-items: flex-start;\n        margin-bottom: 20px;\n        background-color: var(--light-gray);\n        padding: 20px;\n        border-radius: 8px;\n        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n        transition: transform 0.3s ease;\n    }\n\n    .benefit-item:hover {\n        transform: translateX(5px);\n    }\n\n    .benefit-icon {\n        color: var(--primary-color);\n        font-size: 1.5rem;\n        margin-right: 15px;\n        flex-shrink: 0;\n    }\n\n    .benefit-text {\n        font-size: 1.1rem;\n    }\n\n    .benefit-text strong {\n        color: #074174;\n    }\n\n    .usage-scenarios {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n        gap: 20px;\n        margin: 30px 0;\n    }\n\n    .scenario {\n        background-color: var(--light-gray);\n        padding: 20px;\n        border-radius: 8px;\n        text-align: center;\n        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    .scenario-icon {\n        font-size: 2rem;\n        color: var(--primary-color);\n        margin-bottom: 15px;\n    }\n\n    .scenario-title {\n        font-size: 1.2rem;\n        color: var(--secondary-color);\n        margin-bottom: 10px;\n        font-weight: 600;\n    }\n\n    .specs-table {\n        width: 100%;\n        margin: 30px 0;\n        border-collapse: separate;\n        border-spacing: 0;\n        border: 2px solid #074174;\n        border-radius: 12px;\n        overflow: hidden;\n        background: #ffffff;\n        box-shadow: none;\n    }\n\n    .specs-table th,\n    .specs-table td {\n        border: none !important;\n        border-bottom: 1px solid #d9e2ec !important;\n        padding: 15px 18px;\n        text-align: left;\n        font-size: 15px;\n        line-height: 1.5;\n        vertical-align: middle;\n    }\n\n    .specs-table tr:last-child th,\n    .specs-table tr:last-child td {\n        border-bottom: none !important;\n    }\n\n    .specs-table th,\n    .specs-table td:first-child {\n        width: 42%;\n        background-color: #f7f9fb;\n        color: #333333;\n        font-weight: 600;\n    }\n\n    .specs-table td:last-child,\n    .specs-table th:last-child {\n        color: #074174;\n        font-weight: 700;\n        background-color: #ffffff;\n    }\n\n    .specs-table tr:hover th,\n    .specs-table tr:hover td {\n        background-color: #f2f6fa;\n    }\n\n    @media (max-width: 768px) {\n        .product-title {\n            font-size: 1.8rem;\n        }\n\n        .specs-table th,\n        .specs-table td {\n            display: block;\n            width: 100%;\n            box-sizing: border-box;\n            padding: 12px 14px;\n        }\n\n        .specs-table th,\n        .specs-table td:first-child {\n            border-bottom: none !important;\n            padding-bottom: 4px;\n        }\n\n        .specs-table td:last-child,\n        .specs-table th:last-child {\n            padding-top: 4px;\n        }\n\n        .specs-table tr {\n            display: block;\n            border-bottom: 1px solid #d9e2ec;\n        }\n\n        .specs-table tr:last-child {\n            border-bottom: none;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-header\"\u003e\n    \u003ch1 class=\"product-title\"\u003eCoffre de Rangement en Aluminium Renforcé pour Pick-up\u003c\/h1\u003e\n    \u003cp class=\"product-subtitle\"\u003e\n        Solution de rangement professionnelle pour pick-up, camping-car et remorque, avec système de fermeture sécurisé et conception résistante aux intempéries.\n    \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e\n    \u003cimg alt=\"Coffre de rangement en aluminium GARVEE pour pick-up - vue principale\" src=\"https:\/\/imageosscn.oss-cn-shenzhen.aliyuncs.com\/brand\/vision_sumbit\/202503\/PAE_338HUBSX\/fe17431568258853424.jpg\" class=\"product-image\"\u003e\n    \u003cimg alt=\"Coffre à outils GARVEE installé sur véhicule\" src=\"https:\/\/imageosscn.oss-cn-shenzhen.aliyuncs.com\/brand\/vision_sumbit\/202503\/PAE_338HUBSX\/fe17431568404503616.jpg\" class=\"product-image\"\u003e\n\u003c\/p\u003e\n\n\u003cdiv class=\"highlight-banner\"\u003e\n    \u003ch2 class=\"highlight-title\"\u003eConçu pour les conditions les plus exigeantes\u003c\/h2\u003e\n    \u003cp class=\"highlight-description\"\u003e\n        Ce coffre de rangement pour benne de pick-up est pensé pour résister aux environnements difficiles et à une utilisation régulière. Sa structure renforcée avec motif antidérapant nervuré offre une excellente robustesse et une durée de vie prolongée.\n    \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-images\"\u003e\n    \u003cimg alt=\"Coffre GARVEE ouvert avec grand espace de rangement\" src=\"https:\/\/imageosscn.oss-cn-shenzhen.aliyuncs.com\/brand\/vision_sumbit\/202503\/PAE_338HUBSX\/fe17431568366146931.jpg\" class=\"product-image\"\u003e\n    \u003cimg alt=\"Détail du système de fermeture du coffre GARVEE\" src=\"https:\/\/imageosscn.oss-cn-shenzhen.aliyuncs.com\/brand\/vision_sumbit\/202503\/PAE_338HUBSX\/fe17431568330462941.jpg\" class=\"product-image\"\u003e\n\u003c\/div\u003e\n\n\u003ch2 class=\"section-title\"\u003eAvantages clés\u003c\/h2\u003e\n\n\u003cul class=\"benefits-list\"\u003e\n    \u003cli class=\"benefit-item\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"benefit-text\"\u003e\n            \u003cstrong\u003eConstruction en aluminium robuste :\u003c\/strong\u003e fabriqué en alliage d’aluminium de qualité, il offre une bonne résistance tout en restant léger. Résistant à la rouille et à la corrosion, il convient aux pick-up, SUV, remorques et usages tout-terrain.\n        \u003c\/div\u003e\n    \u003c\/li\u003e\n\n    \u003cli class=\"benefit-item\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"benefit-text\"\u003e\n            \u003cstrong\u003eRangement sécurisé et verrouillable :\u003c\/strong\u003e équipé d’un loquet renforcé compatible avec les cadenas standards, il aide à protéger vos outils, équipements et objets de valeur contre le vol, que ce soit sur chantier ou en déplacement.\n        \u003c\/div\u003e\n    \u003c\/li\u003e\n\n    \u003cli class=\"benefit-item\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"benefit-text\"\u003e\n            \u003cstrong\u003eFormat optimisé pour véhicule :\u003c\/strong\u003e son design compact s’adapte facilement à une benne de pick-up, un coffre de SUV, une remorque ou un espace de chargement, sans modification complexe.\n        \u003c\/div\u003e\n    \u003c\/li\u003e\n\n    \u003cli class=\"benefit-item\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"benefit-text\"\u003e\n            \u003cstrong\u003eProtection contre l’eau et la poussière :\u003c\/strong\u003e le joint en caoutchouc limite l’infiltration de pluie, poussière et boue afin de garder vos outils mieux protégés et bien organisés.\n        \u003c\/div\u003e\n    \u003c\/li\u003e\n\n    \u003cli class=\"benefit-item\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"benefit-text\"\u003e\n            \u003cstrong\u003eConçu pour durer :\u003c\/strong\u003e la surface nervurée renforce la résistance aux usages intensifs. Sa conception anticorrosion est adaptée aux conditions extérieures et garantit une performance fiable sur le long terme.\n        \u003c\/div\u003e\n    \u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch2 class=\"section-title\"\u003eIdéal pour\u003c\/h2\u003e\n\n\u003cdiv class=\"usage-scenarios\"\u003e\n    \u003cdiv class=\"scenario\"\u003e\n        \u003cdiv class=\"scenario-icon\"\u003e🚚\u003c\/div\u003e\n        \u003ch3 class=\"scenario-title\"\u003eArtisans et professionnels\u003c\/h3\u003e\n        \u003cp\u003eRangement sécurisé pour outils et équipements sur chantier.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"scenario\"\u003e\n        \u003cdiv class=\"scenario-icon\"\u003e🏕️\u003c\/div\u003e\n        \u003ch3 class=\"scenario-title\"\u003eCamping et activités extérieures\u003c\/h3\u003e\n        \u003cp\u003eProtection pratique pour matériel de camping, accessoires de pêche et équipements outdoor.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"scenario\"\u003e\n        \u003cdiv class=\"scenario-icon\"\u003e🔧\u003c\/div\u003e\n        \u003ch3 class=\"scenario-title\"\u003eMécanique et bricolage\u003c\/h3\u003e\n        \u003cp\u003eOrganisation simple pour outils automobiles, pièces et accessoires de réparation.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"scenario\"\u003e\n        \u003cdiv class=\"scenario-icon\"\u003e🛥️\u003c\/div\u003e\n        \u003ch3 class=\"scenario-title\"\u003eNautisme et accessoires marins\u003c\/h3\u003e\n        \u003cp\u003eRangement résistant aux intempéries pour équipements de bateau et accessoires de loisirs.\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch2 class=\"section-title\"\u003eSpécifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n    \u003ctbody\u003e\n        \u003ctr\u003e\n            \u003cth\u003eMarque\u003c\/th\u003e\n            \u003cth\u003eGARVEE\u003c\/th\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eDimensions de référence\u003c\/td\u003e\n            \u003ctd\u003e58,4 × 45,7 × 100,8 cm\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eCouleur\u003c\/td\u003e\n            \u003ctd\u003eNoir\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eMatériau\u003c\/td\u003e\n            \u003ctd\u003eAluminium\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eType de fermeture\u003c\/td\u003e\n            \u003ctd\u003eLoquet\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eNombre de pièces\u003c\/td\u003e\n            \u003ctd\u003e1\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eDimensions du produit\u003c\/td\u003e\n            \u003ctd\u003e79,5 × 36,5 × 26 cm\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003ePoids de l’article\u003c\/td\u003e\n            \u003ctd\u003e6,56 kg\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eComposants inclus\u003c\/td\u003e\n            \u003ctd\u003e1 coffre de rangement pour benne de pick-up\u003c\/td\u003e\n        \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"Garvee","offers":[{"title":"Noir \/ 76 x 33 x 24 cm","offer_id":50841621987643,"sku":"PAE_338HUBSX","price":96.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0948\/2924\/8827\/files\/71SHwiQV9-L.jpg?v=1765687460","url":"https:\/\/www.garvee.fr\/products\/garvee-werkzeugkasten-30zoll-schwerlast-rostfrei-pickup-suv-pae_338hubsx","provider":"GARVEEFR","version":"1.0","type":"link"}