{"product_id":"heavy-duty-disc-lock","title":"Heavy Duty Disc Lock","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #1a1a1a;\n      --primary-hover: #333333;\n      --text-main: #2d2d2d;\n      --text-sub: #5a5a5a;\n      --bg-body: #ffffff;\n      --bg-card: #f9f9f9;\n      --bg-soft: #f2f2f2;\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.08);\n      --border-color: #e0e0e0;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .tag,\n    .product-detail-container .faq-answer {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Layout Spacing *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n      padding: 24px 0;\n    }\n\n    \/* Image Rules *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 60px 20px;\n      text-align: center;\n      box-sizing: border-box;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 24px;\n    }\n\n    .product-detail-container .image-placeholder-text {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--text-sub);\n      margin-top: 10px;\n    }\n\n    \/* Intro Hero Block *\/\n    .hero-section {\n      text-align: center;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 40px 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .hero-badge-container {\n      display: inline-flex;\n      margin-bottom: 16px;\n    }\n\n    .trust-badge {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--primary);\n      background-color: var(--bg-soft);\n      padding: 6px 16px;\n      border-radius: 50px;\n      border: 1px solid var(--border-color);\n    }\n\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 32px auto;\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-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 16px;\n    }\n\n    .tag {\n      background-color: var(--bg-soft);\n      padding: 6px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Compatibility Module *\/\n    .guide-box {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      padding: 24px;\n      margin-top: 24px;\n    }\n\n    .guide-list {\n      list-style-type: none;\n      padding: 0;\n      margin: 0;\n    }\n\n    .guide-list li {\n      margin-bottom: 12px;\n      padding-left: 24px;\n      position: relative;\n    }\n\n    .guide-list li::before {\n      content: \"•\";\n      color: var(--primary);\n      font-weight: bold;\n      font-size: 24px;\n      position: absolute;\n      left: 0;\n      top: -2px;\n    }\n\n    \/* Specifications Layout (Text-Only) *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: 32px 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\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 0;\n      vertical-align: top;\n    }\n\n    \/* FAQ Section *\/\n    .faq-item {\n      margin-bottom: 24px;\n      padding-bottom: 16px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .faq-question {\n      font-weight: 700;\n      margin-bottom: 8px;\n    }\n\n    \/* Responsive Grid for Desktop *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .spec-table td {\n        padding: 16px;\n      }\n\n      .spec-table td:first-child {\n        font-weight: 700;\n        width: 35%;\n        color: var(--primary);\n      }\n    }\n\n    \/* Mobile Safety Rules for Specifications Table *\/\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      }\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        color: var(--primary);\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\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    @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!--\n  [AI Design Logic]\n  Product Type: Anti-Theft Disc Brake Lock\n  Target Audience: Motorcycle, Electric Bike, and Bicycle Riders\n  Visual Style: Industrial, Clean, Secure, High-Contrast Metallic\n  Color Strategy: Deep Charcoal, Slate, Chrome Silver, Clean White\n  Module Order: Intro\/Hero -\u003e Core Features -\u003e Compatibility \u0026 Measurement Guide -\u003e Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_4, Feature1=detail_3, Feature2=detail_6, Compatibility=detail_5\n  Specification Data Source: detail_2, detail_5 (data extraction only; no specification image placeholder is rendered)\n  Compare Section: Not included (no direct, verified comparison data available)\n  Information Boundary: Strictly used provided details (stainless steel build, zinc core, B-grade lock cylinder, keyless push mechanism, compatibility criteria, 2 keys). Avoided the erroneous 15cm dimensions to protect buyer trust.\n  --\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-badge-container\"\u003e\u003cspan class=\"trust-badge\"\u003eInstant Protection\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eInstant Push-to-Lock Safety for Your Ride\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eSecure your bicycle, electric bike, or motorcycle instantly. This heavy-duty metal disc brake lock stops wheel rotation, offering quick physical protection against theft wherever you park.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910105534\/40d7d37b522d7da2c1f3cc1b36c9967a.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img45\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910113405\/87e93836ba24b5cef603f6665bc1bb3d.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSolid Multi-Layer Defense\u003c\/h2\u003e\n\n\u003cp\u003eEngineered for reliable security. Features an advanced B-grade cylinder with special multiple layers to resist technical manipulation, paired with a hardened alloy steel lock pin built to withstand sawing.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eB-Grade Cylinder\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAnti-Saw Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910105534\/641ab99de36adbff640c99752c5c6032.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePocket-Sized \u0026amp; Weather-Resistant\u003c\/h2\u003e\n\n\u003cp\u003eHeavy-duty security does not have to be bulky. This compact, lightweight lock easily slips into your pocket or storage bag. Built with stainless steel and finished with premium chrome plating, it remains completely rustproof and operational on wet, rainy days.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eRustproof Finish\u003c\/span\u003e \u003cspan class=\"tag\"\u003eCompact \u0026amp; Portable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Compatibility \u0026 Measurement Guide --\u003e\n\n\u003csection\u003e\n\u003ch2\u003eDisc Brake Compatibility Guide\u003c\/h2\u003e\n\n\u003cp\u003eTo ensure a proper fit for your vehicle, please confirm that your vehicle's disc brake rotor meets the following measurement requirements before use:\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910105534\/4653a09878524e7e95bdc02e44267a54.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"guide-box\"\u003e\n\u003cul class=\"guide-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eRotor Hole Diameter:\u003c\/strong\u003e Must be greater than 5.5 mm (0.22 in) to allow the 5.4 mm – 5.8 mm lock pin to pass through.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eRotor Margin:\u003c\/strong\u003e The distance between the brake rotor holes and the outer edge must be less than 12 mm (0.47 in).\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eRotor Thickness:\u003c\/strong\u003e The brake rotor thickness must be less than 6.8 mm (0.27 in) to fit within the horizontal slot.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Section (Text Only) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2\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 data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003eAlloy Steel \/ Stainless Steel Exterior \u0026amp; Zinc 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=\"Lock Cylinder\"\u003e\u003cspan class=\"spec-value\"\u003eInternal pressure lock cylinder (B-grade security)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Lock Pin Diameter\"\u003e\u003cspan class=\"spec-value\"\u003e5.4 mm – 5.8 mm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Compatibility\"\u003e\u003cspan class=\"spec-value\"\u003eBicycles, Electric Bikes, and Motorcycles with compatible disc brakes\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Included Items\"\u003e\u003cspan class=\"spec-value\"\u003e1 Disc Brake Lock, 2 Anti-Theft Keys\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\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDo I need to use the keys to lock it?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNo, locking is fast and keyless. Simply slip the slot over your brake disc and press down on the lock cylinder to secure it instantly. You only need the keys to unlock and remove it.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill this lock rust if left on my bike in the rain?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNo. The lock is constructed with stainless steel and finished with a durable chrome-plated exterior, keeping it protected against rust and corrosion during wet weather.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat kind of keys are provided?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe package includes two high-security keys featuring specialized, intricate patterns to help prevent duplicate key tampering and enhance physical security.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (1 Lock + 2 Keys)","offer_id":58904277778592,"sku":"20260912-161559-8606","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2-Pack (Save 20%) – Most Popular","offer_id":58904277811360,"sku":"20260912-161559-1187","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/40d7d37b522d7da2c1f3cc1b36c9967a.jpg?v=1789201017","url":"https:\/\/cartivra.com\/products\/heavy-duty-disc-lock","provider":"Cartivra","version":"1.0","type":"link"}