{"product_id":"2-part-epoxy-repair-sculpting-putty","title":"2-Part Epoxy Repair \u0026 Sculpting Putty","description":"\u003cstyle\u003e\n  \/* =====================================================\n     HEAVY-DUTY EPOXY PUTTY REPAIR\n     INDUSTRIAL RED + CHARCOAL + STEEL GREY\n     ===================================================== *\/\n\n  .epx-page {\n    --epx-red: #d52b24;\n    --epx-red-dark: #9d1d19;\n    --epx-red-soft: #fff0ed;\n\n    --epx-black: #151719;\n    --epx-charcoal: #25292c;\n    --epx-steel: #50575d;\n    --epx-grey: #737b81;\n\n    --epx-yellow: #f0b71d;\n    --epx-yellow-soft: #fff5d4;\n\n    --epx-white: #ffffff;\n    --epx-warm-white: #faf8f3;\n    --epx-concrete: #eeebe5;\n    --epx-soft-grey: #f4f5f5;\n\n    --epx-heading: #1c1f21;\n    --epx-text: #3c4246;\n    --epx-muted: #6c747a;\n    --epx-border: #d9dcde;\n\n    --epx-shadow:\n      0 18px 44px rgba(17, 20, 22, 0.12);\n\n    width: 100%;\n    max-width: 980px;\n    margin: 0 auto;\n    overflow: hidden;\n    color: var(--epx-text);\n    background: var(--epx-white);\n    font-family:\n      Inter,\n      -apple-system,\n      BlinkMacSystemFont,\n      \"Segoe UI\",\n      Arial,\n      sans-serif;\n    font-size: 18px;\n    line-height: 1.65;\n  }\n\n  .epx-page,\n  .epx-page * {\n    box-sizing: border-box;\n  }\n\n  .epx-page img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n  }\n\n  .epx-container {\n    width: 100%;\n    max-width: 880px;\n    margin: 0 auto;\n  }\n\n  .epx-section {\n    position: relative;\n    padding: 54px 22px;\n  }\n\n  .epx-section-soft {\n    background:\n      radial-gradient(\n        circle at 94% 5%,\n        rgba(213, 43, 36, 0.07),\n        transparent 25%\n      ),\n      linear-gradient(\n        180deg,\n        #f7f6f2 0%,\n        #eeece7 100%\n      );\n  }\n\n  \/* =====================================================\n     HERO\n     ===================================================== *\/\n\n  .epx-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 45px 18px 46px;\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at 93% 8%,\n        rgba(213, 43, 36, 0.30),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 5% 92%,\n        rgba(240, 183, 29, 0.10),\n        transparent 28%\n      ),\n      linear-gradient(\n        145deg,\n        #111315 0%,\n        #202427 55%,\n        #2e3336 100%\n      );\n  }\n\n  .epx-hero::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 7px;\n    background:\n      linear-gradient(\n        90deg,\n        var(--epx-red-dark) 0%,\n        var(--epx-red) 55%,\n        var(--epx-yellow) 100%\n      );\n  }\n\n  .epx-hero::after {\n    content: \"\";\n    position: absolute;\n    top: 85px;\n    right: -100px;\n    width: 270px;\n    height: 270px;\n    border: 44px solid rgba(255, 255, 255, 0.035);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .epx-hero-copy {\n    position: relative;\n    z-index: 2;\n    max-width: 820px;\n    margin: 0 auto 27px;\n    text-align: center;\n  }\n\n  .epx-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 15px;\n    padding: 8px 16px;\n    color: #ffffff;\n    font-size: 12px;\n    font-weight: 850;\n    letter-spacing: 0.11em;\n    line-height: 1;\n    text-transform: uppercase;\n    background:\n      linear-gradient(\n        135deg,\n        var(--epx-red-dark),\n        var(--epx-red)\n      );\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: 999px;\n    box-shadow:\n      0 8px 20px rgba(213, 43, 36, 0.23);\n  }\n\n  .epx-title {\n    margin: 0;\n    color: #ffffff;\n    font-family:\n      Impact,\n      \"Arial Narrow\",\n      \"Helvetica Neue\",\n      Arial,\n      sans-serif;\n    font-size: clamp(42px, 7vw, 68px);\n    font-weight: 900;\n    letter-spacing: -0.025em;\n    line-height: 0.98;\n    text-transform: uppercase;\n    text-shadow:\n      0 4px 14px rgba(0, 0, 0, 0.24);\n  }\n\n  .epx-title span {\n    color: #ef433a;\n  }\n\n  .epx-subtitle {\n    max-width: 740px;\n    margin: 19px auto 0;\n    color: rgba(255, 255, 255, 0.84);\n    font-size: 19px;\n    font-weight: 550;\n    line-height: 1.62;\n  }\n\n  .epx-benefits {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 9px;\n    margin: 22px 0 27px;\n  }\n\n  .epx-benefits span {\n    padding: 9px 14px;\n    color: #ffffff;\n    font-size: 13px;\n    font-weight: 750;\n    background: rgba(255, 255, 255, 0.08);\n    border: 1px solid rgba(255, 255, 255, 0.15);\n    border-radius: 999px;\n    backdrop-filter: blur(5px);\n  }\n\n  \/* =====================================================\n     MEDIA\n     ===================================================== *\/\n\n  .epx-media {\n    position: relative;\n    overflow: hidden;\n    width: 100%;\n    margin: 0;\n    background: var(--epx-concrete);\n    border: 1px solid rgba(27, 31, 33, 0.13);\n    border-radius: 20px;\n    box-shadow: var(--epx-shadow);\n  }\n\n  .epx-media::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    border: 1px solid rgba(255, 255, 255, 0.32);\n    border-radius: inherit;\n    pointer-events: none;\n  }\n\n  .epx-media img {\n    width: 100%;\n    height: auto;\n    object-fit: cover;\n  }\n\n  .epx-hero-media {\n    position: relative;\n    z-index: 2;\n    max-width: 760px;\n    margin: 0 auto;\n  }\n\n  \/* =====================================================\n     SUMMARY\n     ===================================================== *\/\n\n  .epx-summary {\n    position: relative;\n    z-index: 2;\n    max-width: 800px;\n    margin: 27px auto 0;\n    padding: 24px 28px 24px 34px;\n    color: #2b3033;\n    font-size: 18px;\n    font-weight: 650;\n    line-height: 1.68;\n    text-align: left;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(240, 183, 29, 0.15),\n        transparent 31%\n      ),\n      linear-gradient(\n        135deg,\n        #ffffff 0%,\n        #f3f1ec 100%\n      );\n    border: 1px solid rgba(255, 255, 255, 0.25);\n    border-radius: 17px;\n    box-shadow:\n      0 16px 36px rgba(0, 0, 0, 0.25);\n  }\n\n  .epx-summary::before {\n    content: \"\";\n    position: absolute;\n    top: 14px;\n    left: 0;\n    width: 7px;\n    height: calc(100% - 28px);\n    background:\n      linear-gradient(\n        180deg,\n        var(--epx-red),\n        var(--epx-yellow)\n      );\n    border-radius: 0 9px 9px 0;\n  }\n\n  \/* =====================================================\n     SECTION INTRO\n     ===================================================== *\/\n\n  .epx-section-head {\n    max-width: 810px;\n    margin: 0 auto 25px;\n    text-align: center;\n  }\n\n  .epx-section-label {\n    display: inline-flex;\n    margin-bottom: 12px;\n    padding: 7px 14px;\n    color: var(--epx-red-dark);\n    font-size: 11px;\n    font-weight: 850;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    background: var(--epx-red-soft);\n    border: 1px solid #f0c8c4;\n    border-radius: 999px;\n  }\n\n  .epx-section-head h2 {\n    margin: 0;\n    color: var(--epx-heading);\n    font-family:\n      Impact,\n      \"Arial Narrow\",\n      \"Helvetica Neue\",\n      Arial,\n      sans-serif;\n    font-size: clamp(31px, 5vw, 46px);\n    font-weight: 900;\n    letter-spacing: -0.015em;\n    line-height: 1.04;\n    text-transform: uppercase;\n  }\n\n  .epx-section-head h2::after {\n    content: \"\";\n    display: block;\n    width: 94px;\n    height: 5px;\n    margin: 16px auto 0;\n    background:\n      linear-gradient(\n        90deg,\n        var(--epx-red),\n        var(--epx-yellow)\n      );\n    border-radius: 999px;\n  }\n\n  .epx-section-head p {\n    max-width: 730px;\n    margin: 16px auto 0;\n    color: var(--epx-muted);\n    font-size: 17px;\n    line-height: 1.68;\n  }\n\n  \/* =====================================================\n     FEATURES\n     TEXT ABOVE IMAGE\n     ===================================================== *\/\n\n  .epx-feature-copy {\n    position: relative;\n    max-width: 820px;\n    margin: 0 auto 24px;\n    padding: 24px 25px 23px;\n    background: rgba(255, 255, 255, 0.96);\n    border: 1px solid var(--epx-border);\n    border-left: 7px solid var(--epx-red);\n    border-radius: 0 16px 16px 0;\n    box-shadow:\n      0 11px 27px rgba(25, 28, 30, 0.07);\n  }\n\n  .epx-section-soft .epx-feature-copy {\n    background:\n      linear-gradient(\n        135deg,\n        #ffffff 0%,\n        #faf8f2 100%\n      );\n  }\n\n  .epx-feature-copy h2 {\n    margin: 0 0 11px;\n    color: var(--epx-heading);\n    font-family:\n      Impact,\n      \"Arial Narrow\",\n      \"Helvetica Neue\",\n      Arial,\n      sans-serif;\n    font-size: clamp(29px, 4.2vw, 38px);\n    font-weight: 900;\n    letter-spacing: -0.015em;\n    line-height: 1.08;\n    text-transform: uppercase;\n  }\n\n  .epx-feature-copy h2 span {\n    color: var(--epx-red);\n  }\n\n  .epx-feature-copy p {\n    margin: 0;\n    color: var(--epx-text);\n    font-size: 18px;\n    line-height: 1.7;\n  }\n\n  .epx-feature-copy::after {\n    content: \"\";\n    display: block;\n    width: 76px;\n    height: 4px;\n    margin-top: 17px;\n    background:\n      linear-gradient(\n        90deg,\n        var(--epx-red),\n        transparent\n      );\n    border-radius: 999px;\n  }\n\n  \/* =====================================================\n     REPAIR APPLICATIONS\n     ===================================================== *\/\n\n  .epx-application-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin-top: 23px;\n  }\n\n  .epx-application {\n    padding: 20px 13px;\n    color: var(--epx-heading);\n    font-size: 15px;\n    font-weight: 800;\n    text-align: center;\n    background: #ffffff;\n    border: 1px solid var(--epx-border);\n    border-radius: 13px;\n    box-shadow:\n      0 8px 20px rgba(26, 29, 31, 0.05);\n  }\n\n  .epx-application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 48px;\n    height: 48px;\n    margin: 0 auto 10px;\n    color: #ffffff;\n    font-size: 22px;\n    background:\n      linear-gradient(\n        135deg,\n        var(--epx-red-dark),\n        var(--epx-red)\n      );\n    border-radius: 50%;\n  }\n\n  \/* =====================================================\n     HOW TO USE\n     ===================================================== *\/\n\n  .epx-how {\n    position: relative;\n    overflow: hidden;\n    padding: 34px 28px;\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(213, 43, 36, 0.25),\n        transparent 30%\n      ),\n      linear-gradient(\n        145deg,\n        #181b1d 0%,\n        #2b3033 100%\n      );\n    border-radius: 21px;\n    box-shadow: var(--epx-shadow);\n  }\n\n  .epx-how h2 {\n    margin: 0 0 23px;\n    color: #ffffff;\n    font-family:\n      Impact,\n      \"Arial Narrow\",\n      \"Helvetica Neue\",\n      Arial,\n      sans-serif;\n    font-size: clamp(31px, 4.5vw, 43px);\n    font-weight: 900;\n    letter-spacing: -0.015em;\n    line-height: 1.05;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .epx-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 13px;\n  }\n\n  .epx-step {\n    padding: 21px 17px;\n    text-align: center;\n    background: rgba(255, 255, 255, 0.075);\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: 14px;\n  }\n\n  .epx-step-number {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    margin: 0 auto 11px;\n    color: var(--epx-black);\n    font-size: 18px;\n    font-weight: 900;\n    background: var(--epx-yellow);\n    border-radius: 50%;\n  }\n\n  .epx-step strong {\n    display: block;\n    margin-bottom: 6px;\n    color: #ffffff;\n    font-size: 16px;\n  }\n\n  .epx-step p {\n    margin: 0;\n    color: rgba(255, 255, 255, 0.72);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  \/* =====================================================\n     SPECIFICATIONS\n     ===================================================== *\/\n\n  .epx-spec-heading,\n  .epx-faq-heading,\n  .epx-notes-heading {\n    margin: 0 0 25px;\n    color: var(--epx-heading);\n    font-family:\n      Impact,\n      \"Arial Narrow\",\n      \"Helvetica Neue\",\n      Arial,\n      sans-serif;\n    font-size: clamp(31px, 4.5vw, 43px);\n    font-weight: 900;\n    letter-spacing: -0.015em;\n    line-height: 1.05;\n    text-transform: uppercase;\n  }\n\n  .epx-spec-heading::after,\n  .epx-notes-heading::after {\n    content: \"\";\n    display: block;\n    width: 98px;\n    height: 5px;\n    margin-top: 15px;\n    background:\n      linear-gradient(\n        90deg,\n        var(--epx-red),\n        var(--epx-yellow)\n      );\n    border-radius: 999px;\n  }\n\n  .epx-spec-wrap {\n    width: 100%;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--epx-border);\n    border-radius: 17px;\n    box-shadow:\n      0 14px 33px rgba(25, 28, 30, 0.08);\n  }\n\n  .epx-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    table-layout: fixed;\n    color: var(--epx-text);\n    font-size: 17px;\n    line-height: 1.55;\n  }\n\n  .epx-spec-table th,\n  .epx-spec-table td {\n    padding: 18px 19px;\n    border-right: 1px solid var(--epx-border);\n    border-bottom: 1px solid var(--epx-border);\n    text-align: left;\n    vertical-align: middle;\n    overflow-wrap: anywhere;\n  }\n\n  .epx-spec-table th:last-child,\n  .epx-spec-table td:last-child {\n    border-right: 0;\n  }\n\n  .epx-spec-table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .epx-spec-table thead th {\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 850;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    background:\n      linear-gradient(\n        135deg,\n        #151719 0%,\n        #33383b 100%\n      );\n  }\n\n  .epx-spec-table thead th:first-child {\n    color: #ff554d;\n  }\n\n  .epx-spec-table tbody tr:nth-child(even) {\n    background: #f4f3ef;\n  }\n\n  .epx-spec-table tbody tr:nth-child(odd) {\n    background: #ffffff;\n  }\n\n  .epx-spec-table td:first-child,\n  .epx-spec-table th:first-child {\n    width: 36%;\n  }\n\n  .epx-spec-table td:last-child,\n  .epx-spec-table th:last-child {\n    width: 64%;\n  }\n\n  .epx-spec-table tbody td:first-child {\n    color: var(--epx-red-dark);\n    font-weight: 800;\n  }\n\n  \/* =====================================================\n     FAQ\n     ===================================================== *\/\n\n  .epx-faq-heading {\n    text-align: center;\n  }\n\n  .epx-faq-heading::after {\n    content: \"\";\n    display: block;\n    width: 94px;\n    height: 5px;\n    margin: 15px auto 0;\n    background:\n      linear-gradient(\n        90deg,\n        var(--epx-red),\n        var(--epx-yellow)\n      );\n    border-radius: 999px;\n  }\n\n  .epx-faq-list {\n    display: grid;\n    gap: 13px;\n  }\n\n  .epx-faq-list details {\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--epx-border);\n    border-left: 5px solid var(--epx-red);\n    border-radius: 13px;\n    box-shadow:\n      0 9px 22px rgba(25, 28, 30, 0.05);\n  }\n\n  .epx-faq-list summary {\n    position: relative;\n    padding: 20px 61px 20px 20px;\n    color: var(--epx-heading);\n    font-size: 18px;\n    font-weight: 800;\n    line-height: 1.48;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .epx-faq-list summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .epx-faq-list summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 19px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    color: #ffffff;\n    font-size: 23px;\n    font-weight: 700;\n    line-height: 1;\n    background:\n      linear-gradient(\n        135deg,\n        var(--epx-red-dark),\n        var(--epx-red)\n      );\n    border-radius: 50%;\n    transform: translateY(-50%);\n  }\n\n  .epx-faq-list details[open] summary::after {\n    content: \"−\";\n    color: var(--epx-black);\n    background: var(--epx-yellow);\n  }\n\n  .epx-faq-answer {\n    padding: 0 20px 21px;\n    color: var(--epx-muted);\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  \/* =====================================================\n     NOTES\n     ===================================================== *\/\n\n  .epx-notes-box {\n    padding: 27px;\n    background: var(--epx-yellow-soft);\n    border: 1px solid #ead694;\n    border-left: 7px solid var(--epx-yellow);\n    border-radius: 0 16px 16px 0;\n  }\n\n  .epx-notes-list {\n    display: grid;\n    gap: 10px;\n  }\n\n  .epx-note {\n    padding: 13px 15px;\n    color: #4b4637;\n    font-size: 15px;\n    line-height: 1.6;\n    background: rgba(255, 255, 255, 0.65);\n    border: 1px solid rgba(194, 157, 50, 0.25);\n    border-radius: 10px;\n  }\n\n  \/* =====================================================\n     WHY US\n     ===================================================== *\/\n\n  .epx-trust-section {\n    padding: 50px 22px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(213, 43, 36, 0.22),\n        transparent 25%\n      ),\n      linear-gradient(\n        145deg,\n        #121416 0%,\n        #282d30 100%\n      );\n  }\n\n  .epx-trust-card {\n    overflow: hidden;\n    width: 100%;\n    margin-bottom: 25px;\n    background: var(--epx-warm-white);\n    border: 1px solid rgba(255, 255, 255, 0.10);\n    border-radius: 18px;\n    box-shadow:\n      0 18px 42px rgba(0, 0, 0, 0.27);\n  }\n\n  .epx-trust-card:last-child {\n    margin-bottom: 0;\n  }\n\n  .epx-trust-copy {\n    padding: 30px 25px 25px;\n    text-align: center;\n  }\n\n  .epx-trust-copy h2 {\n    margin: 0 0 14px;\n    color: var(--epx-heading);\n    font-family:\n      Impact,\n      \"Arial Narrow\",\n      \"Helvetica Neue\",\n      Arial,\n      sans-serif;\n    font-size: clamp(27px, 4vw, 36px);\n    font-weight: 900;\n    letter-spacing: -0.01em;\n    line-height: 1.05;\n    text-transform: uppercase;\n  }\n\n  .epx-trust-copy h2::after {\n    content: \"\";\n    display: block;\n    width: 72px;\n    height: 4px;\n    margin: 14px auto 0;\n    background:\n      linear-gradient(\n        90deg,\n        var(--epx-red),\n        var(--epx-yellow)\n      );\n    border-radius: 999px;\n  }\n\n  .epx-trust-copy p {\n    max-width: 700px;\n    margin: 0 auto;\n    color: var(--epx-muted);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .epx-why-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 11px;\n    max-width: 710px;\n    margin: 20px auto 0;\n    text-align: left;\n  }\n\n  .epx-why-item {\n    padding: 14px 15px;\n    color: var(--epx-heading);\n    font-size: 15px;\n    font-weight: 750;\n    background: #f0eee8;\n    border: 1px solid #ddd9ce;\n    border-radius: 10px;\n  }\n\n  .epx-shipping-list {\n    display: grid;\n    gap: 11px;\n    max-width: 730px;\n    margin: 19px auto 0;\n    text-align: left;\n  }\n\n  .epx-shipping-item {\n    padding: 14px 16px;\n    color: var(--epx-text);\n    font-size: 16px;\n    line-height: 1.58;\n    background: #ffffff;\n    border: 1px solid var(--epx-border);\n    border-left: 5px solid var(--epx-red);\n    border-radius: 10px;\n  }\n\n  \/* 所有底部图片纵向显示 *\/\n\n  .epx-trust-card \u003e img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .epx-shipping-images {\n    display: flex;\n    flex-direction: column;\n    width: 100%;\n    gap: 0;\n  }\n\n  .epx-shipping-images img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n    object-fit: contain;\n    border-top: 1px solid #dedcd6;\n  }\n\n  \/* =====================================================\n     MOBILE\n     ===================================================== *\/\n\n  @media (max-width: 760px) {\n    .epx-page {\n      font-size: 17px;\n    }\n\n    .epx-section {\n      padding: 41px 14px;\n    }\n\n    .epx-hero {\n      padding: 34px 11px 34px;\n    }\n\n    .epx-title {\n      font-size: 39px;\n    }\n\n    .epx-subtitle {\n      font-size: 17px;\n    }\n\n    .epx-benefits {\n      gap: 7px;\n    }\n\n    .epx-benefits span {\n      padding: 8px 11px;\n      font-size: 12px;\n    }\n\n    .epx-summary {\n      margin-top: 19px;\n      padding: 20px 17px 20px 23px;\n      font-size: 17px;\n      line-height: 1.62;\n    }\n\n    .epx-media {\n      border-radius: 15px;\n    }\n\n    .epx-feature-copy {\n      margin-bottom: 19px;\n      padding: 19px 17px;\n      border-left-width: 5px;\n      border-radius: 0 13px 13px 0;\n    }\n\n    .epx-feature-copy h2 {\n      font-size: 28px;\n    }\n\n    .epx-feature-copy p {\n      font-size: 17px;\n      line-height: 1.65;\n    }\n\n    .epx-application-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .epx-how {\n      padding: 25px 15px;\n      border-radius: 17px;\n    }\n\n    .epx-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .epx-spec-heading,\n    .epx-faq-heading,\n    .epx-notes-heading {\n      font-size: 31px;\n    }\n\n    .epx-spec-table {\n      font-size: 15px;\n    }\n\n    .epx-spec-table th,\n    .epx-spec-table td {\n      padding: 14px 10px;\n    }\n\n    .epx-spec-table td:first-child,\n    .epx-spec-table th:first-child {\n      width: 39%;\n    }\n\n    .epx-spec-table td:last-child,\n    .epx-spec-table th:last-child {\n      width: 61%;\n    }\n\n    .epx-faq-list summary {\n      padding: 18px 57px 18px 16px;\n      font-size: 17px;\n    }\n\n    .epx-faq-answer {\n      padding: 0 16px 19px;\n      font-size: 16px;\n    }\n\n    .epx-notes-box {\n      padding: 21px 14px;\n      border-left-width: 5px;\n    }\n\n    .epx-trust-section {\n      padding: 34px 12px 40px;\n    }\n\n    .epx-trust-card {\n      margin-bottom: 20px;\n      border-radius: 15px;\n    }\n\n    .epx-trust-copy {\n      padding: 25px 17px 21px;\n    }\n\n    .epx-why-grid {\n      grid-template-columns: 1fr;\n      gap: 9px;\n    }\n\n    .epx-why-item,\n    .epx-shipping-item {\n      font-size: 16px;\n    }\n  }\n\n  @media (max-width: 420px) {\n    .epx-section {\n      padding: 36px 12px;\n    }\n\n    .epx-title {\n      font-size: 35px;\n    }\n\n    .epx-feature-copy h2 {\n      font-size: 25px;\n    }\n\n    .epx-section-head h2,\n    .epx-spec-heading,\n    .epx-faq-heading,\n    .epx-notes-heading {\n      font-size: 28px;\n    }\n\n    .epx-application-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"epx-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"epx-hero\"\u003e\n\u003cdiv class=\"epx-container\"\u003e\n\u003cdiv class=\"epx-hero-copy\"\u003e\n\u003cspan class=\"epx-eyebrow\"\u003e 2-Part Heavy-Duty Repair Compound \u003c\/span\u003e\n\u003ch1 class=\"epx-title\"\u003e\n\u003cspan\u003eRepair\u003c\/span\u003e Cracks, Leaks \u0026amp; Broken Surfaces\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/7_25_e1c25a70-ed9a-4496-83d9-112632096741.gif?v=1784960455\" alt=\"\"\u003e\n\u003c\/h1\u003e\n\u003cp class=\"epx-subtitle\"\u003eMix equal parts of compounds A and B to create a powerful, mouldable epoxy putty for repairs in dry, wet and submerged environments.\u003cbr\u003e\u003c\/p\u003e\n\u003cdiv class=\"epx-benefits\"\u003e\n\u003cspan\u003e1:1 Easy Mixing\u003c\/span\u003e \u003cspan\u003eWet \u0026amp; Underwater Use\u003c\/span\u003e \u003cspan\u003eSteel-Like Hard Finish\u003c\/span\u003e \u003cspan\u003eSand, Drill \u0026amp; Paint\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cfigure class=\"epx-media epx-hero-media\"\u003e\u003cimg loading=\"eager\" alt=\"Heavy-duty two-part epoxy putty repair kit\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/8968\/3358\/files\/spp_shopify20260617120514_db01a71ff602c182dbb93d40f95190eb.jpg?v=1781669118\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"epx-summary\"\u003eStop replacing damaged household items when a mouldable repair may restore them. This two-part epoxy putty fills cracks, seals damaged areas and hardens into a strong surface that can be shaped and finished after curing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- APPLICATIONS --\u003e\n\u003csection class=\"epx-section\"\u003e\n\u003cdiv class=\"epx-container\"\u003e\n\u003cdiv class=\"epx-section-head\"\u003e\n\u003cspan class=\"epx-section-label\"\u003eOne Putty, Multiple Repairs\u003c\/span\u003e\n\u003ch2\u003eBuilt for Everyday Repair Challenges\u003c\/h2\u003e\n\u003cp\u003eUse it for compatible household, workshop and model-repair applications where filling, bonding or rebuilding damaged material is required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"epx-application-grid\"\u003e\n\u003cdiv class=\"epx-application\"\u003e\n\u003cdiv class=\"epx-application-icon\"\u003e🔧\u003c\/div\u003e\nPipes \u0026amp; Fixtures\u003c\/div\u003e\n\u003cdiv class=\"epx-application\"\u003e\n\u003cdiv class=\"epx-application-icon\"\u003e🪨\u003c\/div\u003e\nStone \u0026amp; Masonry\u003c\/div\u003e\n\u003cdiv class=\"epx-application\"\u003e\n\u003cdiv class=\"epx-application-icon\"\u003e🏺\u003c\/div\u003e\nCeramic Repairs\u003c\/div\u003e\n\u003cdiv class=\"epx-application\"\u003e\n\u003cdiv class=\"epx-application-icon\"\u003e🪵\u003c\/div\u003e\nWood Surfaces\u003c\/div\u003e\n\u003cdiv class=\"epx-application\"\u003e\n\u003cdiv class=\"epx-application-icon\"\u003e🧰\u003c\/div\u003e\nWorkshop Repairs\u003c\/div\u003e\n\u003cdiv class=\"epx-application\"\u003e\n\u003cdiv class=\"epx-application-icon\"\u003e🧩\u003c\/div\u003e\nModels \u0026amp; Crafts\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 1 --\u003e\n\u003csection class=\"epx-section epx-section-soft\"\u003e\n\u003cdiv class=\"epx-container\"\u003e\n\u003cdiv class=\"epx-feature-copy\"\u003e\n\u003ch2\u003ePerfect \u003cspan\u003e1:1 Mixing Ratio\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eCut equal portions of compounds A and B, then knead them together thoroughly until the colour and texture become uniform. The simple ratio removes guesswork and prepares the putty for application.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cfigure class=\"epx-media\"\u003e\u003cimg loading=\"lazy\" alt=\"Equal one-to-one epoxy putty mixing process\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/8968\/3358\/files\/spp_shopify20260617120518_1373ac5bf7691c168d595688892ace19.jpg?v=1781669123\"\u003e\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 2 --\u003e\n\u003csection class=\"epx-section\"\u003e\n\u003cdiv class=\"epx-container\"\u003e\n\u003cdiv class=\"epx-feature-copy\"\u003e\n\u003ch2\u003eDesigned to Cure \u003cspan\u003eUnder Water\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eStanding water does not have to stop a repair. The moisture- displacing formula is designed to form a tight bond in submerged environments, making it useful for selected plumbing, tank and pool maintenance tasks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cfigure class=\"epx-media\"\u003e\u003cimg loading=\"lazy\" alt=\"Epoxy putty bonding and curing under water\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/8968\/3358\/files\/spp_shopify20260617120523_9c3b0795450bccf0ac9cf7272272f53c.jpg?v=1781669128\"\u003e\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 3 --\u003e\n\u003csection class=\"epx-section epx-section-soft\"\u003e\n\u003cdiv class=\"epx-container\"\u003e\n\u003cdiv class=\"epx-feature-copy\"\u003e\n\u003ch2\u003eRestore a \u003cspan\u003eSmooth, Finished Surface\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eFill chips, cracks and missing sections, then shape the putty before curing. Once fully hardened, the repaired area can be sanded, drilled and painted to blend more naturally with the surrounding surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cfigure class=\"epx-media\"\u003e\u003cimg loading=\"lazy\" alt=\"Sandable drillable and paintable epoxy putty repair\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/8968\/3358\/files\/spp_shopify20260617120529_b993ba6ea29d485ec0c3b44b0e7446db.jpg?v=1781669133\"\u003e\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 4 --\u003e\n\u003csection class=\"epx-section\"\u003e\n\u003cdiv class=\"epx-container\"\u003e\n\u003cdiv class=\"epx-feature-copy\"\u003e\n\u003ch2\u003eCures to a \u003cspan\u003eSteel-Like Hard Finish\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eAfter curing, the compound forms a hard, rigid repair designed to withstand normal pressure, handling and daily wear—ideal for damaged tools, rigid components and frequently used household surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cfigure class=\"epx-media\"\u003e\u003cimg loading=\"lazy\" alt=\"Broken metal tool repaired using epoxy putty\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/8968\/3358\/files\/spp_shopify20260617120535_acc064eda5687105d6c7638b4972e8fc.jpg?v=1781669140\"\u003e\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003csection class=\"epx-section epx-section-soft\"\u003e\n\u003cdiv class=\"epx-container\"\u003e\n\u003cdiv class=\"epx-how\"\u003e\n\u003ch2\u003eSimple Three-Step Application\u003c\/h2\u003e\n\u003cdiv class=\"epx-steps\"\u003e\n\u003cdiv class=\"epx-step\"\u003e\n\u003cdiv class=\"epx-step-number\"\u003e1\u003c\/div\u003e\n\u003cstrong\u003eCut Equal Portions\u003c\/strong\u003e\n\u003cp\u003eTake the same amount of compound A and compound B.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"epx-step\"\u003e\n\u003cdiv class=\"epx-step-number\"\u003e2\u003c\/div\u003e\n\u003cstrong\u003eKnead Thoroughly\u003c\/strong\u003e\n\u003cp\u003eMix until the colour and texture are completely uniform.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"epx-step\"\u003e\n\u003cdiv class=\"epx-step-number\"\u003e3\u003c\/div\u003e\n\u003cstrong\u003ePress \u0026amp; Shape\u003c\/strong\u003e\n\u003cp\u003eApply firmly to the prepared repair area and shape as needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"epx-section\"\u003e\n\u003cdiv class=\"epx-container\"\u003e\n\u003ch2 class=\"epx-spec-heading\"\u003e📦 Product Specifications\u003c\/h2\u003e\n\u003cdiv class=\"epx-spec-wrap\"\u003e\n\u003ctable class=\"epx-spec-table\" style=\"width: 100%; height: 561.688px;\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"height: 50.6875px;\"\u003e\n\u003cth style=\"width: 38.924%; height: 50.6875px;\"\u003eItem\u003c\/th\u003e\n\u003cth style=\"width: 60.8874%; height: 50.6875px;\"\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 52.25px;\"\u003e\n\u003ctd style=\"width: 38.924%; height: 52.25px;\"\u003eProduct\u003c\/td\u003e\n\u003ctd style=\"width: 60.8874%; height: 52.25px;\"\u003eTwo-Part Heavy-Duty Epoxy Repair Putty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 52.25px;\"\u003e\n\u003ctd style=\"width: 38.924%; height: 52.25px;\"\u003eAvailable Colours\u003c\/td\u003e\n\u003ctd style=\"width: 60.8874%; height: 52.25px;\"\u003eWhite or Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 75.5px;\"\u003e\n\u003ctd style=\"width: 38.924%; height: 75.5px;\"\u003eMixing Ratio\u003c\/td\u003e\n\u003ctd style=\"width: 60.8874%; height: 75.5px;\"\u003e1:1 — Equal Parts of Compound A and Compound B\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 75.5px;\"\u003e\n\u003ctd style=\"width: 38.924%; height: 75.5px;\"\u003eNet Content\u003c\/td\u003e\n\u003ctd style=\"width: 60.8874%; height: 75.5px;\"\u003e400g \/ 14.1 oz Total\u003cbr\u003eA: 200g \/ 7.05 oz + B: 200g \/ 7.05oz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 52.25px;\"\u003e\n\u003ctd style=\"width: 38.924%; height: 52.25px;\"\u003eFinish After Cure\u003c\/td\u003e\n\u003ctd style=\"width: 60.8874%; height: 52.25px;\"\u003eHard, Sandable, Drillable and Paintable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 75.5px;\"\u003e\n\u003ctd style=\"width: 38.924%; height: 75.5px;\"\u003eSuitable Environments\u003c\/td\u003e\n\u003ctd style=\"width: 60.8874%; height: 75.5px;\"\u003eDry, Wet and Selected Underwater Applications\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 52.25px;\"\u003e\n\u003ctd style=\"width: 38.924%; height: 52.25px;\"\u003eShelf Life\u003c\/td\u003e\n\u003ctd style=\"width: 60.8874%; height: 52.25px;\"\u003e36 Months When Stored Correctly\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 75.5px;\"\u003e\n\u003ctd style=\"width: 38.924%; height: 75.5px;\"\u003ePackage Includes\u003c\/td\u003e\n\u003ctd style=\"width: 60.8874%; height: 75.5px;\"\u003e1 Set of Two-Part Epoxy Putty — Compound A + Compound B\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"epx-section epx-section-soft\"\u003e\n\u003cdiv class=\"epx-container\"\u003e\n\u003ch2 class=\"epx-faq-heading\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"epx-faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eQ: How much of compounds A and B should I mix?\u003c\/summary\u003e\n\u003cdiv class=\"epx-faq-answer\"\u003eA: Use equal quantities in a 1:1 ratio. Knead both portions thoroughly until the mixture has an even colour and texture before applying it to the repair.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eQ: Can the epoxy putty be used when the repair area is wet?\u003c\/summary\u003e\n\u003cdiv class=\"epx-faq-answer\"\u003eA: The formula is designed for dry, wet and selected submerged applications. Press it firmly onto the prepared surface so the putty makes full contact with the repair area.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eQ: Can I sand or paint the repaired area?\u003c\/summary\u003e\n\u003cdiv class=\"epx-faq-answer\"\u003eA: Yes. After the putty has fully hardened, it can be sanded, drilled and painted to create a smoother, more finished result.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eQ: What materials can I repair with it?\u003c\/summary\u003e\n\u003cdiv class=\"epx-faq-answer\"\u003eA: It is promoted for applications including pipes, ceramic, stone, wood, models and other compatible rigid household or workshop surfaces.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eQ: How should I store unused epo xy putty?\u003c\/summary\u003e\n\u003cdiv class=\"epx-faq-answer\"\u003eA: Keep compounds A and B separate, tightly wrapped and stored in a cool, dry place to help preserve performance throughout the stated shelf life.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- NOTES --\u003e\n\u003csection class=\"epx-section\"\u003e\n\u003cdiv class=\"epx-container\"\u003e\n\u003ch2 class=\"epx-notes-heading\"\u003e⚠️ Important Notes\u003c\/h2\u003e\n\u003cdiv class=\"epx-notes-box\"\u003e\n\u003cdiv class=\"epx-notes-list\"\u003e\n\u003cdiv class=\"epx-note\"\u003eMix compounds A and B in equal parts and knead thoroughly before application to support proper curing.\u003c\/div\u003e\n\u003cdiv class=\"epx-note\"\u003eKeep the product out of reach of children and wash hands thoroughly after use.\u003c\/div\u003e\n\u003cdiv class=\"epx-note\"\u003eStore unused material in a cool, dry location with the two components kept separate.\u003c\/div\u003e\n\u003cdiv class=\"epx-note\"\u003eResults may vary depending on surface preparation, material, application thickness and repair conditions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHY US --\u003e\n\u003csection class=\"epx-trust-section\"\u003e\n\u003cdiv class=\"epx-container\"\u003e\n\u003cdiv class=\"epx-trust-card\"\u003e\n\u003cdiv class=\"epx-trust-copy\"\u003e\n\u003ch2\u003e❤️ Why Us?\u003c\/h2\u003e\n\u003cdiv class=\"epx-why-grid\"\u003e\n\u003cdiv class=\"epx-why-item\"\u003e🏭 \u003cstrong\u003eTrusted Manufacturers\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"epx-why-item\"\u003e✅ \u003cstrong\u003eQuality-Checked Products\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"epx-why-item\"\u003e💰 \u003cstrong\u003eFair Pricing\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"epx-why-item\"\u003e🤝 \u003cstrong\u003eHelpful Customer Support\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"epx-why-item\"\u003e⭐ \u003cstrong\u003eReal Customer Reviews\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg loading=\"lazy\" alt=\"Trusted manufacturers and quality checked products\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_30_39_8cf13b59-735d-4e31-a98e-9c855b4bf678.png?v=1781674748\"\u003e\n\u003c\/div\u003e\n\u003c!-- SHOP WITH CONFIDENCE --\u003e\n\u003cdiv class=\"epx-trust-card\"\u003e\n\u003cdiv class=\"epx-trust-copy\"\u003e\n\u003ch2\u003eShop With Confidence\u003c\/h2\u003e\n\u003cp\u003eQuality-checked products, secure checkout, and friendly support from order to delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg loading=\"lazy\" alt=\"Secure checkout and helpful customer support\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_06_45.png?v=1781674808\"\u003e\n\u003c\/div\u003e\n\u003c!-- SHIPPING \u0026 DELIVERY --\u003e\n\u003cdiv class=\"epx-trust-card\"\u003e\n\u003cdiv class=\"epx-trust-copy\"\u003e\n\u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n\u003cdiv class=\"epx-shipping-list\"\u003e\n\u003cdiv class=\"epx-shipping-item\"\u003e📦 Every order is carefully packed and processed promptly.\u003c\/div\u003e\n\u003cdiv class=\"epx-shipping-item\"\u003e🚚 Once shipped, you will receive a tracking number to monitor your package at any time.\u003c\/div\u003e\n\u003cdiv class=\"epx-shipping-item\"\u003e🌍 Delivery times may vary by location. Please check our shipping guidelines for details.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"epx-shipping-images\"\u003e\n\u003cimg loading=\"lazy\" alt=\"Carefully packed orders\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__12_00_02.png?v=1781674820\"\u003e \u003cimg loading=\"lazy\" alt=\"Tracked shipping and delivery\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_29_31.png?v=1781674821\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"NC0183","offers":[{"title":"black -14.1 oz Total (A: 7.05 oz + B: 7.05 oz) \/ Buy 1","offer_id":48807413481704,"sku":"NC0186260725100-黑色","price":29.99,"currency_code":"USD","in_stock":true},{"title":"black -14.1 oz Total (A: 7.05 oz + B: 7.05 oz) \/ Buy 2 save 20%","offer_id":48807413514472,"sku":"NC0186260725100-黑色*2","price":52.78,"currency_code":"USD","in_stock":true},{"title":"white -14.1 oz Total (A: 7.05 oz + B: 7.05 oz) \/ Buy 1","offer_id":48807413547240,"sku":"NC0186260725100-白色","price":29.99,"currency_code":"USD","in_stock":true},{"title":"white -14.1 oz Total (A: 7.05 oz + B: 7.05 oz) \/ Buy 2 save 20%","offer_id":48807413580008,"sku":"NC0186260725100-白色*2","price":52.78,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/download_e4ed5e1d-b80c-40a9-9962-2a4f2ed6ce8d.jpg?v=1785074728","url":"https:\/\/sereintis.com\/products\/2-part-epoxy-repair-sculpting-putty","provider":"sereintis.com","version":"1.0","type":"link"}