{"product_id":"charge-port-rescue-kit","title":"Charge Port Rescue Kit","description":"\u003cstyle\u003e\n  .sst-product-page {\n    font-family: inherit;\n    color: #111827;\n    background: #fff;\n  }\n\n  .sst-product-page * {\n    box-sizing: border-box;\n  }\n\n  .sst-wrap {\n    max-width: 1120px;\n    margin: 0 auto;\n    padding: 0 20px;\n  }\n\n  .sst-hero {\n    padding: 56px 0;\n    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);\n    border-radius: 28px;\n    margin-bottom: 48px;\n    text-align: center;\n  }\n\n  .sst-eyebrow {\n    color: #1f74c9;\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n    margin-bottom: 14px;\n  }\n\n  .sst-hero h1 {\n    font-size: clamp(40px, 6vw, 72px);\n    line-height: .95;\n    letter-spacing: -0.05em;\n    margin: 0 0 18px;\n  }\n\n  .sst-blue {\n    color: #1f74c9;\n  }\n\n  .sst-subhead {\n    font-size: clamp(20px, 3vw, 28px);\n    line-height: 1.35;\n    color: #374151;\n    margin: 0 0 20px;\n    font-weight: 600;\n  }\n\n  .sst-lead {\n    max-width: 760px;\n    margin: 0 auto;\n    font-size: 18px;\n    line-height: 1.7;\n    color: #4b5563;\n  }\n\n  .sst-buttons {\n    display: flex;\n    justify-content: center;\n    gap: 14px;\n    flex-wrap: wrap;\n    margin-top: 30px;\n  }\n\n  .sst-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 50px;\n    padding: 0 24px;\n    border-radius: 999px;\n    font-weight: 800;\n    text-decoration: none;\n    transition: .2s ease;\n  }\n\n  .sst-btn-primary {\n    background: #1f74c9;\n    color: #fff;\n  }\n\n  .sst-btn-secondary {\n    background: #fff;\n    color: #111827;\n    border: 1px solid #e5e7eb;\n  }\n\n  .sst-btn:hover {\n    opacity: .92;\n    transform: translateY(-1px);\n  }\n\n  .sst-trust-row {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 28px;\n  }\n\n  .sst-pill {\n    background: #fff;\n    border: 1px solid #e5e7eb;\n    border-radius: 999px;\n    padding: 9px 14px;\n    font-size: 14px;\n    color: #4b5563;\n    font-weight: 600;\n  }\n\n  .sst-section {\n    padding: 54px 0;\n  }\n\n  .sst-section-alt {\n    background: #f5f7fb;\n    border-radius: 28px;\n    padding: 54px 24px;\n  }\n\n  .sst-center {\n    text-align: center;\n    max-width: 780px;\n    margin: 0 auto 36px;\n  }\n\n  .sst-kicker {\n    color: #1f74c9;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    font-size: 13px;\n    margin-bottom: 12px;\n  }\n\n  .sst-section h2 {\n    font-size: clamp(30px, 4vw, 48px);\n    line-height: 1.08;\n    letter-spacing: -0.04em;\n    margin: 0 0 16px;\n  }\n\n  .sst-section p {\n    color: #4b5563;\n    font-size: 17px;\n    line-height: 1.65;\n  }\n\n  .sst-card-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n\n  .sst-card {\n    background: #fff;\n    border: 1px solid #e5e7eb;\n    border-radius: 22px;\n    padding: 26px;\n    box-shadow: 0 10px 28px rgba(17,24,39,.04);\n  }\n\n  .sst-card h3 {\n    font-size: 21px;\n    margin: 0 0 10px;\n    letter-spacing: -.02em;\n  }\n\n  .sst-icon {\n    width: 42px;\n    height: 42px;\n    background: rgba(31,116,201,.1);\n    color: #1f74c9;\n    border-radius: 999px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 900;\n    margin-bottom: 16px;\n  }\n\n  .sst-two-col {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 28px;\n    align-items: center;\n  }\n\n  .sst-list {\n    list-style: none;\n    padding: 0;\n    margin: 22px 0 0;\n  }\n\n  .sst-list li {\n    padding: 12px 0 12px 34px;\n    position: relative;\n    color: #374151;\n    font-size: 17px;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .sst-list li:before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    color: #1f74c9;\n    font-weight: 900;\n  }\n\n  .sst-warning li:before {\n    content: \"×\";\n    color: #dc2626;\n  }\n\n  .sst-steps {\n    counter-reset: step;\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 18px;\n  }\n\n  .sst-step {\n    background: #fff;\n    border: 1px solid #e5e7eb;\n    border-radius: 22px;\n    padding: 24px;\n  }\n\n  .sst-step:before {\n    counter-increment: step;\n    content: counter(step);\n    width: 38px;\n    height: 38px;\n    background: #1f74c9;\n    color: #fff;\n    border-radius: 999px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 900;\n    margin-bottom: 16px;\n  }\n\n  .sst-faq {\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  .sst-faq details {\n    background: #fff;\n    border: 1px solid #e5e7eb;\n    border-radius: 18px;\n    padding: 20px 22px;\n    margin-bottom: 12px;\n  }\n\n  .sst-faq summary {\n    cursor: pointer;\n    font-weight: 800;\n    font-size: 18px;\n  }\n\n  .sst-cta {\n    background: #111827;\n    color: #fff;\n    border-radius: 28px;\n    padding: 48px 28px;\n    text-align: center;\n  }\n\n  .sst-cta h2 {\n    color: #fff;\n  }\n\n  .sst-cta p {\n    color: #d1d5db;\n    max-width: 720px;\n    margin: 0 auto;\n  }\n\n  @media (max-width: 850px) {\n    .sst-card-grid,\n    .sst-two-col,\n    .sst-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .sst-hero {\n      padding: 42px 18px;\n    }\n\n    .sst-section-alt {\n      padding: 42px 18px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"sst-product-page\"\u003e\n\n  \u003csection class=\"sst-hero\"\u003e\n    \u003cdiv class=\"sst-wrap\"\u003e\n      \u003cdiv class=\"sst-eyebrow\"\u003eSmart Spot Tech Repair\u003c\/div\u003e\n\n      \u003ch1\u003e\n        Charge Port \u003cspan class=\"sst-blue\"\u003eRescue Kit\u003c\/span\u003e\n      \u003c\/h1\u003e\n\n      \u003cp class=\"sst-subhead\"\u003e\n        Clean Your Port. Save Your Phone.\n      \u003c\/p\u003e\n\n      \u003cp class=\"sst-lead\"\u003e\n        Before you pay for a charging port replacement, try the same basic tools we use in our repair shop to remove packed lint, dust, and debris from phone charging ports.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sst-buttons\"\u003e\n        \u003ca class=\"sst-btn sst-btn-primary\" href=\"#MainContent\"\u003e\n          Order Your Kit Above ↑\n        \u003c\/a\u003e\n\n        \u003ca class=\"sst-btn sst-btn-secondary\" href=\"\/pages\/contact\"\u003e\n          Ask a Repair Tech\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sst-trust-row\"\u003e\n        \u003cspan class=\"sst-pill\"\u003e✓ Restore Fast Charging\u003c\/span\u003e\n        \u003cspan class=\"sst-pill\"\u003e✓ Fix Loose Charging Cables\u003c\/span\u003e\n        \u003cspan class=\"sst-pill\"\u003e✓ Remove Built-Up Lint\u003c\/span\u003e\n        \u003cspan class=\"sst-pill\"\u003e✓ Video Tutorial Included\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sst-section\"\u003e\n    \u003cdiv class=\"sst-wrap\"\u003e\n      \u003cdiv class=\"sst-center\"\u003e\n        \u003cdiv class=\"sst-kicker\"\u003eCommon Charging Problem\u003c\/div\u003e\n        \u003ch2\u003eYour charging port may not be broken.\u003c\/h2\u003e\n        \u003cp\u003e\n          If your cable feels loose, only charges at an angle, or keeps disconnecting, your charging port may be packed with lint. This is one of the first things we check in the repair shop.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sst-card-grid\"\u003e\n        \u003cdiv class=\"sst-card\"\u003e\n          \u003cdiv class=\"sst-icon\"\u003e✓\u003c\/div\u003e\n          \u003ch3\u003eLoose Charging Cable\u003c\/h3\u003e\n          \u003cp\u003eThe cable may not click in fully when lint is packed deep inside the port.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sst-card\"\u003e\n          \u003cdiv class=\"sst-icon\"\u003e✓\u003c\/div\u003e\n          \u003ch3\u003eIntermittent Charging\u003c\/h3\u003e\n          \u003cp\u003eIf your phone charges only when the cable is held a certain way, the port may need cleaning.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sst-card\"\u003e\n          \u003cdiv class=\"sst-icon\"\u003e✓\u003c\/div\u003e\n          \u003ch3\u003eSlow or Failed Charging\u003c\/h3\u003e\n          \u003cp\u003eDust and debris can prevent a solid connection between the cable and the charging port.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sst-section sst-section-alt\"\u003e\n    \u003cdiv class=\"sst-wrap\"\u003e\n      \u003cdiv class=\"sst-two-col\"\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"sst-kicker\"\u003eWhat’s Included\u003c\/div\u003e\n          \u003ch2\u003eSimple tools. Real repair-shop use.\u003c\/h2\u003e\n          \u003cp\u003e\n            The Charge Port Rescue Kit gives you the basic tools needed to carefully loosen and remove built-up lint from your charging port at home.\n          \u003c\/p\u003e\n\n          \u003cul class=\"sst-list\"\u003e\n            \u003cli\u003eAnti-static cleaning brush\u003c\/li\u003e\n            \u003cli\u003e2D ultra fine precision tweezers\u003c\/li\u003e\n            \u003cli\u003eQuick start guide\u003c\/li\u003e\n            \u003cli\u003eQR code to step-by-step video tutorial\u003c\/li\u003e\n            \u003cli\u003eWorks with many iPhone, iPad, USB-C, and Lightning charging ports\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sst-card\"\u003e\n          \u003ch3\u003eWhy this kit exists\u003c\/h3\u003e\n          \u003cp\u003e\n            Many people think their charging port is broken when the real issue is years of pocket lint packed inside the port. A careful cleaning can often restore a firm cable connection.\n          \u003c\/p\u003e\n          \u003cp\u003e\n            This kit is designed to help you try the simple fix first before spending money on a repair you may not need.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sst-section\"\u003e\n    \u003cdiv class=\"sst-wrap\"\u003e\n      \u003cdiv class=\"sst-center\"\u003e\n        \u003cdiv class=\"sst-kicker\"\u003eHow It Works\u003c\/div\u003e\n        \u003ch2\u003eClean your charging port the right way.\u003c\/h2\u003e\n        \u003cp\u003e\n          Scan the included QR code and follow the tutorial before using the tools.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sst-steps\"\u003e\n        \u003cdiv class=\"sst-step\"\u003e\n          \u003ch3\u003ePower Off\u003c\/h3\u003e\n          \u003cp\u003eTurn your device off before cleaning the charging port.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sst-step\"\u003e\n          \u003ch3\u003eLoosen Debris\u003c\/h3\u003e\n          \u003cp\u003eUse the brush to gently loosen dust and lint near the opening.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sst-step\"\u003e\n          \u003ch3\u003eRemove Lint\u003c\/h3\u003e\n          \u003cp\u003eUse the tweezers carefully to remove packed debris from the port.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sst-step\"\u003e\n          \u003ch3\u003eTest Charging\u003c\/h3\u003e\n          \u003cp\u003ePlug your cable back in and check for a firm, stable connection.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sst-section sst-section-alt\"\u003e\n    \u003cdiv class=\"sst-wrap\"\u003e\n      \u003cdiv class=\"sst-two-col\"\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"sst-kicker\"\u003eHonest Repair Advice\u003c\/div\u003e\n          \u003ch2\u003eThis kit can help, but it will not fix every charging issue.\u003c\/h2\u003e\n          \u003cp\u003e\n            We want you to save money when cleaning is the right fix. But if the port is damaged, liquid-damaged, bent, or has a board-level issue, cleaning will not solve it.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cul class=\"sst-list sst-warning\"\u003e\n            \u003cli\u003eWill not fix liquid damage\u003c\/li\u003e\n            \u003cli\u003eWill not fix broken charging pins\u003c\/li\u003e\n            \u003cli\u003eWill not fix battery failure\u003c\/li\u003e\n            \u003cli\u003eWill not fix logic board charging issues\u003c\/li\u003e\n            \u003cli\u003eWill not replace professional diagnostics if the device still will not charge\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sst-section\"\u003e\n    \u003cdiv class=\"sst-wrap\"\u003e\n      \u003cdiv class=\"sst-center\"\u003e\n        \u003cdiv class=\"sst-kicker\"\u003eWhy Smart Spot Tech\u003c\/div\u003e\n        \u003ch2\u003eMade by repair techs, not just sold by a random store.\u003c\/h2\u003e\n        \u003cp\u003e\n          We repair iPhones and iPads every day. This kit exists because many charging problems we see are caused by debris, not a broken port.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sst-card-grid\"\u003e\n        \u003cdiv class=\"sst-card\"\u003e\n          \u003cdiv class=\"sst-icon\"\u003e★\u003c\/div\u003e\n          \u003ch3\u003eRepair-Shop Experience\u003c\/h3\u003e\n          \u003cp\u003eBuilt around tools and methods used in real device repair work.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sst-card\"\u003e\n          \u003cdiv class=\"sst-icon\"\u003e▶\u003c\/div\u003e\n          \u003ch3\u003eVideo Guidance\u003c\/h3\u003e\n          \u003cp\u003eFollow along with a simple tutorial before cleaning your device.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sst-card\"\u003e\n          \u003cdiv class=\"sst-icon\"\u003e$\u003c\/div\u003e\n          \u003ch3\u003eSave Money First\u003c\/h3\u003e\n          \u003cp\u003eTry cleaning before paying for a repair you may not need.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sst-section sst-section-alt\"\u003e\n    \u003cdiv class=\"sst-wrap\"\u003e\n      \u003cdiv class=\"sst-center\"\u003e\n        \u003cdiv class=\"sst-kicker\"\u003eFAQ\u003c\/div\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sst-faq\"\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eWill this fix every phone that will not charge?\u003c\/summary\u003e\n          \u003cp\u003eNo. It can help when the issue is caused by lint, dust, or debris inside the charging port. It will not fix damaged ports, liquid damage, battery issues, or board-level charging problems.\u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eIs this safe to use?\u003c\/summary\u003e\n          \u003cp\u003eUse the kit carefully and follow the included video tutorial. Do not force the tools, do not use liquids, and stop if anything feels damaged or loose.\u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eDoes it work with USB-C and Lightning ports?\u003c\/summary\u003e\n          \u003cp\u003eYes. The kit can be used carefully on many USB-C and Lightning charging ports, including many iPhones and iPads.\u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eWhat if my device still will not charge after cleaning?\u003c\/summary\u003e\n          \u003cp\u003eIf cleaning does not solve the problem, the device may need professional diagnostics. Smart Spot Tech offers mail-in repair diagnostics for iPhones and iPads.\u003c\/p\u003e\n        \u003c\/details\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sst-section\"\u003e\n    \u003cdiv class=\"sst-wrap\"\u003e\n      \u003cdiv class=\"sst-cta\"\u003e\n        \u003ch2\u003eStill not charging after cleaning?\u003c\/h2\u003e\n        \u003cp\u003e\n          Start with a professional diagnostic. We inspect the device, confirm the issue, and give you a clear quote before repair.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"sst-buttons\"\u003e\n          \u003ca class=\"sst-btn sst-btn-primary\" href=\"\/products\/39-diagnostic-deposit\"\u003e\n            Start a $39 Diagnostic\n          \u003c\/a\u003e\n\n          \u003ca class=\"sst-btn sst-btn-secondary\" href=\"\/pages\/contact\"\u003e\n            Contact Smart Spot Tech\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n```\n","brand":"Smart Spot Tech","offers":[{"title":"Default Title","offer_id":52629350252864,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/8714\/1440\/files\/Screenshot2026-06-23at6.04.30PM.png?v=1782307317","url":"https:\/\/smartspottech.com\/products\/charge-port-rescue-kit","provider":"Smart Spot Tech","version":"1.0","type":"link"}