{"product_id":"heavy-duty-waterproof-disc-brake-lock-1","title":"Heavy Duty Waterproof Disc Brake Lock","description":"\u003cstyle\u003e\n.hbd-lock-page{\n  --hbd-black:#0f1113;\n  --hbd-black-2:#181b1f;\n  --hbd-black-3:#22262b;\n  --hbd-yellow:#d9f300;\n  --hbd-yellow-soft:#edf79b;\n  --hbd-green:#9fb500;\n  --hbd-light:#f5f6f1;\n  --hbd-white:#ffffff;\n  --hbd-ink:#17191a;\n  --hbd-text:#555b5d;\n  --hbd-line:#dfe2da;\n  --hbd-dark-line:rgba(255,255,255,.11);\n  --hbd-shadow:0 18px 44px rgba(0,0,0,.15);\n  width:100%;\n  max-width:1100px;\n  margin:0 auto;\n  color:var(--hbd-ink);\n  line-height:1.55;\n  container-type:inline-size;\n  box-sizing:border-box;\n}\n\n.hbd-lock-page *,\n.hbd-lock-page *::before,\n.hbd-lock-page *::after{\n  box-sizing:border-box;\n}\n\n.hbd-lock-page .hbd-shell{\n  display:grid;\n  gap:18px;\n  width:100%;\n}\n\n.hbd-lock-page .hbd-card{\n  position:relative;\n  overflow:hidden;\n  border-radius:24px;\n  border:1px solid var(--hbd-line);\n  box-shadow:0 8px 24px rgba(0,0,0,.055);\n  transition:\n    transform .26s ease,\n    box-shadow .26s ease,\n    border-color .26s ease;\n}\n\n.hbd-lock-page .hbd-card::after{\n  content:\"\";\n  position:absolute;\n  top:-70%;\n  bottom:-70%;\n  left:-38%;\n  width:22%;\n  transform:rotate(16deg);\n  pointer-events:none;\n  background:linear-gradient(\n    90deg,\n    transparent,\n    rgba(255,255,255,.08),\n    transparent\n  );\n  transition:left .55s ease;\n}\n\n.hbd-lock-page .hbd-card:hover{\n  transform:translateY(-3px) scale(1.003);\n  box-shadow:var(--hbd-shadow);\n}\n\n.hbd-lock-page .hbd-card:hover::after{\n  left:125%;\n}\n\n.hbd-lock-page .hbd-card:active{\n  transform:scale(.985);\n}\n\n.hbd-lock-page .hbd-dark{\n  color:#ffffff;\n  border-color:var(--hbd-dark-line);\n  background:\n    radial-gradient(circle at 88% 7%,rgba(217,243,0,.12),transparent 28%),\n    linear-gradient(145deg,#101214 0%,#1c2024 100%);\n}\n\n.hbd-lock-page .hbd-light{\n  color:#17191a;\n  background:\n    linear-gradient(145deg,#ffffff 0%,#f1f3ec 100%);\n}\n\n.hbd-lock-page .hbd-pad{\n  padding:25px 20px;\n}\n\n.hbd-lock-page .hbd-kicker{\n  display:flex;\n  align-items:center;\n  gap:9px;\n  margin:0 0 13px;\n  color:#667400;\n  font-size:12px;\n  font-weight:900;\n  letter-spacing:1.35px;\n  text-transform:uppercase;\n}\n\n.hbd-lock-page .hbd-dark .hbd-kicker{\n  color:#d9f300;\n}\n\n.hbd-lock-page .hbd-kicker::before{\n  content:\"\";\n  width:8px;\n  height:8px;\n  flex:0 0 8px;\n  border-radius:50%;\n  background:currentColor;\n  box-shadow:0 0 0 4px rgba(217,243,0,.12);\n}\n\n.hbd-lock-page .hbd-kicker::after{\n  content:\"\";\n  width:48px;\n  height:1px;\n  background:currentColor;\n  opacity:.5;\n}\n\n.hbd-lock-page .hbd-title{\n  margin:0;\n  color:#181a1b;\n  font-size:clamp(28px,8cqi,48px);\n  font-weight:900;\n  line-height:1.06;\n  letter-spacing:-1.1px;\n}\n\n.hbd-lock-page .hbd-dark .hbd-title{\n  color:#ffffff;\n}\n\n@supports ((-webkit-background-clip:text) or (background-clip:text)){\n  .hbd-lock-page .hbd-dark .hbd-shimmer{\n    color:#ffffff;\n    background:\n      linear-gradient(\n        105deg,\n        #ffffff 0%,\n        #ffffff 30%,\n        #d9f300 44%,\n        #f5ffc7 50%,\n        #d9f300 56%,\n        #ffffff 70%,\n        #ffffff 100%\n      );\n    background-size:240% auto;\n    -webkit-background-clip:text;\n    background-clip:text;\n    -webkit-text-fill-color:transparent;\n    animation:hbdShimmer 7s linear infinite;\n  }\n\n  .hbd-lock-page .hbd-light .hbd-shimmer{\n    color:#17191a;\n    background:\n      linear-gradient(\n        105deg,\n        #17191a 0%,\n        #17191a 30%,\n        #657300 44%,\n        #252a12 50%,\n        #829300 56%,\n        #17191a 70%,\n        #17191a 100%\n      );\n    background-size:240% auto;\n    -webkit-background-clip:text;\n    background-clip:text;\n    -webkit-text-fill-color:transparent;\n    animation:hbdShimmer 7s linear infinite;\n  }\n}\n\n@keyframes hbdShimmer{\n  0%{background-position:200% center;}\n  100%{background-position:-40% center;}\n}\n\n.hbd-lock-page .hbd-copy{\n  margin:14px 0 0;\n  color:#565c5d;\n  font-size:16px;\n}\n\n.hbd-lock-page .hbd-dark .hbd-copy{\n  color:#d5d9db;\n}\n\n.hbd-lock-page .hbd-hero{\n  display:grid;\n  gap:0;\n}\n\n.hbd-lock-page .hbd-hero-copy{\n  padding:28px 20px 23px;\n}\n\n.hbd-lock-page .hbd-hero-media{\n  position:relative;\n  min-height:300px;\n  overflow:hidden;\n  background:#090b0c;\n}\n\n.hbd-lock-page .hbd-hero-media img{\n  display:block;\n  width:100%;\n  height:100%;\n  min-height:300px;\n  object-fit:cover;\n}\n\n.hbd-lock-page .hbd-hero-media::after{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  pointer-events:none;\n  background:\n    linear-gradient(\n      180deg,\n      transparent 65%,\n      rgba(0,0,0,.25)\n    );\n}\n\n.hbd-lock-page .hbd-tags{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:19px;\n}\n\n.hbd-lock-page .hbd-tag{\n  display:inline-flex;\n  align-items:center;\n  gap:6px;\n  padding:9px 11px;\n  border-radius:999px;\n  font-size:13px;\n  font-weight:800;\n  line-height:1.2;\n}\n\n.hbd-lock-page .hbd-dark .hbd-tag{\n  color:#ffffff;\n  border:1px solid rgba(255,255,255,.14);\n  background:rgba(255,255,255,.075);\n}\n\n.hbd-lock-page .hbd-light .hbd-tag{\n  color:#292c26;\n  border:1px solid #d9dec6;\n  background:#f8fae9;\n}\n\n.hbd-lock-page .hbd-marquee{\n  overflow:hidden;\n  border-radius:18px;\n  color:#11150a;\n  border:1px solid #bed400;\n  background:#d9f300;\n}\n\n.hbd-lock-page .hbd-marquee-track{\n  display:flex;\n  width:max-content;\n  animation:hbdMarquee 24s linear infinite;\n}\n\n.hbd-lock-page .hbd-marquee:hover .hbd-marquee-track{\n  animation-play-state:paused;\n}\n\n.hbd-lock-page .hbd-marquee-set{\n  display:flex;\n  flex-shrink:0;\n  align-items:center;\n  white-space:nowrap;\n  padding:12px 0;\n}\n\n.hbd-lock-page .hbd-marquee-set span{\n  padding:0 14px;\n  font-size:12px;\n  font-weight:900;\n  letter-spacing:.9px;\n}\n\n@keyframes hbdMarquee{\n  from{transform:translateX(0);}\n  to{transform:translateX(-50%);}\n}\n\n.hbd-lock-page .hbd-grid,\n.hbd-lock-page .hbd-highlights,\n.hbd-lock-page .hbd-use-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:10px;\n  margin-top:20px;\n}\n\n.hbd-lock-page .hbd-mini{\n  padding:16px;\n  border-radius:17px;\n  border:1px solid #dde0d7;\n  background:rgba(255,255,255,.68);\n}\n\n.hbd-lock-page .hbd-dark .hbd-mini{\n  border-color:rgba(255,255,255,.1);\n  background:rgba(255,255,255,.055);\n}\n\n.hbd-lock-page .hbd-num{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  width:33px;\n  height:33px;\n  margin-bottom:10px;\n  border-radius:10px;\n  color:#151a00;\n  background:#d9f300;\n  font-size:13px;\n  font-weight:900;\n}\n\n.hbd-lock-page .hbd-mini strong{\n  display:block;\n  margin-bottom:5px;\n  color:#262927;\n  font-size:15px;\n  line-height:1.3;\n}\n\n.hbd-lock-page .hbd-mini p{\n  margin:0;\n  color:#5e6462;\n  font-size:14px;\n}\n\n.hbd-lock-page .hbd-dark .hbd-mini strong{\n  color:#ffffff;\n}\n\n.hbd-lock-page .hbd-dark .hbd-mini p{\n  color:#cbd0d2;\n}\n\n.hbd-lock-page .hbd-statement{\n  margin-top:20px;\n  padding:17px;\n  color:#303515;\n  background:#f3f8cd;\n  border-left:4px solid #aabd00;\n  border-radius:0 14px 14px 0;\n  font-size:17px;\n  font-weight:800;\n}\n\n.hbd-lock-page .hbd-dark .hbd-statement{\n  color:#f5ffc2;\n  background:rgba(217,243,0,.08);\n}\n\n.hbd-lock-page .hbd-media-card{\n  padding:0;\n}\n\n.hbd-lock-page .hbd-media-card img{\n  display:block;\n  width:100%;\n  height:auto;\n}\n\n.hbd-lock-page .hbd-media-copy{\n  padding:22px 20px 25px;\n}\n\n.hbd-lock-page .hbd-checks{\n  display:grid;\n  gap:10px;\n  margin-top:18px;\n}\n\n.hbd-lock-page .hbd-check{\n  display:grid;\n  grid-template-columns:31px 1fr;\n  gap:10px;\n  align-items:flex-start;\n}\n\n.hbd-lock-page .hbd-check-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  width:31px;\n  height:31px;\n  border-radius:50%;\n  color:#151a00;\n  background:#d9f300;\n  font-weight:900;\n}\n\n.hbd-lock-page .hbd-check strong{\n  display:block;\n  color:#ffffff;\n  font-size:15px;\n}\n\n.hbd-lock-page .hbd-check p{\n  margin:3px 0 0;\n  color:#cbd0d2;\n  font-size:14px;\n}\n\n.hbd-lock-page .hbd-steps{\n  display:grid;\n  gap:10px;\n  margin-top:19px;\n}\n\n.hbd-lock-page .hbd-step{\n  position:relative;\n  padding:17px 17px 17px 58px;\n  border-radius:17px;\n  border:1px solid #dde0d8;\n  background:#ffffff;\n}\n\n.hbd-lock-page .hbd-step b{\n  position:absolute;\n  left:15px;\n  top:15px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  width:31px;\n  height:31px;\n  border-radius:50%;\n  color:#151a00;\n  background:#d9f300;\n  font-size:13px;\n}\n\n.hbd-lock-page .hbd-step strong{\n  display:block;\n  color:#252827;\n  font-size:15px;\n}\n\n.hbd-lock-page .hbd-step span{\n  display:block;\n  margin-top:4px;\n  color:#616664;\n  font-size:14px;\n}\n\n.hbd-lock-page .hbd-fit-box{\n  margin-top:20px;\n  padding:18px;\n  border-radius:18px;\n  border:1px solid #d9dec7;\n  background:#f7fae9;\n}\n\n.hbd-lock-page .hbd-fit-number{\n  margin:0;\n  color:#4d5900;\n  font-size:42px;\n  font-weight:900;\n  line-height:1;\n}\n\n.hbd-lock-page .hbd-fit-box strong{\n  display:block;\n  margin-top:7px;\n  color:#242722;\n  font-size:16px;\n}\n\n.hbd-lock-page .hbd-fit-box p{\n  margin:5px 0 0;\n  color:#5c625e;\n  font-size:14px;\n}\n\n.hbd-lock-page .hbd-use{\n  padding:17px;\n  border-radius:17px;\n  border:1px solid #dee1d9;\n  background:#ffffff;\n}\n\n.hbd-lock-page .hbd-use-icon{\n  display:block;\n  margin-bottom:8px;\n  font-size:24px;\n}\n\n.hbd-lock-page .hbd-use strong{\n  display:block;\n  color:#252827;\n  font-size:15px;\n}\n\n.hbd-lock-page .hbd-use span{\n  display:block;\n  margin-top:4px;\n  color:#626765;\n  font-size:13px;\n}\n\n.hbd-lock-page .hbd-color-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:12px;\n  margin-top:20px;\n}\n\n.hbd-lock-page .hbd-color{\n  overflow:hidden;\n  border-radius:18px;\n  border:1px solid #dfe1da;\n  background:#ffffff;\n}\n\n.hbd-lock-page .hbd-color img{\n  display:block;\n  width:100%;\n  height:auto;\n}\n\n.hbd-lock-page .hbd-color strong{\n  display:block;\n  padding:12px 14px;\n  color:#242725;\n  text-align:center;\n}\n\n.hbd-lock-page .hbd-highlight{\n  padding:17px;\n  border-radius:17px;\n  border:1px solid #dde0d8;\n  background:#ffffff;\n}\n\n.hbd-lock-page .hbd-highlight-icon{\n  margin-bottom:7px;\n  font-size:24px;\n}\n\n.hbd-lock-page .hbd-highlight strong{\n  display:block;\n  margin-bottom:5px;\n  color:#242725;\n  font-size:15px;\n}\n\n.hbd-lock-page .hbd-highlight p{\n  margin:0;\n  color:#606664;\n  font-size:14px;\n}\n\n.hbd-lock-page .hbd-table-wrap{\n  margin-top:19px;\n  overflow:hidden;\n  border-radius:17px;\n  border:1px solid #dfe1da;\n  background:#ffffff;\n}\n\n.hbd-lock-page .hbd-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.hbd-lock-page .hbd-table th,\n.hbd-lock-page .hbd-table td{\n  padding:13px 14px;\n  text-align:left;\n  vertical-align:top;\n  border-bottom:1px solid #e8eae4;\n  font-size:14px;\n}\n\n.hbd-lock-page .hbd-table tr:last-child th,\n.hbd-lock-page .hbd-table tr:last-child td{\n  border-bottom:0;\n}\n\n.hbd-lock-page .hbd-table th{\n  width:38%;\n  color:#282b28;\n  background:#f3f5ef;\n  font-weight:800;\n}\n\n.hbd-lock-page .hbd-table td{\n  color:#575d5a;\n  background:#ffffff;\n}\n\n.hbd-lock-page .hbd-notice{\n  color:#26291f;\n  border-color:#d9dfae;\n  background:\n    linear-gradient(145deg,#f8fae8 0%,#eef3ca 100%);\n}\n\n.hbd-lock-page .hbd-notice .hbd-title{\n  color:#1d2018;\n}\n\n.hbd-lock-page .hbd-notice .hbd-copy{\n  color:#525849;\n}\n\n.hbd-lock-page .hbd-notice-list{\n  display:grid;\n  gap:9px;\n  margin-top:18px;\n}\n\n.hbd-lock-page .hbd-notice-item{\n  padding:12px 13px;\n  border-radius:13px;\n  border:1px solid #d9dfb6;\n  color:#414636;\n  background:rgba(255,255,255,.65);\n  font-size:14px;\n}\n\n.hbd-lock-page .hbd-faq{\n  display:grid;\n  gap:9px;\n  margin-top:18px;\n}\n\n.hbd-lock-page .hbd-faq details{\n  overflow:hidden;\n  border-radius:15px;\n  border:1px solid #dde0d9;\n  background:#ffffff;\n}\n\n.hbd-lock-page .hbd-faq summary{\n  position:relative;\n  padding:15px 44px 15px 15px;\n  color:#252826;\n  cursor:pointer;\n  list-style:none;\n  font-size:15px;\n  font-weight:800;\n}\n\n.hbd-lock-page .hbd-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.hbd-lock-page .hbd-faq summary::after{\n  content:\"+\";\n  position:absolute;\n  right:16px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#687600;\n  font-size:22px;\n}\n\n.hbd-lock-page .hbd-faq details[open] summary::after{\n  content:\"–\";\n}\n\n.hbd-lock-page .hbd-faq details p{\n  margin:0;\n  padding:0 15px 16px;\n  color:#606562;\n  font-size:14px;\n}\n\n.hbd-lock-page .hbd-cta{\n  padding:32px 20px;\n  text-align:center;\n}\n\n.hbd-lock-page .hbd-cta .hbd-kicker{\n  justify-content:center;\n}\n\n.hbd-lock-page .hbd-cta .hbd-kicker::after{\n  display:none;\n}\n\n.hbd-lock-page .hbd-cta .hbd-copy{\n  max-width:680px;\n  margin:14px auto 0;\n}\n\n.hbd-lock-page .hbd-btn{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  min-height:52px;\n  margin-top:20px;\n  padding:13px 22px;\n  color:#151a00;\n  background:linear-gradient(135deg,#e5ff12,#c5dc00);\n  border-radius:14px;\n  box-shadow:0 10px 24px rgba(217,243,0,.2);\n  text-decoration:none;\n  font-size:15px;\n  font-weight:900;\n  transition:transform .2s ease,box-shadow .2s ease;\n}\n\n.hbd-lock-page .hbd-btn:hover{\n  transform:translateY(-2px);\n  box-shadow:0 14px 30px rgba(217,243,0,.27);\n}\n\n.hbd-lock-page .hbd-btn:active{\n  transform:scale(.98);\n}\n\n.hbd-lock-page .hbd-cta-tags{\n  display:flex;\n  justify-content:center;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:17px;\n}\n\n@container (min-width:620px){\n  .hbd-lock-page .hbd-pad{\n    padding:34px 32px;\n  }\n\n  .hbd-lock-page .hbd-hero-copy{\n    padding:36px 32px 30px;\n  }\n\n  .hbd-lock-page .hbd-grid{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .hbd-lock-page .hbd-use-grid{\n    grid-template-columns:repeat(4,1fr);\n  }\n\n  .hbd-lock-page .hbd-highlights{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .hbd-lock-page .hbd-steps{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .hbd-lock-page .hbd-step{\n    padding:58px 17px 17px;\n  }\n\n  .hbd-lock-page .hbd-step b{\n    left:17px;\n    top:17px;\n  }\n\n  .hbd-lock-page .hbd-color-grid{\n    grid-template-columns:repeat(3,1fr);\n  }\n}\n\n@container (min-width:800px){\n  .hbd-lock-page .hbd-hero{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .hbd-lock-page .hbd-hero-copy{\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n    padding:45px 40px;\n  }\n\n  .hbd-lock-page .hbd-hero-media img{\n    min-height:100%;\n  }\n\n  .hbd-lock-page .hbd-media-card{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    align-items:center;\n  }\n\n  .hbd-lock-page .hbd-media-card img{\n    height:100%;\n    object-fit:cover;\n  }\n\n  .hbd-lock-page .hbd-media-copy{\n    padding:38px;\n  }\n\n  .hbd-lock-page .hbd-highlights{\n    grid-template-columns:repeat(4,1fr);\n  }\n}\n\n@media (prefers-reduced-motion:reduce){\n  .hbd-lock-page .hbd-shimmer,\n  .hbd-lock-page .hbd-marquee-track{\n    animation:none !important;\n  }\n\n  .hbd-lock-page .hbd-card,\n  .hbd-lock-page .hbd-btn{\n    transition:none !important;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"hbd-lock-page\"\u003e\n\u003cdiv class=\"hbd-shell\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hbd-card hbd-dark hbd-hero\"\u003e\n\u003cdiv class=\"hbd-hero-copy\"\u003e\n\u003cdiv class=\"hbd-kicker\"\u003e110DB ALARM DISC LOCK\u003c\/div\u003e\n\u003ch2 class=\"hbd-title hbd-shimmer\"\u003ePark It. Lock the Disc. Make Movement Harder to Ignore.\u003c\/h2\u003e\n\u003cp class=\"hbd-copy\"\u003eAdd a compact physical barrier and a movement-triggered audible warning to your motorcycle, scooter or compatible e-bike whenever you park and walk away.\u003c\/p\u003e\n\u003cdiv class=\"hbd-tags\"\u003e\n\u003cspan class=\"hbd-tag\"\u003e🔊 110dB Rated Alarm\u003c\/span\u003e \u003cspan class=\"hbd-tag\"\u003e🔒 Push-to-Lock\u003c\/span\u003e \u003cspan class=\"hbd-tag\"\u003e🏍️ Compact Disc Mount\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-hero-media\"\u003e\u003cimg src=\"https:\/\/harikarionthebeat.com\/cdn\/shop\/files\/spp_shopify20260902121622_167b9dd7a3f17f4c95125bbd335d6f2b_00a7b6ab-02a3-4813-98bb-7705a1806dcd.jpg?v=1789613889\u0026amp;width=1445\" alt=\"Alarm disc brake lock being installed on motorcycle brake rotor\" width=\"1445\" height=\"1445\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MARQUEE --\u003e\n\u003cdiv class=\"hbd-marquee\"\u003e\n\u003cdiv class=\"hbd-marquee-track\"\u003e\n\u003cdiv class=\"hbd-marquee-set\"\u003e\n\u003cspan\u003e110DB RATED ALARM ◆\u003c\/span\u003e \u003cspan\u003eMOVEMENT SENSING ◆\u003c\/span\u003e \u003cspan\u003ePUSH-DOWN LOCKING ◆\u003c\/span\u003e \u003cspan\u003e6MM LOCK PIN ◆\u003c\/span\u003e \u003cspan\u003eCOMPACT RIDING GEAR ◆\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-marquee-set\"\u003e\n\u003cspan\u003e110DB RATED ALARM ◆\u003c\/span\u003e \u003cspan\u003eMOVEMENT SENSING ◆\u003c\/span\u003e \u003cspan\u003ePUSH-DOWN LOCKING ◆\u003c\/span\u003e \u003cspan\u003e6MM LOCK PIN ◆\u003c\/span\u003e \u003cspan\u003eCOMPACT RIDING GEAR ◆\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PAIN --\u003e\n\u003csection class=\"hbd-card hbd-light hbd-pad\"\u003e\n\u003cdiv class=\"hbd-kicker\"\u003eWHEN YOUR BIKE IS OUT OF SIGHT\u003c\/div\u003e\n\u003ch2 class=\"hbd-title hbd-shimmer\"\u003eA Silent Lock Can Only Do Half the Talking.\u003c\/h2\u003e\n\u003cp class=\"hbd-copy\"\u003eA mechanical lock creates an obstacle, but it cannot call attention to unexpected movement. This disc lock adds an audible response while keeping the whole setup compact enough for everyday stops.\u003c\/p\u003e\n\u003cdiv class=\"hbd-grid\"\u003e\n\u003cdiv class=\"hbd-mini\"\u003e\n\u003cspan class=\"hbd-num\"\u003e01\u003c\/span\u003e \u003cstrong\u003eSilent Security Stays Silent\u003c\/strong\u003e\n\u003cp\u003eA conventional mechanical lock cannot create an audible warning when the bike is disturbed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-mini\"\u003e\n\u003cspan class=\"hbd-num\"\u003e02\u003c\/span\u003e \u003cstrong\u003eBulky Gear Gets Left Behind\u003c\/strong\u003e\n\u003cp\u003eLarge chains can be inconvenient when you only want an extra security layer for everyday parking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-mini\"\u003e\n\u003cspan class=\"hbd-num\"\u003e03\u003c\/span\u003e \u003cstrong\u003eQuick Stops Still Count\u003c\/strong\u003e\n\u003cp\u003eCoffee runs, errands and work parking are exactly when fast setup matters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-statement\"\u003eThe goal is simple: create one more obstacle and one more reason for unwanted movement to get noticed.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SENSOR --\u003e\n\u003csection class=\"hbd-card hbd-dark hbd-media-card\"\u003e\u003cimg src=\"https:\/\/harikarionthebeat.com\/cdn\/shop\/files\/spp_shopify20260902121623_0271f24fbe25f8d5367d9f6876283fc0_646014b6-8549-4d82-8074-8fdf4d5817f5.jpg?v=1789613889\u0026amp;width=1445\" alt=\"Movement sensing alarm disc lock mounted on brake rotor\" width=\"1445\" height=\"1445\" loading=\"lazy\"\u003e\n\u003cdiv class=\"hbd-media-copy\"\u003e\n\u003cdiv class=\"hbd-kicker\"\u003eMOVEMENT GETS A RESPONSE\u003c\/div\u003e\n\u003ch2 class=\"hbd-title hbd-shimmer\"\u003eIt Doesn't Just Sit There Quietly.\u003c\/h2\u003e\n\u003cp class=\"hbd-copy\"\u003eAn integrated vibration-sensitive alarm is designed to respond when the installed lock or wheel is disturbed, adding an audible warning alongside the physical locking pin.\u003c\/p\u003e\n\u003cdiv class=\"hbd-checks\"\u003e\n\u003cdiv class=\"hbd-check\"\u003e\n\u003cspan class=\"hbd-check-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eMovement-Sensitive Alarm\u003c\/strong\u003e\n\u003cp\u003eDesigned to react to disturbance around the locked wheel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-check\"\u003e\n\u003cspan class=\"hbd-check-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e110dB Rated Output\u003c\/strong\u003e\n\u003cp\u003eAdds a loud audible warning rather than relying only on silent mechanical resistance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-check\"\u003e\n\u003cspan class=\"hbd-check-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePhysical + Audible Layer\u003c\/strong\u003e\n\u003cp\u003eThe alarm complements the disc-mounted locking pin instead of replacing it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PUSH LOCK --\u003e\n\u003csection class=\"hbd-card hbd-light hbd-media-card\"\u003e\u003cimg src=\"https:\/\/harikarionthebeat.com\/cdn\/shop\/files\/spp_shopify20260902121623_dc87bc5652d6bba6c7e8a500ff0faffb_d2ceba64-e576-4d92-a18f-a5ff961f376c.jpg?v=1789613889\u0026amp;width=1445\" alt=\"Push-down disc brake lock being secured on motorcycle\" width=\"1445\" height=\"1445\" loading=\"lazy\"\u003e\n\u003cdiv class=\"hbd-media-copy\"\u003e\n\u003cdiv class=\"hbd-kicker\"\u003eFAST ENOUGH FOR EVERYDAY STOPS\u003c\/div\u003e\n\u003ch2 class=\"hbd-title hbd-shimmer\"\u003ePress to Lock. Use the Key When You Return.\u003c\/h2\u003e\n\u003cp class=\"hbd-copy\"\u003eOnce the locking pin is positioned through a compatible brake-disc opening, the push-down cylinder lets you engage the lock without fumbling with the key during installation.\u003c\/p\u003e\n\u003cdiv class=\"hbd-steps\"\u003e\n\u003cdiv class=\"hbd-step\"\u003e\n\u003cb\u003e1\u003c\/b\u003e \u003cstrong\u003ePosition\u003c\/strong\u003e \u003cspan\u003ePlace the lock around a compatible section of the brake disc.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-step\"\u003e\n\u003cb\u003e2\u003c\/b\u003e \u003cstrong\u003ePress\u003c\/strong\u003e \u003cspan\u003ePush the locking cylinder down until the lock engages.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-step\"\u003e\n\u003cb\u003e3\u003c\/b\u003e \u003cstrong\u003eUnlock Later\u003c\/strong\u003e \u003cspan\u003eUse the supplied key to release and remove the lock before riding.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PHYSICAL BARRIER --\u003e\n\u003csection class=\"hbd-card hbd-dark hbd-pad\"\u003e\n\u003cdiv class=\"hbd-kicker\"\u003eMORE THAN AN ALARM\u003c\/div\u003e\n\u003ch2 class=\"hbd-title hbd-shimmer\"\u003eThe Sound Gets Attention. The Pin Still Blocks Wheel Rotation.\u003c\/h2\u003e\n\u003cp class=\"hbd-copy\"\u003eThe compact alloy body sits around the brake rotor while an approximately 6mm locking pin passes through a compatible opening, creating a physical restriction against normal wheel movement.\u003c\/p\u003e\n\u003cdiv class=\"hbd-grid\"\u003e\n\u003cdiv class=\"hbd-mini\"\u003e\n\u003cspan class=\"hbd-num\"\u003e6\u003c\/span\u003e \u003cstrong\u003eApprox. 6mm Lock Pin\u003c\/strong\u003e\n\u003cp\u003eDesigned for a compatible brake-disc opening larger than the locking pin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-mini\"\u003e\n\u003cspan class=\"hbd-num\"\u003eAl\u003c\/span\u003e \u003cstrong\u003eAluminum-Alloy Body\u003c\/strong\u003e\n\u003cp\u003eCompact metal construction designed around everyday motorcycle parking use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-mini\"\u003e\n\u003cspan class=\"hbd-num\"\u003e185\u003c\/span\u003e \u003cstrong\u003eApprox. 185g \/ 6.53 oz\u003c\/strong\u003e\n\u003cp\u003eSmall enough to carry in riding gear or an onboard storage compartment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COMPATIBILITY --\u003e\n\u003csection class=\"hbd-card hbd-light hbd-pad\"\u003e\n\u003cdiv class=\"hbd-kicker\"\u003eCHECK BEFORE ORDERING\u003c\/div\u003e\n\u003ch2 class=\"hbd-title hbd-shimmer\"\u003eOne Small Measurement Makes the Difference.\u003c\/h2\u003e\n\u003cp class=\"hbd-copy\"\u003eDisc-lock fit depends on your brake rotor. Check for a suitable opening before ordering rather than assuming every rotor uses the same layout.\u003c\/p\u003e\n\u003cdiv class=\"hbd-fit-box\"\u003e\n\u003cp class=\"hbd-fit-number\"\u003e\u0026gt; 6mm\u003c\/p\u003e\n\u003cstrong\u003eSuitable Brake-Disc Opening Required\u003c\/strong\u003e\n\u003cp\u003eThe locking pin is approximately 6mm \/ 0.24 in thick. Choose an opening that gives the pin enough clearance to pass through without forcing it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-steps\"\u003e\n\u003cdiv class=\"hbd-step\"\u003e\n\u003cb\u003e1\u003c\/b\u003e \u003cstrong\u003eInspect the Rotor\u003c\/strong\u003e \u003cspan\u003eLook for an accessible perforation or opening near the lock position.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-step\"\u003e\n\u003cb\u003e2\u003c\/b\u003e \u003cstrong\u003eMeasure the Opening\u003c\/strong\u003e \u003cspan\u003eConfirm that the intended opening is larger than the approximately 6mm pin.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-step\"\u003e\n\u003cb\u003e3\u003c\/b\u003e \u003cstrong\u003eNever Force the Fit\u003c\/strong\u003e \u003cspan\u003eThe pin should pass through without damaging or stressing the brake rotor.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- REMINDER --\u003e\n\u003csection class=\"hbd-card hbd-dark hbd-pad\"\u003e\n\u003cdiv class=\"hbd-kicker\"\u003eTHE DETAIL YOU SHOULD NOT SKIP\u003c\/div\u003e\n\u003ch2 class=\"hbd-title hbd-shimmer\"\u003eRemember the Lock Before You Twist the Throttle.\u003c\/h2\u003e\n\u003cp class=\"hbd-copy\"\u003eA disc lock prevents normal wheel movement, which means forgetting it before riding can damage the motorcycle. Use the included reminder cord every time you install the lock.\u003c\/p\u003e\n\u003cdiv class=\"hbd-grid\"\u003e\n\u003cdiv class=\"hbd-mini\"\u003e\n\u003cstrong\u003e🟠 Visible Reminder\u003c\/strong\u003e\n\u003cp\u003eRoute the reminder cord toward the handlebar so the installed lock stays in your line of sight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-mini\"\u003e\n\u003cstrong\u003e🔑 Keyed Release\u003c\/strong\u003e\n\u003cp\u003eUnlock and completely remove the device from the rotor before moving the vehicle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-mini\"\u003e\n\u003cstrong\u003e🎒 Storage Pouch\u003c\/strong\u003e\n\u003cp\u003eKeep the lock and its accessories together when they are not installed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- USE CASES --\u003e\n\u003csection class=\"hbd-card hbd-light hbd-pad\"\u003e\n\u003cdiv class=\"hbd-kicker\"\u003eA COMPACT EXTRA SECURITY LAYER\u003c\/div\u003e\n\u003ch2 class=\"hbd-title hbd-shimmer\"\u003eUseful Wherever You Regularly Park and Walk Away.\u003c\/h2\u003e\n\u003cdiv class=\"hbd-use-grid\"\u003e\n\u003cdiv class=\"hbd-use\"\u003e\n\u003cspan class=\"hbd-use-icon\"\u003e🏍️\u003c\/span\u003e \u003cstrong\u003eMotorcycles\u003c\/strong\u003e \u003cspan\u003eCompatible perforated brake rotors.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-use\"\u003e\n\u003cspan class=\"hbd-use-icon\"\u003e🛵\u003c\/span\u003e \u003cstrong\u003eScooters\u003c\/strong\u003e \u003cspan\u003eSuitable disc-brake configurations.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-use\"\u003e\n\u003cspan class=\"hbd-use-icon\"\u003e🚲\u003c\/span\u003e \u003cstrong\u003eE-Bikes\u003c\/strong\u003e \u003cspan\u003eCompatible rotor openings.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-use\"\u003e\n\u003cspan class=\"hbd-use-icon\"\u003e🅿️\u003c\/span\u003e \u003cstrong\u003eDaily Parking\u003c\/strong\u003e \u003cspan\u003eHome, work, errands and short stops.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COLORS --\u003e\n\u003csection class=\"hbd-card hbd-light hbd-pad\"\u003e\n\u003cdiv class=\"hbd-kicker\"\u003eCHOOSE YOUR FINISH\u003c\/div\u003e\n\u003ch2 class=\"hbd-title hbd-shimmer\"\u003eBlack, Red or Blue.\u003c\/h2\u003e\n\u003cp class=\"hbd-copy\"\u003eGo discreet with black or choose a brighter finish that is easier to notice on the wheel.\u003c\/p\u003e\n\u003cdiv class=\"hbd-color-grid\"\u003e\n\u003cdiv class=\"hbd-color\"\u003e\n\u003cimg src=\"https:\/\/harikarionthebeat.com\/cdn\/shop\/files\/spp_shopify20260902121634_db6ae974d87779e6b086b433ee1bae02_00a7cac9-bea9-40fa-a859-eed99814d806.jpg?v=1789613889\u0026amp;width=1445\" alt=\"Black alarm disc brake lock\" width=\"1445\" height=\"1445\" loading=\"lazy\"\u003e \u003cstrong\u003eBlack\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-color\"\u003e\n\u003cimg src=\"https:\/\/harikarionthebeat.com\/cdn\/shop\/files\/spp_shopify20260902121635_228722a10305236f1ec331432b693b48_1bc1ec6b-8d69-49b3-b52a-4d5b363e4351.jpg?v=1789613889\u0026amp;width=1445\" alt=\"Red alarm disc brake lock\" width=\"1445\" height=\"1445\" loading=\"lazy\"\u003e \u003cstrong\u003eRed\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-color\"\u003e\n\u003cimg src=\"https:\/\/harikarionthebeat.com\/cdn\/shop\/files\/spp_shopify20260902121637_2153ad58018ba453b59dd3e930a69822_cd6a9798-da07-41e5-b630-ef77f2b1f81b.jpg?v=1789613889\u0026amp;width=1445\" alt=\"Blue alarm disc brake lock\" width=\"1445\" height=\"1445\" loading=\"lazy\"\u003e \u003cstrong\u003eBlue\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HIGHLIGHTS --\u003e\n\u003csection class=\"hbd-card hbd-light hbd-pad\"\u003e\n\u003cdiv class=\"hbd-kicker\"\u003ePRODUCT HIGHLIGHTS\u003c\/div\u003e\n\u003ch2 class=\"hbd-title hbd-shimmer\"\u003eSmall Enough to Carry. Quick Enough to Actually Use.\u003c\/h2\u003e\n\u003cdiv class=\"hbd-highlights\"\u003e\n\u003cdiv class=\"hbd-highlight\"\u003e\n\u003cdiv class=\"hbd-highlight-icon\"\u003e🔊\u003c\/div\u003e\n\u003cstrong\u003eAudible Deterrent Layer\u003c\/strong\u003e\n\u003cp\u003eMovement sensing adds sound to a security setup that would otherwise stay silent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-highlight\"\u003e\n\u003cdiv class=\"hbd-highlight-icon\"\u003e🔒\u003c\/div\u003e\n\u003cstrong\u003ePhysical Rotor Restriction\u003c\/strong\u003e\n\u003cp\u003eThe locking pin passes through a compatible disc opening to restrict normal wheel rotation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-highlight\"\u003e\n\u003cdiv class=\"hbd-highlight-icon\"\u003e⚡\u003c\/div\u003e\n\u003cstrong\u003eFast Push-Down Locking\u003c\/strong\u003e\n\u003cp\u003eQuick engagement makes it easier to add the lock to short everyday parking stops.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hbd-highlight\"\u003e\n\u003cdiv class=\"hbd-highlight-icon\"\u003e🌧️\u003c\/div\u003e\n\u003cstrong\u003eRain-Ready for Normal Use\u003c\/strong\u003e\n\u003cp\u003eDesigned for ordinary outdoor parking and rain exposure, without claiming submersible protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"hbd-card hbd-light hbd-pad\"\u003e\n\u003cdiv class=\"hbd-kicker\"\u003ePRODUCT DETAILS\u003c\/div\u003e\n\u003ch2 class=\"hbd-title hbd-shimmer\"\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"hbd-table-wrap\"\u003e\n\u003ctable class=\"hbd-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eDisc Brake Alarm Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAlarm Output\u003c\/th\u003e\n\u003ctd\u003e110dB Rated Alarm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAlarm Activation\u003c\/th\u003e\n\u003ctd\u003eMovement \/ Vibration Sensing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLocking Method\u003c\/th\u003e\n\u003ctd\u003ePush-Down Locking Cylinder\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLock Pin\u003c\/th\u003e\n\u003ctd\u003eApprox. 6mm \/ 0.24 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBody Material\u003c\/th\u003e\n\u003ctd\u003eAluminum Alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOverall Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 80 × 36 × 50mm \/ 3.15 × 1.42 × 1.97 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eApprox. Weight\u003c\/th\u003e\n\u003ctd\u003e185g \/ 6.53 oz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeather Use\u003c\/th\u003e\n\u003ctd\u003eRain-Resistant Design for Normal Outdoor Parking\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColors\u003c\/th\u003e\n\u003ctd\u003eBlack \/ Red \/ Blue\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCompatibility\u003c\/th\u003e\n\u003ctd\u003eSuitable Brake-Disc Opening Must Be Larger Than Approx. 6mm \/ 0.24 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Includes\u003c\/th\u003e\n\u003ctd\u003e1 × Alarm Disc Lock, 1 × Reminder Cord, 1 × Storage Pouch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGreat For\u003c\/th\u003e\n\u003ctd\u003eCompatible Motorcycles, Scooters \u0026amp; E-Bikes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SECURITY NOTICE --\u003e\n\u003csection class=\"hbd-card hbd-light hbd-pad hbd-notice\"\u003e\n\u003cdiv class=\"hbd-kicker\"\u003eIMPORTANT TO KNOW\u003c\/div\u003e\n\u003ch2 class=\"hbd-title hbd-shimmer\"\u003eUse It as One Layer of Your Parking Security.\u003c\/h2\u003e\n\u003cp class=\"hbd-copy\"\u003ePortable locks can add obstacles and deterrence, but no compact lock can guarantee that a vehicle will never be stolen. Parking choices and layered security still matter.\u003c\/p\u003e\n\u003cdiv class=\"hbd-notice-list\"\u003e\n\u003cdiv class=\"hbd-notice-item\"\u003e✓ Remove the disc lock completely before riding or moving the vehicle.\u003c\/div\u003e\n\u003cdiv class=\"hbd-notice-item\"\u003e✓ Use the reminder cord every time so the installed lock remains visible from the handlebar.\u003c\/div\u003e\n\u003cdiv class=\"hbd-notice-item\"\u003e✓ Check rotor compatibility before ordering. The intended opening must accommodate the approximately 6mm pin.\u003c\/div\u003e\n\u003cdiv class=\"hbd-notice-item\"\u003e✓ Normal rain exposure is acceptable, but do not intentionally submerge the lock for prolonged periods.\u003c\/div\u003e\n\u003cdiv class=\"hbd-notice-item\"\u003e✓ For higher-risk parking, consider using additional appropriate security measures and a visible, well-lit location.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"hbd-card hbd-light hbd-pad\"\u003e\n\u003cdiv class=\"hbd-kicker\"\u003eQUICK ANSWERS\u003c\/div\u003e\n\u003ch2 class=\"hbd-title hbd-shimmer\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"hbd-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat happens when the lock is disturbed?\u003c\/summary\u003e\n\u003cp\u003eThe integrated vibration-sensitive alarm is designed to respond to movement around the installed lock. The product lists a rated alarm output of 110dB.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need the key to lock it?\u003c\/summary\u003e\n\u003cp\u003eThe push-down cylinder allows you to engage the lock by pressing it into position. The supplied key is used to unlock and remove it.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I know whether it fits my motorcycle?\u003c\/summary\u003e\n\u003cp\u003eInspect your brake rotor before ordering. The lock uses an approximately 6mm pin, so the intended rotor opening needs to be larger than 6mm and positioned where the lock body can sit correctly.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it fully waterproof?\u003c\/summary\u003e\n\u003cp\u003eIt is designed for normal outdoor parking and rain exposure. Do not intentionally submerge the lock or leave it underwater for extended periods.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy is a reminder cord included?\u003c\/summary\u003e\n\u003cp\u003eIt provides a visible cue at the handlebar that the disc lock is still installed, helping remind you to remove it before moving the vehicle.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this guarantee my motorcycle will not be stolen?\u003c\/summary\u003e\n\u003cp\u003eNo portable security product can provide that guarantee. This lock is intended to add a physical obstacle and an audible deterrent layer to sensible parking and other appropriate security measures.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it bulky to carry?\u003c\/summary\u003e\n\u003cp\u003eThe product is approximately 80 × 36 × 50mm and weighs about 185g \/ 6.53 oz, making it considerably more compact than a large chain-style lock.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"hbd-card hbd-dark hbd-cta\"\u003e\n\u003cdiv class=\"hbd-kicker\"\u003eONE MORE LAYER BEFORE YOU WALK AWAY\u003c\/div\u003e\n\u003ch2 class=\"hbd-title hbd-shimmer\"\u003eLock the Disc. \u003cbr\u003eArm the Alarm. \u003cbr\u003eThen Leave the Bike Parked.\u003c\/h2\u003e\n\u003cp class=\"hbd-copy\"\u003eCompact enough for everyday riding and quick enough for everyday stops, this alarm disc lock adds both a physical restriction and an audible warning to compatible motorcycles, scooters and e-bikes.\u003c\/p\u003e\n\u003ca class=\"hbd-btn\" href=\"#\"\u003e Choose Your Color Above ↑ \u003c\/a\u003e\n\u003cdiv class=\"hbd-cta-tags\"\u003e\n\u003cspan class=\"hbd-tag\"\u003e🔊 110dB Rated Alarm\u003c\/span\u003e \u003cspan class=\"hbd-tag\"\u003e🔒 Push-to-Lock\u003c\/span\u003e \u003cspan class=\"hbd-tag\"\u003e🟠 Reminder Cord\u003c\/span\u003e \u003cspan class=\"hbd-tag\"\u003e🎒 Compact Carry\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"FYY","offers":[{"title":"Black","offer_id":54725377523987,"sku":"NC03402609173250-【蓝卡】黑色警报碟刹锁","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":54725377556755,"sku":"NC03402609173250-【蓝卡】红色警报碟刹锁","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":54725377589523,"sku":"NC03402609173250-【蓝卡】蓝色警报碟刹锁","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9368\/3219\/files\/spp_shopify20260902121622_167b9dd7a3f17f4c95125bbd335d6f2b_00a7b6ab-02a3-4813-98bb-7705a1806dcd.jpg?v=1789613889","url":"https:\/\/harikarionthebeat.com\/products\/heavy-duty-waterproof-disc-brake-lock-1","provider":"harikarionthebeat","version":"1.0","type":"link"}