{"product_id":"mini-gps-tracker-real-time-location-silent-monitor-uae","title":"Mini GPS Tracker - Real-Time Tracking Device","description":"\u003c!-- KULSUM COLLECTIONS - THEME BASE + DUAL BLUE TECH EFFECTS --\u003e\n\u003cstyle\u003e\n  \/* FULL WIDTH BREAK-OUT WRAPPER *\/\n  .kc-tech-stretch {\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    background: #FBF5EE; \n    padding: 50px 0;\n    overflow: hidden;\n  }\n\n  .kc-tech-wrapper { \n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; \n    max-width: 1350px; \n    margin: 0 auto; \n    padding: 0 3%; \n  }\n\n  \/* HEADINGS *\/\n  .kc-tech-header { text-align: center; margin-bottom: 40px; }\n  .kc-tech-eyebrow { \n    color: #800020; \n    font-size: 15px; \n    font-weight: 800; \n    letter-spacing: 3px; \n    text-transform: uppercase; \n    margin-bottom: 12px; \n    display: inline-block; \n  }\n  .kc-tech-title { \n    font-size: 42px; \n    font-weight: 900; \n    text-transform: uppercase; \n    color: #000000; \n    margin: 0; \n    line-height: 1.2; \n    white-space: nowrap; \n  }\n\n  \/* HERO FLEX *\/\n  .kc-hero-flex { \n    display: flex; \n    align-items: center; \n    gap: 40px; \n    margin-bottom: 60px; \n  }\n  \n  \/* Media Container with 1CA3DE Scanner Animation *\/\n  .kc-hero-media { \n    flex: 1; \n    border-radius: 16px; \n    overflow: hidden; \n    border: 2px solid #000000; \n    box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.06); \n    background: #ffffff; \n    padding: 8px; \n    position: relative; \n  }\n  .kc-hero-media img { width: 100%; height: auto; display: block; border-radius: 8px; }\n  \n  \/* The Electric Rich Blue Scanline Overlay *\/\n  .kc-hero-media::after {\n    content: \"\";\n    position: absolute;\n    top: 0; left: 0; width: 100%; height: 100%;\n    border-radius: 8px;\n    background: linear-gradient(to bottom, transparent 40%, rgba(28, 163, 222, 0.35) 50%, transparent 60%);\n    background-size: 100% 200%;\n    animation: scanLine 3.5s linear infinite;\n    pointer-events: none; \n  }\n  @keyframes scanLine {\n    0% { background-position: 0% -100%; }\n    100% { background-position: 0% 200%; }\n  }\n  \n  .kc-hero-text { flex: 1.2; text-align: left; }\n  .kc-hero-text p { font-size: 18px; color: #444; font-weight: 500; line-height: 1.6; margin-bottom: 25px; }\n\n  \/* Interactive Audience Pills *\/\n  .kc-pill-container { display: flex; flex-wrap: wrap; gap: 10px; }\n  .kc-tech-pill { \n    background: #ffffff; \n    border: 1.5px solid #800020; \n    padding: 8px 18px; \n    border-radius: 30px; \n    font-weight: 700; \n    font-size: 13.5px; \n    color: #800020; \n    display: flex; align-items: center; gap: 8px; \n    transition: all 0.3s ease;\n    cursor: default;\n  }\n  \/* Turns Rich Blue on Hover with Dark Blue text *\/\n  .kc-tech-pill:hover {\n    background: #1CA3DE;\n    border-color: #1CA3DE;\n    color: #003366; \/* Dark Blue Text *\/\n    box-shadow: 0 5px 15px rgba(28, 163, 222, 0.3);\n    transform: scale(1.05);\n  }\n\n  \/* CORE SPECS GRID *\/\n  .kc-tech-grid { \n    display: grid; \n    grid-template-columns: repeat(3, 1fr); \n    gap: 20px; \n    margin-bottom: 60px; \n  }\n  \n  \/* Animated Feature Card *\/\n  .kc-tech-card { \n    background: #ffffff; \n    padding: 25px 20px; \n    border-radius: 16px; \n    border: 2px solid #000000; \n    text-align: left; \n    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); \n    position: relative;\n    overflow: hidden;\n  }\n  \n  \/* Rich Blue Sliding LED Top Border *\/\n  .kc-tech-card::before {\n    content: \"\";\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%; height: 4px;\n    background: #1CA3DE;\n    transform: scaleX(0);\n    transform-origin: left;\n    transition: transform 0.4s ease;\n  }\n  \n  \/* The Structural Glows use Rich Blue *\/\n  .kc-tech-card:hover { \n    transform: translateY(-5px); \n    box-shadow: 0 10px 25px rgba(28, 163, 222, 0.15); \n    border-color: #1CA3DE; \n  }\n  .kc-tech-card:hover::before { transform: scaleX(1); }\n  \n  .kc-tech-icon { \n    font-size: 26px; \n    margin-bottom: 15px; \n    background: #FFF0F5; \n    color: #000000;\n    width: 50px; \n    height: 50px; \n    border-radius: 50%; \n    display: flex; \n    align-items: center; \n    justify-content: center; \n    transition: all 0.3s ease;\n  }\n  \/* Icon box turns Rich Blue on hover with Dark text *\/\n  .kc-tech-card:hover .kc-tech-icon { \n    transform: scale(1.1) rotate(5deg); \n    background: #1CA3DE; \n    color: #003366; \/* Dark Blue icon element *\/\n    box-shadow: 0 4px 10px rgba(28, 163, 222, 0.25);\n  }\n  \n  .kc-tech-ftitle { font-size: 16px; font-weight: 800; margin-bottom: 6px; color: #000000; text-transform: uppercase; display: block; transition: color 0.3s ease; }\n  \n  \/* Text changes to striking Dark Blue on hover *\/\n  .kc-tech-card:hover .kc-tech-ftitle { color: #003366; } \n  \n  .kc-tech-fdesc { font-size: 14px; color: #555; font-weight: 500; margin: 0; line-height: 1.4; transition: color 0.3s ease;}\n\n  \/* Bottom Flex *\/\n  .kc-bottom-flex { display: flex; gap: 30px; align-items: stretch; margin-bottom: 20px; max-width: 1100px; margin-left: auto; margin-right: auto; }\n  \n  .kc-bottom-img { flex: 0.8; border-radius: 16px; overflow: hidden; border: 2px solid #000000; display: flex; align-items: center; background: #fff; padding: 10px; transition: transform 0.4s ease; }\n  .kc-bottom-img:hover { transform: scale(1.02); }\n  .kc-bottom-img img { width: 100%; object-fit: contain; }\n  \n  .kc-box-wrap { flex: 1.2; background: #ffffff; border: 2px solid #000000; border-radius: 16px; padding: 30px; display: flex; flex-direction: column; justify-content: center; transition: all 0.3s ease; }\n  .kc-box-wrap:hover { border-color: #1CA3DE; box-shadow: 0 10px 25px rgba(28, 163, 222, 0.1); transform: translateY(-3px); }\n  \n  .kc-box-wrap h3 { margin-top: 0; margin-bottom: 20px; font-size: 18px; font-weight: 800; color: #000000; text-transform: uppercase; }\n  .kc-box-list { list-style: none; padding: 0; margin: 0; }\n  .kc-box-list li { padding: 10px 0; border-bottom: 1.5px dashed #e0e0e0; font-size: 15px; font-weight: 700; color: #000000; display: flex; align-items: center; gap: 12px; transition: color 0.2s ease; }\n  .kc-box-list li:last-child { border-bottom: none; padding-bottom: 0; }\n  \n  .kc-warning-box { margin-top: 20px; background: #fff5f5; border: 1.5px solid #800020; padding: 12px 15px; border-radius: 8px; color: #800020; font-weight: 700; font-size: 13.5px; display: flex; align-items: center; gap: 10px; }\n\n  \/* Mobile Optimization *\/\n  @media (max-width: 900px) {\n    .kc-tech-title { font-size: 30px; white-space: normal; } \n    .kc-hero-flex { flex-direction: column; gap: 25px; }\n    .kc-hero-text { text-align: center; }\n    .kc-pill-container { justify-content: center; }\n    .kc-tech-grid { grid-template-columns: 1fr 1fr; }\n    .kc-bottom-flex { flex-direction: column; gap: 20px; }\n  }\n  @media (max-width: 600px) {\n    .kc-tech-stretch { padding: 35px 0; }\n    .kc-tech-title { font-size: 24px; }\n    .kc-hero-text p { font-size: 15px; }\n    .kc-tech-grid { grid-template-columns: 1fr; gap: 15px; }\n    .kc-tech-card { padding: 20px 15px; }\n    .kc-tech-icon { width: 40px; height: 40px; font-size: 20px; margin-bottom: 10px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kc-tech-stretch\"\u003e\n  \u003cdiv class=\"kc-tech-wrapper\"\u003e\n\n    \u003c!-- Header Block (1 Line) --\u003e\n    \u003cdiv class=\"kc-tech-header\"\u003e\n      \u003cspan class=\"kc-tech-eyebrow\"\u003eAdvanced Invisible Tracking\u003c\/span\u003e\n      \u003ch2 class=\"kc-tech-title\"\u003e🌍 TRACK ANYTHING. FROM ANYWHERE.\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Side-by-Side Intro --\u003e\n    \u003cdiv class=\"kc-hero-flex\"\u003e\n      \u003cdiv class=\"kc-hero-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0779\/6526\/3100\/files\/ammv3b.gif?v=1773514697\" alt=\"Live GPS Tracking Demo\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kc-hero-text\"\u003e\n        \u003cp\u003eSmaller than a matchbox and built to survive extreme UAE heat. Snap it securely to any vehicle in 3 seconds flat, and instantly track live coordinates right from your smartphone. Total peace of mind, completely invisible.\u003c\/p\u003e\n        \u003cspan style=\"font-weight: 800; font-size: 14px; text-transform: uppercase; color: #800020; margin-bottom: 10px; display: block;\"\u003ePerfect For:\u003c\/span\u003e\n        \u003cdiv class=\"kc-pill-container\"\u003e\n          \u003cdiv class=\"kc-tech-pill\"\u003e🚗 Cars \u0026amp; SUVs\u003c\/div\u003e\n          \u003cdiv class=\"kc-tech-pill\"\u003e🏍️ Bikes\u003c\/div\u003e\n          \u003cdiv class=\"kc-tech-pill\"\u003e👨 Family\u003c\/div\u003e\n          \u003cdiv class=\"kc-tech-pill\"\u003e💼 Fleets\u003c\/div\u003e\n          \u003cdiv class=\"kc-tech-pill\"\u003e✈️ Luggage\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Animated Tech Grid --\u003e\n    \u003cdiv class=\"kc-tech-grid\"\u003e\n      \n      \u003cdiv class=\"kc-tech-card\"\u003e \n        \u003cspan class=\"kc-tech-icon\"\u003e📍\u003c\/span\u003e \n        \u003cspan class=\"kc-tech-ftitle\"\u003eLive Positioning\u003c\/span\u003e \n        \u003cp class=\"kc-tech-fdesc\"\u003eEquipped with ultra-precise tracking. See exact triangulated coordinates instantly on Google Maps.\u003c\/p\u003e \n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"kc-tech-card\"\u003e \n        \u003cspan class=\"kc-tech-icon\"\u003e🧲\u003c\/span\u003e \n        \u003cspan class=\"kc-tech-ftitle\"\u003eMagnetic Snap \u0026amp; Go\u003c\/span\u003e \n        \u003cp class=\"kc-tech-fdesc\"\u003eSuper strong built-in magnet. Securely fastens to any vehicle in 3 seconds. No wires needed.\u003c\/p\u003e \n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"kc-tech-card\"\u003e \n        \u003cspan class=\"kc-tech-icon\"\u003e📱\u003c\/span\u003e \n        \u003cspan class=\"kc-tech-ftitle\"\u003eApp Controlled\u003c\/span\u003e \n        \u003cp class=\"kc-tech-fdesc\"\u003eAccess a complete mobile dashboard. Check movements and history flawlessly from one app.\u003c\/p\u003e \n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"kc-tech-card\"\u003e \n        \u003cspan class=\"kc-tech-icon\"\u003e☀️\u003c\/span\u003e \n        \u003cspan class=\"kc-tech-ftitle\"\u003eWeatherproof\u003c\/span\u003e \n        \u003cp class=\"kc-tech-fdesc\"\u003eEngineered for durability. Protects against dust, torrential rain, and extreme UAE heat waves.\u003c\/p\u003e \n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"kc-tech-card\"\u003e \n        \u003cspan class=\"kc-tech-icon\"\u003e📡\u003c\/span\u003e \n        \u003cspan class=\"kc-tech-ftitle\"\u003eUAE Ready\u003c\/span\u003e \n        \u003cp class=\"kc-tech-fdesc\"\u003eWorks flawlessly with local network signals. Just pop in your Etisalat or Du SIM card.\u003c\/p\u003e \n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"kc-tech-card\"\u003e \n        \u003cspan class=\"kc-tech-icon\"\u003e🤫\u003c\/span\u003e \n        \u003cspan class=\"kc-tech-ftitle\"\u003eInvisible Size\u003c\/span\u003e \n        \u003cp class=\"kc-tech-fdesc\"\u003eHide it effortlessly in cars, motorcycle compartments, or luggage. Emits zero sounds or lights.\u003c\/p\u003e \n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- Bottom Flex --\u003e\n    \u003cdiv class=\"kc-bottom-flex\"\u003e\n      \u003cdiv class=\"kc-bottom-img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0779\/6526\/3100\/files\/GPS4.jpg?v=1772536856\" alt=\"Mini GPS Tracker Device\"\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"kc-box-wrap\"\u003e\n        \u003ch3\u003e📦 What's In The Box?\u003c\/h3\u003e\n        \u003cul class=\"kc-box-list\"\u003e\n          \u003cli\u003e✔️ 1x Stealth Mini GPS Tracker\u003c\/li\u003e\n          \u003cli\u003e✔️ 1x High-Speed USB Cable\u003c\/li\u003e\n          \u003cli\u003e✔️ 1x Heavy-Duty Tracker Mount\u003c\/li\u003e\n          \u003cli\u003e✔️ 1x Set-Up Guide\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"kc-warning-box\"\u003e\n          \u003cspan style=\"font-size: 18px;\"\u003e⚠️\u003c\/span\u003e \n          \u003cspan\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Requires an active Etisalat or Du SIM card (Not included).\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Kulsum Collections","offers":[{"title":"Default Title","offer_id":48818914951420,"sku":"MGT-N-MAW-ZAM","price":86.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/6526\/3100\/files\/Gemini_Generated_Image_4nsq554nsq554nsq.png?v=1773573029","url":"https:\/\/kulsumcollections.com\/products\/mini-gps-tracker-real-time-location-silent-monitor-uae","provider":"Kulsum Collections","version":"1.0","type":"link"}