{"product_id":"dustproof-cable-strain-relief","title":"Dustproof Cable Strain Relief","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #FFB7B2;\n      --primary-hover: #FFA29F;\n      --text-main: #2D3748;\n      --text-sub: #4A5568;\n      --bg-body: #FAFAFC;\n      --bg-card: #FFFFFF;\n      --bg-soft: #F7FAFC;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.05);\n      --border-color: #E2E8F0;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge-tag {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      font-weight: 400;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n    \n    .product-detail-container section:last-of-type {\n      border-bottom: none;\n    }\n\n    \/* Hero Block *\/\n    .hero-section {\n      text-align: center;\n      padding-top: 3rem;\n    }\n\n    .badge-tag {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 500;\n      margin-bottom: 16px;\n      color: var(--text-main);\n    }\n\n    .hero-subtitle {\n      max-width: 700px;\n      margin: 0 auto 32px auto;\n    }\n\n    \/* Natural Image Flow *\/\n    .image-placeholder {\n      width: 100%;\n      height: auto;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 40px 20px;\n      box-sizing: border-box;\n      color: var(--text-sub);\n      font-weight: 500;\n      margin: 24px 0;\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-bottom: 40px;\n    }\n\n    .feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .feature-pill {\n      background-color: var(--bg-soft);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-size: 18px;\n      font-weight: 500;\n      color: var(--text-main);\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Specifications Layout *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 32px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 24px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px;\n      vertical-align: top;\n    }\n\n    .spec-label-cell {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .spec-value-cell {\n      width: 65%;\n    }\n\n    \/* FAQ Layout *\/\n    .faq-section {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 32px;\n    }\n\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-top: 24px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-question {\n      margin: 0 0 12px 0;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .faq-answer {\n      margin: 0;\n    }\n\n    \/* Desktop Adjustments (\u003e= 768px) *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 48px;\n      }\n\n      .feature-media {\n        flex: 1;\n        min-width: 0;\n      }\n\n      .feature-copy {\n        flex: 1;\n        min-width: 0;\n      }\n\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Mobile Responsive Specifications Rules (\u003c 767px) *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .spec-table tr:last-child td {\n        border-bottom: none;\n      }\n\n      .spec-label-cell {\n        display: none; \/* Hide standard label cell in mobile card view *\/\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    \/* Extra safety for extremely narrow screens *\/\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Block --\u003e\n\u003csection class=\"hero-section\"\u003e\u003cspan class=\"badge-tag\"\u003eTwo-Piece Protection System\u003c\/span\u003e\n\u003ch1 class=\"hero-title\"\u003e360° Cable Protection \u0026amp; Dust Cover in One\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eShield your charging cable from bending, fraying, and dust. \u003cstrong\u003eEach set includes 2 complete protectors\u003c\/strong\u003e to safeguard both ends of a single cable. Every individual protector features a dual-material structure: a soft silicone upper sleeve and a durable plastic lower shell.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img257\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909113844\/ddeda490642da1f22aae255656fd115e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img182\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909113235\/09724daf8733ce097d72a3e58149c9f8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eIntegrated Dust Cover\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eCrafted with a dedicated silicone cap connected by a thin safety strap. When your device is unplugged, keep the metal connector fully covered to protect it against dust entry and safeguard the idle connector.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"feature-pill\"\u003eIntegrated Strap\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eConnector Protection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img181\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909113235\/b98122c61f9325be9707253ddc18d4ef.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eSimple Snap-On Installation\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eA clever two-piece layout allows for tool-free assembly. Simply slide the cable plug through the soft upper silicone alignment sleeve, position correctly, and snap the durable translucent lower shell directly over the cord to lock it tight.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"feature-pill\"\u003eSlide \u0026amp; Fit\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eSecure Lock\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\"\u003eCompatibility\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Compatibility\"\u003e\u003cspan class=\"spec-value\"\u003eUSB-C to Lightning, USB-C to USB-C, USB-A to USB-C\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\"\u003eTotal Length\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Total Length\"\u003e\u003cspan class=\"spec-value\"\u003e53mm (2.1 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\"\u003eTop Width\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Top Width\"\u003e\u003cspan class=\"spec-value\"\u003e10mm (0.4 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\"\u003eInner Slot Diameter\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Inner Slot Diameter\"\u003e\u003cspan class=\"spec-value\"\u003eΦ8mm (0.3 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\"\u003eUpper Part Length\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Upper Part Length\"\u003e\u003cspan class=\"spec-value\"\u003eUSB-C to USB-C Variant: 32mm\u003cbr\u003e\n\t\t\tUSB-C to Lightning Variant: 30mm\u003cbr\u003e\n\t\t\tUSB-A to USB-C Variant: 10mm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\"\u003eMaterials\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Materials\"\u003e\u003cspan class=\"spec-value\"\u003eSoft Silicone (Upper Cap Section) \u0026amp; Tough Plastic (Lower Lock Section)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\"\u003eAvailable Colors\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003e\u003cspan class=\"spec-value\"\u003eCotton Candy, White, Charcoal Grey\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\"\u003ePackage Contents\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Package Contents\"\u003e\u003cspan class=\"spec-value\"\u003e\u003cstrong\u003e1 Set = Charger End Protector × 1 + Device End Protector × 1\u003c\/strong\u003e\u003cbr\u003e\n\t\t\t\u003cem\u003e*Note: Charging cable and charger are NOT included. Whether dust caps are present on both ends depends on the specific variant's physical design.\u003c\/em\u003e\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How does the two-piece structure protect the cable?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eEach individual protector is split into a flexible top silicone sleeve and a rigid lower locking shell. The silicone sleeve absorbs and curves under stress, while the lower plastic shell holds the cable firmly to keep the vulnerable joint straight.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Will the integrated dust cover get lost?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. The dust cover cap is permanently molded with a flexible connecting strap attached to the upper housing, keeping it secure and ready to slide back on when not charging.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Are the different interface variants interchangeable?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThey have slightly different internal and upper lengths (e.g., 30mm for USB-C to Lightning and 32mm for USB-C to USB-C) to perfectly match their physical connector designs. We highly recommend choosing the specific variant intended for your exact cable type.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"USB-A to USB-C \/ Cotton Candy (1 Set • 2 End Protectors)","offer_id":64622445363571,"sku":"0909-16460375","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Lightning \u0026 USB-C \/ Cotton Candy (1 Set • 2 End Protectors)","offer_id":64622445396339,"sku":"0909-16465573","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Universal USB-C to USB-C \/ Cotton Candy (1 Set • 2 End Protectors)","offer_id":64622445429107,"sku":"0909-16467972","price":12.95,"currency_code":"USD","in_stock":true},{"title":"USB-A to USB-C \/ White (1 Set • 2 End Protectors)","offer_id":64622445461875,"sku":"0909-16468344","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Lightning \u0026 USB-C \/ White (1 Set • 2 End Protectors)","offer_id":64622445494643,"sku":"0909-16462868","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Universal USB-C to USB-C \/ White (1 Set • 2 End Protectors)","offer_id":64622445527411,"sku":"0909-16468583","price":12.95,"currency_code":"USD","in_stock":true},{"title":"USB-A to USB-C \/ Charcoal Grey (1 Set • 2 End Protectors)","offer_id":64622445560179,"sku":"0909-16465260","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Lightning \u0026 USB-C \/ Charcoal Grey (1 Set • 2 End Protectors)","offer_id":64622445592947,"sku":"0909-16461100","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Universal USB-C to USB-C \/ Charcoal Grey (1 Set • 2 End Protectors)","offer_id":64622445625715,"sku":"0909-16466630","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/5692\/1971\/files\/ddeda490642da1f22aae255656fd115e.jpg?v=1788943830","url":"https:\/\/woyuosn.com\/products\/dustproof-cable-strain-relief","provider":"Woyuosn","version":"1.0","type":"link"}