{"product_id":"🛠️✨aexzr®-all-surface-repair-glue-invisible-flexible-waterproof-bond-that-lasts✨","title":"🛠️✨AEXZR® All-Surface Repair Glue – Invisible, Flexible \u0026 Waterproof Bond That Lasts✨","description":"\u003c!--\n  [AI Design Logic]\n  产品类型：BKM 5800 多用途强力修复胶\n  目标受众：DIY爱好者、家庭维修用户、球鞋玩家\n  视觉风格：专业、干净、强调修复前后的对比效果\n  配色策略：以产品本身的红白为主色调，搭配深灰文字，营造可信赖感\n  模块顺序：Hero -\u003e Feature 1 -\u003e Feature 2 -\u003e Feature 3 -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_4.png, Feature1=image_3.png, Feature2=image_0.png, Feature3=image_5.png\n  规格图映射：Specs数据来源于image_1, image_3, image_5的综合信息\n  对比模块：已融入Feature 3强调与普通胶水的区别\n  适配说明：该代码已针对移动端和电脑端进行响应式优化，可直接在Shopify中使用\n--\u003e\n\n\u003cstyle\u003e\n    \/* ===== 全局重置 \u0026 容器 ===== *\/\n    .product-detail-container {\n        --primary: #E63946;\n        --primary-hover: #C52835;\n        --text-main: #2D3436;\n        --text-sub: #636E72;\n        --bg-body: #FFFFFF;\n        --bg-card: #F9F9F9;\n        --bg-soft: #F2F4F6;\n        --radius-md: 8px;\n        --radius-lg: 16px;\n        --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n        --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n        --border-color: #E1E5E9;\n        --spacing-section: clamp(3rem, 8vw, 5rem);\n        --spacing-block: 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        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 5%;\n        box-sizing: border-box;\n        overflow-wrap: break-word;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n        box-sizing: border-box;\n    }\n\n    \/* ===== 排版 ===== *\/\n    .product-detail-container h1 {\n        font-size: clamp(32px, 5vw, 44px);\n        font-weight: 700;\n        line-height: 1.2;\n        margin-bottom: 1rem;\n        color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n        font-size: clamp(24px, 4vw, 32px);\n        font-weight: 600;\n        margin-bottom: 1rem;\n        color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n        font-size: 20px;\n        font-weight: 600;\n        margin-bottom: 0.75rem;\n        color: var(--text-main);\n    }\n\n    .product-detail-container p {\n        font-size: clamp(16px, 1.2vw, 18px);\n        color: var(--text-sub);\n        margin-bottom: 1.5rem;\n    }\n\n    \/* ===== 基础组件 ===== *\/\n    .pd-tag {\n        display: inline-block;\n        background: var(--bg-soft);\n        color: var(--text-sub);\n        padding: 6px 14px;\n        border-radius: 20px;\n        font-size: clamp(13px, 0.9vw, 14px);\n        font-weight: 500;\n        margin-right: 6px;\n        margin-bottom: 8px;\n        transition: background 0.2s;\n    }\n\n    .pd-trust-badge {\n        display: inline-flex;\n        align-items: center;\n        color: var(--primary);\n        font-weight: 600;\n        font-size: clamp(14px, 1vw, 16px);\n        margin-bottom: 1rem;\n        letter-spacing: 0.3px;\n    }\n    .pd-trust-badge::before {\n        content: '★';\n        margin-right: 6px;\n        font-size: 1.1em;\n    }\n\n    \/* ===== 图片容器（响应式） ===== *\/\n    .pd-image-wrapper {\n        width: 100%;\n        height: auto;\n        display: block;\n        border-radius: var(--radius-md);\n        overflow: hidden;\n        background-color: var(--bg-soft);\n    }\n    .pd-image-wrapper img {\n        width: 100%;\n        height: auto;\n        display: block;\n        object-fit: cover;\n        transition: transform 0.3s ease;\n    }\n    .pd-image-wrapper img:hover {\n        transform: scale(1.01);\n    }\n\n    \/* ===== Hero 区域 ===== *\/\n    .pd-hero {\n        text-align: center;\n        margin-bottom: var(--spacing-section);\n        padding-top: var(--spacing-block);\n    }\n    .pd-hero-content {\n        max-width: 800px;\n        margin: 0 auto 2.5rem;\n    }\n    .pd-hero-content p {\n        font-size: clamp(18px, 1.5vw, 22px);\n        color: var(--text-sub);\n        max-width: 640px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n    .pd-hero-media {\n        max-width: 900px;\n        margin: 0 auto;\n    }\n\n    \/* ===== Feature 区块（Z 字排列） ===== *\/\n    .pd-feature {\n        display: flex;\n        align-items: center;\n        gap: clamp(2rem, 5vw, 4rem);\n        margin-bottom: var(--spacing-section);\n    }\n    .pd-feature:nth-child(even) {\n        flex-direction: row-reverse;\n    }\n    .pd-feature-media,\n    .pd-feature-copy {\n        flex: 1;\n        min-width: 0;\n    }\n    .pd-feature-copy {\n        padding: var(--spacing-block) 0;\n    }\n    .pd-feature-copy h2 {\n        font-size: clamp(24px, 3.2vw, 32px);\n    }\n    .pd-feature-copy p {\n        font-size: clamp(16px, 1.2vw, 18px);\n    }\n    .pd-tags {\n        margin-top: 0.5rem;\n    }\n\n    \/* ===== 规格表 ===== *\/\n    .pd-specs {\n        background: var(--bg-card);\n        padding: var(--spacing-block);\n        border-radius: var(--radius-lg);\n        margin-bottom: var(--spacing-section);\n        box-shadow: var(--shadow-sm);\n        border: 1px solid var(--border-color);\n    }\n    .pd-specs h2 {\n        text-align: center;\n        margin-bottom: 1.5rem;\n    }\n    .pd-spec-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-top: 0.5rem;\n    }\n    .pd-spec-table th,\n    .pd-spec-table td {\n        text-align: left;\n        padding: 16px 18px;\n        border-bottom: 1px solid var(--border-color);\n        font-size: clamp(16px, 1.1vw, 18px);\n        vertical-align: middle;\n    }\n    .pd-spec-table th {\n        color: var(--text-sub);\n        font-weight: 500;\n        width: 35%;\n        background-color: var(--bg-soft);\n    }\n    .pd-spec-table tr:last-child td,\n    .pd-spec-table tr:last-child th {\n        border-bottom: none;\n    }\n\n    \/* ===== FAQ ===== *\/\n    .pd-faq {\n        margin-bottom: var(--spacing-section);\n        max-width: 900px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n    .pd-faq h2 {\n        text-align: center;\n        margin-bottom: 2rem;\n    }\n    .pd-faq-item {\n        margin-bottom: 1.5rem;\n        border-bottom: 1px solid var(--border-color);\n        padding-bottom: 1.5rem;\n    }\n    .pd-faq-item:last-child {\n        border-bottom: none;\n        margin-bottom: 0;\n        padding-bottom: 0;\n    }\n    .pd-faq-question {\n        font-size: clamp(18px, 1.3vw, 20px);\n        font-weight: 600;\n        margin-bottom: 0.5rem;\n        color: var(--text-main);\n    }\n    .pd-faq-answer {\n        font-size: clamp(16px, 1.1vw, 18px);\n        color: var(--text-sub);\n        margin: 0;\n    }\n\n    \/* ============================================================\n               响应式适配：平板 \u0026 手机\n               ============================================================ *\/\n\n    \/* ---- 平板及以下 (≤ 1024px) ---- *\/\n    @media (max-width: 1024px) {\n        .product-detail-container {\n            padding: 0 4%;\n        }\n        .pd-feature {\n            gap: 2.5rem;\n        }\n        .pd-spec-table th,\n        .pd-spec-table td {\n            padding: 14px 16px;\n            font-size: 16px;\n        }\n    }\n\n    \/* ---- 手机 (≤ 767px) ---- *\/\n    @media (max-width: 767px) {\n        .product-detail-container {\n            padding: 0 4%;\n        }\n\n        \/* Feature 全部改为纵向排列 *\/\n        .pd-feature,\n        .pd-feature:nth-child(even) {\n            flex-direction: column;\n            text-align: center;\n            gap: 1.5rem;\n            margin-bottom: var(--spacing-section);\n        }\n        .pd-feature-copy {\n            padding-top: 0.5rem;\n            padding-bottom: 0;\n            width: 100%;\n        }\n        .pd-feature-media {\n            width: 100%;\n        }\n        .pd-feature-copy h2 {\n            font-size: clamp(22px, 5vw, 28px);\n        }\n        .pd-feature-copy p {\n            font-size: 16px;\n        }\n\n        \/* Tags 居中显示 *\/\n        .pd-tags {\n            text-align: center;\n        }\n        .pd-tag {\n            display: inline-block;\n            margin: 4px 4px;\n            font-size: 13px;\n            padding: 5px 12px;\n        }\n\n        \/* Hero *\/\n        .pd-hero-content {\n            margin-bottom: 1.8rem;\n        }\n        .pd-hero-content p {\n            font-size: 17px;\n        }\n\n        \/* ---- 规格表：移动端卡片化 ---- *\/\n        .pd-spec-table,\n        .pd-spec-table thead,\n        .pd-spec-table tbody,\n        .pd-spec-table tr,\n        .pd-spec-table th,\n        .pd-spec-table td {\n            display: block;\n            width: 100%;\n        }\n        .pd-spec-table thead {\n            display: none;\n        }\n        .pd-spec-table tr {\n            margin-bottom: 0.75rem;\n            border: 1px solid var(--border-color);\n            border-radius: var(--radius-md);\n            overflow: hidden;\n            background: #fff;\n        }\n        .pd-spec-table td {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            text-align: right;\n            padding: 12px 16px;\n            border-bottom: 1px solid var(--bg-soft);\n            font-size: 15px;\n            background: #fff;\n        }\n        .pd-spec-table td:last-child {\n            border-bottom: none;\n        }\n        .pd-spec-table td::before {\n            content: attr(data-label);\n            font-weight: 600;\n            color: var(--text-sub);\n            margin-right: 1rem;\n            text-align: left;\n            flex-shrink: 0;\n        }\n        .pd-spec-table td[data-label] {\n            text-align: right;\n        }\n\n        \/* FAQ *\/\n        .pd-faq {\n            padding: 0 0.25rem;\n        }\n        .pd-faq-question {\n            font-size: 17px;\n        }\n        .pd-faq-answer {\n            font-size: 16px;\n        }\n\n        \/* 规格表标题微调 *\/\n        .pd-specs h2 {\n            font-size: clamp(22px, 5vw, 28px);\n        }\n    }\n\n    \/* ---- 小屏手机 (≤ 400px) ---- *\/\n    @media (max-width: 400px) {\n        .product-detail-container {\n            padding: 0 3%;\n        }\n        .pd-hero-content h1 {\n            font-size: 28px;\n        }\n        .pd-hero-content p {\n            font-size: 15px;\n        }\n        .pd-feature-copy h2 {\n            font-size: 20px;\n        }\n        .pd-feature-copy p {\n            font-size: 15px;\n        }\n        .pd-spec-table td {\n            font-size: 14px;\n            padding: 10px 12px;\n            flex-wrap: wrap;\n        }\n        .pd-spec-table td::before {\n            font-size: 14px;\n        }\n        .pd-tag {\n            font-size: 12px;\n            padding: 4px 10px;\n        }\n        .pd-faq-question {\n            font-size: 16px;\n        }\n        .pd-faq-answer {\n            font-size: 15px;\n        }\n    }\n\n    \/* ---- 大屏优化 (≥ 1400px) ---- *\/\n    @media (min-width: 1400px) {\n        .product-detail-container {\n            padding: 0 3%;\n        }\n        .pd-feature {\n            gap: 5rem;\n        }\n        .pd-hero-content p {\n            font-size: 22px;\n        }\n        .pd-feature-copy p {\n            font-size: 18px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-detail-container\"\u003e\n    \u003c!-- ============================================================\n    A. HERO 区域\n    ============================================================ --\u003e\n    \u003cdiv class=\"pd-hero\"\u003e\n        \u003cdiv class=\"pd-hero-content\"\u003e\n            \u003cdiv class=\"pd-trust-badge\"\u003eProfessional Grade DIY Repair\u003c\/div\u003e\n            \u003ch1\u003eInvisible, Flexible Power for Your Toughest Repairs\u003c\/h1\u003e\n            \u003cp\u003eRestore shoes, leather, and household items with a waterproof bond that stays soft, clear, and lasts just like new.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pd-hero-media\"\u003e\n            \u003cdiv class=\"pd-image-wrapper\"\u003e\n                \u003c!-- [📷 需替换：detail_4.png - 建议使用展示修复前后对比的图片] --\u003e\n                \u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260529095739\/6a93a22337ffba5501102b977f939a76.jpg\" alt=\"BKM 5800 修复前后对比效果\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ============================================================\n    B. FEATURE 1：精准操作\n    ============================================================ --\u003e\n    \u003csection class=\"pd-feature\"\u003e\n        \u003cdiv class=\"pd-feature-media\"\u003e\n            \u003cdiv class=\"pd-image-wrapper\"\u003e\n                \u003c!-- [📷 需替换：detail_3.png - 展示金属针头和操作步骤的图片] --\u003e\n                \u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260529095739\/a651dae3a9153eafaecae2f379e22556.jpg\" alt=\"BKM 5800 金属针头精准操作\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pd-feature-copy\"\u003e\n            \u003ch2\u003ePinpoint Precision without the Mess\u003c\/h2\u003e\n            \u003cp\u003eEngineered with a specialized fine-tip metal nozzle, this adhesive allows for controlled, drop-by-drop application. Easily reach tight seams, small cracks, and delicate edges without spills or waste.\u003c\/p\u003e\n            \u003cdiv class=\"pd-tags\"\u003e\n                \u003cspan class=\"pd-tag\"\u003eMetal Needle Tip\u003c\/span\u003e\n                \u003cspan class=\"pd-tag\"\u003eControlled Flow\u003c\/span\u003e\n                \u003cspan class=\"pd-tag\"\u003eZero Waste\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ============================================================\n    C. FEATURE 2：多材质通用\n    ============================================================ --\u003e\n    \u003csection class=\"pd-feature\"\u003e\n        \u003cdiv class=\"pd-feature-media\"\u003e\n            \u003cdiv class=\"pd-image-wrapper\"\u003e\n                \u003c!-- [📷 需替换：detail_0.png - 展示多种适用材质的图片] --\u003e\n                \u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260529095739\/ac3f1d019572ac3c7b715922a8f9ac05.jpg\" alt=\"BKM 5800 多材质通用修复\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pd-feature-copy\"\u003e\n            \u003ch2\u003eOne Solution for Nearly Every Material\u003c\/h2\u003e\n            \u003cp\u003eSimplify your toolbox with a truly multi-purpose adhesive. From fixing ceramics and toys to bonding wood, metal, and glass, its industrial-strength formula adapts to almost any household repair challenge.\u003c\/p\u003e\n            \u003cdiv class=\"pd-tags\"\u003e\n                \u003cspan class=\"pd-tag\"\u003eMulti-Material Bond\u003c\/span\u003e\n                \u003cspan class=\"pd-tag\"\u003eHousehold Essential\u003c\/span\u003e\n                \u003cspan class=\"pd-tag\"\u003eHeavy Duty\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ============================================================\n    D. FEATURE 3：透明柔性（核心差异化）\n    ============================================================ --\u003e\n    \u003csection class=\"pd-feature\"\u003e\n        \u003cdiv class=\"pd-feature-media\"\u003e\n            \u003cdiv class=\"pd-image-wrapper\"\u003e\n                \u003c!-- [📷 需替换：detail_5.png - 展示透明效果与普通胶水对比的图片] --\u003e\n                \u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260529095739\/c9bed17c6a7e85ed56008d0d19cbf22b.jpg\" alt=\"BKM 5800 透明柔性修复效果\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pd-feature-copy\"\u003e\n            \u003ch2\u003eCrystal Clear \u0026amp; Flexible – Perfect for Shoes\u003c\/h2\u003e\n            \u003cp\u003eUnlike ordinary super glues that turn brittle and white, our formula dries completely clear and remains soft and flexible. It's waterproof and bends with movement, making it the ultimate choice for seamless shoe repairs that won't crack.\u003c\/p\u003e\n            \u003cdiv class=\"pd-tags\"\u003e\n                \u003cspan class=\"pd-tag\"\u003eDries 100% Clear\u003c\/span\u003e\n                \u003cspan class=\"pd-tag\"\u003eRemains Flexible\u003c\/span\u003e\n                \u003cspan class=\"pd-tag\"\u003eWaterproof\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ============================================================\n    E. 规格表 (Specifications)\n    ============================================================ --\u003e\n    \u003csection class=\"pd-specs\"\u003e\n        \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n        \u003ctable class=\"pd-spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eFeature\u003c\/th\u003e\n                    \u003cth\u003eDetail\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd data-label=\"Model\"\u003eGlue\u003c\/td\u003e\n                    \u003ctd data-label=\"Detail\"\u003eMulti-purpose Repair Adhesive\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd data-label=\"Color (Dry)\"\u003eTransparent \/ Clear\u003c\/td\u003e\n                    \u003ctd data-label=\"Detail\"\u003eNon-whitening finish\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd data-label=\"Applicator Type\"\u003eFine Metal Needle Tip\u003c\/td\u003e\n                    \u003ctd data-label=\"Detail\"\u003ePrecision control nozzle\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd data-label=\"Properties\"\u003eFlexible \u0026amp; Waterproof\u003c\/td\u003e\n                    \u003ctd data-label=\"Detail\"\u003eResists moisture and impact\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd data-label=\"Set Time\"\u003eApprox. 20 Minutes\u003c\/td\u003e\n                    \u003ctd data-label=\"Detail\"\u003eInitial handling time\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ============================================================\n    F. FAQ (常见问题)\n    ============================================================ --\u003e\n    \u003csection class=\"pd-faq\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n        \u003cdiv class=\"pd-faq-item\"\u003e\n            \u003cdiv class=\"pd-faq-question\"\u003eIs this glue safe to use on expensive sneakers?\u003c\/div\u003e\n            \u003cp class=\"pd-faq-answer\"\u003eYes. It is specifically designed to be \"shoe-safe.\" It dries clear without whitening and remains flexible after curing, so it won't damage the material or crack when the shoe bends during walking.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pd-faq-item\"\u003e\n            \u003cdiv class=\"pd-faq-question\"\u003eWhat materials does it bond best with?\u003c\/div\u003e\n            \u003cp class=\"pd-faq-answer\"\u003eIt is highly versatile and forms strong bonds with leather, rubber, fabric, ceramics, metal, wood, glass, and most hard plastics.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pd-faq-item\"\u003e\n            \u003cdiv class=\"pd-faq-question\"\u003eHow long does it take to dry completely?\u003c\/div\u003e\n            \u003cp class=\"pd-faq-answer\"\u003eThe glue achieves an initial set in approximately 20 minutes, allowing for gentle handling. For maximum bond strength and durability, we recommend allowing a full 24 hours for complete curing.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\u003c\/div\u003e","brand":"CGC-fixgluereb1","offers":[{"title":"1-Pack✨✨","offer_id":63259313340787,"sku":"0529-17031898","price":19.97,"currency_code":"USD","in_stock":true},{"title":"2-Pack🛠️🛠️","offer_id":63259313373555,"sku":"0529-17037209","price":29.97,"currency_code":"USD","in_stock":true},{"title":"3-Pack💡💡","offer_id":63259313406323,"sku":"0529-17036197","price":35.97,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0992\/8992\/3955\/files\/6a93a22337ffba5501102b977f939a76_340e06fb-283f-4fb0-961c-6ddad0b7ffc3.jpg?v=1784884564","url":"https:\/\/rebelsa.online\/products\/%f0%9f%9b%a0%ef%b8%8f%e2%9c%a8aexzr%c2%ae-all-surface-repair-glue-invisible-flexible-waterproof-bond-that-lasts%e2%9c%a8","provider":"rebelsa","version":"1.0","type":"link"}