{"product_id":"armbridge-k-flex-insulation-w-plain-ends","title":"ARMBRIDGE K-Flex Insulation w\/ Plain Ends","description":"\u003cstyle\u003e\n  :root {\n    --ab-accent: #faa819;\n    --ab-accent-dark: #c97800;\n    --ab-ink: #17202a;\n    --ab-muted: #64748b;\n    --ab-soft: #f7f7f5;\n    --ab-line: #e2e0d5;\n    --ab-card: #ffffff;\n  }\n\n  .ab-copper-desc {\n    max-width: 1180px;\n    margin: 0 auto;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--ab-ink);\n    line-height: 1.65;\n    background: #ffffff;\n  }\n\n  .ab-copper-desc * {\n    box-sizing: border-box;\n  }\n\n  .ab-copper-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 38px 34px;\n    margin-bottom: 22px;\n    border-radius: 22px;\n    color: #ffffff;\n    background: linear-gradient(\n      135deg,\n      #171717 0%,\n      #292929 58%,\n      #faa819 165%\n    );\n  }\n\n  .ab-copper-hero::after {\n    content: \"\";\n    position: absolute;\n    width: 320px;\n    height: 320px;\n    top: -165px;\n    right: -115px;\n    border-radius: 50%;\n    background: rgba(255, 255, 255, 0.08);\n  }\n\n  .ab-copper-eyebrow {\n    position: relative;\n    z-index: 1;\n    margin-bottom: 10px;\n    color: #ffd89a;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n  }\n\n  .ab-copper-title {\n    position: relative;\n    z-index: 1;\n    max-width: 940px;\n    margin: 0;\n    color: #ffffff;\n    font-size: clamp(28px, 4vw, 46px);\n    line-height: 1.08;\n    letter-spacing: -0.025em;\n    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);\n  }\n\n  .ab-copper-subtitle {\n    position: relative;\n    z-index: 1;\n    max-width: 820px;\n    margin: 15px 0 0;\n    color: #f8ecd8;\n    font-size: 16px;\n  }\n\n  .ab-copper-stats {\n    position: relative;\n    z-index: 1;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 26px;\n  }\n\n  .ab-copper-stat {\n    padding: 13px 14px;\n    border: 1px solid rgba(255, 255, 255, 0.2);\n    border-radius: 13px;\n    background: rgba(255, 255, 255, 0.08);\n  }\n\n  .ab-copper-stat strong {\n    display: block;\n    color: #ffffff;\n    font-size: 17px;\n  }\n\n  .ab-copper-stat span {\n    color: #e8e1d5;\n    font-size: 12px;\n  }\n\n  .ab-copper-cta {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-bottom: 24px;\n  }\n\n  .ab-copper-cta a {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 11px 17px;\n    border: 1px solid var(--ab-line);\n    border-radius: 10px;\n    color: var(--ab-ink);\n    background: #ffffff;\n    font-size: 13px;\n    font-weight: 800;\n    text-decoration: none;\n    transition: 0.2s ease;\n  }\n\n  .ab-copper-cta a:hover {\n    transform: translateY(-1px);\n    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);\n  }\n\n  .ab-copper-cta a.primary {\n    border-color: var(--ab-accent);\n    color: #262626;\n    background: var(--ab-accent);\n  }\n\n  .ab-copper-panel {\n    margin-bottom: 22px;\n    padding: 24px;\n    border: 1px solid var(--ab-line);\n    border-radius: 18px;\n    background: var(--ab-card);\n    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.055);\n  }\n\n  .ab-copper-kicker {\n    margin: 0 0 7px;\n    color: var(--ab-accent-dark);\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .ab-copper-section-title {\n    margin: 0 0 12px;\n    color: var(--ab-ink);\n    font-size: 26px;\n    line-height: 1.2;\n    letter-spacing: -0.015em;\n  }\n\n  .ab-copper-panel p {\n    margin: 0;\n  }\n\n  .ab-copper-panel p + p {\n    margin-top: 11px;\n  }\n\n  .ab-copper-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 16px;\n  }\n\n  .ab-copper-badge {\n    padding: 7px 11px;\n    border: 1px solid var(--ab-line);\n    border-radius: 999px;\n    color: #334155;\n    background: var(--ab-soft);\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .ab-copper-features {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n    margin-bottom: 28px;\n  }\n\n  .ab-copper-feature {\n    position: relative;\n    overflow: hidden;\n    min-height: 210px;\n    padding: 24px;\n    border: 1px solid var(--ab-line);\n    border-radius: 18px;\n    background: linear-gradient(145deg, #ffffff, #faf9f6);\n  }\n\n  .ab-copper-feature::before {\n    content: \"\";\n    position: absolute;\n    width: 125px;\n    height: 125px;\n    right: -45px;\n    bottom: -50px;\n    border-radius: 50%;\n    background: rgba(250, 168, 25, 0.1);\n  }\n\n  .ab-copper-feature-icon {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 48px;\n    height: 48px;\n    margin-bottom: 18px;\n    border-radius: 13px;\n    color: #262626;\n    background: var(--ab-accent);\n    font-size: 14px;\n    font-weight: 900;\n  }\n\n  .ab-copper-feature h3 {\n    position: relative;\n    margin: 0 0 8px;\n    font-size: 21px;\n    line-height: 1.2;\n  }\n\n  .ab-copper-feature p {\n    position: relative;\n    margin: 0;\n    color: #475569;\n  }\n\n  .ab-copper-section {\n    padding: 30px 0;\n    border-top: 1px solid var(--ab-line);\n  }\n\n  .ab-copper-table-wrap {\n    overflow: auto;\n    border: 1px solid var(--ab-line);\n    border-radius: 14px;\n  }\n\n  .ab-copper-table {\n    width: 100%;\n    min-width: 720px;\n    border-collapse: collapse;\n    background: #ffffff;\n  }\n\n  .ab-copper-table th,\n  .ab-copper-table td {\n    padding: 12px 15px;\n    border-bottom: 1px solid var(--ab-line);\n    text-align: left;\n    vertical-align: top;\n    font-size: 14px;\n  }\n\n  .ab-copper-table thead th {\n    color: #ffffff;\n    background: #262626;\n    font-size: 12px;\n    letter-spacing: 0.07em;\n    text-transform: uppercase;\n  }\n\n  .ab-copper-table tbody tr:nth-child(even) td {\n    background: #fafafa;\n  }\n\n  .ab-copper-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ab-copper-note {\n    margin-top: 22px;\n    padding: 17px 18px;\n    border-left: 4px solid var(--ab-accent);\n    border-radius: 0 12px 12px 0;\n    color: #334155;\n    background: #fff8eb;\n  }\n\n  @media (max-width: 900px) {\n    .ab-copper-stats {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 700px) {\n    .ab-copper-hero {\n      padding: 27px 20px;\n      border-radius: 16px;\n    }\n\n    .ab-copper-stats,\n    .ab-copper-features {\n      grid-template-columns: 1fr;\n    }\n\n    .ab-copper-panel,\n    .ab-copper-feature {\n      padding: 20px;\n    }\n\n    .ab-copper-cta a {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ab-copper-desc\"\u003e\n  \u003csection class=\"ab-copper-hero\"\u003e\n    \u003cdiv class=\"ab-copper-eyebrow\"\u003e\n      Armbridge • Insulated Copper Refrigeration Tubing\n    \u003c\/div\u003e\n\n    \u003ch1 class=\"ab-copper-title\"\u003e\n      Armbridge Plain-End Insulated Copper Tubing with 1\/2\" Insulation\n    \u003c\/h1\u003e\n\n    \u003cp class=\"ab-copper-subtitle\"\u003e\n      Individually insulated copper tubing for compatible mini-split,\n      heat-pump, air-conditioning, and refrigeration installations. Choose\n      the required tube diameter and roll length.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ab-copper-stats\"\u003e\n      \u003cdiv class=\"ab-copper-stat\"\u003e\n        \u003cstrong\u003e5 Tube Sizes\u003c\/strong\u003e\n        \u003cspan\u003e1\/4\" through 3\/4\"\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ab-copper-stat\"\u003e\n        \u003cstrong\u003e50' or 164'\u003c\/strong\u003e\n        \u003cspan\u003eAvailable roll lengths\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ab-copper-stat\"\u003e\n        \u003cstrong\u003e1\/2\" Insulation\u003c\/strong\u003e\n        \u003cspan\u003eInsulation thickness\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ab-copper-stat\"\u003e\n        \u003cstrong\u003ePlain Ends\u003c\/strong\u003e\n        \u003cspan\u003eReady for field preparation\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"ab-copper-cta\"\u003e\n    \u003ca class=\"primary\" href=\"https:\/\/southminisplits.com\/pages\/contact\" target=\"_blank\" rel=\"noopener\"\u003e\n      CONTACT US FOR ASSISTANCE\n    \u003c\/a\u003e\n\n    \u003ca href=\"tel:+17377386329\"\u003e\n      CALL (737) 738-6329\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"ab-copper-panel\"\u003e\n    \u003cp class=\"ab-copper-kicker\"\u003e\n      Multiple sizes in one listing\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"ab-copper-section-title\"\u003e\n      Select the copper-tube diameter and roll length required for your job\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Armbridge insulated copper refrigeration tubing is available in\n      multiple outside diameters and two roll lengths. Each tube is covered\n      with 1\/2-inch insulation to help reduce heat transfer and moisture\n      condensation during normal HVAC and refrigeration operation.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The tubing is supplied with plain ends, allowing the installer to cut,\n      prepare, flare, braze, or connect the tubing according to the equipment\n      manufacturer's requirements.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ab-copper-badges\"\u003e\n      \u003cspan class=\"ab-copper-badge\"\u003eIndividual copper tube\u003c\/span\u003e\n      \u003cspan class=\"ab-copper-badge\"\u003e1\/2-inch insulation\u003c\/span\u003e\n      \u003cspan class=\"ab-copper-badge\"\u003e50-foot rolls\u003c\/span\u003e\n      \u003cspan class=\"ab-copper-badge\"\u003e164-foot rolls\u003c\/span\u003e\n      \u003cspan class=\"ab-copper-badge\"\u003ePlain ends\u003c\/span\u003e\n      \u003cspan class=\"ab-copper-badge\"\u003eProtective end caps\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ab-copper-features\"\u003e\n    \u003carticle class=\"ab-copper-feature\"\u003e\n      \u003cdiv class=\"ab-copper-feature-icon\"\u003eCU\u003c\/div\u003e\n\n      \u003ch3\u003eCopper Tubing for HVAC\/R Applications\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Designed for compatible air-conditioning, heat-pump, mini-split, and\n        refrigeration installations requiring insulated copper tubing.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ab-copper-feature\"\u003e\n      \u003cdiv class=\"ab-copper-feature-icon\"\u003e1\/2\"\u003c\/div\u003e\n\n      \u003ch3\u003eFactory-Applied Insulation\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Each copper tube is covered with 1\/2-inch insulation to help limit\n        heat transfer and reduce condensation along the refrigerant line.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ab-copper-feature\"\u003e\n      \u003cdiv class=\"ab-copper-feature-icon\"\u003eUV\u003c\/div\u003e\n\n      \u003ch3\u003eMade for Indoor and Outdoor Runs\u003c\/h3\u003e\n\n      \u003cp\u003e\n        The insulation is designed to resist ultraviolet exposure, tearing,\n        moisture, and normal conditions found in HVAC installations.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ab-copper-feature\"\u003e\n      \u003cdiv class=\"ab-copper-feature-icon\"\u003eEND\u003c\/div\u003e\n\n      \u003ch3\u003ePlain Ends for Field Preparation\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Plain copper ends give installers the flexibility to prepare the\n        tubing for the connection method required by the selected equipment.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ab-copper-feature\"\u003e\n      \u003cdiv class=\"ab-copper-feature-icon\"\u003eCAP\u003c\/div\u003e\n\n      \u003ch3\u003eProtected During Storage and Handling\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Plastic end caps help keep dirt and debris out of the copper tubing\n        before it is cut and connected.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ab-copper-feature\"\u003e\n      \u003cdiv class=\"ab-copper-feature-icon\"\u003e2\u003c\/div\u003e\n\n      \u003ch3\u003eTwo Roll Lengths Available\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Choose a 50-foot roll for shorter installations or a 164-foot roll\n        when longer runs or multiple cuts are required.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ab-copper-section\"\u003e\n    \u003ch2 class=\"ab-copper-section-title\"\u003e\n      Available Variations\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"ab-copper-table-wrap\"\u003e\n      \u003ctable class=\"ab-copper-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSKU\u003c\/th\u003e\n            \u003cth\u003eCopper Tube O.D.\u003c\/th\u003e\n            \u003cth\u003eInsulation Thickness\u003c\/th\u003e\n            \u003cth\u003eRoll Length\u003c\/th\u003e\n            \u003cth\u003eEnd Type\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eAB-1\/4LS-1\/2PE-50\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e1\/4 in.\u003c\/td\u003e\n            \u003ctd\u003e1\/2 in.\u003c\/td\u003e\n            \u003ctd\u003e50 ft.\u003c\/td\u003e\n            \u003ctd\u003ePlain ends\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eAB-3\/8LS-1\/2PE-50\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e3\/8 in.\u003c\/td\u003e\n            \u003ctd\u003e1\/2 in.\u003c\/td\u003e\n            \u003ctd\u003e50 ft.\u003c\/td\u003e\n            \u003ctd\u003ePlain ends\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eAB-1\/2LS-1\/2PE-50\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e1\/2 in.\u003c\/td\u003e\n            \u003ctd\u003e1\/2 in.\u003c\/td\u003e\n            \u003ctd\u003e50 ft.\u003c\/td\u003e\n            \u003ctd\u003ePlain ends\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eAB-5\/8LS-1\/2PE-50\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e5\/8 in.\u003c\/td\u003e\n            \u003ctd\u003e1\/2 in.\u003c\/td\u003e\n            \u003ctd\u003e50 ft.\u003c\/td\u003e\n            \u003ctd\u003ePlain ends\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eAB-3\/4LS-1\/2PE-50\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e3\/4 in.\u003c\/td\u003e\n            \u003ctd\u003e1\/2 in.\u003c\/td\u003e\n            \u003ctd\u003e50 ft.\u003c\/td\u003e\n            \u003ctd\u003ePlain ends\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eAB-1\/4LS-1\/2PE-164\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e1\/4 in.\u003c\/td\u003e\n            \u003ctd\u003e1\/2 in.\u003c\/td\u003e\n            \u003ctd\u003e164 ft.\u003c\/td\u003e\n            \u003ctd\u003ePlain ends\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eAB-3\/8LS-1\/2PE-164\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e3\/8 in.\u003c\/td\u003e\n            \u003ctd\u003e1\/2 in.\u003c\/td\u003e\n            \u003ctd\u003e164 ft.\u003c\/td\u003e\n            \u003ctd\u003ePlain ends\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eAB-1\/2LS-1\/2PE-164\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e1\/2 in.\u003c\/td\u003e\n            \u003ctd\u003e1\/2 in.\u003c\/td\u003e\n            \u003ctd\u003e164 ft.\u003c\/td\u003e\n            \u003ctd\u003ePlain ends\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eAB-5\/8LS-1\/2PE-164\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e5\/8 in.\u003c\/td\u003e\n            \u003ctd\u003e1\/2 in.\u003c\/td\u003e\n            \u003ctd\u003e164 ft.\u003c\/td\u003e\n            \u003ctd\u003ePlain ends\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eAB-3\/4LS-1\/2PE-164\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e3\/4 in.\u003c\/td\u003e\n            \u003ctd\u003e1\/2 in.\u003c\/td\u003e\n            \u003ctd\u003e164 ft.\u003c\/td\u003e\n            \u003ctd\u003ePlain ends\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ab-copper-section\"\u003e\n    \u003ch2 class=\"ab-copper-section-title\"\u003e\n      Product Specifications\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"ab-copper-table-wrap\"\u003e\n      \u003ctable class=\"ab-copper-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSpecification\u003c\/th\u003e\n            \u003cth\u003eDetails\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eBrand\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eArmbridge\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eProduct type\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eIndividually insulated copper refrigeration tubing\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eCopper tube sizes\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e1\/4, 3\/8, 1\/2, 5\/8, and 3\/4 in. O.D.\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eAvailable lengths\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e50 ft. and 164 ft.\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eInsulation thickness\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e1\/2 in.\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eEnd configuration\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003ePlain ends with protective plastic caps\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eCopper designation\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eC12200 copper\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eCopper tubing standard\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eASTM B280\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eInsulation temperature range\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e-40°C to 120°C\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003ePressure rating\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e\n              Varies by tube diameter; supplied specifications list a range\n              of approximately 2,100 to 7,000 psi\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eRecommended applications\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e\n              Ductless mini-splits, heat pumps, central air-conditioning\n              systems, and refrigeration equipment\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ab-copper-note\"\u003e\n      This listing is for one individually insulated copper tube, not a paired\n      line set. Select the outside diameter and roll length required for the\n      installation. Confirm the equipment's specified liquid-line and\n      suction-line sizes before ordering. Installation should be completed by\n      a qualified HVAC professional in accordance with the equipment\n      manufacturer's instructions and applicable codes.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"ARMBRIDGE","offers":[{"title":"1\/4 \/ 50FT","offer_id":45275058995243,"sku":"AB-1\/4LS-1\/2PE-50","price":156.0,"currency_code":"USD","in_stock":true},{"title":"1\/4 \/ 164ft","offer_id":45275059028011,"sku":"AB-1\/4LS-1\/2PE-164","price":410.0,"currency_code":"USD","in_stock":true},{"title":"3\/8 \/ 50FT","offer_id":45275059060779,"sku":"AB-3\/8LS-1\/2PE-50","price":200.0,"currency_code":"USD","in_stock":true},{"title":"3\/8 \/ 164ft","offer_id":45275059093547,"sku":"AB-3\/8LS-1\/2PE-164","price":581.0,"currency_code":"USD","in_stock":true},{"title":"1\/2 \/ 50FT","offer_id":45275059126315,"sku":"AB-1\/2LS-1\/2PE-50","price":259.0,"currency_code":"USD","in_stock":true},{"title":"1\/2 \/ 164ft","offer_id":45275059159083,"sku":"AB-1\/2LS-1\/2PE-164","price":724.0,"currency_code":"USD","in_stock":true},{"title":"3\/4 \/ 50FT","offer_id":45275059191851,"sku":"AB-3\/4LS-1\/2PE-50","price":380.0,"currency_code":"USD","in_stock":true},{"title":"3\/4 \/ 164ft","offer_id":45275059224619,"sku":"AB-3\/4LS-1\/2PE-164","price":875.0,"currency_code":"USD","in_stock":true},{"title":"5\/8 \/ 50FT","offer_id":45275059257387,"sku":"AB-5\/8LS-1\/2PE-50","price":297.0,"currency_code":"USD","in_stock":true},{"title":"5\/8 \/ 164ft","offer_id":45275059290155,"sku":"AB-5\/8LS-1\/2PE-164","price":815.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0625\/5647\/1339\/files\/Armbridge_Social_Media-01_03d9252c-c7e3-4545-b402-fc0d2163a9a5.png?v=1788557655","url":"https:\/\/hvacsupplies.com\/products\/armbridge-k-flex-insulation-w-plain-ends","provider":"HVACSupplies.com","version":"1.0","type":"link"}