{"product_id":"60ml-leather-repair-glue-clear-adhesive","title":"👜 Leather Repair Glue – 60ML Clear Adhesive for Sofas \u0026 Car Seats ✨","description":"\u003cstyle\u003e\n.leatherglue-page,\n.leatherglue-page *{\n  box-sizing:border-box;\n}\n\n.leatherglue-page{\n  --ink:#332d28;\n  --text:#655d56;\n  --muted:#8b837c;\n\n  --brown:#9a7255;\n  --brown-dark:#6d4d37;\n  --brown-soft:#f6eee7;\n\n  --sand:#b59e82;\n  --sage:#879187;\n  --stone:#92918d;\n  --amber:#b98c59;\n\n  --white:#ffffff;\n  --bg:#faf8f5;\n  --line:#e8e0d8;\n\n  width:100%;\n  max-width:760px;\n  margin:0 auto;\n  padding:8px;\n\n  background:var(--bg);\n  color:var(--text);\n\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Arial,sans-serif;\n  font-size:17px;\n  line-height:1.55;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.leatherglue-page h1,\n.leatherglue-page h2,\n.leatherglue-page h3,\n.leatherglue-page p{\n  margin-top:0;\n}\n\n.leatherglue-page img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n  border-radius:16px!important;\n}\n\n\n\/* =========================\n   CARD\n========================= *\/\n\n.lg-card{\n  margin-bottom:14px;\n  overflow:hidden;\n\n  background:#fff;\n\n  border:1px solid var(--line);\n  border-radius:22px;\n\n  box-shadow:0 7px 20px rgba(55,47,41,.05);\n}\n\n.lg-brown{\n  border-top:5px solid var(--brown);\n}\n\n.lg-sand{\n  border-top:5px solid var(--sand);\n}\n\n.lg-sage{\n  border-top:5px solid var(--sage);\n}\n\n.lg-stone{\n  border-top:5px solid var(--stone);\n}\n\n.lg-amber{\n  border-top:5px solid var(--amber);\n}\n\n.lg-copy{\n  padding:21px 18px 16px;\n  text-align:left;\n}\n\n.lg-image{\n  padding:0 12px 12px;\n}\n\n\n\/* =========================\n   TYPOGRAPHY\n========================= *\/\n\n.lg-kicker{\n  display:inline-block;\n\n  margin-bottom:8px;\n  padding:5px 10px;\n\n  background:var(--brown-soft);\n  border-radius:999px;\n\n  color:var(--brown-dark);\n\n  font-size:12px;\n  line-height:1.2;\n  font-weight:900;\n  letter-spacing:.45px;\n\n  text-transform:uppercase;\n}\n\n.lg-title{\n  margin:0 0 9px;\n\n  color:var(--ink);\n\n  font-size:25px;\n  line-height:1.2;\n  letter-spacing:-.35px;\n\n  font-weight:900;\n  text-align:left;\n}\n\n.lg-text{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:17px;\n  line-height:1.55;\n\n  text-align:left;\n}\n\n.lg-text strong{\n  color:var(--ink);\n}\n\n\n\/* =========================\n   HERO\n========================= *\/\n\n.lg-hero{\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      #eee2d8 0%,\n      transparent 48%\n    ),\n    linear-gradient(\n      145deg,\n      #ffffff 0%,\n      #fdfaf7 58%,\n      #f3efeb 100%\n    );\n\n  border-color:#e7ddd4;\n}\n\n.lg-hero .lg-copy{\n  padding:28px 18px 16px;\n  text-align:center;\n}\n\n.lg-eyebrow{\n  display:inline-block;\n\n  margin-bottom:10px;\n\n  color:var(--brown-dark);\n\n  font-size:12px;\n  font-weight:900;\n  letter-spacing:1px;\n\n  text-transform:uppercase;\n}\n\n.lg-hero-title{\n  max-width:650px;\n  margin:0 auto 10px;\n\n  color:var(--ink);\n\n  font-size:30px;\n  line-height:1.12;\n  letter-spacing:-.6px;\n\n  font-weight:950;\n  text-align:center;\n}\n\n.lg-hero-title span{\n  color:var(--brown-dark);\n}\n\n.lg-hero-text{\n  max-width:620px;\n  margin:0 auto;\n\n  color:#6c645d;\n\n  font-size:17px;\n  line-height:1.5;\n\n  text-align:center;\n}\n\n.lg-line{\n  width:54px;\n  height:3px;\n\n  margin:17px auto 0;\n\n  background:var(--brown);\n  border-radius:999px;\n}\n\n\n\/* =========================\n   LIST\n========================= *\/\n\n.lg-list{\n  margin:13px 0 0;\n  padding:0;\n\n  list-style:none;\n}\n\n.lg-list li{\n  position:relative;\n\n  margin-bottom:8px;\n  padding-left:27px;\n\n  color:#5f5852;\n\n  font-size:16px;\n  line-height:1.45;\n}\n\n.lg-list li:last-child{\n  margin-bottom:0;\n}\n\n.lg-list li:before{\n  content:\"✓\";\n\n  position:absolute;\n  left:0;\n  top:0;\n\n  color:var(--brown-dark);\n\n  font-weight:900;\n}\n\n\n\/* =========================\n   HIGHLIGHT\n========================= *\/\n\n.lg-highlight{\n  margin-top:13px;\n  padding:12px 14px;\n\n  background:#f8f1eb;\n\n  border-left:4px solid var(--brown);\n  border-radius:10px;\n\n  color:#675b51;\n\n  font-size:15px;\n  line-height:1.5;\n  font-weight:700;\n}\n\n.lg-highlight strong{\n  color:#4d3d31;\n}\n\n\n\/* =========================\n   ROWS\n========================= *\/\n\n.lg-rows{\n  margin-top:13px;\n  border-top:1px solid var(--line);\n}\n\n.lg-row{\n  display:grid;\n  grid-template-columns:39% 61%;\n\n  border-bottom:1px solid var(--line);\n}\n\n.lg-row:last-child{\n  border-bottom:0;\n}\n\n.lg-row b,\n.lg-row span{\n  padding:10px 8px;\n\n  font-size:13px;\n  line-height:1.45;\n\n  text-align:left;\n}\n\n.lg-row b{\n  color:var(--ink);\n}\n\n.lg-row span{\n  color:var(--muted);\n}\n\n\n\/* =========================\n   STEPS\n========================= *\/\n\n.lg-steps{\n  display:grid;\n  gap:9px;\n\n  margin-top:13px;\n}\n\n.lg-step{\n  padding:11px 13px;\n\n  background:#fbfaf8;\n\n  border:1px solid var(--line);\n  border-radius:13px;\n\n  color:#5e5954;\n\n  font-size:15px;\n  line-height:1.45;\n}\n\n.lg-step strong{\n  color:var(--brown-dark);\n}\n\n\n\/* =========================\n   INFO\n========================= *\/\n\n.lg-info{\n  margin-bottom:14px;\n  padding:21px 17px;\n\n  background:#fff;\n\n  border:1px solid var(--line);\n  border-radius:22px;\n\n  box-shadow:0 7px 20px rgba(55,47,41,.04);\n}\n\n.lg-section-kicker{\n  display:inline-block;\n\n  margin-bottom:7px;\n  padding:5px 10px;\n\n  background:var(--brown-soft);\n  border-radius:999px;\n\n  color:var(--brown-dark);\n\n  font-size:12px;\n  font-weight:900;\n  letter-spacing:.45px;\n\n  text-transform:uppercase;\n}\n\n.lg-section-title{\n  margin:0 0 14px;\n\n  color:var(--ink);\n\n  font-size:24px;\n  line-height:1.2;\n\n  font-weight:900;\n  text-align:left;\n}\n\n\n\/* =========================\n   SPEC\n========================= *\/\n\n.lg-spec{\n  margin:0;\n  padding:0;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:15px;\n\n  list-style:none;\n}\n\n.lg-spec li{\n  display:grid;\n  grid-template-columns:40% 60%;\n\n  border-bottom:1px solid var(--line);\n\n  font-size:14px;\n}\n\n.lg-spec li:last-child{\n  border-bottom:0;\n}\n\n.lg-spec-label,\n.lg-spec-value{\n  padding:11px;\n  text-align:left;\n}\n\n.lg-spec-label{\n  background:#f7f0ea;\n\n  color:var(--brown-dark);\n\n  font-weight:850;\n}\n\n.lg-spec-value{\n  background:#fff;\n\n  color:#5e5953;\n}\n\n\n\/* =========================\n   NOTE\n========================= *\/\n\n.lg-note{\n  background:#fffaf4;\n  border-color:#eadfd3;\n}\n\n.lg-note-list{\n  margin:0;\n  padding-left:21px;\n\n  color:#625c56;\n\n  font-size:15px;\n  line-height:1.55;\n}\n\n.lg-note-list li{\n  margin-bottom:8px;\n}\n\n.lg-note-list li:last-child{\n  margin-bottom:0;\n}\n\n\n\/* =========================\n   FAQ\n========================= *\/\n\n.lg-faq details{\n  margin-bottom:8px;\n\n  overflow:hidden;\n\n  background:#fff;\n\n  border:1px solid var(--line);\n  border-radius:13px;\n}\n\n.lg-faq details:last-child{\n  margin-bottom:0;\n}\n\n.lg-faq summary{\n  position:relative;\n\n  padding:13px 40px 13px 14px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:var(--ink);\n\n  font-size:14px;\n  line-height:1.4;\n\n  font-weight:800;\n}\n\n.lg-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.lg-faq summary:after{\n  content:\"+\";\n\n  position:absolute;\n  right:14px;\n  top:4px;\n\n  color:var(--brown-dark);\n\n  font-size:25px;\n}\n\n.lg-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.lg-answer{\n  padding:0 14px 14px;\n\n  color:var(--muted);\n\n  font-size:13px;\n  line-height:1.6;\n}\n\n\n\/* =========================\n   CTA\n========================= *\/\n\n.lg-final{\n  padding:28px 18px;\n\n  text-align:center;\n\n  background:\n    linear-gradient(\n      145deg,\n      #f0e6dd 0%,\n      #ffffff 56%,\n      #f4f1ed 100%\n    );\n\n  border:1px solid #e5ddd5;\n  border-radius:22px;\n}\n\n.lg-final h2{\n  max-width:620px;\n  margin:0 auto 9px;\n\n  color:var(--ink);\n\n  font-size:27px;\n  line-height:1.2;\n\n  font-weight:900;\n  text-align:center;\n}\n\n.lg-final p{\n  max-width:590px;\n  margin:0 auto 16px;\n\n  color:#6c655f;\n\n  font-size:16px;\n  line-height:1.5;\n\n  text-align:center;\n}\n\n.lg-button{\n  display:block;\n\n  width:100%;\n  max-width:430px;\n\n  margin:0 auto;\n  padding:14px 20px;\n\n  background:var(--brown-dark);\n\n  border-radius:14px;\n\n  color:#fff!important;\n\n  text-decoration:none;\n\n  font-size:16px;\n  font-weight:900;\n\n  box-shadow:0 6px 14px rgba(109,77,55,.18);\n}\n\n.lg-trust{\n  margin-top:15px;\n  padding-top:13px;\n\n  border-top:1px solid #e2ddd7;\n\n  color:#726b65;\n\n  font-size:12px;\n  line-height:1.7;\n}\n\n\n\/* =========================\n   MOBILE\n========================= *\/\n\n@media(max-width:520px){\n\n  .leatherglue-page{\n    padding:6px;\n  }\n\n  .lg-card{\n    margin-bottom:12px;\n    border-radius:20px;\n  }\n\n  .lg-copy{\n    padding:19px 15px 14px;\n  }\n\n  .lg-hero .lg-copy{\n    padding:25px 15px 15px;\n  }\n\n  .lg-hero-title{\n    font-size:28px;\n  }\n\n  .lg-title{\n    font-size:23px;\n  }\n\n  .lg-image{\n    padding:0 9px 9px;\n  }\n\n  .lg-info{\n    padding:19px 15px;\n  }\n\n  .lg-spec li{\n    grid-template-columns:41% 59%;\n  }\n\n  .lg-spec-label,\n  .lg-spec-value{\n    padding:10px 9px;\n  }\n\n  .leatherglue-page img{\n    border-radius:14px!important;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"leatherglue-page\"\u003e\n\n\n  \u003c!-- HERO --\u003e\n\n  \u003csection class=\"lg-card lg-hero\"\u003e\n\n    \u003cdiv class=\"lg-copy\"\u003e\n\n      \u003cspan class=\"lg-eyebrow\"\u003e\n        👜 60ML LEATHER REPAIR GLUE\n      \u003c\/span\u003e\n\n      \u003ch1 class=\"lg-hero-title\"\u003e\n        Repair Loose Leather\n        \u003cspan\u003eInstead of Replacing the Whole Item.\u003c\/span\u003e\n      \u003c\/h1\u003e\n\n      \u003cp class=\"lg-hero-text\"\u003e\n        A clear leather bonding adhesive designed for\n        \u003cstrong\u003esofas, car seats, bags and everyday leather items\u003c\/strong\u003e\n        that need a clean, practical bonding repair.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"lg-line\"\u003e\u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lg-image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/8899\/9906\/files\/spp_shopify20260914181310_eb92e349eaf4a1783fabec3a3337bdde.jpg?v=1789380793\" alt=\"Leather repair glue for sofas car seats and bags\" loading=\"eager\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- BOND --\u003e\n\n  \u003csection class=\"lg-card lg-brown\"\u003e\n\n    \u003cdiv class=\"lg-copy\"\u003e\n\n      \u003cspan class=\"lg-kicker\"\u003e\n        STRONG LEATHER BONDING\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"lg-title\"\u003e\n        🔗 Bring Separated Leather Surfaces Back Together\n      \u003c\/h2\u003e\n\n      \u003cp class=\"lg-text\"\u003e\n        The adhesive is designed to flow into the bonding area and\n        create a firm connection between compatible leather surfaces\n        after proper application and curing.\n      \u003c\/p\u003e\n\n      \u003cul class=\"lg-list\"\u003e\n\n        \u003cli\u003eDesigned for leather bonding repairs\u003c\/li\u003e\n\n        \u003cli\u003eClear formula for a cleaner-looking finish\u003c\/li\u003e\n\n        \u003cli\u003eSuitable for localized repair areas\u003c\/li\u003e\n\n        \u003cli\u003eUseful for home and automotive leather items\u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"lg-highlight\"\u003e\n        ✨ A simple repair can help extend the useful life of leather\n        items you already own.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lg-image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/8899\/9906\/files\/spp_shopify20260914181314_e4ca6a917867f328977e42fe23d6dd59.jpg?v=1789380797\" alt=\"Clear leather adhesive bonding repair\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- WATER RESISTANCE --\u003e\n\n  \u003csection class=\"lg-card lg-sage\"\u003e\n\n    \u003cdiv class=\"lg-copy\"\u003e\n\n      \u003cspan class=\"lg-kicker\"\u003e\n        DURABLE CURED BOND\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"lg-title\"\u003e\n        💧 Made for Everyday Leather Repairs\n      \u003c\/h2\u003e\n\n      \u003cp class=\"lg-text\"\u003e\n        Once fully cured, the adhesive is designed to create a durable\n        bond that can better handle normal everyday use and occasional\n        moisture around compatible leather surfaces.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"lg-rows\"\u003e\n\n        \u003cdiv class=\"lg-row\"\u003e\n          \u003cb\u003eFinish\u003c\/b\u003e\n          \u003cspan\u003eTransparent\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lg-row\"\u003e\n          \u003cb\u003eUse\u003c\/b\u003e\n          \u003cspan\u003eLocalized leather bonding\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lg-row\"\u003e\n          \u003cb\u003eAfter Cure\u003c\/b\u003e\n          \u003cspan\u003eDurable everyday bond\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lg-row\"\u003e\n          \u003cb\u003eApplication\u003c\/b\u003e\n          \u003cspan\u003eThin, controlled layer\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lg-image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/8899\/9906\/files\/spp_shopify20260914181318_7430f137739b15a64e4630c4007e546d.jpg?v=1789380802\" alt=\"Leather glue durable cured bonding\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- FORMULA --\u003e\n\n  \u003csection class=\"lg-card lg-sand\"\u003e\n\n    \u003cdiv class=\"lg-copy\"\u003e\n\n      \u003cspan class=\"lg-kicker\"\u003e\n        CLEAR RESIN FORMULA\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"lg-title\"\u003e\n        ✨ Strong Hold Without a Bulky Repair Layer\n      \u003c\/h2\u003e\n\n      \u003cp class=\"lg-text\"\u003e\n        The transparent resin-based formula is designed to form a\n        thin bonding layer while allowing the repaired area to retain\n        a more natural appearance.\n      \u003c\/p\u003e\n\n      \u003cul class=\"lg-list\"\u003e\n\n        \u003cli\u003eTransparent adhesive formula\u003c\/li\u003e\n\n        \u003cli\u003eDesigned for controlled thin-layer application\u003c\/li\u003e\n\n        \u003cli\u003eHelps keep repairs visually cleaner\u003c\/li\u003e\n\n        \u003cli\u003eSuitable for multiple leather-use scenarios\u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lg-image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/8899\/9906\/files\/spp_shopify20260914181323_028ec4e0fafef0198ff10192ea3206f8.jpg?v=1789380807\" alt=\"Transparent resin formula leather repair adhesive\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- 3 STEP --\u003e\n\n  \u003csection class=\"lg-card lg-amber\"\u003e\n\n    \u003cdiv class=\"lg-copy\"\u003e\n\n      \u003cspan class=\"lg-kicker\"\u003e\n        SIMPLE 3-STEP REPAIR\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"lg-title\"\u003e\n        ✅ Clean. Apply. Let It Cure.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"lg-text\"\u003e\n        Good surface preparation helps the adhesive make better contact\n        with the leather and keeps the finished repair neater.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"lg-steps\"\u003e\n\n        \u003cdiv class=\"lg-step\"\u003e\n          \u003cstrong\u003e1. Clean the area:\u003c\/strong\u003e\n          remove dust, oil and loose debris, then make sure the leather is dry.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lg-step\"\u003e\n          \u003cstrong\u003e2. Apply a thin layer:\u003c\/strong\u003e\n          spread a controlled amount of adhesive over the bonding surface.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lg-step\"\u003e\n          \u003cstrong\u003e3. Join \u0026amp; cure:\u003c\/strong\u003e\n          position the surfaces carefully and allow the adhesive to cure before normal use.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lg-image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/8899\/9906\/files\/spp_shopify20260914181328_abbcdb796821d03089bd4e2691251b60.jpg?v=1789380812\" alt=\"Three step leather glue repair process\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- WHERE TO USE --\u003e\n\n  \u003csection class=\"lg-info\"\u003e\n\n    \u003cspan class=\"lg-section-kicker\"\u003e\n      MULTI-PURPOSE LEATHER REPAIR\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"lg-section-title\"\u003e\n      🛋️ One Bottle for Common Leather Repair Jobs\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"lg-rows\"\u003e\n\n      \u003cdiv class=\"lg-row\"\u003e\n        \u003cb\u003e🛋️ Sofas\u003c\/b\u003e\n        \u003cspan\u003eLocalized bonding on compatible leather surfaces\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lg-row\"\u003e\n        \u003cb\u003e🚗 Car Seats\u003c\/b\u003e\n        \u003cspan\u003eSmall leather bonding and edge repairs\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lg-row\"\u003e\n        \u003cb\u003e👜 Bags\u003c\/b\u003e\n        \u003cspan\u003eLoose bonded areas and leather details\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lg-row\"\u003e\n        \u003cb\u003e👞 Accessories\u003c\/b\u003e\n        \u003cspan\u003eOther compatible leather items\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n\n  \u003csection class=\"lg-info\"\u003e\n\n    \u003cspan class=\"lg-section-kicker\"\u003e\n      PRODUCT INFORMATION\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"lg-section-title\"\u003e\n      📋 Product Details\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lg-spec\"\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"lg-spec-label\"\u003e\n          Product\n        \u003c\/span\u003e\n\n        \u003cspan class=\"lg-spec-value\"\u003e\n          Leather Repair Glue\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"lg-spec-label\"\u003e\n          Capacity\n        \u003c\/span\u003e\n\n        \u003cspan class=\"lg-spec-value\"\u003e\n          60ML \/ 2.03 fl oz\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"lg-spec-label\"\u003e\n          Formula\n        \u003c\/span\u003e\n\n        \u003cspan class=\"lg-spec-value\"\u003e\n          Transparent Resin-Based Adhesive\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"lg-spec-label\"\u003e\n          Intended Use\n        \u003c\/span\u003e\n\n        \u003cspan class=\"lg-spec-value\"\u003e\n          Compatible Leather Bonding Repairs\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"lg-spec-label\"\u003e\n          Shelf Life\n        \u003c\/span\u003e\n\n        \u003cspan class=\"lg-spec-value\"\u003e\n          3 Years\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"lg-spec-label\"\u003e\n          Package\n        \u003c\/span\u003e\n\n        \u003cspan class=\"lg-spec-value\"\u003e\n          1 × 60ML Leather Repair Glue\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- CARE --\u003e\n\n  \u003csection class=\"lg-info lg-note\"\u003e\n\n    \u003cspan class=\"lg-section-kicker\"\u003e\n      FOR A CLEANER REPAIR\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"lg-section-title\"\u003e\n      ✨ Application Tips\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lg-note-list\"\u003e\n\n      \u003cli\u003e\n        Make sure the leather surface is clean, dry and free from dust or oil before application.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Apply a thin, even layer rather than using excessive adhesive.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Align the repaired area carefully before the adhesive begins to set.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Allow the repair to cure before placing the item back into regular use.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Test first on a small hidden area when working with delicate, dyed or unfamiliar leather finishes.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Store tightly closed in a cool, dry location and keep out of reach of children.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- FAQ --\u003e\n\n  \u003csection class=\"lg-info lg-faq\"\u003e\n\n    \u003cspan class=\"lg-section-kicker\"\u003e\n      QUICK ANSWERS\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"lg-section-title\"\u003e\n      ❓ Frequently Asked Questions\n    \u003c\/h2\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I use it on a leather sofa?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lg-answer\"\u003e\n        Yes. Sofas are one of the intended leather repair applications\n        listed in the supplied product information.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can it be used on car seats?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lg-answer\"\u003e\n        Yes. It is designed for compatible leather bonding repairs\n        including localized areas on automotive leather seats.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does the glue dry clear?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lg-answer\"\u003e\n        The supplied product information describes the adhesive formula\n        as transparent, helping the bonding layer look less noticeable.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How much glue is included?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lg-answer\"\u003e\n        Each bottle contains 60ML \/ approximately 2.03 fl oz.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Is it suitable for bags?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lg-answer\"\u003e\n        Yes. The supplied product description includes leather bags\n        among its intended repair applications.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How should I prepare the surface?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lg-answer\"\u003e\n        Clean the bonding area and make sure it is dry and free from\n        dust, oil and loose material before applying the adhesive.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What is the shelf life?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lg-answer\"\u003e\n        The listed shelf life is 3 years when stored appropriately.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What comes in the package?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lg-answer\"\u003e\n        The package includes 1 × 60ML Leather Repair Glue.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- FINAL CTA --\u003e\n\n  \u003csection class=\"lg-final\"\u003e\n\n    \u003ch2\u003e\n      👜 Repair the Leather You Already Love.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Keep a clear 60ML leather adhesive ready for sofas,\n      car seats, bags and other everyday leather repair jobs.\n    \u003c\/p\u003e\n\n    \u003ca href=\"#product-form\" class=\"lg-button\"\u003e\n      GET YOUR LEATHER REPAIR GLUE →\n    \u003c\/a\u003e\n\n    \u003cdiv class=\"lg-trust\"\u003e\n      📦 Tracked Shipping\n       · \n      🚚 Free Shipping on Orders Over $59.98\n       · \n      🔒 Secure Checkout\n       · \n      💬 Order Support\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"HYL","offers":[{"title":"60ml \/ Buy 1 Get 1 Free-2PCS🔥","offer_id":51162945323255,"sku":"NC01752609152096-60ml*2","price":27.99,"currency_code":"USD","in_stock":true},{"title":"60ml \/ Buy 2 Get 2 Free-4PCS🔥🔥","offer_id":51164087156983,"sku":"NC01752609152096-60ml*4","price":42.99,"currency_code":"USD","in_stock":true},{"title":"60ml \/ Buy 3 Get 3 Free-6PCS🔥🔥","offer_id":51164087189751,"sku":"NC01752609152096-60ml*6","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0926\/7878\/3223\/files\/spp_shopify20260914181333_61dd3a38b73f332549b330aef910cdff_296e958a-c6f9-4672-b665-7297631f1ec2.jpg?v=1789443602","url":"https:\/\/www.zavrly.com\/products\/60ml-leather-repair-glue-clear-adhesive","provider":"zavrly","version":"1.0","type":"link"}