{"product_id":"oily-instant-bonding-glue","title":"Oily Instant Bonding Glue","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：强力瞬干胶\n  目标受众：家庭用户、DIY爱好者\n  视觉风格：清晰、专业、强调修复效果\n  配色策略：以产品标签的绿色为主色调，搭配中性黑白灰\n  模块顺序：Hero (核心利益) -\u003e Feature 1 (瞬间修复效果) -\u003e Feature 2 (多材质兼容) -\u003e Feature 3 (防水耐用) -\u003e Specifications -\u003e FAQ\n  详情图映射：Feature1=image_0.png, Feature2=image_2.png, Feature3=image_3.png\n  规格图映射：Specs=image_4.png\n  对比模块：未加入（Before\/After已融入Feature 1）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #4CAF50; \/* Green from label *\/\n      --primary-hover: #43A047;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F9F9;\n      --bg-soft: #F0F2F5;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.1);\n      --border-color: #EEEEEE;\n      --spacing-section: clamp(3rem, 6vw, 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, 4vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 1.5vw, 18px);\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Layout \u0026 Components *\/\n    .section-block {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-image-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-weight: 500;\n      padding: 2rem;\n      box-sizing: border-box;\n      min-height: 300px;\n    }\n\n    .pd-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 0.4rem 1rem;\n      border-radius: 2rem;\n      font-size: 14px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto var(--spacing-section);\n    }\n    \n    .hero-section .pd-image-placeholder {\n        min-height: 400px;\n    }\n\n    \/* Feature Sections *\/\n    .feature-section {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-section:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n\n    .feature-media img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-card);\n      padding: 0.3rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-size: 14px;\n      color: var(--text-sub);\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Specifications *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      background-color: var(--bg-soft);\n      font-weight: 600;\n      width: 35%;\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      background-color: var(--bg-card);\n      padding: 1.5rem;\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-item h3 {\n      margin-bottom: 0.5rem;\n      color: var(--primary);\n    }\n\n    .faq-item p {\n      margin-bottom: 0;\n    }\n\n    \/* Mobile Media Query *\/\n    @media (max-width: 767px) {\n      .product-detail-container h1 {\n        font-size: 32px;\n      }\n      \n      .feature-section, .feature-section:nth-child(even) {\n        flex-direction: column;\n        text-align: left;\n      }\n\n      .hero-section .pd-image-placeholder, .feature-media .pd-image-placeholder {\n        min-height: 250px;\n      }\n      \n      .feature-media img {\n          margin-bottom: 1.5rem;\n      }\n\n      \/* Mobile Specs Table *\/\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n\n      .specs-table thead {\n        display: none;\n      }\n\n      .specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n      }\n\n      .specs-table td {\n        padding-left: 50%;\n        position: relative;\n        border-bottom: 1px solid var(--border-color);\n        text-align: right;\n      }\n      \n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n\n      .specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1rem;\n        width: 45%;\n        white-space: nowrap;\n        font-weight: 600;\n        text-align: left;\n        color: var(--text-sub);\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero --\u003e\n\u003cdiv class=\"section-block hero-section\"\u003e\n\u003cspan class=\"pd-badge\"\u003eProfessional Strength for Everyday Repairs\u003c\/span\u003e\n\u003ch1\u003eFix It Fast, Fix It for Good.\u003c\/h1\u003e\n\n\u003cp\u003eThe versatile, instant adhesive for a lasting bond on ceramic, plastic, rubber, and more.\u003c\/p\u003e\n\u003c!-- \n      [AI Note] This placeholder is for a dynamic \"action shot\" as suggested by the Cover Strategy, \n      showing the glue being applied to a broken item.\n    --\u003e\n\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img67\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260704115507\/d3b56e1581da59174b7d9941cd25eed7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-block feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260704115518\/618fbd767b6115bd77f40c273beff157.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eRestore broken items in seconds.\u003c\/h2\u003e\n\n\u003cp\u003eDon't toss it, fix it. Our advanced formula creates an ultra-strong bond almost instantly, allowing you to get back to using your items right away. The clear liquid dries invisibly, leaving your repairs neat and virtually traceless.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eInstant Set\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eClear Finish\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eStrong Bond\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 2: Multi-Material --\u003e\n\n\u003cdiv class=\"section-block feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img69\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260704115518\/96c755b7fdc500048299f6ea3769643d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eOne glue for almost everything.\u003c\/h2\u003e\n\n\u003cp\u003eFrom fixing a favorite ceramic mug to re-attaching a shoe sole, this versatile adhesive is your go-to solution for household and DIY projects. It bonds securely to a wide range of materials including wood, metal, glass, leather, acrylic, and most plastics.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eMulti-Surface\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCeramic \u0026amp; Glass\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eRubber \u0026amp; Leather\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 3: Waterproof \u0026 Durable --\u003e\n\n\u003cdiv class=\"section-block feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img70\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260704115518\/0bd4f3ac63c4e2ccf9697937cc49d52d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eWaterproof and built to last.\u003c\/h2\u003e\n\n\u003cp\u003eEngineered to withstand moisture and daily wear. The cured bond is highly resilient against water, making it perfect for repairs exposed to damp conditions. The kit includes extra precision tips for accurate, mess-free application in tight spots.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eWater Resistant\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eImpact Tough\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003e\u003cspan style=\"font-size:16px;\"\u003eOily Instant Adhesive\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Net Weight\"\u003e\u003cspan style=\"font-size:16px;\"\u003e20g per bottle\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Color\"\u003e\u003cspan style=\"font-size:16px;\"\u003eColorless (Transparent)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"In the Box\"\u003e\u003cspan style=\"font-size:16px;\"\u003eAdhesive\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Application\"\u003e\u003cspan style=\"font-size:16px;\"\u003eCeramic, Plastic, Rubber, Leather, Wood, Metal, Glass\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow quickly does the glue set?\u003c\/h3\u003e\n\n\u003cp\u003eThe adhesive is designed for an instant bond, setting in just a few seconds upon contact and pressure. Full cure strength is achieved over a longer period.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWill this work on porous surfaces like wood or pottery?\u003c\/h3\u003e\n\n\u003cp\u003eYes, the formula is effective on both porous and non-porous surfaces, including wood, ceramic, and pottery.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs the dried glue visible?\u003c\/h3\u003e\n\n\u003cp\u003eNo, the adhesive liquid is colorless and dries clear, making repairs clean and virtually invisible.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Essential Tool)","offer_id":45810161352895,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Keep a Backup - 10%)","offer_id":45810161385663,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Best Value - 15%)","offer_id":45810161418431,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"4-Pack (Stock Up \u0026 Save - 20%)","offer_id":45810161451199,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/d3b56e1581da59174b7d9941cd25eed7.jpg?v=1783141409","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/oily-instant-bonding-glue","provider":"Bak","version":"1.0","type":"link"}