{"product_id":"chainable-anti-theft-cable-lock","title":"Chainable Anti-Theft Cable Lock","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Cycling Accessories \/ Security Hardware\nTarget Audience: Urban commuters, cyclists (value portability, speed, and reliability)\nVisual Style: Industrial, modern, trustworthy, high-contrast\nColor Strategy: Dark Slate (Text) + Vibrant Orange (Security Accent) + Light Gray (Backgrounds)\nShape Strategy: Radius 12px (Sporty, accessible, no sharp edges)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 40px, Body: 18px+)\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive)\nImage Mapping: Hero=image_1, Anti-Cut=image_2, Lightweight=image_3, PVC Coating=image_4, Chainable=image_5\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n            \/* Design System (CSS Variables) *\/\n            --primary: #FF5722;\n            --primary-hover: #E64A19;\n            --text-main: #111827;\n            --text-sub: #4B5563;\n            --bg-body: #FFFFFF;\n            --bg-card: #F9FAFB;\n            --border-color: #E5E7EB;\n            --radius-md: 8px;\n            --radius-lg: 12px;\n            --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);\n            --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1);\n            \n            \/* Typography \u0026 Spacing System *\/\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            color: var(--text-main);\n            background: var(--bg-body);\n            box-sizing: border-box;\n            overflow-wrap: break-word;\n            word-break: break-word;\n        }\n\n        .product-detail-container *,\n        .product-detail-container *::before,\n        .product-detail-container *::after {\n            box-sizing: inherit;\n        }\n\n        \/* Large Typography *\/\n        .pd-h1 {\n            font-size: clamp(32px, 5vw, 44px);\n            line-height: 1.2;\n            font-weight: 800;\n            margin: 0 0 1rem 0;\n            color: var(--text-main);\n        }\n\n        .pd-h2 {\n            font-size: clamp(24px, 4vw, 32px);\n            line-height: 1.3;\n            font-weight: 700;\n            margin: 0 0 1rem 0;\n            color: var(--text-main);\n        }\n\n        .pd-h3 {\n            font-size: clamp(20px, 3vw, 24px);\n            line-height: 1.4;\n            font-weight: 700;\n            margin: 0 0 0.75rem 0;\n            color: var(--text-main);\n        }\n\n        .pd-p {\n            font-size: clamp(18px, 2vw, 20px);\n            line-height: 1.7;\n            color: var(--text-sub);\n            margin: 0 0 1.5rem 0;\n        }\n\n        .pd-badge {\n            display: inline-block;\n            background: var(--primary);\n            color: #FFF;\n            font-size: 16px;\n            font-weight: 600;\n            padding: 0.5rem 1rem;\n            border-radius: var(--radius-md);\n            margin-bottom: 1.5rem;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        \/* Spacing *\/\n        .pd-section {\n            margin-bottom: clamp(3rem, 6vw, 5rem);\n        }\n\n        \/* Image Protocol (Anti-distortion) *\/\n        .pd-img-wrapper {\n            width: 100%;\n            border-radius: var(--radius-lg);\n            overflow: hidden;\n            background: var(--bg-card);\n        }\n\n        .pd-img-wrapper img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        .pd-placeholder {\n            width: 100%;\n            aspect-ratio: 4 \/ 3;\n            background: var(--bg-card);\n            border: 2px dashed #CBD5E1;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--text-sub);\n            font-size: 18px;\n            font-weight: 600;\n            border-radius: var(--radius-lg);\n        }\n\n        \/* Hero Section *\/\n        .pd-hero {\n            display: flex;\n            flex-direction: column;\n            gap: clamp(2rem, 4vw, 3rem);\n            margin-top: clamp(2rem, 4vw, 4rem);\n        }\n\n        @media (min-width: 768px) {\n            .pd-hero {\n                flex-direction: row;\n                align-items: center;\n            }\n            .pd-hero-copy, .pd-hero-media {\n                flex: 1;\n            }\n        }\n\n        \/* Feature Z-Pattern \u0026 Mobile Ordering Lock *\/\n        .pd-feature-item {\n            display: flex;\n            flex-direction: column; \/* Mobile Lock: Image top, Text bottom naturally via DOM order *\/\n            gap: clamp(1.5rem, 4vw, 3rem);\n            margin-bottom: clamp(2.5rem, 5vw, 4rem);\n        }\n\n        .pd-feature-media {\n            width: 100%;\n        }\n\n        .pd-feature-copy {\n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n\n        @media (min-width: 768px) {\n            .pd-feature-item {\n                flex-direction: row; \/* Desktop Z-Pattern *\/\n                align-items: center;\n            }\n            .pd-feature-item:nth-child(even) {\n                flex-direction: row-reverse;\n            }\n            .pd-feature-media, .pd-feature-copy {\n                flex: 1;\n            }\n        }\n\n        \/* Specifications Table - Mobile Card View *\/\n        .pd-specs-container {\n            background: var(--bg-card);\n            border-radius: var(--radius-lg);\n            padding: clamp(1.5rem, 4vw, 3rem);\n        }\n\n        .pd-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: clamp(16px, 2vw, 18px);\n        }\n\n        @media (max-width: 767px) {\n            \/* Mobile Strict Card Layout - No horizontal scroll *\/\n            .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td {\n                display: block;\n                width: 100%;\n            }\n            .pd-table thead {\n                display: none; \/* Hide native header *\/\n            }\n            .pd-table tr {\n                margin-bottom: 1rem;\n                background: #FFFFFF;\n                border: 1px solid var(--border-color);\n                border-radius: var(--radius-md);\n                padding: 1rem;\n                box-shadow: var(--shadow-sm);\n            }\n            .pd-table tr:last-child {\n                margin-bottom: 0;\n            }\n            .pd-table td {\n                display: flex;\n                flex-direction: column; \/* Better for long values on narrow screens *\/\n                padding: 0.5rem 0;\n                border-bottom: 1px dashed var(--border-color);\n            }\n            .pd-table td:last-child {\n                border-bottom: none;\n                padding-bottom: 0;\n            }\n            .pd-table td::before {\n                content: attr(data-label);\n                font-weight: 700;\n                color: var(--text-main);\n                margin-bottom: 0.25rem;\n                font-size: 16px;\n            }\n            .pd-table td span {\n                color: var(--text-sub);\n            }\n        }\n\n        @media (min-width: 768px) {\n            \/* Desktop standard table *\/\n            .pd-table th, .pd-table td {\n                padding: 1rem 1.5rem;\n                text-align: left;\n                border-bottom: 1px solid var(--border-color);\n            }\n            .pd-table th {\n                background: #F3F4F6;\n                font-weight: 700;\n                color: var(--text-main);\n            }\n            .pd-table td span {\n                display: block; \/* Ignore data-label on desktop *\/\n            }\n            .pd-table td::before {\n                content: none;\n            }\n        }\n\n        \/* FAQ Section *\/\n        .pd-faq-item {\n            border-bottom: 1px solid var(--border-color);\n            padding: 1.5rem 0;\n        }\n        .pd-faq-item:last-child {\n            border-bottom: none;\n        }\n        .pd-faq-q {\n            font-size: clamp(18px, 2.5vw, 22px);\n            font-weight: 700;\n            color: var(--text-main);\n            margin-bottom: 0.5rem;\n        }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eUltimate Portability\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eHeavy-Duty Security, Featherweight Design\u003c\/h1\u003e\n\n\u003ch2 class=\"pd-h2\"\u003eThe 112g lock that defeats bolt cutters.\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eEngineered for daily commuters. Unbreakable 11mm thickened steel cable meets an effortless 3-second locking mechanism. Protect your ride without the bulky drag.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331163700\/8a615c4b325d0f8e380a213ebb856858.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331163700\/dd5e44b5805ade5f1b85537d191e3e2b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eAnti-Cut Security Cable\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eEquipped with an 11mm thickened high-carbon steel cable, this lock is 50% thicker than standard 6-8mm alternatives. Engineered to stubbornly resist bolt cutters and hand tools, stopping theft attempts dead in their tracks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331163700\/e0ad30a07d307cc7418e0a35a5e1db2b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eUnbeatable Lightweight Portability\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eAt only 112g (0.25 lbs), it is literally lighter than your smartphone. Say goodbye to dragging heavy chains. It effortlessly slips into your pocket, backpack, or saddlebag, making it the perfect companion for quick stops and daily commutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331163700\/01341e74b8f63326ce5246c1620e86bf.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eDurable \u0026amp; Protective PVC Coating\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eA specialized all-around PVC coating wraps the inner steel cable, ensuring top-tier rust prevention and high-temperature resistance. Not only does it endure extreme weather, but it also provides a soft touch that guarantees zero scratches on your precious bike paint.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331163700\/2b20f1116b737ca3353999ef96ad290e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003e3-Second Lock \u0026amp; Infinite Chaining\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eOur intuitive ring design allows you to secure your front wheel and frame in merely 3 seconds—just loop, insert the key, and go! Need extra length? Multiple locks can be seamlessly chained together to tackle wider poles or multi-bike scenarios. Banish \"length anxiety\" forever.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS SECTION --\u003e\n\n\u003cdiv class=\"pd-section pd-specs-container\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eBuilt with premium materials to ensure maximum protection and minimal weight.\u003c\/p\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetail\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e\u003cspan\u003e112 g (4.0 oz \/ 0.25 lbs)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eCable Thickness\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e\u003cspan\u003e11 mm (0.43 inches)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eCore Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e\u003cspan\u003eHigh-Carbon Steel Cable \u0026amp; Zinc Alloy Lock Core\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eOuter Protection\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e\u003cspan\u003eAll-Direction Weather-Resistant PVC Coating\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eKey Feature\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e\u003cspan\u003eChainable Design (Connect multiple locks)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eWill the steel cable scratch my bike's paint?\u003c\/div\u003e\n\n\u003cp class=\"pd-p\"\u003eNot at all. The heavy-duty steel cable is entirely encased in a soft, durable PVC coating specifically designed to prevent any friction or scratching against your bike frame.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eHow many locks can I chain together?\u003c\/div\u003e\n\n\u003cp class=\"pd-p\"\u003eThere is no limit! The modular ring design allows you to connect as many locks as you need. Two locks combined will easily secure your bike to wider street poles or secure two bikes together.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eIs the locking mechanism weather-resistant?\u003c\/div\u003e\n\n\u003cp class=\"pd-p\"\u003eYes. The steel cable features an anti-rust layer under the PVC, and the lock core is crafted from corrosion-resistant zinc alloy, making it highly reliable for daily commutes in both rain and shine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Blue \/ 🚲 1-Pack (Standard Secure)","offer_id":45431969251519,"sku":"0402-13563476","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 🚲 1-Pack (Standard Secure)","offer_id":45431969284287,"sku":"0402-13565982","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 🚲 1-Pack (Standard Secure)","offer_id":45431969317055,"sku":"0402-13561570","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ 🚲 1-Pack (Standard Secure)","offer_id":45431969349823,"sku":"0402-13560362","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 🔗 2-Pack (Connectable - Save 15%)","offer_id":45431969382591,"sku":"0402-13567738","price":19.75,"currency_code":"USD","in_stock":true},{"title":"Black \/ 🔗 2-Pack (Connectable - Save 15%)","offer_id":45431969415359,"sku":"0402-13567792","price":19.75,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 🔗 2-Pack (Connectable - Save 15%)","offer_id":45431969448127,"sku":"0402-13563275","price":19.75,"currency_code":"USD","in_stock":true},{"title":"Green \/ 🔗 2-Pack (Connectable - Save 15%)","offer_id":45431969480895,"sku":"0402-13564749","price":19.75,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 👨‍👩‍👧‍👦 3-Pack (Family Set - Save 25%)","offer_id":45431969513663,"sku":"0402-13565472","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 👨‍👩‍👧‍👦 3-Pack (Family Set - Save 25%)","offer_id":45431969546431,"sku":"0402-13568493","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 👨‍👩‍👧‍👦 3-Pack (Family Set - Save 25%)","offer_id":45431969579199,"sku":"0402-13569128","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ 👨‍👩‍👧‍👦 3-Pack (Family Set - Save 25%)","offer_id":45431969611967,"sku":"0402-13562865","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/8a615c4b325d0f8e380a213ebb856858.jpg?v=1774946492","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/chainable-anti-theft-cable-lock","provider":"Bak","version":"1.0","type":"link"}