{"product_id":"adhesive-hook-and-loop-rjc","title":"Crochet adhésif à boucle et crochet","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：双面魔术贴（钩毛搭扣带）\n目标受众：家居整理者、DIY爱好者、租房客\n视觉风格：实用、整洁、强调场景感\n配色策略：以黑白为主，辅以中性灰和强调色，突出专业和可靠感\n模块顺序：Hero -\u003e Versatility Feature -\u003e Strong Hold Feature -\u003e Customizable Feature -\u003e Specifications -\u003e FAQ\n详情图映射：Hero=image_3, Feature1=image_4, Feature2=image_1, Feature3=image_2\n规格图映射：Specs=image_7\n对比模块：未加入（无明显对比需求）\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #222222;\n    --text-main: #333333;\n    --text-sub: #666666;\n    --bg-body: #ffffff;\n    --bg-soft: #f5f5f5;\n    --radius-md: 8px;\n    --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n    --spacing-lg: clamp(2rem, 5vw, 4rem);\n    --spacing-md: clamp(1.5rem, 4vw, 2.5rem);\n\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    line-height: 1.6;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 42px);\n    font-weight: 700;\n    margin: 0 0 1rem;\n    color: var(--primary);\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    font-weight: 600;\n    margin: 0 0 1rem;\n    color: var(--primary);\n  }\n\n  .product-detail-container h3 {\n    font-size: 20px;\n    font-weight: 600;\n    margin: 0 0 0.5rem;\n    color: var(--primary);\n  }\n\n  .product-detail-container p {\n    font-size: clamp(16px, 2vw, 18px);\n    margin: 0 0 1.5rem;\n    color: var(--text-sub);\n  }\n\n  \/* Layout \u0026 Components *\/\n  .pd-section {\n    margin-bottom: var(--spacing-lg);\n  }\n\n  .pd-hero {\n    text-align: center;\n    max-width: 800px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .pd-hero__tag {\n    display: inline-block;\n    padding: 0.5rem 1rem;\n    background: var(--bg-soft);\n    border-radius: var(--radius-md);\n    font-size: 16px;\n    font-weight: 500;\n    margin-bottom: 1.5rem;\n  }\n\n  .pd-image-container {\n    width: 100%;\n    border-radius: var(--radius-md);\n    overflow: hidden;\n  }\n\n  .pd-image-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .pd-feature {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: var(--spacing-md);\n    align-items: center;\n  }\n\n  @media (min-width: 768px) {\n    .pd-feature {\n      grid-template-columns: 1fr 1fr;\n    }\n    .pd-feature--reverse {\n      direction: rtl;\n    }\n    .pd-feature--reverse \u003e * {\n      direction: ltr;\n    }\n  }\n\n  .pd-feature__content {\n    padding: var(--spacing-md) 0;\n  }\n\n  .pd-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n  }\n\n  .pd-tag {\n    font-size: 14px;\n    padding: 0.25rem 0.75rem;\n    background: var(--bg-soft);\n    border-radius: var(--radius-md);\n    color: var(--text-sub);\n  }\n\n  \/* Specifications Table *\/\n  .pd-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 1rem;\n    background: var(--bg-soft);\n    border-radius: var(--radius-md);\n    overflow: hidden;\n  }\n\n  .pd-specs-table th,\n  .pd-specs-table td {\n    padding: 1rem;\n    text-align: left;\n    border-bottom: 1px solid #e0e0e0;\n    font-size: 16px;\n  }\n\n  .pd-specs-table th {\n    font-weight: 600;\n    width: 35%;\n    color: var(--primary);\n  }\n\n  .pd-specs-table tr:last-child td,\n  .pd-specs-table tr:last-child th {\n    border-bottom: none;\n  }\n\n  @media (max-width: 767px) {\n    .pd-specs-table, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table th, .pd-specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .pd-specs-table thead {\n      display: none;\n    }\n    .pd-specs-table tr {\n      margin-bottom: 1rem;\n      background: var(--bg-soft);\n      border-radius: var(--radius-md);\n      padding: 0.5rem;\n    }\n    .pd-specs-table td {\n      padding: 0.75rem 0;\n      display: flex;\n      justify-content: space-between;\n      text-align: right;\n      border-bottom: 1px solid #eee;\n    }\n    .pd-specs-table td:last-child {\n      border-bottom: none;\n    }\n    .pd-specs-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      text-align: left;\n      padding-right: 1rem;\n      color: var(--primary);\n    }\n  }\n\n  \/* FAQ *\/\n  .pd-faq__item {\n    border-bottom: 1px solid var(--bg-soft);\n    padding: 1.5rem 0;\n  }\n  .pd-faq__item:last-child {\n    border-bottom: none;\n  }\n  .pd-faq__question {\n    font-size: 18px;\n    font-weight: 600;\n    margin-bottom: 0.5rem;\n    color: var(--primary);\n  }\n  .pd-faq__answer {\n    font-size: 16px;\n    color: var(--text-sub);\n    margin: 0;\n  }\n\n  \/* Placeholder Style *\/\n  .pd-image-placeholder {\n    width: 100%;\n    background-color: var(--bg-soft);\n    border: 2px dashed var(--text-sub);\n    border-radius: var(--radius-md);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-family: monospace;\n    padding: 2rem;\n    box-sizing: border-box;\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero__tag\"\u003eConçue pour une Utilisation Quotidienne Facile\u003c\/div\u003e\n\n\u003ch1\u003eBande Auto-Agrippante Double Face Résistante\u003c\/h1\u003e\n\n\u003cp\u003eLa solution polyvalente et de qualité industrielle pour organiser votre maison, bureau et voiture sans perçage ni dommage.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv class=\"pd-image-placeholder\" style=\"aspect-ratio: 16\/9;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260727111337\/74da424e83e832b008ef7ed5d31dc37a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 1: Versatility --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv class=\"pd-image-placeholder\" style=\"aspect-ratio: 4\/3;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img54\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260727111337\/d80bbef51ec8f8d69c523ac8df77f061.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature__content\"\u003e\n\u003ch2\u003eOrganisez Tout, Partout\u003c\/h2\u003e\n\n\u003cp\u003eQu'il s'agisse de suspendre des cadres photo, de fixer des multiprises ou de maintenir les tapis de voiture en place, cette bande polyvalente offre des possibilités infinies pour un espace plus ordonné. Sa forte tenue la rend parfaite pour les locataires, les étudiants et les projets DIY où vous avez besoin d'une solution de fixation fiable et sans dommage.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eOrganisation à Domicile\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eInstallation de Bureau\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eIntérieur de Voiture\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Strong Hold --\u003e\n\n\u003cdiv class=\"pd-section pd-feature pd-feature--reverse\"\u003e\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv class=\"pd-image-placeholder\" style=\"aspect-ratio: 4\/3;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260727111337\/c5b9de59de8f2dbd5af0cecbaeb9aea9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature__content\"\u003e\n\u003ch2\u003ePuissance de Maintien Industrielle\u003c\/h2\u003e\n\n\u003cp\u003eConçues avec un design dense de crochets et boucles, ces bandes offrent une liaison sécurisée et durable sur laquelle vous pouvez compter. Le dos adhésif puissant assure une prise solide sur une variété de surfaces lisses et propres, garantissant une performance fiable pour les objets qui doivent rester en place.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eAdhérence Forte\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eVerrouillage Sécurisé\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eDurable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Customizable --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv class=\"pd-image-placeholder\" style=\"aspect-ratio: 4\/3;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img53\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260727111337\/596a4d2e14ca3765842968be3bc0a177.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature__content\"\u003e\n\u003ch2\u003eFacile à Personnaliser à Toute Taille\u003c\/h2\u003e\n\n\u003cp\u003eBesoin d'une taille spécifique pour un projet unique ? La bande est incroyablement facile à manipuler. Il suffit d'utiliser une paire de ciseaux pour couper les bandes à la longueur et à la forme exactes requises. Cette flexibilité en fait un outil essentiel pour toute tâche d'organisation ou de fixation personnalisée.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eDécoupable à la Taille\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eApplication Facile\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eUtilisation Flexible\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eSpécifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eType de Produit\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eBandes Auto-Agrippantes Double Face\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCouleur\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Color\"\u003eNoir\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMatériau\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eTissu Nylon \/ Polyester avec Dos Adhésif\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eTailles Disponibles\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Available Sizes\"\u003e3 cm x 3 cm (1,18\" x 1,18\")\u003cbr\u003e\n\t\t\t1,6 cm x 7 cm (0,63\" x 2,76\")\u003cbr\u003e\n\t\t\t5 cm x 5 cm (1,97\" x 1,97\")\u003cbr\u003e\n\t\t\t3 cm x 10 cm (1,18\" x 3,94\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eOptions de Paquet\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Pack Options\"\u003ePaquet de 20, Paquet de 40, Paquet de 60\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp style=\"font-size: 14px; margin-top: 0.5rem; color: var(--text-sub);\"\u003e* Remarque : Les tailles disponibles et les quantités par paquet peuvent varier selon votre sélection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eQuestions Fréquemment Posées\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq__item\"\u003e\n\u003cdiv class=\"pd-faq__question\"\u003eSur quelles surfaces puis-je utiliser cette bande ?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq__answer\"\u003eL'adhésif fonctionne mieux sur des surfaces lisses, propres et sèches telles que le verre, le métal, le bois, le plastique, le carrelage en céramique et le marbre. Il n'est pas recommandé pour les surfaces rugueuses, inégales ou poreuses comme le placoplâtre peint, la brique, le papier peint ou le béton.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq__item\"\u003e\n\u003cdiv class=\"pd-faq__question\"\u003ePuis-je couper les bandes en plus petites tailles ?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq__answer\"\u003eOui, absolument. Vous pouvez facilement couper la bande auto-agrippante avec des ciseaux ménagers standards pour l'adapter à la taille et à la forme exactes dont vous avez besoin pour votre projet.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq__item\"\u003e\n\u003cdiv class=\"pd-faq__question\"\u003eL'adhésif est-il permanent ?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq__answer\"\u003eL'adhésif est conçu pour une tenue forte et durable. Bien qu'il puisse être retiré, surtout s'il est chauffé au préalable avec un sèche-cheveux, il est destiné à une solution de fixation semi-permanente. Le retirer rapidement peut endommager certaines surfaces peintes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"Pack de 20 \/ 0,63\" x 2,76\" (1,6 × 7 cm)","offer_id":46903857610925,"sku":"1732384885287719573","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Pack de 40 \/ 0,63\" x 2,76\" (1,6 × 7 cm)","offer_id":46903857643693,"sku":"1732384885287785109","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Pack de 60 \/ 0,63\" x 2,76\" (1,6 × 7 cm)","offer_id":46903857676461,"sku":"1732384885287850645","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Pack de 20 \/ 1.18″ × 1.18″ (3 cm × 3 cm)","offer_id":46903857709229,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Pack de 40 \/ 1.18″ × 1.18″ (3 cm × 3 cm)","offer_id":46903857741997,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"Pack de 60 \/ 1.18″ × 1.18″ (3 cm × 3 cm)","offer_id":46903857774765,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true},{"title":"Pack de 20 \/ 1.97″ × 1.97″ (5 cm × 5 cm)","offer_id":46903857807533,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Pack de 40 \/ 1.97″ × 1.97″ (5 cm × 5 cm)","offer_id":46903857840301,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"Pack de 60 \/ 1.97″ × 1.97″ (5 cm × 5 cm)","offer_id":46903857873069,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true},{"title":"Pack de 20 \/ 1.18″ × 3.94″ (3 cm × 10 cm)","offer_id":46903857905837,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Pack de 40 \/ 1.18″ × 3.94″ (3 cm × 10 cm)","offer_id":46903857938605,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"Pack de 60 \/ 1.18″ × 3.94″ (3 cm × 10 cm)","offer_id":46903857971373,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/fc5544f83535230a830306a919b3bf6e_c86f4d69-e0a4-47a5-babd-a19eb8bdc624.jpg?v=1785132850","url":"https:\/\/newjoyloo.com\/fr\/products\/adhesive-hook-and-loop-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}