{"product_id":"sk150-advanced-tracking","title":"SK150: Advanced Tracking","description":"\u003c!-- FONT --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  --fs-xs: 13px;\n  --fs-sm: 14px;\n  --fs-base: 16px;\n  --fs-md: 18px;\n  --fs-lg: 22px;\n  --fs-xl: 28px;\n\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  --space-xs: 6px;\n  --space-sm: 10px;\n  --space-md: 16px;\n  --space-lg: 24px;\n  --space-xl: 36px;\n  --space-xxl: 48px;\n\n  --text-main: #111;\n  --text-secondary: #555;\n  --bg-soft: #f8f8f8;\n}\n\n\/* ================= GLOBAL STYLES ================= *\/\nhtml{\n  scroll-behavior:smooth;\n}\n\nbody{\n  font-size: var(--fs-base);\n  line-height: 1.7;\n  color: var(--text-main);\n  background: var(--bg-soft);\n  margin:0;\n  padding:0;\n  font-family: var(--font-main);\n}\n\n\/* ================= WRAPPER ================= *\/\n.product-wrapper{\n  max-width:820px;\n  margin:60px auto;\n  padding:0 18px;\n}\n\n\/* ================= TITLES ================= *\/\n.section-title{\n  font-size: var(--fs-xl);\n  font-weight: var(--fw-bold);\n  letter-spacing: -0.4px;\n  margin-bottom: var(--space-lg);\n}\n\n\/* ================= VIDEO ================= *\/\n.video-container{\n  position:relative;\n  padding-bottom:56.25%;\n  height:0;\n  overflow:hidden;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.15);\n  background:#000;\n  margin-top: var(--space-md);\n}\n\n.video-container iframe{\n  position:absolute;\n  top:0;\n  left:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n\/* ================= PRODUCT DESCRIPTION ================= *\/\n.product-description{\n  margin-top: var(--space-lg);\n  font-size: var(--fs-base);\n  line-height:1.8;\n  color: var(--text-secondary);\n}\n\n.product-description p{\n  margin-bottom: var(--space-md);\n}\n\n.product-description ul{\n  margin-top: var(--space-sm);\n  margin-bottom: var(--space-md);\n}\n\n\/* ================= APP BUTTONS ================= *\/\n.app-buttons-section{\n  text-align:center;\n  margin: var(--space-xl) 0;\n}\n\n.app-buttons-section h3{\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  margin-bottom: var(--space-md);\n}\n\n.image-buttons{\n  display:flex;\n  justify-content:center;\n  gap:16px;\n  flex-wrap:wrap;\n}\n\n.image-buttons a{\n  display:block;\n  transition:all .3s ease;\n}\n\n.image-buttons img{\n  width:80px;\n  height:80px;\n  object-fit:cover;\n  border-radius:16px;\n  box-shadow:0 5px 15px rgba(0,0,0,0.18);\n}\n\n.image-buttons a:hover img{\n  transform:translateY(-3px) scale(1.05);\n  box-shadow:0 10px 20px rgba(0,0,0,0.28);\n}\n\n\/* ================= PDF BUTTON ================= *\/\n.pdf-download-wrapper{\n  text-align:center;\n  margin-top: var(--space-md);\n}\n\n.pdf-download-btn{\n  display:inline-block;\n  padding:16px 36px;\n  background:#000;\n  color:#fff!important;\n  text-decoration:none;\n  font-size: var(--fs-base);\n  font-weight: var(--fw-semibold);\n  border-radius:10px;\n  letter-spacing:0.2px;\n  transition:all .25s ease;\n}\n\n.pdf-download-btn:hover{\n  background:#222;\n  transform:translateY(-5px) scale(1.04);\n  box-shadow:0 15px 30px rgba(0,0,0,0.35);\n}\n\n\/* ================= SLIDESHOW ================= *\/\n.slideshow-container{\n  position:relative;\n  margin: var(--space-xl) auto var(--space-sm);\n}\n\n.mySlides{\n  display:none;\n}\n\n.mySlides img{\n  width:100%;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.18);\n}\n\n.dots{\n  text-align:center;\n  margin-top: var(--space-sm);\n}\n\n.dot{\n  height:10px;\n  width:10px;\n  margin:0 4px;\n  background:#bbb;\n  border-radius:50%;\n  display:inline-block;\n  cursor:pointer;\n  transition:transform .25s ease, background .25s ease;\n}\n\n.dot:hover{\n  transform:scale(1.3);\n}\n\n.dot.active{\n  background:#000;\n  transform:scale(1.25);\n}\n\n\/* ================= FAQ ================= *\/\n.qna-section{\n  margin-top: var(--space-xl);\n  background:#fff;\n  border-radius:14px;\n  box-shadow:0 8px 25px rgba(0,0,0,0.06);\n  overflow:hidden;\n}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\n}\n\n.qna-item:last-child{\n  border-bottom:none;\n}\n\n.qna-item:hover{\n  background:#f6f6f6;\n}\n\n.qna-question{\n  width:100%;\n  text-align:left;\n  background:transparent;\n  border:none;\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  padding:18px 14px;\n  cursor:pointer;\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  gap:14px;\n  color:var(--text-main);\n  font-family: var(--font-main);\n}\n\n.qna-icon{\n  font-size:20px;\n  color:#777;\n  transition: transform .35s cubic-bezier(.4,0,.2,1), color .25s ease;\n  flex-shrink:0;\n}\n\n.qna-question.active .qna-icon{\n  transform:rotate(45deg);\n  color:#000;\n}\n\n.qna-question:hover .qna-icon{\n  color:#000;\n}\n\n.qna-answer{\n  display:grid;\n  grid-template-rows:0fr;\n  opacity:0;\n  transition:grid-template-rows 0.4s ease, opacity 0.3s ease;\n  font-size: var(--fs-sm);\n  line-height:1.75;\n  color: var(--text-secondary);\n}\n\n.qna-answer-inner{\n  overflow:hidden;\n  padding:0 14px;\n  transition:padding 0.3s ease;\n}\n\n.qna-question.active + .qna-answer{\n  grid-template-rows:1fr;\n  opacity:1;\n}\n\n.qna-question.active + .qna-answer .qna-answer-inner{\n  padding:0 14px 22px 14px;\n}\n\n.qna-answer p{\n  margin:0 0 10px 0;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n  margin-bottom:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\n\/* Hide demo button by default *\/\n#demoButton {\n  display: none;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-wrapper\"\u003e\n\n  \u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\n  \u003cdiv class=\"video-container\"\u003e\n    \u003ciframe src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9f769aefcbdd46bc80d94c84643cb04e.mp4\"\u003e\u003c\/iframe\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-description\"\u003e\n\n    \u003cp\u003e\u003cstrong\u003eA complete plug-and-play fleet and vehicle tracking solution that combines a powerful advanced tracking device with the GPRS Pro platform and mobile app.\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003cp\u003eStay connected with your vehicles at all times with a compact, professional \u003cstrong\u003etracking device\u003c\/strong\u003e designed for fast installation, advanced vehicle data monitoring, and reliable performance. The intuitive \u003cstrong\u003esoftware\u003c\/strong\u003e allows you to manage your fleet and access critical real-time information from your phone, tablet, or computer.\u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003eThe package includes:\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003cp\u003e\n      ✔ Advanced GPS device\u003cbr\u003e\n      ✔ Global SIM card connectivity\u003cbr\u003e\n      ✔ Fleet tracking platform\u003cbr\u003e\n      ✔ Mobile app\n    \u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003eTrack all your vehicles through the GPRS platform and app and get access to:\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eReal-time vehicle location and movement\u003c\/li\u003e\n      \u003cli\u003eRoute history and route playback\u003c\/li\u003e\n      \u003cli\u003eIgnition on\/off status\u003c\/li\u003e\n      \u003cli\u003eCAN bus vehicle data monitoring — vehicle compatibility required\u003c\/li\u003e\n      \u003cli\u003eDriving behavior analysis — harsh braking, acceleration, cornering\u003c\/li\u003e\n      \u003cli\u003eDriver identification — driver ID required, not included in the package\u003c\/li\u003e\n      \u003cli\u003eEngine immobilization — relay required, not included in the package\u003c\/li\u003e\n      \u003cli\u003ePredictive maintenance\u003c\/li\u003e\n      \u003cli\u003eDoor open\/close alerts — sensor required, not included in the package\u003c\/li\u003e\n      \u003cli\u003eSpeed monitoring and speed alerts\u003c\/li\u003e\n      \u003cli\u003eGeofence alerts for entering and exiting areas\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eFuel level monitoring\u003c\/li\u003e\n      \u003cli\u003eEngine RPM\u003c\/li\u003e\n      \u003cli\u003eVehicle mileage\u003c\/li\u003e\n      \u003cli\u003eEngine temperature\u003c\/li\u003e\n      \u003cli\u003eAccelerator pedal position\u003c\/li\u003e\n      \u003cli\u003eBattery voltage and vehicle diagnostics\u003c\/li\u003e\n      \u003cli\u003eReports\u003c\/li\u003e\n      \u003cli\u003ePredictive maintenance\u003c\/li\u003e\n      \u003cli\u003eEco score\u003c\/li\u003e\n      \u003cli\u003eFuel cost reduction\u003c\/li\u003e\n      \u003cli\u003ePrevention of unauthorized vehicle use\u003c\/li\u003e\n      \u003cli\u003eImproved driver behavior\u003c\/li\u003e\n      \u003cli\u003eStolen vehicle recovery\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-buttons-section\"\u003e\n    \u003ch3\u003eDownload the GPRS Pro app to explore our demo:\u003c\/h3\u003e\n    \u003cdiv class=\"image-buttons\"\u003e\n      \u003ca href=\"https:\/\/apps.apple.com\/gr\/app\/gprs-pro\/id6529538115?l=el\" target=\"_blank\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_89_a5f3a240-ce36-45dd-b4a7-eb53ce44b61a.png?v=1773227214\"\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_90_058b20da-b51c-4492-8754-d3c8bacfc923.png?v=1773227213\"\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pdf-download-wrapper\" id=\"demoButton\"\u003e\n    \u003ca class=\"pdf-download-btn\" href=\"https:\/\/gprs.gr\/demo.php\" target=\"_blank\"\u003e\n      Explore the GPRS Platform\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pdf-download-wrapper\"\u003e\n    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_-_FLEET_MANAGEMENT.pdf?v=1773392074\" download=\"\" class=\"pdf-download-btn\" target=\"_blank\"\u003e\n      Download the Skytrack Fleet Management Presentation\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"slideshow-container\"\u003e\n    \u003cdiv class=\"mySlides\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/advanced-tracking-system-app.png?v=1773747202\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mySlides\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/advanced-tracking-system-ideal.png?v=1773755566\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mySlides\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/advanced-tracking-system-vehicle-specs.png?v=1773747202?v=1773666979\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dots\"\u003e\n    \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"qna-section\"\u003e\n\n    \u003cdiv class=\"qna-item\"\u003e\n      \u003cbutton class=\"qna-question\" type=\"button\"\u003e\n        Which vehicles is the SK150: Advanced Tracking compatible with?\n        \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"qna-answer\"\u003e\n        \u003cdiv class=\"qna-answer-inner\"\u003e\n          \u003cp\u003eThe SK150: Advanced Tracking is compatible with most vehicles equipped with CAN bus systems.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qna-item\"\u003e\n      \u003cbutton class=\"qna-question\" type=\"button\"\u003e\n        Does the device require installation?\n        \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"qna-answer\"\u003e\n        \u003cdiv class=\"qna-answer-inner\"\u003e\n          \u003cp\u003eThe Advanced Tracking device requires installation by a qualified automotive electrician or professional installer to ensure proper connection to the vehicle’s electrical systems and CAN bus systems. Installation service is not included in the package and must be arranged separately.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qna-item\"\u003e\n      \u003cbutton class=\"qna-question\" type=\"button\"\u003e\n        Does the system include connectivity?\n        \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"qna-answer\"\u003e\n        \u003cdiv class=\"qna-answer-inner\"\u003e\n          \u003cp\u003eYes, the device includes a built-in SIM card with global connectivity.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qna-item\"\u003e\n      \u003cbutton class=\"qna-question\" type=\"button\"\u003e\n        How can I pay the monthly subscription?\n        \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"qna-answer\"\u003e\n        \u003cdiv class=\"qna-answer-inner\"\u003e\n          \u003cp\u003eYou can pay your monthly subscription using:\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003e\u003cstrong\u003ePayPal\u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eCredit or debit card\u003c\/strong\u003e — Visa, Mastercard, American Express, and other major cards\u003c\/li\u003e\n          \u003c\/ul\u003e\n          \u003cp\u003eAll online payments are processed securely through our payment providers. When paying by card, you will be redirected to a secure payment page to complete the transaction.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n\n  \/* ================= SLIDESHOW ================= *\/\n  let slideIndex = 0;\n  let slideTimer;\n\n  function showSlides() {\n    const slides = document.querySelectorAll(\".mySlides\");\n    const dots = document.querySelectorAll(\".dot\");\n\n    if (!slides.length || !dots.length) return;\n\n    slides.forEach(slide =\u003e {\n      slide.style.display = \"none\";\n    });\n\n    dots.forEach(dot =\u003e {\n      dot.classList.remove(\"active\");\n    });\n\n    slideIndex++;\n\n    if (slideIndex \u003e slides.length) {\n      slideIndex = 1;\n    }\n\n    slides[slideIndex - 1].style.display = \"block\";\n\n    if (dots[slideIndex - 1]) {\n      dots[slideIndex - 1].classList.add(\"active\");\n    }\n\n    slideTimer = setTimeout(showSlides, 2500);\n  }\n\n  showSlides();\n\n  document.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n    dot.addEventListener(\"click\", function () {\n      clearTimeout(slideTimer);\n      slideIndex = i;\n      showSlides();\n    });\n  });\n\n  \/* ================= QNA ACCORDION ================= *\/\n  document.querySelectorAll(\".qna-question\").forEach(button =\u003e {\n    button.addEventListener(\"click\", function () {\n\n      const currentlyActive = this.classList.contains(\"active\");\n\n      document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n        q.classList.remove(\"active\");\n      });\n\n      if (!currentlyActive) {\n        this.classList.add(\"active\");\n      }\n\n    });\n  });\n\n  \/* ================= SHOW DEMO BUTTON ONLY ON DESKTOP ================= *\/\n  const ua = navigator.userAgent || navigator.vendor || window.opera;\n  const isMobile = \/android|iphone|ipad|ipod|iemobile|opera mini\/i.test(ua);\n  const isTouch = (\"ontouchstart\" in window) || (navigator.maxTouchPoints \u003e 0);\n  const demoButton = document.getElementById(\"demoButton\");\n\n  if (!isMobile \u0026\u0026 !isTouch \u0026\u0026 demoButton) {\n    demoButton.style.display = \"block\";\n  }\n\n});\n\u003c\/script\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52608891650395,"sku":"800000000000054","price":130.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk150-product-pic.png?v=1776683693","url":"https:\/\/skytrackshop.com\/products\/sk150-advanced-tracking","provider":"SKYTRACK SHOP","version":"1.0","type":"link"}