{"product_id":"live-system-core-remover","title":"Live System Core Remover","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #cba135; \/* Brass Gold *\/\n    --primary-hover: #b08d2e;\n    --text-main: #212529;\n    --text-sub: #6c757d;\n    --bg-body: #ffffff;\n    --bg-card: #f8f9fa;\n    --bg-soft: #e9ecef;\n    --radius-md: 8px;\n    --radius-lg: 12px;\n    --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n    --shadow-lg: 0 8px 24px rgba(0,0,0,0.1);\n    --border-color: #dee2e6;\n    --spacing-section: clamp(3rem, 8vw, 5rem);\n    --spacing-block: clamp(1.5rem, 4vw, 2.5rem);\n\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    line-height: 1.6;\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 0 20px;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 44px);\n    font-weight: 800;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    font-weight: 700;\n    margin-bottom: 1.2rem;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h3 {\n    font-size: 22px;\n    font-weight: 600;\n    margin-bottom: 1rem;\n    color: var(--text-main);\n  }\n\n  .product-detail-container p {\n    font-size: 18px;\n    color: var(--text-sub);\n    margin-bottom: 1.5rem;\n  }\n\n  .product-detail-container ul {\n    padding-left: 1.5rem;\n    margin-bottom: 1.5rem;\n  }\n\n  .product-detail-container li {\n    font-size: 18px;\n    color: var(--text-sub);\n    margin-bottom: 0.8rem;\n  }\n\n  \/* Helpers *\/\n  .text-primary { color: var(--primary); }\n  .badge-trust {\n    display: inline-flex;\n    align-items: center;\n    padding: 0.5rem 1rem;\n    background: var(--bg-soft);\n    color: var(--text-main);\n    border-radius: 50px;\n    font-weight: 600;\n    font-size: 16px;\n    margin-bottom: 1.5rem;\n  }\n  .badge-trust::before {\n    content: \"🛡️\";\n    margin-right: 0.5rem;\n  }\n\n  \/* Layout \u0026 Modules *\/\n  .section-block {\n    margin-bottom: var(--spacing-section);\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n    padding: var(--spacing-section) 0;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n  .hero-image-container {\n    margin-top: 2rem;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n  }\n\n  \/* Feature Section *\/\n  .feature-block {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: var(--spacing-block);\n    align-items: center;\n  }\n  .feature-block.reverse {\n    direction: rtl;\n  }\n  .feature-block.reverse \u003e * {\n    direction: ltr;\n  }\n  .feature-media {\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    background: var(--bg-card);\n    border: 1px solid var(--border-color);\n  }\n  .feature-copy {\n    padding: 1rem;\n  }\n  .feature-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.8rem;\n    margin-top: 1.5rem;\n  }\n  .feature-tag {\n    padding: 0.4rem 1rem;\n    background: var(--bg-soft);\n    border-radius: var(--radius-md);\n    font-size: 16px;\n    font-weight: 500;\n    color: var(--text-sub);\n  }\n\n  \/* Specifications *\/\n  .specs-container {\n    background: var(--bg-card);\n    padding: var(--spacing-block);\n    border-radius: var(--radius-lg);\n    border: 1px solid var(--border-color);\n  }\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n  .specs-table th, .specs-table td {\n    padding: 1rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 18px;\n  }\n  .specs-table th {\n    width: 35%;\n    color: var(--text-main);\n    font-weight: 600;\n  }\n  .specs-table td {\n    color: var(--text-sub);\n  }\n  .specs-table tr:last-child th,\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* FAQ *\/\n  .faq-item {\n    margin-bottom: 1.5rem;\n    padding-bottom: 1.5rem;\n    border-bottom: 1px solid var(--border-color);\n  }\n  .faq-item:last-child {\n    border-bottom: none;\n  }\n  .faq-question {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--text-main);\n    margin-bottom: 0.8rem;\n    display: flex;\n    align-items: flex-start;\n  }\n  .faq-question::before {\n    content: \"Q.\";\n    color: var(--primary);\n    margin-right: 0.8rem;\n    font-weight: 800;\n  }\n  .faq-answer {\n    font-size: 18px;\n    color: var(--text-sub);\n    padding-left: 2.5rem;\n  }\n\n  \/* Image Placeholder \u0026 Responsive *\/\n  .img-placeholder {\n    width: 100%;\n    height: auto;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: #f0f2f5;\n    border: 2px dashed #cdd4dc;\n    color: #6c757d;\n    font-weight: 500;\n    padding: 4rem 1rem;\n  }\n  img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  @media (max-width: 768px) {\n    .feature-block, .feature-block.reverse {\n      grid-template-columns: 1fr;\n      direction: ltr;\n    }\n    .feature-media {\n      order: -1;\n    }\n    .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .specs-table tr {\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 1rem;\n    }\n    .specs-table th, .specs-table td {\n      padding: 0.5rem 0;\n      border: none;\n    }\n    .specs-table th {\n      margin-bottom: 0.3rem;\n      color: var(--primary);\n    }\n  }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：HVAC专业维修工具\n目标受众：空调维修技师、暖通专业人员\n视觉风格：工业、坚固、金属质感、专业可靠\n配色策略：以黄铜金为主色调，搭配深灰\/黑色强调专业感\n模块顺序：Hero -\u003e Feature1(核心功能) -\u003e Feature2(材质工艺) -\u003e Feature3(兼容性与细节) -\u003e Specs -\u003e FAQ\n详情图映射：Hero=image_0.png, Feature1=image_2.png, Feature2=image_1.png, Feature3=image_3.png\n规格图映射：Specs=无专用规格图，数据来自image_2和image_3的文本\n对比模块：未加入（无明显对比需求）\n--\u003e\u003c!-- A. Intro \/ Hero Section --\u003e\n\u003cdiv class=\"section-block hero-section\"\u003e\n\u003cdiv class=\"badge-trust\"\u003eDesigned for Professional HVAC Service\u003c\/div\u003e\n\n\u003ch1\u003eSwap Valve Cores Under Pressure—\u003cbr\u003e\n\u003cspan class=\"text-primary\"\u003eNo Refrigerant Loss\u003c\/span\u003e.\u003c\/h1\u003e\n\n\u003cp\u003eA professional-grade tool for fast, safe, and efficient valve core removal and installation on charged A\/C systems.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-image-container\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img43\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617095206\/bd8e8213437f90507f5373a41190438b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-block feature-block\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260616174556\/c2b69c1d64cd70fa1527687de474419c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eService Live Systems Without Dumping Charge\u003c\/h2\u003e\n\n\u003cp\u003eDon't waste time recovering refrigerant just to change a leaking valve core. The integrated ball valve allows you to isolate the system pressure, remove the old core, and install a new one—all while the system remains fully charged. It's the fastest way to complete the job.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eBuilt-in Ball Valve\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003ePressure Isolation\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eTime-Saving\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 2: Build Quality \u0026 Grip --\u003e\n\n\u003cdiv class=\"section-block feature-block reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260616174556\/e9a2b63099ca8e1f161d4da456f31664.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSolid Brass Construction with Anti-Slip Grip\u003c\/h2\u003e\n\n\u003cp\u003eBuilt to withstand the demands of daily field use, this tool is constructed from durable solid brass. All connection points and knobs feature a heavy knurled texture, ensuring a secure, non-slip grip even when your hands are oily or wearing gloves.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eSolid Brass Body\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eKnurled Texture\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDurable Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 3: Compatibility \u0026 Precision --\u003e\n\n\u003cdiv class=\"section-block feature-block\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260616174556\/ac6577b998da6f7399cf2f40f95f4914.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eStandard 1\/4\" Fit with Precision Probe\u003c\/h2\u003e\n\n\u003cp\u003eDesigned for direct connection to standard 1\/4\" SAE service ports found on most fixed-frequency systems. The specialized probe tip is engineered to reliably engage and hold valve cores, preventing them from being dropped during removal or installation.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e1\/4\" SAE Port\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003ePrecision Core Grabber\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eR22\/R134a Ready\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003ePrimary Material\u003c\/th\u003e\n\t\t\t\u003ctd\u003eSolid Brass\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eHandle Material\u003c\/th\u003e\n\t\t\t\u003ctd\u003eDurable Plastic\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003ePort Connection\u003c\/th\u003e\n\t\t\t\u003ctd\u003eStandard 1\/4\" SAE Male Flare\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eValve Type\u003c\/th\u003e\n\t\t\t\u003ctd\u003eQuarter-Turn Ball Valve\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eDirect Compatibility\u003c\/th\u003e\n\t\t\t\u003ctd\u003eFixed Frequency Systems (e.g., R22, R12, R134a, R407C, R507)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eAdapter Required For\u003c\/th\u003e\n\t\t\t\u003ctd\u003eR410A, R32 Systems (Adapter not included)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I use this on a system that is fully pressurized?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, absolutely. The primary purpose of this tool is to allow for valve core changes on live, pressurized systems without releasing any refrigerant into the atmosphere.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat size service port does this fit?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThis tool connects directly to standard 1\/4\" SAE service ports, which are common on many residential and commercial A\/C units.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill this work with R410A systems?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eIt can work with R410A and R32 systems, but you will need to attach a separate adapter (typically 1\/4\" female to 5\/16\" male) to the tool's port. The adapter is not included.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Essential Tool)","offer_id":45737636823231,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Keep a Backup - 10%)","offer_id":45737636855999,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Workshop Pack - 15%)","offer_id":45737636888767,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/bd8e8213437f90507f5373a41190438b.jpg?v=1781661166","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/live-system-core-remover","provider":"Bak","version":"1.0","type":"link"}