Mini Bluetooth Key Tracker
.lt-mini-product-info, .lt-mini-product-info * { box-sizing: border-box; } .lt-mini-product-info { --blue: #1769d2; --blue-dark: #0e4f9e; --navy: #102a43; --text: #334e68; --muted: #627d98; --light: #eef6ff; --soft: #f6f9fc; --border: #d9e4ef; --green: #16835b; margin-top: 36px; color: var(--text); font-family: inherit; line-height: 1.65; } .lt-mini-product-info h2, .lt-mini-product-info h3 { color: var(--navy); line-height: 1.2; } .lt-mini-product-info h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.65rem); letter-spacing: -0.025em; } .lt-mini-product-info h3 { margin: 0 0 8px; font-size: 1.08rem; } .lt-mini-product-info p { margin: 0; } .lt-product-intro { padding: 28px; border: 1px solid var(--border); border-radius: 18px; background: linear-gradient(145deg, #f7fbff, #ffffff); } .lt-product-intro p { margin-top: 13px; color: var(--muted); font-size: 1.04rem; } .lt-product-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; } .lt-product-badge { display: inline-flex; align-items: center; padding: 8px 12px; border: 1px solid #bad5f2; border-radius: 999px; background: var(--light); color: var(--blue-dark); font-size: 0.86rem; font-weight: 800; } .lt-product-apps { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; } .lt-product-app { padding: 17px 18px; border: 1px solid var(--border); border-radius: 13px; background: #ffffff; } .lt-product-app strong { display: block; margin-bottom: 3px; color: var(--navy); } .lt-product-app span { color: var(--muted); } .lt-product-warning { margin-top: 22px; padding: 18px 20px; border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; background: var(--light); } .lt-product-warning strong { color: var(--navy); } .lt-product-section { padding-top: 48px; } .lt-product-section-heading { max-width: 760px; } .lt-product-section-heading p { margin-top: 12px; color: var(--muted); } .lt-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 26px; } .lt-product-card { padding: 22px; border: 1px solid var(--border); border-radius: 14px; background: #ffffff; } .lt-product-card-number { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; margin-bottom: 14px; border-radius: 9px; background: var(--light); color: var(--blue); font-weight: 900; } .lt-product-card p { color: var(--muted); } .lt-product-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 26px; } .lt-product-step { padding: 22px; border-radius: 14px; background: var(--soft); } .lt-product-step span { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; margin-bottom: 13px; border-radius: 50%; background: var(--navy); color: #ffffff; font-weight: 900; } .lt-product-step p { color: var(--muted); } .lt-product-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 28px; margin-top: 24px; } .lt-product-spec { padding: 14px 0; border-bottom: 1px solid var(--border); } .lt-product-spec strong { display: block; color: var(--navy); } .lt-product-spec span { color: var(--muted); } .lt-product-checks { display: grid; gap: 11px; margin: 22px 0 0; padding: 0; list-style: none; } .lt-product-checks li { position: relative; padding-left: 30px; } .lt-product-checks li::before { content: "\2713"; position: absolute; top: 1px; left: 0; display: flex; width: 21px; height: 21px; align-items: center; justify-content: center; border-radius: 50%; background: #e4f7ee; color: var(--green); font-size: 0.76rem; font-weight: 900; } .lt-product-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 26px; } .lt-product-compare-card { padding: 23px; border: 1px solid var(--border); border-radius: 14px; background: #ffffff; } .lt-product-compare-card--active { border: 2px solid var(--blue); } .lt-product-label { display: inline-flex; margin-bottom: 12px; padding: 6px 10px; border-radius: 999px; background: var(--light); color: var(--blue-dark); font-size: 0.74rem; font-weight: 800; text-transform: uppercase; } .lt-product-link { display: inline-block; margin-top: 15px; color: var(--blue) !important; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; } .lt-product-faq { margin-top: 24px; } .lt-product-faq details { margin-bottom: 10px; border: 1px solid var(--border); border-radius: 11px; background: #ffffff; } .lt-product-faq summary { position: relative; padding: 17px 48px 17px 18px; color: var(--navy); cursor: pointer; font-weight: 800; list-style: none; } .lt-product-faq summary::-webkit-details-marker { display: none; } .lt-product-faq summary::after { content: "+"; position: absolute; top: 50%; right: 18px; color: var(--blue); font-size: 1.35rem; transform: translateY(-50%); } .lt-product-faq details[open] summary::after { content: "\2212"; } .lt-product-faq-answer { padding: 0 18px 18px; color: var(--muted); } .lt-product-support { margin-top: 46px; padding: 27px; border-radius: 16px; background: linear-gradient(135deg, var(--blue-dark), var(--blue)); color: #ffffff; text-align: center; } .lt-product-support h2 { color: #ffffff; } .lt-product-support p { max-width: 680px; margin: 12px auto 0; color: #e2efff; } .lt-product-support-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; margin-top: 20px; } .lt-product-support-link { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 20px; border: 2px solid #ffffff; border-radius: 9px; background: #ffffff; color: var(--blue-dark) !important; font-weight: 800; text-decoration: none; } .lt-product-support-link--outline { background: transparent; color: #ffffff !important; } @media (max-width: 800px) { .lt-product-grid, .lt-product-steps { grid-template-columns: 1fr 1fr; } } @media (max-width: 600px) { .lt-product-apps, .lt-product-grid, .lt-product-steps, .lt-product-specs, .lt-product-compare { grid-template-columns: 1fr; } .lt-product-intro, .lt-product-support { padding: 22px; } .lt-product-support-links { display: grid; grid-template-columns: 1fr; } .lt-product-support-link { width: 100%; } } A smaller finder for keys, wallets and compact items Attach the Mini Bluetooth Key Tracker to a small keyring, wallet, bag or other compact item. Use the correct app for your phone to ring the Mini nearby, receive separation alerts and view the last connected location. No SIM card No monthly fee Replaceable battery Bluetooth item finder iPhone app Download Lil Tracker Android app Download iTrackEasy This is a Bluetooth finder, not a GPS tracker. It works while connected to a nearby smartphone. The map shows the last location where the phone and tracker were connected, not a continuously updated live location. What it can do Practical functions for finding nearby belongings and noticing when something has been left behind. 01 Ring the tracker Make the Mini sound and flash from the app while it is within Bluetooth range. 02 Find your phone Press the tracker button to trigger the connected phone through the app when it is nearby. 03 Separation alerts Receive an alert when the Mini and phone move out of Bluetooth range, subject to phone settings and permissions. 04 Last connected location See where the phone last lost its Bluetooth connection to the Mini to help retrace your steps. 05 Camera remote Use the tracker button as a remote shutter for compatible camera functions in the app. 06 Manage several trackers Connect multiple trackers in the app for keys, bags and other household items. Setup Test the tracker with the phone that will be used before attaching it to an important item. 1 Install the correct app Use Lil Tracker on iPhone or iTrackEasy on Android. 2 Pair over Bluetooth Enable Bluetooth and follow the in-app instructions to connect the Mini. 3 Attach and test Test ringing, phone finding and separation alerts before relying on them. Specifications Dimensions 24 x 34 x 4 mm Weight Approximately 8 g Connection Bluetooth Low Energy Typical range Up to approximately 50 m in ideal open conditions Alert sound Up to approximately 98 dB Battery Replaceable CR2016 coin-cell battery Colours Black and white Phone compatibility Compatible iPhone or Android smartphone required Bluetooth range varies with walls, interference, phone hardware and local conditions. Separation alerts require Bluetooth, notifications and the necessary app permissions. Battery life varies with alert frequency, use and battery quality. What is included Lil Tracker Mini Bluetooth Key Tracker Replaceable coin-cell battery Lanyard Setup instructions Free Lil Tracker support One-year limited device warranty Mini or Regular Both models provide the same core Bluetooth item-finding functions. Regular model Bluetooth Key Tracker Easy to handle and available in single and multi-unit bundle options. Shop the regular tracker Smallest option Mini Bluetooth Key Tracker Thinner and lighter for small keyrings, wallets and compact items. View the Mini tracker guide Frequently asked questions Which app should I download? iPhone users should download Lil Tracker. Android users should download iTrackEasy. Does it require a SIM card or subscription? No. It connects to a compatible smartphone over Bluetooth and does not require a SIM card or monthly service plan. Can it show a live location anywhere? No. It is not a GPS tracker. The app shows the last location where the phone and tracker were connected. Can I use it for a child, senior or pet? It is designed for nearby belongings. Choose a 4G GPS tracker when the person, pet or item may travel beyond Bluetooth range. Will separation alerts always trigger? Alerts depend on Bluetooth range, app permissions, phone settings, background activity, battery level and local conditions. Test the feature with your phone before relying on it. Need setup help? Lil Tracker provides free setup support for Mini Bluetooth trackers purchased from us. Watch the setup video Read the FAQs
More you might like
Related
Mini Bluetooth Tracker: Key & Wallet Finder
Related
Mini Bluetooth GPS Key Finder Tracker
Mini Bluetooth Tracker Keychain for Bags & Wallets
Related