{"product_id":"adhesive-hook-and-loop-rjc","title":"Adhesive Hook and Loop","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\"\u003eDesigned for Everyday Ease\u003c\/div\u003e\n\n\u003ch1\u003eHeavy-Duty Double-Sided Hook \u0026amp; Loop Tape\u003c\/h1\u003e\n\n\u003cp\u003eThe versatile, industrial-strength solution for organizing your home, office, and car without drillings or damage.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv class=\"pd-image-placeholder\" style=\"aspect-ratio: 16\/9;\"\u003e\n\u003cdiv\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\/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\n\u003cdiv\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\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature__content\"\u003e\n\u003ch2\u003eOrganize Anything, Anywhere\u003c\/h2\u003e\n\n\u003cp\u003eFrom hanging picture frames and securing power strips to keeping car mats in place, this versatile tape offers endless possibilities for a tidier space. Its strong hold makes it perfect for renters, students, and DIY projects where you need a reliable, damage-free mounting solution.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eHome Organization\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eOffice Setup\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eCar Interior\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\n\u003cdiv\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\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature__content\"\u003e\n\u003ch2\u003eIndustrial-Grade Holding Power\u003c\/h2\u003e\n\n\u003cp\u003eEngineered with a dense hook and loop design, these strips provide a secure, long-lasting bond that you can trust. The powerful adhesive backing ensures a strong grip on a variety of smooth, clean surfaces, delivering reliable performance for items that need to stay put.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eStrong Adhesion\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSecure Lock\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\n\u003cdiv\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\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature__content\"\u003e\n\u003ch2\u003eEasy to Customize to Any Size\u003c\/h2\u003e\n\n\u003cp\u003eNeed a specific size for a unique project? The tape is incredibly easy to work with. Simply use a pair of scissors to cut the strips to your exact required length and shape. This flexibility makes it an essential tool for any custom organization or mounting task.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eCut-to-Size\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eEasy Application\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eFlexible Use\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\u003eSpecifications\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\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eDouble-Sided Hook \u0026amp; Loop Strips\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eColor\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Color\"\u003eBlack\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eNylon \/ Polyester Fabric with Adhesive Backing\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eAvailable Sizes\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Available Sizes\"\u003e1.18\" x 1.18\" (3 cm x 3 cm)\u003cbr\u003e\n\t\t\t0.63\" x 2.76\" (1.6 cm x 7 cm)\u003cbr\u003e\n\t\t\t1.97\" x 1.97\" (5 cm x 5 cm)\u003cbr\u003e\n\t\t\t1.18\" x 3.94\" (3 cm x 10 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003ePack Options\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Pack Options\"\u003e20 Pack, 40 Pack, 60 Pack\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* Note: Available sizes and pack quantities may vary depending on your selection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq__item\"\u003e\n\u003cdiv class=\"pd-faq__question\"\u003eWhat surfaces can I use this tape on?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq__answer\"\u003eThe adhesive works best on smooth, clean, and dry surfaces such as glass, metal, wood, plastic, ceramic tile, and marble. It is not recommended for use on rough, uneven, or porous surfaces like painted drywall, brick, wallpaper, or concrete.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq__item\"\u003e\n\u003cdiv class=\"pd-faq__question\"\u003eCan I cut the strips to a smaller size?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq__answer\"\u003eYes, absolutely. You can easily cut the hook and loop tape with standard household scissors to customize it to the exact size and shape you need for your project.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq__item\"\u003e\n\u003cdiv class=\"pd-faq__question\"\u003eIs the adhesive permanent?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq__answer\"\u003eThe adhesive is designed for a strong, long-lasting hold. While it can be removed, especially if warmed with a hairdryer first, it is intended as a semi-permanent mounting solution. Pulling it off quickly may damage some painted surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"20-Pack \/ 0.63\" x 2.76\" (1.6 × 7 cm)","offer_id":46903857610925,"sku":"1732384885287719573","price":12.95,"currency_code":"USD","in_stock":true},{"title":"40-Pack \/ 0.63\" x 2.76\" (1.6 × 7 cm)","offer_id":46903857643693,"sku":"1732384885287785109","price":19.95,"currency_code":"USD","in_stock":true},{"title":"60-Pack \/ 0.63\" x 2.76\" (1.6 × 7 cm)","offer_id":46903857676461,"sku":"1732384885287850645","price":29.95,"currency_code":"USD","in_stock":true},{"title":"20-Pack \/ 1.18″ × 1.18″ (3 cm × 3 cm)","offer_id":46903857709229,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"40-Pack \/ 1.18″ × 1.18″ (3 cm × 3 cm)","offer_id":46903857741997,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"60-Pack \/ 1.18″ × 1.18″ (3 cm × 3 cm)","offer_id":46903857774765,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true},{"title":"20-Pack \/ 1.97″ × 1.97″ (5 cm × 5 cm)","offer_id":46903857807533,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"40-Pack \/ 1.97″ × 1.97″ (5 cm × 5 cm)","offer_id":46903857840301,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"60-Pack \/ 1.97″ × 1.97″ (5 cm × 5 cm)","offer_id":46903857873069,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true},{"title":"20-Pack \/ 1.18″ × 3.94″ (3 cm × 10 cm)","offer_id":46903857905837,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"40-Pack \/ 1.18″ × 3.94″ (3 cm × 10 cm)","offer_id":46903857938605,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"60-Pack \/ 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\/products\/adhesive-hook-and-loop-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}