{"product_id":"grade-80-chain-adjuster","title":"Grade 80 Chain Adjuster","description":"\u003c!-- Shopify Product Description - G80 Chain Adjuster --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Paste this code into Shopify's HTML editor (not the rich text editor) --\u003e\n\u003cstyle\u003e\n  \/* Reset and base - scoped to product-description *\/\n  .product-description,\n  .product-description * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n  .product-description {\n    max-width: 1200px;\n    width: 100%;\n    background: #ffffff;\n    border-radius: 8px;\n    padding: 2rem 2rem 1.5rem;\n    font-family: 'Helvetica', 'Arial', sans-serif;\n    color: #1e2b37;\n    line-height: 1.5;\n  }\n  .product-description h1 {\n    font-size: 2rem;\n    font-weight: 600;\n    color: #1e2b37;\n    border-bottom: 3px solid #2c6e49;\n    display: inline-block;\n    padding-bottom: 0.3rem;\n    margin-bottom: 0.5rem;\n  }\n  .product-description .subhead {\n    color: #4a5a6a;\n    font-size: 1rem;\n    margin-bottom: 2rem;\n    letter-spacing: 0.2px;\n  }\n  .product-description h2 {\n    font-size: 1.4rem;\n    font-weight: 600;\n    color: #1e2b37;\n    border-left: 5px solid #2c6e49;\n    padding-left: 0.8rem;\n    margin: 0 0 1rem 0;\n  }\n\n  \/* ===== TABLE-BASED LAYOUT for guaranteed side-by-side ===== *\/\n  .product-description .row-drawing-table {\n    display: table;\n    width: 100%;\n    table-layout: fixed;\n    border-collapse: separate;\n    border-spacing: 2rem 0;\n    margin: 1.2rem 0 1.8rem 0;\n  }\n  .product-description .row-drawing-table .cell-left,\n  .product-description .row-drawing-table .cell-right {\n    display: table-cell;\n    vertical-align: top;\n  }\n  .product-description .row-drawing-table .cell-left {\n    width: 220px;\n    min-width: 180px;\n    max-width: 280px;\n  }\n  .product-description .row-drawing-table .cell-right {\n    width: auto;\n  }\n\n  \/* Drawing placeholder - LEFT *\/\n  .product-description .drawing-placeholder {\n    width: 100%;\n    background: #f5f7fa;\n    border: 1px dashed #b0c0ce;\n    border-radius: 10px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n    padding: 1.5rem 1rem;\n    color: #4d5f6f;\n    font-size: 0.9rem;\n    text-align: center;\n    min-height: 200px;\n  }\n  .product-description .drawing-placeholder .icon-placeholder {\n    font-size: 2.8rem;\n    margin-bottom: 0.3rem;\n    opacity: 0.5;\n  }\n  .product-description .drawing-placeholder .placeholder-text {\n    font-weight: 500;\n    margin-bottom: 0.2rem;\n  }\n  .product-description .drawing-placeholder .placeholder-sub {\n    font-size: 0.8rem;\n    color: #5d6f7e;\n  }\n\n  \/* Table wrap - RIGHT *\/\n  .product-description .table-wrap {\n    width: 100%;\n    overflow-x: auto;\n  }\n\n  \/* Combined table *\/\n  .product-description .combined-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 0.85rem;\n  }\n  .product-description .combined-table th {\n    background-color: #2c3e50;\n    color: white;\n    font-weight: 600;\n    padding: 0.6rem 0.3rem;\n    text-align: center;\n    border: 1px solid #2c3e50;\n    white-space: nowrap;\n  }\n  .product-description .combined-table td {\n    padding: 0.5rem 0.3rem;\n    text-align: center;\n    border: 1px solid #dde3e9;\n    background-color: white;\n    white-space: nowrap;\n  }\n  .product-description .combined-table tr:nth-child(even) td {\n    background-color: #f8fafc;\n  }\n  .product-description .combined-table .dimension-header {\n    background-color: #34495e;\n    color: white;\n    font-weight: 600;\n    padding: 0.4rem 0.3rem;\n    text-align: center;\n    border: 1px solid #34495e;\n    font-size: 0.75rem;\n    letter-spacing: 0.3px;\n  }\n\n  \/* Note \u0026 footer *\/\n  .product-description .note-box {\n    background: #f0f4f9;\n    border-left: 4px solid #2c6e49;\n    padding: 0.9rem 1.2rem;\n    margin: 1.8rem 0 0.5rem 0;\n    border-radius: 4px;\n    font-size: 0.92rem;\n    color: #1e2b37;\n  }\n  .product-description .note-box strong {\n    font-weight: 600;\n  }\n  .product-description .text-muted {\n    color: #5d6f7e;\n  }\n  .product-description .footer-meta {\n    margin-top: 2rem;\n    border-top: 1px solid #e2e8ef;\n    padding-top: 1rem;\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: space-between;\n    font-size: 0.85rem;\n    color: #4d5f6f;\n  }\n\n  \/* ===== RESPONSIVE: Stack on small screens ===== *\/\n  @media (max-width: 700px) {\n    .product-description { padding: 1.2rem; }\n    .product-description h1 { font-size: 1.6rem; }\n    .product-description .row-drawing-table {\n      display: block;\n      border-spacing: 0;\n    }\n    .product-description .row-drawing-table .cell-left,\n    .product-description .row-drawing-table .cell-right {\n      display: block;\n      width: 100% !important;\n      max-width: 100% !important;\n      min-width: unset;\n      margin-bottom: 1.2rem;\n    }\n    .product-description .drawing-placeholder {\n      min-height: 120px;\n    }\n    .product-description .combined-table { font-size: 0.75rem; }\n    .product-description .combined-table th,\n    .product-description .combined-table td {\n      padding: 0.4rem 0.2rem;\n      white-space: normal;\n    }\n  }\n  @media (max-width: 480px) {\n    .product-description .combined-table { font-size: 0.65rem; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1\u003eG80 Chain Adjuster\u003c\/h1\u003e\n\u003cdiv class=\"subhead\"\u003eGrade 80 • Model series SL-CT105\u003c\/div\u003e\n\u003c!-- TABLE-BASED ROW: drawing (left) + combined table (right) --\u003e\n\u003cdiv class=\"row-drawing-table\"\u003e\n\u003c!-- LEFT CELL: Drawing placeholder --\u003e\n\u003cdiv class=\"cell-left\"\u003e\n\u003cdiv class=\"drawing-placeholder\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0609\/3455\/3737\/files\/1-G80_chain_adjuster.jpg?v=1788093643\" alt=\"G80 Chain Adjuster Drawing\" style=\"max-width:100%; display:block; border-radius:3px;\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- RIGHT CELL: Combined table --\u003e\n\u003cdiv class=\"cell-right\"\u003e\n\u003cdiv class=\"table-wrap\"\u003e\n\u003ch2 style=\"margin-top: 0; border-left-color: #2c6e49;\"\u003eSpecifications \u0026amp; Dimensions\u003c\/h2\u003e\n\u003ctable class=\"combined-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003cth\u003eWLL (T)\u003c\/th\u003e\n\u003cth\u003eB.L. (T)\u003c\/th\u003e\n\u003cth\u003eA (mm)\u003c\/th\u003e\n\u003cth\u003eB (mm)\u003c\/th\u003e\n\u003cth\u003eC (°)\u003c\/th\u003e\n\u003cth class=\"dimension-header\"\u003eD (mm)\u003c\/th\u003e\n\u003cth class=\"dimension-header\"\u003eL (mm)\u003c\/th\u003e\n\u003cth class=\"dimension-header\"\u003eWeight (kg)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSL-CT105-6\u003c\/td\u003e\n\u003ctd\u003e1.12\u003c\/td\u003e\n\u003ctd\u003e4.48\u003c\/td\u003e\n\u003ctd\u003e7.5\u003c\/td\u003e\n\u003ctd\u003e7.5\u003c\/td\u003e\n\u003ctd\u003e3\u003c\/td\u003e\n\u003ctd\u003e26\u003c\/td\u003e\n\u003ctd\u003e73.5\u003c\/td\u003e\n\u003ctd\u003e0.17\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSL-CT105-7\/8\u003c\/td\u003e\n\u003ctd\u003e2.0\u003c\/td\u003e\n\u003ctd\u003e8.0\u003c\/td\u003e\n\u003ctd\u003e9.5\u003c\/td\u003e\n\u003ctd\u003e9.5\u003c\/td\u003e\n\u003ctd\u003e4\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd\u003e101\u003c\/td\u003e\n\u003ctd\u003e0.42\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSL-CT105-10\u003c\/td\u003e\n\u003ctd\u003e3.15 \/ 3.2\u003c\/td\u003e\n\u003ctd\u003e12.6\u003c\/td\u003e\n\u003ctd\u003e13\u003c\/td\u003e\n\u003ctd\u003e13\u003c\/td\u003e\n\u003ctd\u003e5\u003c\/td\u003e\n\u003ctd\u003e48\u003c\/td\u003e\n\u003ctd\u003e138\u003c\/td\u003e\n\u003ctd\u003e1.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSL-CT105-13\u003c\/td\u003e\n\u003ctd\u003e5.3 \/ 5.4\u003c\/td\u003e\n\u003ctd\u003e21.2\u003c\/td\u003e\n\u003ctd\u003e18\u003c\/td\u003e\n\u003ctd\u003e18\u003c\/td\u003e\n\u003ctd\u003e7\u003c\/td\u003e\n\u003ctd\u003e59\u003c\/td\u003e\n\u003ctd\u003e177\u003c\/td\u003e\n\u003ctd\u003e2.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSL-CT105-16\u003c\/td\u003e\n\u003ctd\u003e8.0\u003c\/td\u003e\n\u003ctd\u003e32.0\u003c\/td\u003e\n\u003ctd\u003e21\u003c\/td\u003e\n\u003ctd\u003e21\u003c\/td\u003e\n\u003ctd\u003e9\u003c\/td\u003e\n\u003ctd\u003e73\u003c\/td\u003e\n\u003ctd\u003e220\u003c\/td\u003e\n\u003ctd\u003e3.8\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSL-CT105-20\u003c\/td\u003e\n\u003ctd\u003e12.5\u003c\/td\u003e\n\u003ctd\u003e50.0\u003c\/td\u003e\n\u003ctd\u003e22\u003c\/td\u003e\n\u003ctd\u003e22\u003c\/td\u003e\n\u003ctd\u003e9\u003c\/td\u003e\n\u003ctd\u003e78\u003c\/td\u003e\n\u003ctd\u003e238\u003c\/td\u003e\n\u003ctd\u003e4.9\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSL-CT105-22\u003c\/td\u003e\n\u003ctd\u003e15.0\u003c\/td\u003e\n\u003ctd\u003e60.0\u003c\/td\u003e\n\u003ctd\u003e25.5\u003c\/td\u003e\n\u003ctd\u003e25.5\u003c\/td\u003e\n\u003ctd\u003e1\u003c\/td\u003e\n\u003ctd\u003e98\u003c\/td\u003e\n\u003ctd\u003e295\u003c\/td\u003e\n\u003ctd\u003e8.5\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\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003cstrong\u003eG80 Chain Adjuster • Grade 80\u003c\/strong\u003e\u003cbr\u003e\u003cspan class=\"text-muted\"\u003eAll data as per product specification. Model range: SL-CT105-6 to SL-CT105-22.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"footer-meta\"\u003e\n\u003cspan\u003e⚙ Hebei Shenli Rigging Group — G80 Chain Adjuster\u003c\/span\u003e \u003cspan\u003e📔 WLL up to 15T • Grade 80\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LYFOOCRANE","offers":[{"title":"Default Title","offer_id":48191170543753,"sku":null,"price":0.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0609\/3455\/3737\/files\/G80chainadjuster.jpg?v=1788093618","url":"https:\/\/www.lyfoo.com\/products\/grade-80-chain-adjuster","provider":"LYFOOCRANE","version":"1.0","type":"link"}