{"title":"Αξεσουάρ","description":null,"products":[{"product_id":"skf10-smart-fuel-cap","title":"SKF 10: Smart Fuel Cap","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  \/* Font Sizes *\/\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  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\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  \/* Colors *\/\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}\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}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\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}\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}\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 10px;\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: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top: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\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ab051acc084b4e8c88ad19917f77ee0c.mp4\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp data-start=\"219\" data-end=\"514\"\u003e\u003cstrong\u003e* \u003cspan style=\"color: rgb(74, 74, 74);\"\u003eCompatible only with EU trucks - Scania trucks need \u003c\/span\u003e\u003ca href=\"https:\/\/skytrackshop.com\/products\/tr47-trak-scania-adapter\" target=\"_blank\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(87, 97, 162);\"\u003eadapter\u003c\/span\u003e\u003c\/a\u003e\u003cspan style=\"color: rgb(74, 74, 74);\"\u003e*\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"235\" data-end=\"384\"\u003e\u003cstrong\u003eThe Smart Fuel Cap is an intelligent fuel protection solution designed to prevent fuel theft, unauthorized access and fuel misuse.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"386\" data-end=\"585\"\u003eWorking together with GPS tracking devices via Bluetooth, and integrated with GPRS Platform \u0026amp; Mobile App, it provides real-time visibility, alerts and full control over fuel tank access.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp data-section-id=\"6hv2og\" data-start=\"633\" data-end=\"652\"\u003e\u003cstrong\u003ePackage Includes\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"654\" data-end=\"835\"\u003e✔ SKF10 Smart Fuel Cap device\u003cbr data-start=\"683\" data-end=\"686\"\u003e✔ Wireless connectivity (Bluetooth)\u003cbr data-start=\"721\" data-end=\"724\"\u003e✔ Integration with GPS tracking devices\u003cbr data-start=\"763\" data-end=\"766\"\u003e✔ Platform access (via paired tracker)\u003cbr data-start=\"804\" data-end=\"807\"\u003e✔ Mobile app compatibility\u003c\/p\u003e\n\u003cp data-section-id=\"wc6o8q\" data-start=\"842\" data-end=\"889\"\u003e\u003cstrong\u003eMonitor Fuel Security via the Platform \u0026amp; App\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"891\" data-end=\"918\"\u003eStay informed at all times:\u003c\/p\u003e\n\u003cul data-start=\"920\" data-end=\"1108\"\u003e\n\u003cli data-section-id=\"16jiake\" data-start=\"920\" data-end=\"965\"\u003eReal-time fuel cap status (open \/ closed)\u003c\/li\u003e\n\u003cli data-section-id=\"114kct\" data-start=\"966\" data-end=\"1008\"\u003eInstant alerts for unauthorized access\u003c\/li\u003e\n\u003cli data-section-id=\"82zsg6\" data-start=\"1009\" data-end=\"1043\"\u003eTamper detection notifications\u003c\/li\u003e\n\u003cli data-section-id=\"16mzry3\" data-start=\"1044\" data-end=\"1073\"\u003eActivity logs and history\u003c\/li\u003e\n\u003cli data-section-id=\"106qzi9\" data-start=\"1074\" data-end=\"1108\"\u003eRemote monitoring via platform\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-section-id=\"otribx\" data-start=\"2366\" data-end=\"2382\"\u003e\u003cstrong\u003eWhat You Gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli data-start=\"2384\" data-end=\"2598\"\u003ePrevent fuel theft and losses\u003c\/li\u003e\n\u003cli data-start=\"2384\" data-end=\"2598\"\u003eReal-time alerts for unauthorized access\u003c\/li\u003e\n\u003cli data-start=\"2384\" data-end=\"2598\"\u003eFull visibility of fuel usage behavior\u003c\/li\u003e\n\u003cli data-start=\"2384\" data-end=\"2598\"\u003eImproved operational control\u003c\/li\u003e\n\u003cli data-start=\"2384\" data-end=\"2598\"\u003eReduced fuel-related costs\u003c\/li\u003e\n\u003cli data-start=\"2384\" data-end=\"2598\"\u003eIncreased fleet security\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\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 \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 \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \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 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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 GPRS Platform\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\u003ca class=\"pdf-download-btn\" download=\"\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_-_FLEET_MANAGEMENT.pdf?v=1773392074\" target=\"_blank\"\u003e Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/what-the-smart-fuel-cap-does.png?v=1769005683\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/smart-fuel-cap-scania-adaptor.png?v=1769006093\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/smart-fuel-cap-3.png?v=1774255364\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e What vehicles are compatible with Smart Fuel Cap? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eSmart Fuel Cap is compatible only with EU trucks, Scania trucks need adapter\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eThe installation is quick and easy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the Smart Fuel Cap work on its own? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eNo, it requires a GPS device, which it connects to via Bluetooth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n\/\/ ===== SHOW DEMO BUTTON ONLY ON DESKTOP =====\n    var ua = navigator.userAgent || navigator.vendor || window.opera;\n\n    \/\/ mobile detection\n    var isMobile = \/android|iphone|ipad|ipod|iemobile|opera mini\/i.test(ua);\n\n    \/\/ touch detection (tablets \/ hybrid devices)\n    var isTouch = ('ontouchstart' in window) || (navigator.maxTouchPoints \u003e 0);\n\n    var demoButton = document.getElementById(\"demoButton\");\n\n    \/\/ show ONLY on real desktop (non-mobile + non-touch)\n    if (!isMobile \u0026\u0026 !isTouch) {\n      if (demoButton) demoButton.style.display = \"block\";\n    }\n});\n\n\u003c\/script\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52074085351771,"sku":"000000000000905","price":149.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/smart-fuel-cap-1.jpg?v=1768981077"},{"product_id":"btsmp1-standard-bluetooth-sensor","title":"BTSMP1 Standard Bluetooth Sensor","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  \/* Font Sizes *\/\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  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\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  \/* Colors *\/\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}\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}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\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}\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}\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 10px;\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: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top: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\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/759a690e36124531b15d1107d3556f2c.mp4\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp data-start=\"275\" data-end=\"462\"\u003e\u003cstrong\u003eThe BTSMP1 Standard Bluetooth Sensor is a wireless Bluetooth sensor solution designed to help businesses monitor asset conditions, movement and environment in real time.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-section-id=\"1lir6yr\" data-start=\"984\" data-end=\"1023\"\u003e\u003cstrong\u003eWhat You Can Monitor via the Platform\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"1025\" data-end=\"1063\"\u003eAccess valuable insights in real time:\u003c\/p\u003e\n\u003cul data-start=\"1065\" data-end=\"1302\"\u003e\n\u003cli data-section-id=\"wjshg6\" data-start=\"1065\" data-end=\"1102\"\u003eAsset identification and tracking\u003c\/li\u003e\n\u003cli data-section-id=\"p9nf4y\" data-start=\"1103\" data-end=\"1138\"\u003eMovement and activity detection\u003c\/li\u003e\n\u003cli data-section-id=\"sn83i2\" data-start=\"1139\" data-end=\"1178\"\u003eTemperature and humidity monitoring\u003c\/li\u003e\n\u003cli data-section-id=\"l3shlh\" data-start=\"1179\" data-end=\"1223\"\u003eDoor open\/close detection (magnet-based)\u003c\/li\u003e\n\u003cli data-section-id=\"1fpesr4\" data-start=\"1224\" data-end=\"1264\"\u003eEvent-based alerts and notifications\u003c\/li\u003e\n\u003cli data-section-id=\"h9r5at\" data-start=\"1265\" data-end=\"1302\"\u003eHistorical data and activity logs\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-section-id=\"q5ybi3\" data-start=\"1884\" data-end=\"1907\"\u003e\u003cstrong\u003eWireless Integration\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul data-start=\"1909\" data-end=\"2108\"\u003e\n\u003cli data-section-id=\"zom4xo\" data-start=\"1909\" data-end=\"1969\"\u003eConnects to GPS tracking devices via Bluetooth\u003c\/li\u003e\n\u003cli data-section-id=\"n3wp0p\" data-start=\"1970\" data-end=\"2035\"\u003eSends sensor data through the tracking device to the platform\u003c\/li\u003e\n\u003cli data-section-id=\"19ug7bc\" data-start=\"2036\" data-end=\"2085\"\u003eEasy pairing and configuration via mobile app\u003c\/li\u003e\n\u003cli data-section-id=\"wr9sb0\" data-start=\"2086\" data-end=\"2108\"\u003eNo wiring required\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\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 \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 \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \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 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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 GPRS Platform\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\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 Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/standard-bluetooth-sensor-snow.jpg?v=1769000704\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/parcel-and-valuable-goods.png?v=1768899265\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/lifting-machines-movement-and-safety-monitoring.png?v=1768899266\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eThe BTSMP1 Standard Bluetooth Sensor is a wireless device that can be easily mounted on assets, containers, doors or equipment.\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\"\u003e How long is the battery life? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eThe BTSMP1 Standard Bluetooth Sensor's battery life is 1-2 years .\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the BTSMP1 Standard Bluetooth Sensor work on its own? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eNo, it requires a GPS device, which it connects to via Bluetooth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n\/\/ ===== SHOW DEMO BUTTON ONLY ON DESKTOP =====\n    var ua = navigator.userAgent || navigator.vendor || window.opera;\n\n    \/\/ mobile detection\n    var isMobile = \/android|iphone|ipad|ipod|iemobile|opera mini\/i.test(ua);\n\n    \/\/ touch detection (tablets \/ hybrid devices)\n    var isTouch = ('ontouchstart' in window) || (navigator.maxTouchPoints \u003e 0);\n\n    var demoButton = document.getElementById(\"demoButton\");\n\n    \/\/ show ONLY on real desktop (non-mobile + non-touch)\n    if (!isMobile \u0026\u0026 !isTouch) {\n      if (demoButton) demoButton.style.display = \"block\";\n    }\n});\n\n\u003c\/script\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52074089316699,"sku":"000000000000760","price":50.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/standart-bluetooth-sensor-1.jpg?v=1768981994"},{"product_id":"skt-250-external-bluetooth-tire-pressure-sensor","title":"SKT 250: External Bluetooth Tire Pressure Sensor","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  \/* Font Sizes *\/\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  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\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  \/* Colors *\/\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}\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}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\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}\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}\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 10px;\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: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7903862b22384db98e5f9491f04f9bca.mp4\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp data-end=\"461\" data-start=\"269\"\u003e\u003cstrong\u003eThe External Bluetooth Tire Pressure Sensor is a wireless tire monitoring solution designed to provide real-time visibility of tire pressure and temperature for safer and more efficient vehicle operation.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-end=\"711\" data-start=\"463\"\u003eWorking together with GPS tracking devices via Bluetooth, and integrated with your platform \u0026amp; mobile app, it allows you to monitor tire conditions, receive instant alerts and prevent potential issues before they become costly problems.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e✔ External bluetooth tire pressure sensor\u003cbr data-end=\"818\" data-start=\"815\"\u003e✔ Wireless Bluetooth connectivity\u003cbr data-end=\"854\" data-start=\"851\"\u003e✔ Integration with GPS tracking devices\u003cbr data-end=\"896\" data-start=\"893\"\u003e✔ Platform access (via paired tracker)\u003cbr data-end=\"937\" data-start=\"934\"\u003e✔ Mobile app compatibility\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMonitor all your vehicles via GPRS Platform \u0026amp; App and access:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-end=\"1058\" data-start=\"1019\"\u003eAccess critical tire data in real time:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eTire pressure monitoring\u003c\/li\u003e\n\u003cli\u003eTire temperature monitoring\u003c\/li\u003e\n\u003cli\u003eReal-time alerts for abnormal conditions\u003c\/li\u003e\n\u003cli\u003eEvent notifications (pressure drop, overheating, etc.)\u003c\/li\u003e\n\u003cli\u003eHistorical data and monitoring logs\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eImprove vehicle safety\u003c\/li\u003e\n\u003cli\u003ePrevent tire failures and downtime\u003c\/li\u003e\n\u003cli\u003eReduce maintenance costs\u003c\/li\u003e\n\u003cli\u003eExtend tire lifespan\u003c\/li\u003e\n\u003cli\u003eReceive instant alerts for critical issues\u003c\/li\u003e\n\u003cli\u003eGain full visibility of tire conditions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\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 \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 \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \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 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\u003ca class=\"pdf-download-btn\" download=\"\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_-_FLEET_MANAGEMENT.pdf?v=1773392074\" target=\"_blank\"\u003e Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/external-tire-pressure-sensor-installation-battery-replacement.png?v=1769003315\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/external-tire-pressure-sensor-use-case-2.jpg?v=1769003316\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/external-tire-pressure-sensor-use-case-1_9f172775-fdc9-4417-8e8f-0f40b4852ccf.png?v=1769003316\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\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\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Is it suitable for all vehicles? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eThis sensor can only be used on small vehicles, not for trailers and trucks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Is installation complicated? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eNo, the sensor is easy to install and mounts directly onto the tire valve without wiring.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Can I monitor all tires at once? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eYes, you can install a sensor on each tire and monitor all of them simultaneously through the platform.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n});\n\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52074089972059,"sku":"00000028","price":95.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/external-tire-pressure-sensor-1.jpg?v=1768986796"},{"product_id":"skt-350-remote-tachograph-system","title":"SKT 350: Remote Tachograph System","description":"\u003cstyle\u003e\n.product-video-section {\n    max-width: 800px;\n    margin: 30px auto;\n    font-family: Arial, sans-serif;\n}\n\n.product-video-title {\n    font-size: 22px;\n    font-weight: 600;\n    margin-bottom: 12px;\n    color: #222;\n}\n\n.video-container {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    border-radius: 14px;\n    box-shadow: 0 8px 20px rgba(0,0,0,0.15);\n    background: #000;\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    margin-top: 20px;\n    font-size: 15px;\n    line-height: 1.7;\n    color: #444;\n}\n\u003c\/style\u003e\n\u003cstyle\u003e\n  \/* === Carousel Styles === *\/\n.slideshow-container {\n  position: relative;\n  margin: 25px auto;\n  max-width: 100%;\n}\n\n.mySlides {\n  display: none;\n}\n\n.mySlides img {\n  width: 100%;\n  border-radius: 14px;\n  box-shadow: 0 8px 20px rgba(0,0,0,0.15);\n}\n\n.prev, .next {\n  cursor: pointer;\n  position: absolute;\n  top: 50%;\n  transform: translateY(-50%);\n  width: 44px;\n  height: 44px;\n  background: rgba(255, 255, 255, 0.85);\n  backdrop-filter: blur(6px);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 20px;\n  color: #111;\n  box-shadow: 0 8px 20px rgba(0,0,0,0.15);\n  transition: all 0.25s ease;\n  z-index: 10;\n}\n\n.prev {\n  left: 12px;\n}\n\n.next {\n  right: 12px;\n}\n\n.prev:hover, \n.next:hover {\n  background: #111;\n  color: #fff;\n  transform: translateY(-50%) scale(1.05);\n}\n\n\n.dots {\n  text-align: center;\n  margin-top: 10px;\n}\n\n.dot {\n  height: 10px;\n  width: 10px;\n  margin: 0 4px;\n  background-color: #bbb;\n  border-radius: 50%;\n  display: inline-block;\n  cursor: pointer;\n}\n\n.active {\n  background-color: #333;\n}\n\n.product-description {\n    margin-top: 20px;\n    font-size: 15px;\n    line-height: 1.7;\n    color: #444;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-video-section\"\u003e\n\u003cdiv class=\"product-video-title\"\u003eRemote Tachograph System – Product Overview\u003c\/div\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/134a50cab6ce4ab1877e2f131fbc5a19.mp4\"\u003e\n        \u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eA Tachograph Management solution is a software and connectivity system that:\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eCollects data from digital tachographs\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003eReads data from driver cards\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003eStores all records securely\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003eAnalyzes driving and rest times\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003eHighlights violations and risks\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003eProvides reports and dashboards\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003eSends alerts before problems occur\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eDigital Tachograph\u003c\/h3\u003e\n\u003cp\u003eA digital tachograph is a certified electronic device that records:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eDriving time\u003c\/li\u003e\n\u003cli\u003eRest and break times\u003c\/li\u003e\n\u003cli\u003eDriver activities (driving, work, availability, rest)\u003c\/li\u003e\n\u003cli\u003eSpeed\u003c\/li\u003e\n\u003cli\u003eDistance travelled\u003c\/li\u003e\n\u003cli\u003eImportant events and errors\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eThis data is stored securely inside the device and on the driver’s personal card.\u003c\/p\u003e\n\u003c!-- === IMAGE CAROUSEL === --\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/tachograph-management-overview.png?v=1769158746\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/tachograph-management-mini-quiz_cb8c4414-e7aa-467b-8dfc-b732b5c08e0a.png?v=1769158744\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/tachograph-management-how-a-digital-tachograph-connects-with-a-gps-tracker_0203a2b3-5c21-4d47-bdc9-10f86a303522.png?v=1769158743\"\u003e\u003c\/div\u003e\n\u003cbutton class=\"prev\"\u003e❮\u003c\/button\u003e \u003cbutton class=\"next\"\u003e❯\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n  \u003cscript\u003e\nlet slideIndex = 1;\nshowSlides(slideIndex);\n\ndocument.querySelector(\".prev\").addEventListener(\"click\", () =\u003e {\n  showSlides(slideIndex -= 1);\n});\n\ndocument.querySelector(\".next\").addEventListener(\"click\", () =\u003e {\n  showSlides(slideIndex += 1);\n});\n\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.addEventListener(\"click\", () =\u003e showSlides(slideIndex = i + 1));\n});\n\nfunction showSlides(n) {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  if (n \u003e slides.length) slideIndex = 1;\n  if (n \u003c 1) slideIndex = slides.length;\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n}\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52074090070363,"sku":"00000029","price":195.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/digital-tachograph-1.jpg?v=1769159384"},{"product_id":"ski-350-iridium-edge","title":"SKI 350: Iridium Edge","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  \/* Font Sizes *\/\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  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\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  \/* Colors *\/\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}\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}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\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}\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}\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 10px;\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: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/3ec3cf8ed558494e8694e9009a89b12f.mp4\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp data-start=\"297\" data-end=\"443\"\u003e\u003cstrong\u003eThe Iridium Edge is a satellite connectivity solution designed to ensure continuous tracking and communication anywhere in the world.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"445\" data-end=\"670\"\u003eWorking together with GPS tracking devices (such as \u003ca href=\"https:\/\/skytrackshop.com\/products\/sk650-professional-tracking\" target=\"_blank\" rel=\"noopener\"\u003eSK650: Professional Tracking\u003c\/a\u003e), it provides global satellite communication as a backup when GSM networks are unavailable, ensuring your vehicles and assets remain visible even in the most remote locations.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e✔ Iridium Edge satellite communication device\u003cbr data-start=\"802\" data-end=\"805\"\u003e✔ Integrated antenna and power system\u003cbr data-start=\"842\" data-end=\"845\"\u003e✔ Integration with GPS tracking devices\u003cbr data-start=\"884\" data-end=\"887\"\u003e✔ Platform access (via paired tracker)\u003cbr data-start=\"925\" data-end=\"928\"\u003e✔ Global satellite connectivity\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMonitor all your vehicles via GPRS Platform \u0026amp; App and access:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli data-section-id=\"x3w265\" data-start=\"1048\" data-end=\"1093\"\u003eReal-time location tracking via satellite\u003c\/li\u003e\n\u003cli data-section-id=\"wzxfzi\" data-start=\"1094\" data-end=\"1143\"\u003eData transmission in remote or off-grid areas\u003c\/li\u003e\n\u003cli data-section-id=\"o5x1bg\" data-start=\"1144\" data-end=\"1178\"\u003eEvent alerts and notifications\u003c\/li\u003e\n\u003cli data-section-id=\"dmuzao\" data-start=\"1179\" data-end=\"1229\"\u003eContinuous monitoring beyond cellular coverage\u003c\/li\u003e\n\u003cli data-section-id=\"bvgtqm\" data-start=\"1230\" data-end=\"1267\"\u003eSeamless data access via platform\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eGlobal tracking without coverage limitations\u003c\/li\u003e\n\u003cli\u003eReliable communication in remote areas\u003c\/li\u003e\n\u003cli\u003eIncreased safety for drivers and assets\u003c\/li\u003e\n\u003cli\u003eReduced operational risks\u003c\/li\u003e\n\u003cli\u003eContinuous visibility and control\u003c\/li\u003e\n\u003cli\u003eFuture-ready fleet connectivity\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\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 \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 \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \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 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\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 Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/iridium-edge-quiz-picture.png?v=1768898599\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/iridium-edge-1-use.png?v=1769004101\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/iridium-edge-satellite-telematics.png?v=1768898598\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Do I need a GPS tracking device? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eYes, the Iridium Edge works as an add-on and requires a compatible GPS tracker to send location and event data.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eProfessional installation recommended - The Iridium Edge is mounted externally for optimal satellite visibility and connected to a compatible GPS tracking device.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e How can I pay the monthly subscription? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n});\n\n\u003c\/script\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52074090430811,"sku":"00000030","price":590.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/iridium-edge-1.jpg?v=1768987964"},{"product_id":"skt-300-internal-bluetooth-tire-pressure-sensor","title":"SKT 300: Internal Bluetooth Tire Pressure Sensor","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  \/* Font Sizes *\/\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  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\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  \/* Colors *\/\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}\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}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\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}\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}\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 10px;\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: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7903862b22384db98e5f9491f04f9bca.mp4\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp data-start=\"260\" data-end=\"431\"\u003e\u003cstrong\u003eThe Internal Bluetooth Tire Pressure Sensor is an internal tire monitoring solution designed to provide accurate, protected and long-term monitoring of tire pressure and temperature.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"433\" data-end=\"699\"\u003eInstalled inside the tire and working with GPS tracking devices via Bluetooth, the system delivers real-time tire data, instant alerts and reliable performance for businesses that require higher durability and security compared to external sensors.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e✔ Internal bluetooth tire pressure sensor\u003cbr data-end=\"818\" data-start=\"815\"\u003e✔ Wireless Bluetooth connectivity\u003cbr data-end=\"854\" data-start=\"851\"\u003e✔ Integration with GPS tracking devices\u003cbr data-end=\"896\" data-start=\"893\"\u003e✔ Platform access (via paired tracker)\u003cbr data-end=\"937\" data-start=\"934\"\u003e✔ Mobile app compatibility\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMonitor all your vehicles via GPRS Platform \u0026amp; App and access:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli data-section-id=\"o89waz\" data-start=\"1090\" data-end=\"1118\"\u003eTire pressure monitoring\u003c\/li\u003e\n\u003cli data-section-id=\"fstin6\" data-start=\"1119\" data-end=\"1150\"\u003eTire temperature monitoring\u003c\/li\u003e\n\u003cli data-section-id=\"1f7sfks\" data-start=\"1151\" data-end=\"1195\"\u003eReal-time alerts for abnormal conditions\u003c\/li\u003e\n\u003cli data-section-id=\"1ouvm3b\" data-start=\"1196\" data-end=\"1254\"\u003eEvent notifications (pressure loss, overheating, etc.)\u003c\/li\u003e\n\u003cli data-section-id=\"1jyne7o\" data-start=\"1255\" data-end=\"1294\"\u003eHistorical data and monitoring logs\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eImproved vehicle safety\u003c\/li\u003e\n\u003cli\u003eProtection against tire-related failures\u003c\/li\u003e\n\u003cli\u003eReduced maintenance and downtime\u003c\/li\u003e\n\u003cli\u003eLonger tire lifespan\u003c\/li\u003e\n\u003cli\u003eReliable and tamper-proof monitoring\u003c\/li\u003e\n\u003cli\u003eFull visibility of tire conditions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\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 \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 \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \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 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\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 Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/internal-tire-pressure-sensor-installation.png?v=1769003763\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/internal-tire-pressure-sensor-use-case-2.jpg?v=1769003764\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/internal-tire-pressure-sensor-use-case-1_72ee656c-0552-496a-af07-04c3a779c0e0.jpg?v=1769003764\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Is it suitable for all vehicles? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eIt can be used on SUV, minibus, pickup, golf carts, motorcycle, small campers, etc.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Is installation complicated? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eProfessional installation require - The Internal Bluetooth Tire Pressure Sensor is installed inside the tire, requiring tire removal and proper fitting by a qualified technician.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Can I monitor all tires at once? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eYes, you can install a sensor on each tire and monitor all of them simultaneously through the platform.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n});\n\n\u003c\/script\u003e\n","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52080115646811,"sku":"00000036","price":95.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/internal-tire-pressure-sensor-1.jpg?v=1768986320"},{"product_id":"ultrasonic-fuel-level","title":"SKU 250: Ultrasonic Fuel Level Sensor","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  \/* Font Sizes *\/\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  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\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  \/* Colors *\/\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}\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}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\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}\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}\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 10px;\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: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top: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\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/eebdf5f29c24438cbc453fe25291cf0e.mp4\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp data-end=\"432\" data-start=\"263\"\u003e\u003cstrong\u003eThe Ultrasonic Fuel Level Sensor is a non-contact fuel monitoring solution designed to provide accurate, real-time visibility of fuel levels and consumption.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-end=\"753\" data-start=\"434\"\u003eWorking together with GPS tracking devices, the sensor uses ultrasonic technology to measure fuel inside the tank without direct contact, ensuring reliable performance and long-term stability. The data is transmitted to the platform and mobile app, giving you full control over fuel usage across your fleet.\u003c\/p\u003e\n\u003cp data-end=\"1056\" data-start=\"1018\" data-section-id=\"1nhduks\"\u003e\u003cstrong\u003eMonitor Fuel via the GPRS Platform \u0026amp; App\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-end=\"1098\" data-start=\"1058\"\u003eGain full visibility of your fuel usage:\u003c\/p\u003e\n\u003cul data-end=\"1302\" data-start=\"1100\"\u003e\n\u003cli data-end=\"1135\" data-start=\"1100\" data-section-id=\"10rkcx6\"\u003eReal-time fuel level monitoring\u003c\/li\u003e\n\u003cli data-end=\"1165\" data-start=\"1136\" data-section-id=\"1aakxo8\"\u003eFuel consumption tracking\u003c\/li\u003e\n\u003cli data-end=\"1204\" data-start=\"1166\" data-section-id=\"sbysob\"\u003eRefueling and fuel drain detection\u003c\/li\u003e\n\u003cli data-end=\"1235\" data-start=\"1205\" data-section-id=\"zs1ixe\"\u003eFuel reports and analytics\u003c\/li\u003e\n\u003cli data-end=\"1270\" data-start=\"1236\" data-section-id=\"1m24ccs\"\u003eAlerts for sudden fuel changes\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cstrong\u003eWhat You Gain\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cul\u003e\n\u003cli\u003eReduce fuel theft and losses\u003c\/li\u003e\n\u003cli\u003eImprove fuel efficiency\u003c\/li\u003e\n\u003cli\u003eGain full visibility of fuel usage\u003c\/li\u003e\n\u003cli\u003eLower operational costs\u003c\/li\u003e\n\u003cli\u003eOptimize fleet performance\u003c\/li\u003e\n\u003cli\u003eMake data-driven decisions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\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 \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 \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \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 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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 GPRS Platform\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\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 Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/easy-installation-ultrasonic_04a92dd5-481e-41a5-960e-75734f9af122.png?v=1769002782\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/how-it-works-ultrasonic.gif?v=1769002781\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/ultrasonic-fuel-level-sensor-quiz-pic.png?v=1769002781\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eProfessional installation recommended - The sensor is mounted externally on the fuel tank and connected to a GPS tracking device for data transmission.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the Ultrasonic Fuel Level Sensor work on its own? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eNo, it requires a GPS device.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n\/\/ ===== SHOW DEMO BUTTON ONLY ON DESKTOP =====\n    var ua = navigator.userAgent || navigator.vendor || window.opera;\n\n    \/\/ mobile detection\n    var isMobile = \/android|iphone|ipad|ipod|iemobile|opera mini\/i.test(ua);\n\n    \/\/ touch detection (tablets \/ hybrid devices)\n    var isTouch = ('ontouchstart' in window) || (navigator.maxTouchPoints \u003e 0);\n\n    var demoButton = document.getElementById(\"demoButton\");\n\n    \/\/ show ONLY on real desktop (non-mobile + non-touch)\n    if (!isMobile \u0026\u0026 !isTouch) {\n      if (demoButton) demoButton.style.display = \"block\";\n    }\n});\n\n\u003c\/script\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52406844555611,"sku":"000000000001355","price":119.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Ultrasonic-Fuel-Level-Sensor.357.3-3.jpg?v=1771416123"},{"product_id":"buzzer-waterproof","title":"BUZZER WATERPROOF","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\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\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  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\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  \/* Colors *\/\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}\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\/* ================= 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}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\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}\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}\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 10px;\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: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cp data-start=\"295\" data-end=\"474\"\u003e\u003cstrong\u003eThe Waterproof Buzzer is a durable audio alert solution designed to provide instant sound notifications in outdoor and harsh environments.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"476\" data-end=\"683\"\u003eWorking together with GPS tracking devices (\u003ca href=\"https:\/\/skytrackshop.com\/products\/relay-5-pin-12v\" target=\"_blank\" rel=\"noopener\"\u003erelay\u003c\/a\u003e needed) and geofencing features, it delivers real-time audible alerts for critical events such as zone entry, boundary exit, or system warnings, ensuring immediate awareness and response.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e✔\u003cstrong\u003e \u003c\/strong\u003eWaterproof buzzer unit\u003cbr data-start=\"853\" data-end=\"856\"\u003e✔ Platform access (via tracker)\u003c\/p\u003e\n\u003cp data-section-id=\"wums4o\" data-start=\"845\" data-end=\"872\"\u003e\u003cstrong\u003eReal-Time Audible Alerts\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"874\" data-end=\"909\"\u003eThe buzzer activates instantly for:\u003c\/p\u003e\n\u003cul data-start=\"911\" data-end=\"1101\"\u003e\n\u003cli data-section-id=\"ikaw70\" data-start=\"911\" data-end=\"939\"\u003eZone entry notifications\u003c\/li\u003e\n\u003cli data-section-id=\"nzg2wd\" data-start=\"940\" data-end=\"964\"\u003eBoundary exit alerts\u003c\/li\u003e\n\u003cli data-section-id=\"11ys6pe\" data-start=\"965\" data-end=\"1005\"\u003eEngine block \/ immobilization alerts\u003c\/li\u003e\n\u003cli data-section-id=\"1k1nbe4\" data-start=\"1006\" data-end=\"1034\"\u003eDoor open \/ close events\u003c\/li\u003e\n\u003cli data-section-id=\"1fhepba\" data-start=\"1035\" data-end=\"1069\"\u003eFuel theft or tampering alerts\u003c\/li\u003e\n\u003cli data-section-id=\"4gso6a\" data-start=\"1070\" data-end=\"1101\"\u003ePanic or emergency triggers\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"1141\" data-end=\"1183\"\u003ePerfect for rental vehicles and boats:\u003c\/p\u003e\n\u003cul data-start=\"1185\" data-end=\"1410\"\u003e\n\u003cli data-section-id=\"gjee06\" data-start=\"1185\" data-end=\"1249\"\u003eAlert customers when entering restricted or designated zones\u003c\/li\u003e\n\u003cli data-section-id=\"1oq5heb\" data-start=\"1250\" data-end=\"1305\"\u003eNotify drivers when exiting allowed operating areas\u003c\/li\u003e\n\u003cli data-section-id=\"ki2l9s\" data-start=\"1306\" data-end=\"1346\"\u003eImprove compliance with rental rules\u003c\/li\u003e\n\u003cli data-section-id=\"f3jnir\" data-start=\"1347\" data-end=\"1410\"\u003eProvide real-time feedback without needing to check the app\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eBetter control over rental usage\u003c\/li\u003e\n\u003cli\u003ePrevent boundary violations\u003c\/li\u003e\n\u003cli\u003eImproved customer compliance\u003c\/li\u003e\n\u003cli\u003eIncreased safety and awareness\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\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 \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 \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \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 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\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 Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/buzzer-relay-geofence-alert.png?v=1778831746\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/waterproof-buzzer-ideal-for.png?v=1776236705\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/waterproof-buzzer-pic-2.gif?v=1776237144\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Why should I choose waterproof buzzer? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eA simple but powerful solution to alert users in real time and enforce operational boundaries.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does it require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eProfessional installation recommended - Connected to a GPS tracker output and configured via platform rules.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n});\n\n\u003c\/script\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52406961668443,"sku":"000000000001383","price":24.8,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/buzzer-waterproof-pic.jpg?v=1773326279"},{"product_id":"fms-fmx640-power-cable","title":"FMS - FMX640 Power Cable","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\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\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  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\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  \/* Colors *\/\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}\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\/* ================= 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}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\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}\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}\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 10px;\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: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cp data-end=\"474\" data-start=\"295\"\u003e\u003cstrong\u003eThe FMS - FMX640 Power Cable is a plug-and-play connection solution designed for heavy-duty vehicles, enabling fast installation and direct access to vehicle data.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-end=\"683\" data-start=\"476\"\u003eWorking together with \u003ca href=\"https:\/\/skytrackshop.com\/products\/sk650-professional-tracking\" target=\"_blank\" rel=\"noopener\"\u003eSK650: Professional Tracking\u003c\/a\u003e, it allows you to connect directly to the vehicle’s FMS interface, providing power, ignition detection, and real-time vehicle data — all through a single connection.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e✔ FMS connection cable\u003cbr data-start=\"786\" data-end=\"789\"\u003e✔ Standardized vehicle connector (FMS interface)\u003cbr data-start=\"837\" data-end=\"840\"\u003e✔ Integration with GPS tracking devices\u003cbr data-start=\"879\" data-end=\"882\"\u003e✔ Platform access (via tracker)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMonitor all your vehicles via GPRS Platform \u0026amp; App and access:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli data-section-id=\"6qru0p\" data-start=\"1015\" data-end=\"1045\"\u003eFuel consumption and usage\u003c\/li\u003e\n\u003cli data-section-id=\"1gj73le\" data-start=\"1046\" data-end=\"1075\"\u003eVehicle speed and mileage\u003c\/li\u003e\n\u003cli data-section-id=\"11ktvtm\" data-start=\"1076\" data-end=\"1106\"\u003eEngine RPM and performance\u003c\/li\u003e\n\u003cli data-section-id=\"15h6zwa\" data-start=\"1107\" data-end=\"1136\"\u003eDriver behaviour insights\u003c\/li\u003e\n\u003cli data-section-id=\"1xv658\" data-start=\"1137\" data-end=\"1181\"\u003eTachograph-related data\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eReporting\u003c\/li\u003e\n\u003cli\u003eAccess to real vehicle data\u003c\/li\u003e\n\u003cli\u003eImproved fuel and cost control\u003c\/li\u003e\n\u003cli\u003eBetter maintenance planning\u003c\/li\u003e\n\u003cli\u003eIncreased fleet efficiency\u003c\/li\u003e\n\u003cli\u003eWarranty-safe installation\u003c\/li\u003e\n\u003cli\u003eEnhanced visibility and control\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\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 \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 \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \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 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\u003ca class=\"pdf-download-btn\" download=\"\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_-_FLEET_MANAGEMENT.pdf?v=1773392074\" target=\"_blank\"\u003e Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fmx640-pic1.png?v=1774962887\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fuel-reduction-fmc150.png?v=1773401125\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fuel-check.jpg?v=1769416952\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Why should I choose FMS - FMX640 Power Cable? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eOne cable, full connection, zero hassle. - A smart solution for fleets that need fast deployment, real vehicle data and hassle-free installation without compromising vehicle integrity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eProfessional installation recommended - The cable connects directly to the vehicle’s FMS port and the GPS tracking device.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n});\n\n\u003c\/script\u003e\n","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52407387586907,"sku":"000000000000635","price":51.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fms-fmx640-power-cable-2048.jpg?v=1773386034"},{"product_id":"lv-can200-adapter","title":"LV-CAN200 ADAPTER FOR SK650","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\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\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  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\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  \/* Colors *\/\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}\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\/* ================= 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}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\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}\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}\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 10px;\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: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cp data-end=\"474\" data-start=\"295\"\u003e\u003cstrong\u003eThe LV-CAN200 is a vehicle data integration solution designed to provide real-time access to essential CAN bus data from a wide range of vehicles.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-end=\"683\" data-start=\"476\"\u003eWorking together with \u003ca rel=\"noopener\" href=\"https:\/\/skytrackshop.com\/products\/sk650-professional-tracking\" target=\"_blank\"\u003eSK650: Professional Tracking\u003c\/a\u003e, it enables you to collect key vehicle performance and operational data and send it to your platform \u0026amp; mobile app, giving you deeper insight beyond basic tracking.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e✔ LV-CAN200 CAN bus adapter\u003cbr data-end=\"754\" data-start=\"751\"\u003e✔ Connection interface for vehicle CAN system\u003cbr data-end=\"802\" data-start=\"799\"\u003e✔ Integration with GPS tracking devices\u003cbr data-end=\"844\" data-start=\"841\"\u003e✔ Platform access (via tracker)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMonitor all your vehicles via GPRS Platform \u0026amp; App and access:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eFuel level monitoring\u003c\/li\u003e\n\u003cli\u003eEngine RPM and performance data\u003c\/li\u003e\n\u003cli\u003eVehicle speed and mileage\u003c\/li\u003e\n\u003cli\u003eEngine temperature\u003c\/li\u003e\n\u003cli\u003eDiagnostic information and fault codes\u003c\/li\u003e\n\u003cli\u003eDriving behaviour insights\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eReporting\u003c\/li\u003e\n\u003cli\u003eAccess to real vehicle data\u003c\/li\u003e\n\u003cli\u003eImproved fuel and cost control\u003c\/li\u003e\n\u003cli\u003eBetter maintenance planning\u003c\/li\u003e\n\u003cli\u003eIncreased fleet efficiency\u003c\/li\u003e\n\u003cli\u003eWarranty-safe installation\u003c\/li\u003e\n\u003cli\u003eEnhanced visibility and control\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\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 \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 \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \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 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\u003ca class=\"pdf-download-btn\" download=\"\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_-_FLEET_MANAGEMENT.pdf?v=1773392074\" target=\"_blank\"\u003e Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/lvcan-pic-650.png?v=1775115739\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fuel-reduction-fmc150.png?v=1773401125\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fuel-check.jpg?v=1769416952\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Why should I choose LV-CAN200 Adapter? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eMore data, more control, better performance. - A powerful solution for businesses that need accurate vehicle data, improved efficiency, and deeper fleet insights beyond standard tracking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eProfessional installation recommended - The adapter is connected to the vehicle CAN bus system and linked to a GPS tracking device.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n});\n\n\u003c\/script\u003e\n","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52407460954459,"sku":"000000000000298","price":93.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/lv-can200-adapter-2048.jpg?v=1773386734"},{"product_id":"relay-socket-5-pin-12v","title":"RELAY SOCKET 5 PIN 12V","description":"","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52407603528027,"sku":"000000000000959","price":8.68,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/relay-socket-5-pin-12v-2048.jpg?v=1773386914"},{"product_id":"relay-5-pin-12v","title":"RELAY 5 PIN 12V for Engine Block","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  \/* Font Sizes *\/\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  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\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  \/* Colors *\/\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}\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}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\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}\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}\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 10px;\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: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top: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\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cp data-end=\"474\" data-start=\"295\"\u003e\u003cstrong\u003eThe Relay 5-Pin 12V is a key control component used in GPS tracking systems to enable remote engine block and automation functions.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-end=\"683\" data-start=\"476\"\u003eWorking together with GPS tracking devices, it allows you to remotely control vehicle circuits, such as engine blocking, directly from GPRS Platform \u0026amp; App.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e✔\u003cstrong\u003e \u003c\/strong\u003eRelay 5-Pin 12V\u003cbr data-end=\"856\" data-start=\"853\"\u003e✔ Platform access (via tracker)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRemote control via GPRS Platform \u0026amp; App and access:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eWhen connected to a tracking system, the relay enables:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli data-section-id=\"qh3a3j\" data-start=\"1032\" data-end=\"1062\"\u003eRemote engine block\u003c\/li\u003e\n\u003cli data-section-id=\"qh3a3j\" data-start=\"1032\" data-end=\"1062\"\u003eConnection with \u003ca rel=\"noopener\" href=\"https:\/\/skytrackshop.com\/products\/buzzer-waterproof\" target=\"_blank\"\u003ebuzzer waterproof\u003c\/a\u003e  \u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eRemote engine control\u003c\/li\u003e\n\u003cli\u003eIncreased vehicle security\u003cbr data-end=\"2141\" data-start=\"2138\"\u003e\n\u003c\/li\u003e\n\u003cli\u003eTheft prevention\u003cbr data-end=\"2162\" data-start=\"2159\"\u003e\n\u003c\/li\u003e\n\u003cli\u003eAutomation of vehicle functions\u003c\/li\u003e\n\u003cli\u003eFull control via platform\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\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 \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 \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \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 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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 GPRS Platform\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\u003ca class=\"pdf-download-btn\" download=\"\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_-_FLEET_MANAGEMENT.pdf?v=1773392074\" target=\"_blank\"\u003e Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/engine-block-pic-command.png?v=1778501565\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/relay-carousel-pic-1.png?v=1778826166\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/buzzer-relay-geofence-alert.png?v=1778831746\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Why should I choose relay? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eFrom tracking, to control. - A small but essential component that turns your tracking system into a complete vehicle control and security solution.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does it require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eProfessional installation recommended - The relay is connected to the tracker \u0026amp; to the vehicle’s ignition and controlled by the GPS tracker.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n\/\/ ===== SHOW DEMO BUTTON ONLY ON DESKTOP =====\n    var ua = navigator.userAgent || navigator.vendor || window.opera;\n\n    \/\/ mobile detection\n    var isMobile = \/android|iphone|ipad|ipod|iemobile|opera mini\/i.test(ua);\n\n    \/\/ touch detection (tablets \/ hybrid devices)\n    var isTouch = ('ontouchstart' in window) || (navigator.maxTouchPoints \u003e 0);\n\n    var demoButton = document.getElementById(\"demoButton\");\n\n    \/\/ show ONLY on real desktop (non-mobile + non-touch)\n    if (!isMobile \u0026\u0026 !isTouch) {\n      if (demoButton) demoButton.style.display = \"block\";\n    }\n});\n\n\u003c\/script\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52407613653339,"sku":"000000000000809","price":9.92,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/relay-5-pin-12v-2048.jpg?v=1773387050"},{"product_id":"can-adapter-ecan02","title":"Can Adapter ECAN02","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\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\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  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\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  \/* Colors *\/\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}\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\/* ================= 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}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\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}\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}\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 10px;\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: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cp data-start=\"295\" data-end=\"474\"\u003e\u003cstrong\u003eThe Can Adapter ECAN02 is a vehicle data integration solution designed to provide access to real-time CAN bus data without modifying vehicle wiring.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"476\" data-end=\"683\"\u003eWorking together with \u003ca href=\"https:\/\/skytrackshop.com\/products\/sk150-advanced-tracking\" target=\"_blank\" rel=\"noopener\"\u003eSK150: Advanced Tracking\u003c\/a\u003e, it enables you to collect detailed vehicle data and send it to your platform \u0026amp; mobile app, giving you deeper insight into vehicle performance and behavior.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e✔ ECAN02 CAN bus adapter\u003cbr data-start=\"782\" data-end=\"785\"\u003e✔ Contactless installation system\u003cbr data-start=\"818\" data-end=\"821\"\u003e✔ Integration with GPS tracking devices\u003cbr data-start=\"860\" data-end=\"863\"\u003e✔ Platform access (via tracker)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMonitor all your vehicles via GPRS Platform \u0026amp; App and access:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eFuel level monitoring\u003c\/li\u003e\n\u003cli\u003eEngine RPM and performance data\u003c\/li\u003e\n\u003cli\u003eVehicle speed and mileage\u003c\/li\u003e\n\u003cli\u003eEngine temperature\u003c\/li\u003e\n\u003cli\u003eDiagnostic information and fault codes\u003c\/li\u003e\n\u003cli\u003eDriving behaviour insights\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eReporting\u003c\/li\u003e\n\u003cli\u003eAccess to real vehicle data\u003c\/li\u003e\n\u003cli\u003eImproved fuel and cost control\u003c\/li\u003e\n\u003cli\u003eBetter maintenance planning\u003c\/li\u003e\n\u003cli\u003eIncreased fleet efficiency\u003c\/li\u003e\n\u003cli\u003eWarranty-safe installation\u003c\/li\u003e\n\u003cli\u003eEnhanced visibility and control\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\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 \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 \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \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 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\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 Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/ecan-pic1.png?v=1774952437\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fuel-reduction-fmc150.png?v=1773401125\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fuel-check.jpg?v=1769416952\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n  \u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Why should I choose Can Adapter ECAN02? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eNo Wiring, No Risk - The biggest advantage of ECAN02 is that it reads vehicle data without cutting or touching wires.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eProfessional installation recommended - The ECAN02 is attached to vehicle CAN wires using a contactless clip, without modifying the electrical system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n});\n\n\u003c\/script\u003e\n","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52407665983835,"sku":"000000000001318","price":37.2,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/can-adapter-ecan02-2048.jpg?v=1773386294"},{"product_id":"carrier-reefer-adapter","title":"Carrier Reefer Adapter","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\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\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  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\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  \/* Colors *\/\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}\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\/* ================= 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}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\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}\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}\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 10px;\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: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cp data-end=\"474\" data-start=\"295\"\u003e\u003cstrong\u003eThe Carrier Reefer Cable is a plug-and-play integration solution designed to connect GPS tracking devices with refrigerated transport units (reefers).\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-end=\"683\" data-start=\"476\"\u003eWorking together with GPS trackers such as \u003ca href=\"https:\/\/skytrackshop.com\/products\/sk650-professional-tracking\" target=\"_blank\" rel=\"noopener\"\u003eSK650: Professional Tracking\u003c\/a\u003e, it enables real-time monitoring of temperature and refrigeration system data, ensuring that sensitive cargo is transported safely and under optimal conditions.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e✔ Carrier Reefer connection cable\u003cbr data-start=\"765\" data-end=\"768\"\u003e✔ Direct interface with Carrier refrigeration units\u003cbr data-start=\"819\" data-end=\"822\"\u003e✔ Integration with GPS tracking devices\u003cbr data-start=\"861\" data-end=\"864\"\u003e✔ Platform access (via tracker)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMonitor all your vehicles via GPRS Platform \u0026amp; App and access:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli data-section-id=\"13oiu88\" data-start=\"998\" data-end=\"1024\"\u003eTemperature monitoring\u003c\/li\u003e\n\u003cli data-section-id=\"10s9uwt\" data-start=\"1025\" data-end=\"1054\"\u003eRefrigeration unit status\u003c\/li\u003e\n\u003cli data-section-id=\"pg183r\" data-start=\"1055\" data-end=\"1083\"\u003eDoor open \/ close status\u003c\/li\u003e\n\u003cli data-section-id=\"194eo9w\" data-start=\"1084\" data-end=\"1117\"\u003eAlarm and fault notifications\u003c\/li\u003e\n\u003cli data-section-id=\"1ny8291\" data-start=\"1118\" data-end=\"1140\"\u003eEvent-based alerts\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eReal-time temperature monitoring\u003c\/li\u003e\n\u003cli\u003eProtection of sensitive cargo\u003c\/li\u003e\n\u003cli\u003eReduced spoilage and losses\u003c\/li\u003e\n\u003cli\u003eFull cold chain visibility\u003c\/li\u003e\n\u003cli\u003eCompliance with regulations\u003cbr data-start=\"2937\" data-end=\"2940\"\u003e\n\u003c\/li\u003e\n\u003cli\u003eImproved operational control\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\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 \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 \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \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 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\u003ca class=\"pdf-download-btn\" download=\"\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_-_FLEET_MANAGEMENT.pdf?v=1773392074\" target=\"_blank\"\u003e Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/carrier-reefer-adapter-pic1.png?v=1775027098\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/12830-ideal.png?v=1774349453\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/carrier-reefer-adapter-pic2.png?v=1775029568\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Why should I choose Carrier Reefer Adapter? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eTrack the vehicle, monitor the cargo, guarantee the quality. - A must-have solution for businesses that need real-time cold chain monitoring, compliance, and full control over refrigerated transport operations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eProfessional installation recommended - Connect one end to the GPS tracker and the other to the Carrier refrigeration unit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n});\n\n\u003c\/script\u003e\n","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52407876321627,"sku":"000000000000360","price":31.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/carrier-reefer-adapter-2048.jpg?v=1773386130"},{"product_id":"tr47-trak-scania-adapter","title":"TR47 - Trak Scania Adapter","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\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\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  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\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  \/* Colors *\/\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}\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}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\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}\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}\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 10px;\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: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ab051acc084b4e8c88ad19917f77ee0c.mp4\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp data-end=\"404\" data-start=\"249\"\u003e\u003cstrong\u003eThe Trak Scania Adapter is a specialized compatibility solution designed to enable the installation of the \u003ca rel=\"noopener\" href=\"https:\/\/skytrackshop.com\/products\/skf10-smart-fuel-cap\" target=\"_blank\"\u003eSmart Fuel Cap\u003c\/a\u003e on Scania trucks.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-end=\"624\" data-start=\"406\"\u003eIt allows fleets to extend fuel security and monitoring capabilities to vehicles that use Scania-specific fuel tank neck designs, ensuring seamless integration with your fuel protection system and GPRS Platform \u0026amp; Mobile App.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp data-section-id=\"6hv2og\" data-start=\"633\" data-end=\"652\"\u003e\u003cstrong\u003ePackage Includes\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"654\" data-end=\"835\"\u003e✔ Trak Scania adapter\u003cbr data-end=\"730\" data-start=\"727\"\u003e✔ Mechanical fitting system for Scania fuel tanks\u003cbr data-end=\"782\" data-start=\"779\"\u003e✔ Compatibility with Smart Fuel Cap\u003cbr data-end=\"820\" data-start=\"817\"\u003e✔ Integration with GPS tracking system (via fuel cap)\u003c\/p\u003e\n\u003cp data-end=\"924\" data-start=\"882\" data-section-id=\"yaes51\"\u003e\u003cstrong\u003eEnable Fuel Security on Scania Vehicles\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-end=\"952\" data-start=\"926\"\u003eThe adapter allows you to:\u003c\/p\u003e\n\u003cul data-end=\"1146\" data-start=\"954\"\u003e\n\u003cli data-end=\"997\" data-start=\"954\" data-section-id=\"sbgjza\"\u003eInstall Smart Fuel Cap on Scania trucks\u003c\/li\u003e\n\u003cli data-end=\"1049\" data-start=\"998\" data-section-id=\"1h6cko9\"\u003eExtend fuel monitoring across your entire fleet\u003c\/li\u003e\n\u003cli data-end=\"1097\" data-start=\"1050\" data-section-id=\"12zex2t\"\u003eMaintain consistent fuel security standards\u003c\/li\u003e\n\u003cli data-end=\"1146\" data-start=\"1098\" data-section-id=\"klbcid\"\u003eIntegrate Scania vehicles into your platform\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\n\u003cp data-end=\"2341\" data-start=\"2325\" data-section-id=\"otribx\"\u003e\u003cstrong\u003eWhat You Gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli data-end=\"2546\" data-start=\"2343\"\u003eCompatibility with Scania vehicles\u003c\/li\u003e\n\u003cli data-end=\"2546\" data-start=\"2343\"\u003eUnified fuel security across your fleet\u003c\/li\u003e\n\u003cli data-end=\"2546\" data-start=\"2343\"\u003eNo need to replace existing systems\u003c\/li\u003e\n\u003cli data-end=\"2546\" data-start=\"2343\"\u003eEasy expansion of fuel monitoring\u003c\/li\u003e\n\u003cli data-end=\"2546\" data-start=\"2343\"\u003eImproved fleet control and consistency\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\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 \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 \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \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 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\u003ca class=\"pdf-download-btn\" download=\"\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_-_FLEET_MANAGEMENT.pdf?v=1773392074\" target=\"_blank\"\u003e Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/what-the-smart-fuel-cap-does.png?v=1769005683\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/smart-fuel-cap-scania-adaptor.png?v=1769006093\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/smart-fuel-cap-3.png?v=1774255364\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e How do i install it on a Scania Truck? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eThe adapter is fitted onto the fuel tank neck to allow proper installation of the Smart Fuel Cap.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n});\n\n\u003c\/script\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52407940481371,"sku":"000000000001425","price":99.2,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/tr47-trak-scania-adaptor-2024.jpg?v=1773387216"},{"product_id":"magnet","title":"Magnet","description":"","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52425359065435,"sku":"000000000000556","price":18.6,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/magnet-2048.jpg?v=1773386455"},{"product_id":"tacho-cable","title":"Tacho Cable","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\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\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  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\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  \/* Colors *\/\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}\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\/* ================= 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}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\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}\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}\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 10px;\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: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cp data-end=\"474\" data-start=\"295\"\u003e\u003cstrong\u003eThe Tacho Cable is a specialized connection solution designed to link digital tachographs with GPS tracking devices, enabling remote access to driver and vehicle data.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-end=\"683\" data-start=\"476\"\u003eWorking together with \u003ca href=\"https:\/\/skytrackshop.com\/products\/sk650-professional-tracking\" target=\"_blank\"\u003eSK650: Professional Tracking\u003c\/a\u003e and GPRS Platform \u0026amp; APP, it provides real-time tachograph data, remote downloads and full compliance monitoring for professional fleets.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e✔ Tacho connection cable\u003cbr data-end=\"769\" data-start=\"766\"\u003e✔ Direct interface with digital tachograph\u003cbr data-end=\"814\" data-start=\"811\"\u003e✔ Integration with GPS tracking device\u003cbr data-end=\"856\" data-start=\"853\"\u003e✔ Platform access (via tracker)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMonitor all your vehicles via GPRS Platform \u0026amp; App and access:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli data-section-id=\"1cuboi2\" data-start=\"998\" data-end=\"1031\"\u003eDriver working and rest times\u003c\/li\u003e\n\u003cli data-section-id=\"qh3a3j\" data-start=\"1032\" data-end=\"1062\"\u003eVehicle speed and distance\u003c\/li\u003e\n\u003cli data-section-id=\"i028oj\" data-start=\"1063\" data-end=\"1094\"\u003eDriving activity and status\u003c\/li\u003e\n\u003cli data-section-id=\"blylxl\" data-start=\"1095\" data-end=\"1120\"\u003eTachograph event data\u003c\/li\u003e\n\u003cli data-section-id=\"n6464j\" data-start=\"1121\" data-end=\"1156\"\u003eRemote tachograph file download\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eAll data is transmitted through your GPS tracking system to GPRS Platform.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eRemote tachograph data access\u003c\/li\u003e\n\u003cli\u003eImproved compliance with regulations\u003c\/li\u003e\n\u003cli\u003eReduced manual data collection\u003c\/li\u003e\n\u003cli\u003eBetter driver and fleet management\u003c\/li\u003e\n\u003cli\u003eFull visibility of driving activity\u003c\/li\u003e\n\u003cli\u003eIntegrated telematics solution\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\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 \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 \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \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 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\u003ca class=\"pdf-download-btn\" download=\"\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_-_FLEET_MANAGEMENT.pdf?v=1773392074\" target=\"_blank\"\u003e Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/professional-tracking-system-apps.png?v=1773827279\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/tacho-cable-pic1.png?v=1775641637\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/tacho-cable-pic2.png?v=1775643092\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Why should I choose Tacho Cable? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eLess paperwork, more control, full compliance. - A powerful solution for businesses that need real-time tachograph data, remote downloads, and complete fleet visibility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eProfessional installation recommended - Connects directly between the tachograph and GPS tracking device.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n});\n\n\u003c\/script\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52767964103003,"sku":"000000000000438","price":51.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/tacho-cable-pic.jpg?v=1775636273"},{"product_id":"can-control-adapter","title":"CAN - CONTROL ADAPTER","description":"\u003c!-- FONT --\u003e\n\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\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  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\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  \/* Colors *\/\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}\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\/* ================= 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}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\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}\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}\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 10px;\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: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cdiv data-testid=\"richTextElement\" class=\"ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmjbv9834 wixui-rich-text\" id=\"comp-mmjbv9834\"\u003e\n\u003cp\u003eCAN adapter for car-sharing solutions to remotely lock\/unlock a vehicle and control its windows\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eRemote lock\/unlock of a vehicle\u003c\/li\u003e\n\u003cli\u003eControl vehicle windows\u003c\/li\u003e\n\u003cli\u003eCAN data reading and control of electric vehicles\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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 \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 \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \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 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\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 Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fmx640-pic1.png?v=1774962887\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fuel-reduction-fmc150.png?v=1773401125\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fuel-check.jpg?v=1769416952\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Why should I choose Can Adapter ECAN02? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eOne cable, full connection, zero hassle. - A smart solution for fleets that need fast deployment, real vehicle data, and hassle-free installation without compromising vehicle integrity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eProfessional installation recommended - The cable connects directly to the vehicle’s FMS port and the GPS tracking device.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52768074629467,"sku":"000000000001478","price":51.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/can-control-product-pic.jpg?v=1775644100"},{"product_id":"i-button-key","title":"I BUTTON KEY","description":"\u003c!-- FONT --\u003e\n\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\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  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\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  \/* Colors *\/\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}\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\/* ================= 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}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\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}\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}\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 10px;\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: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cdiv data-testid=\"richTextElement\" class=\"ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmjbv9834 wixui-rich-text\" id=\"comp-mmjbv9834\"\u003e\n\u003cp\u003eA device perfectly suitable for a person or object identification in vehicle telematics\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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 \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 \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \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 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\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 Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fmx640-pic1.png?v=1774962887\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fuel-reduction-fmc150.png?v=1773401125\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fuel-check.jpg?v=1769416952\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Why should I choose Can Adapter ECAN02? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eOne cable, full connection, zero hassle. - A smart solution for fleets that need fast deployment, real vehicle data, and hassle-free installation without compromising vehicle integrity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eProfessional installation recommended - The cable connects directly to the vehicle’s FMS port and the GPS tracking device.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52768211403099,"sku":"000000000000269","price":51.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/ibutton-key-product.jpg?v=1775644560"},{"product_id":"all-can300","title":"ALL-CAN 300","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\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\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  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\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  \/* Colors *\/\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}\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}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\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}\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}\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 10px;\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: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top: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\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cdiv id=\"comp-mmjbv9834\" class=\"ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmjbv9834 wixui-rich-text\" data-testid=\"richTextElement\"\u003e\n\u003cp data-end=\"433\" data-start=\"107\"\u003e\u003cstrong\u003eA professional CAN bus adapter designed to unlock advanced vehicle and machinery data directly from the onboard computer. The ALL-CAN300 allows compatible  GPS trackers to access 100+ vehicle parameters from cars, trucks, buses, agricultural and heavy machinery vehicles. \u003c\/strong\u003e\u003cspan data-state=\"closed\" class=\"\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-end=\"649\" data-start=\"435\"\u003eDesigned for professional fleet management, heavy transport and advanced telematics applications, the ALL-CAN300 helps businesses gain deep vehicle visibility, diagnostics and operational insights in real time.\u003c\/p\u003e\n\u003cp data-end=\"677\" data-start=\"656\" data-section-id=\"16aumog\"\u003e\u003cstrong\u003ePackage Includes\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-end=\"783\" data-start=\"679\"\u003e✔ ALL-CAN300 CAN adapter\u003cbr data-end=\"706\" data-start=\"703\"\u003e✔ Connection wiring\u003c\/p\u003e\n\u003cp data-end=\"838\" data-start=\"790\" data-section-id=\"1qcr6cr\"\u003e\u003cstrong\u003eMonitor Vehicle CAN Data via GPRS Platform \u0026amp; GPRS Pro App\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-end=\"873\" data-start=\"840\"\u003eWith ALL-CAN300, you can monitor:\u003c\/p\u003e\n\u003cul data-end=\"1221\" data-start=\"875\"\u003e\n\u003cli data-end=\"908\" data-start=\"875\" data-section-id=\"1ter119\"\u003eFuel level \u0026amp; fuel consumption\u003c\/li\u003e\n\u003cli data-end=\"928\" data-start=\"909\" data-section-id=\"s5cke\"\u003eVehicle mileage\u003c\/li\u003e\n\u003cli data-end=\"943\" data-start=\"929\" data-section-id=\"1uxgl0p\"\u003eEngine RPM\u003c\/li\u003e\n\u003cli data-end=\"966\" data-start=\"944\" data-section-id=\"wvmii2\"\u003eEngine temperature\u003c\/li\u003e\n\u003cli data-end=\"997\" data-start=\"967\" data-section-id=\"1hik2hm\"\u003eAccelerator pedal position\u003c\/li\u003e\n\u003cli data-end=\"1015\" data-start=\"998\" data-section-id=\"888w47\"\u003eVehicle speed\u003c\/li\u003e\n\u003cli data-end=\"1031\" data-start=\"1016\" data-section-id=\"1rxckoa\"\u003eDoor status\u003c\/li\u003e\n\u003cli data-end=\"1052\" data-start=\"1032\" data-section-id=\"1x1oips\"\u003eSeat belt status\u003c\/li\u003e\n\u003cli data-end=\"1069\" data-start=\"1053\" data-section-id=\"ngte79\"\u003eAdBlue level\u003c\/li\u003e\n\u003cli data-end=\"1098\" data-start=\"1070\" data-section-id=\"8l9oyl\"\u003eOil pressure \u0026amp; oil level\u003c\/li\u003e\n\u003cli data-end=\"1122\" data-start=\"1099\" data-section-id=\"h1xx0d\"\u003eCheck engine alerts\u003c\/li\u003e\n\u003cli data-end=\"1152\" data-start=\"1123\" data-section-id=\"xrgwsh\"\u003eBattery and charging data\u003c\/li\u003e\n\u003cli data-end=\"1180\" data-start=\"1153\" data-section-id=\"1m966o7\"\u003eTachograph-related data\u003c\/li\u003e\n\u003cli data-end=\"1221\" data-start=\"1181\" data-section-id=\"1ke1x6a\"\u003eElectric vehicle battery information\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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 \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 \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \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 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"demoButton\" class=\"pdf-download-wrapper\"\u003e\u003ca href=\"https:\/\/gprs.gr\/demo.php\" class=\"pdf-download-btn\" target=\"_blank\"\u003e Explore GPRS Platform \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\u003ca class=\"pdf-download-btn\" download=\"\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_-_FLEET_MANAGEMENT.pdf?v=1773392074\" target=\"_blank\"\u003e Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/allcan300-truck-pic.png?v=1778582341\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fuel-reduction-fmc150.png?v=1773401125\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fuel-check.jpg?v=1769416952\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Why should I choose ALL-CAN300? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eMore vehicle data, more control, more efficiency. - A professional CAN adapter built to deliver advanced diagnostics and real-time operational insights for modern fleets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eProfessional installation required. - The adapter connects directly to the vehicle CAN bus system to retrieve onboard computer data.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n\/\/ ===== SHOW DEMO BUTTON ONLY ON DESKTOP =====\n    var ua = navigator.userAgent || navigator.vendor || window.opera;\n\n    \/\/ mobile detection\n    var isMobile = \/android|iphone|ipad|ipod|iemobile|opera mini\/i.test(ua);\n\n    \/\/ touch detection (tablets \/ hybrid devices)\n    var isTouch = ('ontouchstart' in window) || (navigator.maxTouchPoints \u003e 0);\n\n    var demoButton = document.getElementById(\"demoButton\");\n\n    \/\/ show ONLY on real desktop (non-mobile + non-touch)\n    if (!isMobile \u0026\u0026 !isTouch) {\n      if (demoButton) demoButton.style.display = \"block\";\n    }\n});\n\n\u003c\/script\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52768370524507,"sku":"000000000000030","price":51.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/allcan300-product-pic.jpg?v=1778580517"},{"product_id":"seo-cansafe","title":"SEO CANsafe","description":"\u003c!-- =====================================================\nDEVICE SWITCHER\nDESKTOP = SK880 ORIGINAL PAGE\nMOBILE = VRC PREMIUM MOBILE PAGE\n===================================================== --\u003e\n\n\u003cstyle\u003e\n\n\/* =========================\nDEVICE SWITCHER\n========================= *\/\n\n.sk880-desktop-only{\n  display:block;\n}\n\n.vrc-mobile-only{\n  display:none;\n}\n\n\/* MOBILE *\/\n\n@media screen and (max-width:1024px){\n\n  .sk880-desktop-only{\n    display:none !important;\n  }\n\n  .vrc-mobile-only{\n    display:block !important;\n  }\n\n}\n\n\/* DESKTOP *\/\n\n@media screen and (min-width:1025px){\n\n  .sk880-desktop-only{\n    display:block !important;\n  }\n\n  .vrc-mobile-only{\n    display:none !important;\n  }\n\n}\n\n\u003c\/style\u003e\n\n\u003c!-- desktop--\u003e\n\n\u003cdiv class=\"sk880-desktop-only\"\u003e\n\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\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\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  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\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  \/* Colors *\/\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}\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}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\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}\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}\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 10px;\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: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\n\n\n\/* ================= DESKTOP CONTACT BUTTONS UNDER Q\u0026A ================= *\/\n.desktop-contact-actions{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-top:30px;\n  margin-bottom:10px;\n}\n\n.desktop-support-btn,\n.desktop-whatsapp-btn{\n  width:100%;\n  height:88px;\n  min-height:88px;\n  border:none;\n  border-radius:24px;\n  padding:18px 22px;\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  text-decoration:none;\n  font-family:'Poppins',sans-serif;\n  font-size:16px;\n  font-weight:700;\n  line-height:1.25;\n  box-shadow:\n    0 12px 24px rgba(0,0,0,.12),\n    0 4px 10px rgba(0,0,0,.08);\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n  overflow:hidden;\n  cursor:pointer;\n}\n\n.desktop-support-btn:hover,\n.desktop-whatsapp-btn:hover{\n  transform:translateY(-2px);\n}\n\n.desktop-support-btn{\n  background:linear-gradient(135deg,#111 0%,#222 100%);\n  color:#fff;\n}\n\n.desktop-whatsapp-btn{\n  background:linear-gradient(135deg,#25D366 0%,#1ebe5d 100%);\n  color:#fff;\n  gap:14px;\n}\n\n.desktop-whatsapp-icon{\n  width:24px;\n  height:24px;\n  object-fit:contain;\n  flex-shrink:0;\n}\n\n.desktop-whatsapp-btn span{\n  flex:1;\n  text-align:left;\n  line-height:1.25;\n  color:#fff;\n}\n\n.desktop-support-btn::after,\n.desktop-whatsapp-btn::after{\n  content:\"›\";\n  font-size:28px;\n  font-weight:300;\n  color:#fff;\n  flex-shrink:0;\n  line-height:1;\n}\n\n.desktop-support-popup{\n  position:fixed;\n  inset:0;\n  background:rgba(0,0,0,.45);\n  backdrop-filter:blur(10px);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  z-index:9999999;\n  opacity:0;\n  visibility:hidden;\n  transition:.3s ease;\n}\n\n.desktop-support-popup.active{\n  opacity:1;\n  visibility:visible;\n}\n\n.desktop-support-box{\n  width:88%;\n  max-width:340px;\n  background:#fff;\n  border-radius:28px;\n  padding:28px 22px;\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n  box-shadow:0 20px 40px rgba(0,0,0,.18);\n  font-family:'Poppins',sans-serif;\n}\n\n.desktop-support-title{\n  font-size:22px;\n  font-weight:800;\n  text-align:center;\n  margin-bottom:4px;\n}\n\n.desktop-support-subtitle{\n  text-align:center;\n  font-size:14px;\n  color:#777;\n  margin-bottom:10px;\n}\n\n.desktop-support-option{\n  min-height:58px;\n  border-radius:20px;\n  background:#f5f7fa;\n  display:flex;\n  align-items:center;\n  justify-content:flex-start;\n  gap:14px;\n  padding:0 18px;\n  text-decoration:none;\n  color:#111;\n  font-size:15px;\n  font-weight:600;\n}\n\n.desktop-support-option-icon-svg{\n  width:22px;\n  height:22px;\n  object-fit:contain;\n  flex-shrink:0;\n  opacity:.9;\n}\n\n.desktop-support-close{\n  margin-top:8px;\n  min-height:50px;\n  border:none;\n  border-radius:18px;\n  background:#111;\n  color:#fff;\n  font-size:14px;\n  font-weight:700;\n  cursor:pointer;\n  font-family:'Poppins',sans-serif;\n}\n\n@media screen and (max-width:1024px){\n  .desktop-contact-actions,\n  .desktop-support-popup{\n    display:none !important;\n  }\n}\n\n@media screen and (min-width:1025px){\n  .mobile-contact-btn{\n    display:none !important;\n  }\n}\n\n\/* Hide demo button by default *\/\n#demoButton {\n  display: none;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eCAN Security Integration System\u003c\/div\u003e\n\n\u003c!-- PRODUCT MEDIA: replace about:blank with the SEO CANsafe product video URL when available --\u003e\n\u003cdiv class=\"video-container\" style=\"display:none;\"\u003e\u003ciframe src=\"about:blank\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003e\u003cstrong\u003eSEO CANsafe + Vehicle Security Integration\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003e\nThe SEO CANsafe is a professional CAN BUS reading and sending converter designed to enhance vehicle protection when combined with a car security system, alarm system, or GPS\/GSM module.\n\u003c\/p\u003e\n\n\u003cp\u003e\nIt reads digital signals from the vehicle’s CAN BUS and converts them into analog signals for the connected security system. It can also convert analog signals into commands sent back to the vehicle’s CAN BUS.\n\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eThe Package Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e✔ SEO CANsafe converter\u003cbr\u003e✔ 11-pin connection interface\u003cbr\u003e✔ CAN BUS security integration\u003cbr\u003e✔ Vehicle-specific connection diagrams\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eWhat It Offers\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCAN BUS signal reading\u003c\/li\u003e\n\u003cli\u003eCAN BUS command sending\u003c\/li\u003e\n\u003cli\u003eDigital-to-analog signal conversion\u003c\/li\u003e\n\u003cli\u003eAnalog-to-CAN command conversion\u003c\/li\u003e\n\u003cli\u003eIntegration with car alarms and GPS\/GSM modules\u003c\/li\u003e\n\u003cli\u003eSupport for up to 3 CAN BUS connections\u003c\/li\u003e\n\u003cli\u003eIntegration with the SEO PERFECT alarm system\u003c\/li\u003e\n\u003cli\u003eIntegration with immobilizer and anti-theft systems\u003c\/li\u003e\n\u003cli\u003eVehicle-specific programming\u003c\/li\u003e\n\u003cli\u003eProfessional security-system integration\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003e\u003cstrong\u003eSecurity Integration\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThe SEO CANsafe works together with car security systems, the SEO PERFECT alarm system, GPS\/GSM tracking modules, immobilizers, and anti-theft systems. This creates a stronger and more complete vehicle-protection setup.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eVehicle-Specific Setup\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eInstallation is carried out according to the provided vehicle connection diagrams. Each supported vehicle uses a dedicated program number shown in its corresponding diagram.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eIdeal For\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eVehicle security installers\u003c\/li\u003e\n\u003cli\u003eCar alarm integrations\u003c\/li\u003e\n\u003cli\u003eGPS\/GSM module installations\u003c\/li\u003e\n\u003cli\u003eFleet vehicles requiring enhanced protection\u003c\/li\u003e\n\u003cli\u003eVehicles where CAN BUS signals are needed\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eStronger vehicle protection\u003c\/li\u003e\n\u003cli\u003eCleaner security-system integration\u003c\/li\u003e\n\u003cli\u003eReliable CAN BUS communication\u003c\/li\u003e\n\u003cli\u003eBetter response from alarms or GPS modules\u003c\/li\u003e\n\u003cli\u003eProfessional vehicle-specific setup\u003c\/li\u003e\n\u003cli\u003eAdvanced communication between vehicle electronics and security systems\u003c\/li\u003e\n\u003cli\u003eA more complete anti-theft solution\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- Original app-button section retained but hidden because this product has no mobile app --\u003e\n\u003cdiv class=\"app-buttons-section\" style=\"display:none;\"\u003e\n\u003ch3\u003eSEO CANsafe\u003c\/h3\u003e\n\u003cdiv class=\"image-buttons\"\u003e\n\u003ca href=\"#\" onclick=\"return false;\"\u003e \u003cimg src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"\"\u003e \u003c\/a\u003e\n\u003ca href=\"#\" onclick=\"return false;\"\u003e \u003cimg src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"\"\u003e \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:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/general_scheme.pdf?v=1782128348\" target=\"_blank\"\u003e\n   General Sheme\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\n\u003ca class=\"pdf-download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SEO_CANsafe_615110xx.pdf?v=1782128350\" target=\"_blank\"\u003e\nSupported Vehicles List\n\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003c!-- Original slideshow structure retained. Add the three SEO CANsafe image URLs and remove display:none. --\u003e\n\u003cdiv class=\"slideshow-container\" style=\"display:none;\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"SEO CANsafe product image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"SEO CANsafe installation image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"SEO CANsafe integration image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\" style=\"display:none;\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e What does the SEO CANsafe do? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eIt reads digital signals from the vehicle’s CAN BUS and converts them into analog signals for a connected security system. It can also convert analog signals into commands sent back through the CAN BUS.\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\"\u003e Which systems can SEO CANsafe integrate with? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eThe converter can work with car security systems, the SEO PERFECT alarm system, GPS\/GSM tracking modules, immobilizers, and other anti-theft 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\"\u003e Does the device require professional installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eYes. Professional installation is required.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 1:\u003c\/strong\u003e Select the correct vehicle-specific connection diagram.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 2:\u003c\/strong\u003e Connect the converter according to the specified wiring.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 3:\u003c\/strong\u003e Program the dedicated vehicle program number shown in the diagram.\u003c\/li\u003e\n\u003c\/ul\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\"\u003e How is the correct vehicle configuration selected? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eEach supported vehicle has a dedicated connection diagram and program number. The installer must use the correct diagram and program during installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- DESKTOP CONTACT BUTTONS UNDER Q\u0026A --\u003e\n\u003cdiv class=\"desktop-contact-actions\"\u003e\n\n  \u003cbutton class=\"desktop-support-btn\" type=\"button\" id=\"desktopSupportBtn\"\u003e\n    Contact Support\n  \u003c\/button\u003e\n\n  \u003ca class=\"desktop-whatsapp-btn\" href=\"https:\/\/wa.me\/306945641644\" target=\"_blank\"\u003e\n    \u003cimg class=\"desktop-whatsapp-icon\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" alt=\"WhatsApp\"\u003e\n    \u003cspan\u003eChat with us on WhatsApp\u003c\/span\u003e\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- DESKTOP SUPPORT POPUP --\u003e\n\u003cdiv class=\"desktop-support-popup\" id=\"desktopSupportPopup\"\u003e\n\n  \u003cdiv class=\"desktop-support-box\"\u003e\n\n    \u003cdiv class=\"desktop-support-title\"\u003e\n      Contact Support\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"desktop-support-subtitle\"\u003e\n      Choose your preferred contact method.\n    \u003c\/div\u003e\n\n    \u003ca href=\"tel:+302310365067\" class=\"desktop-support-option\"\u003e\n      \u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/phone.svg\" class=\"desktop-support-option-icon-svg\" alt=\"Phone\"\u003e\n      \u003cspan\u003eCall Support\u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"mailto:support@skytrack.gr\" class=\"desktop-support-option\"\u003e\n      \u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/mail.svg\" class=\"desktop-support-option-icon-svg\" alt=\"Email\"\u003e\n      \u003cspan\u003eEmail Support\u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003cbutton class=\"desktop-support-close\" type=\"button\" id=\"desktopSupportClose\"\u003e\n      Close\n    \u003c\/button\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n\n\n\/\/ ===== DESKTOP SUPPORT POPUP =====\nconst desktopSupportBtn = document.getElementById(\"desktopSupportBtn\");\nconst desktopSupportPopup = document.getElementById(\"desktopSupportPopup\");\nconst desktopSupportClose = document.getElementById(\"desktopSupportClose\");\n\nif (desktopSupportBtn \u0026\u0026 desktopSupportPopup) {\n  desktopSupportBtn.addEventListener(\"click\", function () {\n    desktopSupportPopup.classList.add(\"active\");\n  });\n}\n\nif (desktopSupportClose \u0026\u0026 desktopSupportPopup) {\n  desktopSupportClose.addEventListener(\"click\", function () {\n    desktopSupportPopup.classList.remove(\"active\");\n  });\n}\n\nif (desktopSupportPopup) {\n  desktopSupportPopup.addEventListener(\"click\", function (e) {\n    if (e.target === desktopSupportPopup) {\n      desktopSupportPopup.classList.remove(\"active\");\n    }\n  });\n}\n\n\/\/ ===== SHOW DEMO BUTTON ONLY ON DESKTOP =====\n    var ua = navigator.userAgent || navigator.vendor || window.opera;\n\n    \/\/ mobile detection\n    var isMobile = \/android|iphone|ipad|ipod|iemobile|opera mini\/i.test(ua);\n\n    \/\/ touch detection (tablets \/ hybrid devices)\n    var isTouch = ('ontouchstart' in window) || (navigator.maxTouchPoints \u003e 0);\n\n    var demoButton = document.getElementById(\"demoButton\");\n\n    \/\/ show ONLY on real desktop (non-mobile + non-touch)\n    if (!isMobile \u0026\u0026 !isTouch) {\n      if (demoButton) demoButton.style.display = \"block\";\n    }\n});\n\n\u003c\/script\u003e\n\u003c\/div\u003e\n\n\u003c!-- =====================================================\nMOBILE VERSION\nVRC PREMIUM MOBILE UI\n===================================================== --\u003e\n\n\u003cdiv class=\"vrc-mobile-only\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n\n:root{\n  --bg:#f5f5f3;\n  --text:#111;\n  --blue:#12acef;\n  --muted:#777;\n}\n\n*{\n  box-sizing:border-box;\n}\n\nbody{\n  margin:0;\n\n  background:\n    linear-gradient(\n      180deg,\n      #f7f9fc 0%,\n      #f1f4f8 100%\n    );\n\n  font-family:'Poppins',sans-serif;\n\n  color:var(--text);\n\n  overflow-x:hidden;\n}\n\n\/* MAIN WRAPPER *\/\n\n.vrc-page{\n  width:100%;\n  max-width:100vw;\n  margin:auto;\n  padding:clamp(18px,4vw,32px) clamp(18px,5vw,34px) 70px;\n}\n\n\/* INFO *\/\n\n.vrc-info-wrap{\n  margin-top:24px;\n}\n\n\/* SUBSCRIPTION *\/\n\n.vrc-subscription-line{\n\n  padding-bottom:22px;\n\n  border-bottom:2px solid #111;\n\n  margin-bottom:22px;\n}\n\n\n\n.vrc-subscription-top{\n  display:flex;\n  align-items:center;\n  gap:10px;\n  flex-wrap:wrap;\n}\n\n.vrc-days-inline{\n  font-size:clamp(30px,8vw,54px);\n  font-weight:300;\n  color:var(--blue);\n  line-height:1;\n}\n\n.vrc-free-inline{\n  font-size:clamp(22px,6vw,40px);\n  font-weight:800;\n  color:var(--blue);\n  line-height:1;\n}\n\n.vrc-sub-small{\n  margin-top:8px;\n  font-size:13px;\n  font-weight:500;\n  line-height:1.45;\n}\n\n\/* GUARANTEE *\/\n\n.vrc-guarantee{\n\n  margin-top:0;\n\n  margin-bottom:0;\n\n  font-size:clamp(18px,4.5vw,28px);\n\n  font-weight:800;\n\n  line-height:1.25;\n}\n\n\n\/* =========================\nPACKAGE LIST\n========================= *\/\n\n.vrc-package-list{\n\n  list-style:none;\n\n  margin:0;\n\n  padding:0 0 0 4px;\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n}\n\n.vrc-package-list li{\n\n  position:relative;\n\n  padding-left:30px;\n\n  font-size:15px;\n\n  line-height:1.7;\n\n  font-weight:500;\n\n  color:#3f3f3f;\n}\n\n.vrc-package-list li::before{\n\n  content:\"✓\";\n\n  position:absolute;\n\n  left:0;\n\n  top:1px;\n\n  color:var(--blue);\n\n  font-size:16px;\n\n  font-weight:800;\n}\n  \n\/* ICON GRID *\/\n\n.vrc-icons-grid{\n  margin-top:clamp(34px,6vw,54px);\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:clamp(38px,8vw,62px) clamp(24px,6vw,42px);\n  align-items:start;\n}\n\n.vrc-icon-card{\n  text-align:center;\n}\n\n.vrc-icon-card img{\n  width:clamp(48px,8vw,72px);\n  height:clamp(48px,8vw,72px);\n  object-fit:contain;\n  margin-bottom:16px;\n}\n\n.vrc-icon-label{\n  font-size:clamp(11px,2.8vw,14px);\n  line-height:1.55;\n  color:#777;\n  font-weight:500;\n  max-width:140px;\n  margin:auto;\n}\n\n\/* BUTTONS *\/\n\n.vrc-buttons{\n  display:flex;\n  flex-direction:column;\n  gap:28px;\n  margin:68px 0 0;\n}\n\n.vrc-button{\n  position:relative;\n\n  width:100%;\n\n  min-height:64px;\n\n  border:none !important;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  color:#fff;\n\n  font-size:17px;\n\n  font-weight:600;\n\n  padding:0 26px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  overflow:hidden;\n\n  cursor:pointer;\n\n  isolation:isolate;\n\n  box-shadow:\n    0 10px 18px rgba(18,172,239,.18),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .28s cubic-bezier(.16,1,.3,1),\n    box-shadow .28s cubic-bezier(.16,1,.3,1),\n    background .28s ease;\n}\n\n.vrc-button span{\n  font-size:34px;\n  line-height:1;\n}\n\n.vrc-fullpage{\n  position:fixed;\n  inset:0;\n  width:100vw;\n  height:100dvh;\n  z-index:999999;\n  background:rgba(245,245,243,.72);\n  backdrop-filter:blur(22px) saturate(140%);\n  overflow-y:auto;\n  padding:clamp(24px,4vw,40px) clamp(22px,5vw,44px) 120px;\n  transform:translate3d(100%,0,0);\n  opacity:0;\n  visibility:hidden;\n  pointer-events:none;\n  transition:transform .7s cubic-bezier(.16,1,.3,1), opacity .45s ease;\n}\n\n.vrc-fullpage.active{\n  transform:translate3d(0,0,0);\n  opacity:1;\n  visibility:visible;\n  pointer-events:auto;\n}\n\n.vrc-back{\n  display:flex;\n  align-items:center;\n  gap:10px;\n  width:max-content;\n  margin:0 0 34px;\n  padding:0;\n  border:none;\n  background:none;\n  font-size:15px;\n  font-weight:700;\n  color:#111;\n}\n\n.vrc-card{\n  background:rgba(255,255,255,.52);\n  backdrop-filter:blur(26px);\n  border:1px solid rgba(255,255,255,.68);\n  border-radius:34px;\n  padding:28px 24px;\n  margin-bottom:20px;\n}\n\n.vrc-fullpage h2{\n  font-size:clamp(34px,8vw,54px);\n  line-height:1.05;\n  font-weight:800;\n  margin:0 0 22px;\n}\n\n.vrc-fullpage h3{\n  font-size:clamp(22px,5vw,34px);\n  line-height:1.15;\n  font-weight:800;\n  margin:0 0 18px;\n}\n\n.vrc-fullpage p{\n  font-size:clamp(15px,3.7vw,18px);\n  line-height:1.8;\n  color:#2b2b2b;\n}\n\n.vrc-image{\n  width:100%;\n  display:block;\n  margin:34px 0;\n  border-radius:28px;\n}\n\n.vrc-phone-image{\n  width:86%;\n  display:block;\n  margin:32px auto;\n}\n\n.vrc-store-buttons{\n  display:flex;\n  justify-content:center;\n  gap:12px;\n  margin:24px 0 40px;\n}\n\n.vrc-store-buttons img{\n  height:34px;\n}\n\n\/* =========================\nSECTIONS\n========================= *\/\n\n.vrc-section{\n  margin-top:38px;\n}\n\n.vrc-section:first-child{\n  margin-top:0;\n}\n\n.vrc-section-title{\n\n  font-size:clamp(18px,4.5vw,26px);\n\n  font-weight:800;\n\n  margin-bottom:18px;\n\n  letter-spacing:-0.4px;\n\n  padding-left:0;\n}\n  \n.vrc-section-text{\n  font-size:clamp(14px,3.5vw,17px);\n  line-height:1.65;\n  font-weight:500;\n}\n\n\/* =========================\nHERO DESCRIPTION\n========================= *\/\n\n.vrc-hero-card{\n\n  position:relative;\n\n  padding:4px 0 0 14px;\n\n  margin-bottom:-4px;\n}\n\n.vrc-mini-badge{\n\n  display:inline-flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  min-height:32px;\n\n  padding:0 14px;\n\n  border-radius:999px;\n\n  background:\n    rgba(18,172,239,.10);\n\n  color:var(--blue);\n\n  font-size:11px;\n\n  font-weight:700;\n\n  letter-spacing:.8px;\n\n  margin-bottom:14px;\n}\n\n.vrc-main-title{\n\n  font-size:clamp(34px,9vw,58px);\n\n  line-height:.95;\n\n  font-weight:800;\n\n  letter-spacing:-2px;\n\n  margin:0 0 18px;\n\n  color:#111;\n\n  max-width:320px;\n}\n\n.vrc-main-description{\n\n  max-width:540px;\n}\n\n.vrc-main-description p{\n\n  font-size:clamp(15px,4vw,18px);\n\n  line-height:1.72;\n\n  color:#4d4d4d;\n\n  margin:0 0 14px;\n\n  font-weight:500;\n\n  letter-spacing:-0.1px;\n}\n\n.vrc-main-description p:last-child{\n  margin-bottom:0;\n}\n\n\/* =========================\nPRESENTATION PAGE\n========================= *\/\n\n.vrc-video-wrap{\n\n  margin:30px 0;\n}\n\n.vrc-video{\n\n  width:100%;\n\n  border-radius:28px;\n\n  display:block;\n\n  background:#000;\n\n  box-shadow:\n    0 12px 30px rgba(0,0,0,.14);\n}\n\n.vrc-list{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n\n  margin-top:20px;\n}\n\n.vrc-list-item{\n\n  font-size:15px;\n\n  line-height:1.7;\n\n  color:#444;\n\n  font-weight:500;\n}\n\n.vrc-presentation-buttons{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:16px;\n\n  margin:30px 0;\n}\n\n.vrc-download-btn{\n\n  min-height:58px;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #111 0%,\n      #222 100%\n    );\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  text-align:center;\n\n  padding:0 22px;\n\n  text-decoration:none;\n\n  color:#fff;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  box-shadow:\n    0 10px 24px rgba(0,0,0,.12);\n}\n\n\/* =========================\nDEMO BANNER\n========================= *\/\n\n.vrc-demo-banner{\n\n  position:relative;\n\n  overflow:hidden;\n\n  border-radius:34px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #ffffff 0%,\n      #f5f8fc 100%\n    );\n\n  padding:26px 24px;\n\n  margin:26px 0;\n\n  box-shadow:\n    0 12px 30px rgba(0,0,0,.08);\n}\n\n.vrc-demo-content{\n\n  position:relative;\n\n  z-index:2;\n\n  width:58%;\n\n  padding-right:8px;\n}\n\n.vrc-demo-title{\n\n  font-size:28px;\n\n  line-height:1.05;\n\n  font-weight:800;\n\n  color:#111;\n\n  margin-bottom:14px;\n\n  letter-spacing:-1px;\n}\n\n.vrc-demo-text{\n\n  font-size:14px;\n\n  line-height:1.6;\n\n  color:#555;\n\n  margin-bottom:22px;\n\n  font-weight:500;\n}\n\n.vrc-demo-buttons{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:10px;\n\n  flex-wrap:nowrap;\n}\n\n.vrc-demo-buttons img{\n\n  height:38px;\n\n  width:auto;\n\n  display:block;\n}\n\n.vrc-demo-phone{\n\n  position:absolute;\n\n  right:-6px;\n\n  bottom:0;\n\n  width:40%;\n\n  display:flex;\n\n  align-items:flex-end;\n\n  justify-content:flex-end;\n}\n\n.vrc-demo-phone img{\n\n  width:100%;\n\n  display:block;\n\n  transform:translateY(6px);\n}\n  \n\/* =========================\nGALLERY SLIDER\n========================= *\/\n\n.vrc-gallery-slider{\n\n  position:relative;\n\n  margin-top:34px;\n}\n\n.vrc-gallery-track{\n\n  position:relative;\n\n  width:100%;\n\n  min-height:220px;\n}\n\n.vrc-gallery-image{\n\n  position:absolute;\n\n  inset:0;\n\n  width:100%;\n\n  border-radius:24px;\n\n  display:block;\n\n  opacity:0;\n\n  visibility:hidden;\n\n  transform:translateX(30px);\n\n  transition:\n    opacity .45s ease,\n    transform .55s ease;\n\n  box-shadow:\n    0 10px 24px rgba(0,0,0,.10);\n}\n\n.vrc-gallery-image.active{\n\n  opacity:1;\n\n  visibility:visible;\n\n  transform:translateX(0);\n}\n\n.vrc-gallery-dots{\n\n  display:flex;\n\n  justify-content:center;\n\n  gap:10px;\n\n  margin-top:18px;\n}\n\n.vrc-gallery-dot{\n\n  width:10px;\n\n  height:10px;\n\n  border-radius:999px;\n\n  background:#d2d2d2;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.vrc-gallery-dot.active{\n\n  background:var(--blue);\n\n  transform:scale(1.2);\n}\n\n  \n\/* SLIDER *\/\n\n.vrc-slider{\n\n  margin-top:64px;\n\n  text-align:center;\n\n  position:relative;\n\n  min-height:460px;\n\n  overflow:hidden;\n\n  padding-bottom:30px;\n}\n\n.vrc-slide{\n  position:absolute;\n  inset:0;\n  opacity:0;\n  visibility:hidden;\n  transform:translateX(40px);\n  transition:opacity .55s ease, transform .65s ease;\n}\n\n.vrc-slide.active{\n  opacity:1;\n  visibility:visible;\n  transform:translateX(0);\n}\n\n.vrc-slide img{\n  width:clamp(62px,10vw,90px);\n  height:clamp(62px,10vw,90px);\n  object-fit:contain;\n  margin-bottom:22px;\n}\n\n.vrc-slide-title{\n  font-size:clamp(20px,5vw,34px);\n  line-height:1.18;\n  font-weight:800;\n  margin-bottom:16px;\n}\n\n.vrc-slide-text{\n  font-size:clamp(14px,3.5vw,18px);\n  line-height:1.7;\n  max-width:520px;\n  margin:auto;\n  color:#444;\n}\n\n\/* SLIDER DOTS *\/\n\n.vrc-slider-dots{\n\n  position:absolute;\n\n  left:50%;\n\n  bottom:48px;\n\n  transform:translateX(-50%);\n\n  display:flex;\n\n  gap:10px;\n}\n\n.vrc-slider-dot{\n\n  width:10px;\n\n  height:10px;\n\n  border-radius:999px;\n\n  background:#d6d6d6;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.vrc-slider-dot.active{\n\n  background:var(--blue);\n\n  transform:scale(1.2);\n}\n\n\/* =========================\nFEATURE CARD\n========================= *\/\n\n.vrc-feature-card{\n\n  position:relative;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  gap:14px;\n\n  width:100%;\n\n  min-width:0;\n\n  background:#fff;\n\n  border:1px solid rgba(230,236,245,.95);\n\n  border-radius:22px;\n\n  padding:18px;\n\n  overflow:hidden;\n\n  box-shadow:\n    0 4px 10px rgba(15,23,42,.03),\n    0 1px 2px rgba(15,23,42,.04);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-feature-card:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 12px 24px rgba(15,23,42,.06);\n}\n\n\/* =========================\nFEATURE TOP\n========================= *\/\n\n.vrc-feature-top{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:14px;\n\n  flex:1;\n\n  min-width:0;\n\n  overflow:hidden;\n}\n\n\/* =========================\nICON BOX\n========================= *\/\n\n.vrc-feature-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:#fff;\n\n  border:\n    1px solid rgba(210,228,245,.9);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.9),\n    0 2px 6px rgba(15,23,42,.04);\n}\n\n\/* SVG ICON *\/\n\n.vrc-feature-icon img{\n\n  width:32px;\n\n  height:32px;\n\n  display:block;\n\n  object-fit:contain;\n}\n  \n\/* =========================\nTEXT\n========================= *\/\n\n.vrc-feature-text{\n\n  flex:1;\n\n  min-width:0;\n\n  font-size:15px;\n\n  line-height:1.45;\n\n  font-weight:600;\n\n  color:#24324a;\n\n  letter-spacing:-0.15px;\n\n  word-break:break-word;\n\n  overflow-wrap:anywhere;\n}\n\n\/* =========================\nCHECK\n========================= *\/\n\n.vrc-feature-check{\n\n  width:30px;\n\n  height:30px;\n\n  border-radius:999px;\n\n  background:#fff;\n\n  border:2px solid #12acef;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#12acef;\n\n  font-size:14px;\n\n  font-weight:900;\n\n  box-shadow:\n    0 2px 6px rgba(18,172,239,.10);\n}\n\n\/* =========================\nFEATURE SECTION SPACING\n========================= *\/\n\n.vrc-spec-section{\n\n  margin-top:56px;\n}\n\n.vrc-spec-section:first-child{\n\n  margin-top:0;\n}\n\n.vrc-spec-title{\n\n  font-size:22px;\n\n  font-weight:800;\n\n  letter-spacing:-0.5px;\n\n  margin-bottom:22px;\n\n  margin-top:0;\n\n  color:#111;\n}\n\n.vrc-feature-grid{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:16px;\n}\n\n\/* =========================\nFEATURES HERO\n========================= *\/\n\n.vrc-spec-hero{\n\n  position:relative;\n\n  overflow:hidden;\n\n  padding-right:clamp(72px,20vw,110px);\n}\n\n.vrc-spec-hero h2{\n\n  font-size:clamp(24px,6.5vw,42px);\n\n  line-height:1.02;\n\n  letter-spacing:-1.4px;\n\n  white-space:nowrap;\n\n  margin-bottom:18px;\n}\n\n.vrc-spec-logo{\n\n  position:absolute;\n\n  top:clamp(18px,4vw,24px);\n\n  right:clamp(18px,4vw,24px);\n\n  width:clamp(50px,14vw,72px);\n\n  height:clamp(50px,14vw,72px);\n\n  object-fit:contain;\n\n  border-radius:clamp(16px,4vw,22px);\n\n  background:#fff;\n\n  padding:0;\n\n  box-shadow:\n    0 6px 18px rgba(15,23,42,.08);\n}\n\n\/* =========================\nBLUE DOWNLOAD BUTTON\n========================= *\/\n\n.vrc-look-btn{\n\n  width:100%;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:18px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  gap:16px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  box-shadow:\n    0 12px 24px rgba(18,172,239,.22),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-look-btn:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 16px 30px rgba(18,172,239,.26);\n}\n\n\/* LEFT *\/\n\n.vrc-look-btn-left{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:14px;\n\n  min-width:0;\n}\n\n\/* ICON *\/\n\n.vrc-look-btn-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:rgba(255,255,255,.18);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#fff;\n\n  font-size:22px;\n\n  font-weight:700;\n}\n\n\/* TEXT *\/\n\n.vrc-look-btn-content{\n\n  text-align:left;\n}\n\n.vrc-look-btn-title{\n\n  font-size:16px;\n\n  font-weight:700;\n\n  color:#fff;\n\n  line-height:1.2;\n}\n\n.vrc-look-btn-sub{\n\n  font-size:13px;\n\n  color:rgba(255,255,255,.82);\n\n  margin-top:4px;\n}\n\n\/* ARROW *\/\n\n.vrc-look-btn-arrow{\n\n  font-size:28px;\n\n  color:#fff;\n\n  flex-shrink:0;\n\n  line-height:1;\n}\n \/* =========================\nBLUE DOWNLOAD BUTTON\n========================= *\/\n\n.vrc-look-btn{\n\n  width:100%;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:18px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  gap:16px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  box-shadow:\n    0 12px 24px rgba(18,172,239,.22),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-look-btn:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 16px 30px rgba(18,172,239,.26);\n}\n\n\/* LEFT *\/\n\n.vrc-look-btn-left{\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  gap:14px;\n\n  min-width:0;\n\n  width:100%;\n}\n\n\/* ICON *\/\n\n.vrc-look-btn-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:rgba(255,255,255,.18);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#fff;\n\n  font-size:22px;\n\n  font-weight:700;\n}\n\n\/* TEXT *\/\n\n.vrc-look-btn-content{\n\n  text-align:left;\n}\n\n.vrc-look-btn-title{\n\n  font-size:16px;\n\n  font-weight:700;\n\n  color:#fff;\n\n  line-height:1.2;\n}\n\n.vrc-look-btn-sub{\n\n  font-size:13px;\n\n  color:rgba(255,255,255,.82);\n\n  margin-top:4px;\n}\n\n\/* SUPPORT BUTTON *\/\n\n.vrc-support-btn{\n\n  position:relative;\n\n  width:100%;\n\n  min-height:62px;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:0 24px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  color:#fff;\n\n  font-size:16px;\n\n  font-weight:700;\n\n  letter-spacing:-0.2px;\n\n  margin-top:38px;\n\n  box-shadow:\n    0 14px 30px rgba(18,172,239,.22),\n    0 6px 14px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-support-btn:active{\n\n  transform:scale(.985);\n}\n\n\n\n.vrc-support-btn::after{\n\n  content:\"›\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  opacity:.9;\n}\n\n\/* POPUP *\/\n\n.vrc-support-popup{\n\n  position:fixed;\n\n  inset:0;\n\n  background:rgba(0,0,0,.45);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  z-index:9999999;\n\n  opacity:0;\n\n  visibility:hidden;\n\n  transition:.3s ease;\n}\n\n.vrc-support-popup.active{\n\n  opacity:1;\n\n  visibility:visible;\n}\n\n\/* BOX *\/\n\n.vrc-support-box{\n\n  width:88%;\n\n  max-width:340px;\n\n  background:#fff;\n\n  border-radius:28px;\n\n  padding:28px 22px;\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n\n  box-shadow:\n    0 20px 40px rgba(0,0,0,.18);\n}\n\n\/* TITLE *\/\n\n.vrc-support-title{\n\n  font-size:22px;\n\n  font-weight:800;\n\n  text-align:center;\n\n  margin-bottom:4px;\n}\n\n\/* SUBTITLE *\/\n\n.vrc-support-subtitle{\n\n  text-align:center;\n\n  font-size:14px;\n\n  color:#777;\n\n  margin-bottom:10px;\n}\n\n\/* OPTIONS *\/\n\n.vrc-support-option{\n\n  min-height:58px;\n\n  border-radius:20px;\n\n  background:#f5f7fa;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:flex-start;\n\n  gap:14px;\n\n  padding:0 18px;\n\n  text-decoration:none;\n\n  color:#111;\n\n  font-size:15px;\n\n  font-weight:600;\n\n  transition:\n    transform .2s ease,\n    background .2s ease;\n}\n\n.vrc-support-option:active{\n\n  transform:scale(.985);\n}\n\n.vrc-support-option-icon{\n\n  font-size:20px;\n}\n\n.vrc-support-option-icon-svg{\n\n  width:22px;\n\n  height:22px;\n\n  object-fit:contain;\n\n  flex-shrink:0;\n\n  opacity:.9;\n}\n  \n\/* CLOSE BUTTON *\/\n\n.vrc-support-close{\n\n  margin-top:8px;\n\n  min-height:50px;\n\n  border:none;\n\n  border-radius:18px;\n\n  background:#111;\n\n  color:#fff;\n\n  font-size:14px;\n\n  font-weight:700;\n}\n\n.vrc-support-btn,\n.vrc-support-popup,\n.vrc-support-box,\n.vrc-support-title,\n.vrc-support-subtitle,\n.vrc-support-option,\n.vrc-support-close{\n\n  font-family:'Poppins',sans-serif;\n}\n\n\/* WHATSAPP BUTTON *\/\n\n.vrc-whatsapp-btn{\n\n  width:100%;\n\n  min-height:68px;\n\n  margin-top:16px;\n\n  border-radius:24px;\n\n  padding:16px 22px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:flex-start;\n\n  gap:14px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #25D366 0%,\n      #1ebe5d 100%\n    );\n\n  color:#fff;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  line-height:1.45;\n\n  font-family:'Poppins',sans-serif;\n\n  box-shadow:\n    0 14px 30px rgba(37,211,102,.22),\n    0 6px 14px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-whatsapp-btn span{\n\n  color:#fff;\n}\n  \n.vrc-whatsapp-btn:active{\n\n  transform:scale(.985);\n}\n\n.vrc-whatsapp-icon{\n\n  width:24px;\n\n  height:24px;\n\n  object-fit:contain;\n\n  flex-shrink:0;\n}\n\n\/* FEATURES + PRESENTATION BUTTONS *\/\n\n.vrc-button{\n\n  font-family:'Poppins',sans-serif;\n}\n\n.vrc-button::after{\n\n  content:\"›\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  opacity:.9;\n\n  line-height:1;\n}\n\n.vrc-button span{\n\n  display:none;\n}\n\n@media(max-width:360px){\n\n  .vrc-spec-hero{\n\n    padding-right:74px;\n  }\n\n  .vrc-spec-hero h2{\n\n    font-size:22px;\n\n    padding-right:0;\n  }\n\n  .vrc-spec-logo{\n\n    width:52px;\n\n    height:52px;\n\n    top:18px;\n\n    right:18px;\n  }\n}\n\n .vrc-button span{\n\n  display:none;\n}\n\n\/* BACK BUTTON *\/\n\n.vrc-back{\n\n  font-family:'Poppins',sans-serif;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  letter-spacing:-0.2px;\n\n  display:flex;\n\n  align-items:center;\n\n  gap:6px;\n}\n\n.vrc-back::before{\n\n  content:\"‹\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  line-height:1;\n} \n  \n\u003c\/style\u003e\n\n\u003cdiv class=\"vrc-page\"\u003e\n\n\u003cdiv class=\"vrc-info-wrap\"\u003e\n\n\u003c!-- SUBSCRIPTION --\u003e\n\n\u003cdiv class=\"vrc-subscription-line\"\u003e\n\n\u003cdiv class=\"vrc-subscription-top\"\u003e\n\n\u003cspan class=\"vrc-days-inline\"\u003e\nCAN BUS\n\u003c\/span\u003e\n\n\u003cspan class=\"vrc-free-inline\"\u003e\nSECURITY INTEGRATION\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-sub-small\"\u003e\nProfessional converter for alarm and GPS\/GSM systems\n\u003c\/div\u003e\n\n\u003c!-- GUARANTEE --\u003e\n\n\u003cdiv class=\"vrc-guarantee\"\u003e\nSupports up to 3 CAN BUS connections\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n  \n\u003c!-- DESCRIPTION --\u003e\n\n\u003cdiv class=\"vrc-main-description\"\u003e\n\u003cp\u003e\nThe SEO CANsafe reads and sends CAN BUS signals, connecting the vehicle’s electronic systems with professional security, alarm, immobilizer, and GPS\/GSM solutions.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- PACKAGE --\u003e\n\n\u003cdiv class=\"vrc-section\"\u003e\n\n\u003cdiv class=\"vrc-section-title\"\u003e\nThe Package Includes\n\u003c\/div\u003e\n\n\u003cul class=\"vrc-package-list\"\u003e\n\n\u003cli\u003eSEO CANsafe converter\u003c\/li\u003e\n\u003cli\u003e11-pin connection interface\u003c\/li\u003e\n\u003cli\u003eCAN BUS security integration\u003c\/li\u003e\n\u003cli\u003eVehicle-specific connection diagrams\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- BUTTONS --\u003e\n\n\u003cdiv class=\"vrc-buttons\"\u003e\n\n\u003cbutton class=\"vrc-button\" data-open=\"presentationPage\"\u003e\nPresentation\n\u003cspan\u003e\u0026gt;\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003cbutton class=\"vrc-button\" data-open=\"specsPage\"\u003e\nFeatures\n\u003cspan\u003e\u0026gt;\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-fullpage\" id=\"presentationPage\"\u003e\n\n\u003cbutton class=\"vrc-back\" data-close=\"presentationPage\"\u003e\nPresentation\n\u003c\/button\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv class=\"vrc-card\"\u003e\n\n\u003cdiv class=\"vrc-mini-badge\"\u003e\nSEO CANsafe Vehicle Security Integration\n\u003c\/div\u003e\n\n\u003ch2\u003e\nComplete\u003cbr\u003eCAN BUS Security Solution\n\u003c\/h2\u003e\n\n\u003c!-- VIDEO: original video structure retained; add the SEO CANsafe video source and remove display:none --\u003e\n\u003cdiv class=\"vrc-video-wrap\" style=\"display:none;\"\u003e\n\n\u003cvideo class=\"vrc-video\" playsinline preload=\"metadata\" controls\u003e\u003c\/video\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FEATURES --\u003e\n\n\u003cdiv class=\"vrc-card\"\u003e\n\n\u003ch3\u003e\nWhat It Offers\n\u003c\/h3\u003e\n\n\u003cdiv class=\"vrc-list\"\u003e\n\n\u003cdiv class=\"vrc-list-item\"\u003e• CAN BUS signal reading\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• CAN BUS command sending\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Digital-to-analog signal conversion\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Analog-to-CAN command conversion\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Integration with car alarms and GPS\/GSM modules\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Support for up to 3 CAN BUS connections\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Integration with the SEO PERFECT alarm system\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Immobilizer and anti-theft-system integration\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Vehicle-specific programming\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Professional security-system integration\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- BENEFITS --\u003e\n\n\u003cdiv class=\"vrc-card\"\u003e\n\n\u003ch3\u003e\nWhat you gain\n\u003c\/h3\u003e\n\n\u003cdiv class=\"vrc-list\"\u003e\n\n\u003cdiv class=\"vrc-list-item\"\u003e• Stronger vehicle protection\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Cleaner security-system integration\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Reliable CAN BUS communication\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Better response from alarms or GPS modules\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Professional vehicle-specific setup\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Advanced anti-theft integration\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• A more complete vehicle-protection setup\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- VEHICLE-SPECIFIC SETUP --\u003e\n\n\u003cdiv class=\"vrc-demo-banner\"\u003e\n\n\u003cdiv class=\"vrc-demo-content\" style=\"width:100%;padding-right:0;\"\u003e\n\n\u003cdiv class=\"vrc-demo-title\"\u003e\nVehicle-Specific Setup\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-demo-text\"\u003e\nInstallation is carried out according to the provided vehicle connection diagram. Each supported vehicle uses the dedicated program number shown in its corresponding diagram.\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-demo-buttons\" style=\"display:none;\"\u003e\n\u003ca href=\"#\" onclick=\"return false;\"\u003e\u003cimg src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\"\u003e\u003c\/a\u003e\n\u003ca href=\"#\" onclick=\"return false;\"\u003e\u003cimg src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\"\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-demo-phone\" style=\"display:none;\"\u003e\n\u003cimg src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\"\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- MOBILE PDF BUTTONS --\u003e\n\n\u003cdiv class=\"vrc-presentation-buttons\"\u003e\n\n\u003ca class=\"vrc-look-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/general_scheme.pdf?v=1782128348\" target=\"_blank\"\u003e\n\n\u003cdiv class=\"vrc-look-btn-left\"\u003e\n\n\u003cdiv class=\"vrc-look-btn-icon\"\u003e\n↓\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-look-btn-content\"\u003e\n\n\u003cdiv class=\"vrc-look-btn-title\"\u003e\nGeneral Sheme\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-look-btn-sub\"\u003e\nOpen the SEO CANsafe general connection scheme\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/a\u003e\n\n\u003ca class=\"vrc-look-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SEO_CANsafe_615110xx.pdf?v=1782128350\" target=\"_blank\"\u003e\n\n\u003cdiv class=\"vrc-look-btn-left\"\u003e\n\n\u003cdiv class=\"vrc-look-btn-icon\"\u003e\n↓\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-look-btn-content\"\u003e\n\n\u003cdiv class=\"vrc-look-btn-title\"\u003e\nSupported Vehicles List\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-look-btn-sub\"\u003e\nView the complete list of supported vehicles\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SLIDES: original structure retained; add SEO CANsafe image URLs and remove display:none --\u003e\n\u003cdiv class=\"vrc-gallery-slider\" style=\"display:none;\"\u003e\n\n\u003cdiv class=\"vrc-gallery-track\"\u003e\n\n\u003cimg class=\"vrc-gallery-image active\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\"\u003e\n\u003cimg class=\"vrc-gallery-image\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\"\u003e\n\u003cimg class=\"vrc-gallery-image\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-gallery-dots\"\u003e\n\n\u003cspan class=\"vrc-gallery-dot active\"\u003e\u003c\/span\u003e\n\u003cspan class=\"vrc-gallery-dot\"\u003e\u003c\/span\u003e\n\u003cspan class=\"vrc-gallery-dot\"\u003e\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FEATURES PAGE --\u003e\n\n\u003cdiv class=\"vrc-fullpage\" id=\"specsPage\"\u003e\n\n\u003cbutton class=\"vrc-back\" data-close=\"specsPage\"\u003e\nFeatures\n\u003c\/button\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv class=\"vrc-card vrc-spec-hero\"\u003e\n\n\u003cimg class=\"vrc-spec-logo\" src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/shield-lock.svg\"\u003e\n\n\u003ch2\u003eFeatures\u003c\/h2\u003e\n\n\u003cp\u003e\nSEO CANsafe technical specifications.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- MAIN FEATURES CARD --\u003e\n\n\u003cdiv class=\"vrc-card\"\u003e\n\n\u003cdiv class=\"vrc-spec-section\"\u003e\n\n\u003cdiv class=\"vrc-spec-title\"\u003e\nTechnical Specifications\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-grid\"\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\" style=\"align-items:flex-start;\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\" style=\"display:block; width:100%;\"\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:13px; line-height:1.45; font-weight:600; color:#6b7280; margin-bottom:7px;\"\u003e\nPower supply\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:16px; line-height:1.4; font-weight:800; color:#111;\"\u003e\n12V (9÷16V)\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\" style=\"align-items:flex-start;\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\" style=\"display:block; width:100%;\"\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:13px; line-height:1.45; font-weight:600; color:#6b7280; margin-bottom:7px;\"\u003e\nCurrent consumption in sleep mode (at 12V)\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:16px; line-height:1.4; font-weight:800; color:#111;\"\u003e\n0,95 mA\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\" style=\"align-items:flex-start;\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\" style=\"display:block; width:100%;\"\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:13px; line-height:1.45; font-weight:600; color:#6b7280; margin-bottom:7px;\"\u003e\nCurrent consumption in work mode (at 12V)\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:16px; line-height:1.4; font-weight:800; color:#111;\"\u003e\n23,7 mA\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\" style=\"align-items:flex-start;\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\" style=\"display:block; width:100%;\"\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:13px; line-height:1.45; font-weight:600; color:#6b7280; margin-bottom:7px;\"\u003e\nOperating temperature range\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:16px; line-height:1.4; font-weight:800; color:#111;\"\u003e\n-40°C ÷ +85°C\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\" style=\"align-items:flex-start;\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\" style=\"display:block; width:100%;\"\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:13px; line-height:1.45; font-weight:600; color:#6b7280; margin-bottom:7px;\"\u003e\nNumber of supported CAN BUSes\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:16px; line-height:1.4; font-weight:800; color:#111;\"\u003e\n3\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\" style=\"align-items:flex-start;\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\" style=\"display:block; width:100%;\"\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:13px; line-height:1.45; font-weight:600; color:#6b7280; margin-bottom:7px;\"\u003e\nJ1708 (SAE J1587) BUS support\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:16px; line-height:1.4; font-weight:800; color:#111;\"\u003e\nYES\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\" style=\"align-items:flex-start;\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\" style=\"display:block; width:100%;\"\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:13px; line-height:1.45; font-weight:600; color:#6b7280; margin-bottom:7px;\"\u003e\nLIN support\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:16px; line-height:1.4; font-weight:800; color:#111;\"\u003e\nYES\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\" style=\"align-items:flex-start;\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\" style=\"display:block; width:100%;\"\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:13px; line-height:1.45; font-weight:600; color:#6b7280; margin-bottom:7px;\"\u003e\nSupported CAN BUS speed\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:16px; line-height:1.4; font-weight:800; color:#111;\"\u003e\n20 kb\/s ÷ 1000 kb\/s\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\" style=\"align-items:flex-start;\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\" style=\"display:block; width:100%;\"\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:13px; line-height:1.45; font-weight:600; color:#6b7280; margin-bottom:7px;\"\u003e\nDimensions\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:16px; line-height:1.4; font-weight:800; color:#111;\"\u003e\n851 x 36 x 16,0 mm\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\" style=\"align-items:flex-start;\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\" style=\"display:block; width:100%;\"\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:13px; line-height:1.45; font-weight:600; color:#6b7280; margin-bottom:7px;\"\u003e\nWeight\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:16px; line-height:1.4; font-weight:800; color:#111;\"\u003e\n93g\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\" style=\"align-items:flex-start;\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\" style=\"display:block; width:100%;\"\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:13px; line-height:1.45; font-weight:600; color:#6b7280; margin-bottom:7px;\"\u003e\nPCB marking\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\" style=\"font-size:16px; line-height:1.4; font-weight:800; color:#111;\"\u003e\nU193 (U195)\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n  \n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-mobile-only\"\u003e\n\u003c!-- SLIDER --\u003e\n\n\u003cdiv class=\"vrc-slider\"\u003e\n\n\u003cdiv class=\"vrc-slide active\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0996\/6780\/4537\/files\/132.svg?v=1778228608\"\u003e\n\n\u003cdiv class=\"vrc-slide-title\"\u003e\nDoes the device require professional installation?\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slide-text\"\u003e\nYes. The SEO CANsafe must be connected according to the correct vehicle wiring diagram and programmed using the dedicated vehicle program number.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slide\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/seo-cansafe-2.png?v=1782129190\"\u003e\n\n\u003cdiv class=\"vrc-slide-title\"\u003e\nHow is the vehicle-specific setup selected?\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slide-text\"\u003e\nEach supported vehicle has a dedicated connection diagram and program number. The installer must use the configuration specified for that vehicle.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slide\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/seo-cansafe-3.png?v=1782129190\"\u003e\n\n\u003cdiv class=\"vrc-slide-title\"\u003e\nWhich systems can it integrate with?\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slide-text\"\u003e\nThe SEO CANsafe can work with car security systems, the SEO PERFECT alarm system, GPS\/GSM tracking modules, immobilizers, and anti-theft systems.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-slider-dots\"\u003e\n\n\u003cspan class=\"vrc-slider-dot active\"\u003e\u003c\/span\u003e\n\u003cspan class=\"vrc-slider-dot\"\u003e\u003c\/span\u003e\n\u003cspan class=\"vrc-slider-dot\"\u003e\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n  \n\u003cbutton class=\"vrc-support-btn mobile-contact-btn\" id=\"openSupportPopup\"\u003e\n\nContact Support\n  \n\u003c\/button\u003e\n\n\u003cdiv class=\"vrc-support-popup\" id=\"supportPopup\"\u003e\n\n\u003cdiv class=\"vrc-support-box\"\u003e\n\n\u003cdiv class=\"vrc-support-title\"\u003e\nContact Support\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-support-subtitle\"\u003e\nChoose your preferred contact method.\n\u003c\/div\u003e\n\n\u003ca href=\"tel:+302310365067\" class=\"vrc-support-option\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/phone.svg\" class=\"vrc-support-option-icon-svg\"\u003e\n\n\u003cspan\u003eCall Support\u003c\/span\u003e\n\n\u003c\/a\u003e\n\n\u003ca href=\"mailto:support@skytrack.gr\" class=\"vrc-support-option\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/mail.svg\" class=\"vrc-support-option-icon-svg\"\u003e\n\n\u003cspan\u003eEmail Support\u003c\/span\u003e\n\n\u003c\/a\u003e\n\n\u003cbutton class=\"vrc-support-close\" id=\"closeSupportPopup\"\u003e\n\nClose\n\n\u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- WHATSAPP BUTTON --\u003e\n\n\u003ca href=\"https:\/\/wa.me\/306945641644\" class=\"vrc-whatsapp-btn mobile-contact-btn\" target=\"_blank\"\u003e\n\n\u003cimg src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" class=\"vrc-whatsapp-icon\"\u003e\n\n\u003cspan\u003e\nChat with us on WhatsApp\n\u003c\/span\u003e\n\n\u003c\/a\u003e\n  \n\n\n\u003cscript\u003e\n\n\/* SAVE SCROLL *\/\n\nlet vrcScrollPosition = 0;\n\n\/* OPEN *\/\n\ndocument.querySelectorAll('[data-open]').forEach(function(button){\n\nbutton.addEventListener('click',function(){\n\nconst page = document.getElementById(\nbutton.getAttribute('data-open')\n);\n\nvrcScrollPosition = window.scrollY;\n\ndocument.body.style.position = 'fixed';\ndocument.body.style.top = `-${vrcScrollPosition}px`;\n\npage.classList.add('active');\n\n});\n\n});\n\n\/* CLOSE *\/\n\ndocument.querySelectorAll('[data-close]').forEach(function(button){\n\nbutton.addEventListener('click',function(){\n\nconst page = document.getElementById(\nbutton.getAttribute('data-close')\n);\n\npage.classList.remove('active');\n\ndocument.body.style.position = '';\ndocument.body.style.top = '';\n\ndocument.documentElement.style.scrollBehavior = 'auto';\n\nwindow.scrollTo(0, vrcScrollPosition);\n\nsetTimeout(() =\u003e {\n  document.documentElement.style.scrollBehavior = '';\n}, 50);\n\n});\n\n});\n\n\/* SLIDER *\/\n\nconst slides = document.querySelectorAll('.vrc-slide');\nconst dots = document.querySelectorAll('.vrc-slider-dot');\n\nlet currentSlide = 0;\n\nfunction showSlide(index){\n\n  slides.forEach((slide)=\u003e{\n    slide.classList.remove('active');\n  });\n\n  dots.forEach((dot)=\u003e{\n    dot.classList.remove('active');\n  });\n\n  slides[index].classList.add('active');\n\n  dots[index].classList.add('active');\n}\n\n\/* DOT CLICK *\/\n\ndots.forEach((dot,index)=\u003e{\n\n  dot.addEventListener('click',()=\u003e{\n\n    currentSlide = index;\n\n    showSlide(currentSlide);\n\n  });\n\n});\n\n\/* SWIPE *\/\n\nlet startX = 0;\n\nconst slider = document.querySelector('.vrc-slider');\n\nslider.addEventListener('touchstart',(e)=\u003e{\n\n  startX = e.touches[0].clientX;\n\n});\n\nslider.addEventListener('touchend',(e)=\u003e{\n\n  let endX = e.changedTouches[0].clientX;\n\n  let diff = startX - endX;\n\n  if(Math.abs(diff) \u003e 50){\n\n    if(diff \u003e 0){\n\n      currentSlide++;\n\n      if(currentSlide \u003e= slides.length){\n        currentSlide = 0;\n      }\n\n    } else {\n\n      currentSlide--;\n\n      if(currentSlide \u003c 0){\n        currentSlide = slides.length - 1;\n      }\n    }\n\n    showSlide(currentSlide);\n  }\n\n});\n\/* MOBILE VIDEO PLAY *\/\n\ndocument.querySelectorAll('.vrc-video').forEach(video =\u003e {\n\n  video.addEventListener('click', function(){\n\n    if(video.paused){\n\n      video.play();\n\n    } else {\n\n      video.pause();\n\n    }\n\n  });\n\n});\n\n\/* =========================\nGALLERY SLIDER\n========================= *\/\n\nconst galleryImages = document.querySelectorAll('.vrc-gallery-image');\n\nconst galleryDots = document.querySelectorAll('.vrc-gallery-dot');\n\nlet galleryIndex = 0;\n\nfunction showGallerySlide(index){\n\n  galleryImages.forEach((img)=\u003e{\n    img.classList.remove('active');\n  });\n\n  galleryDots.forEach((dot)=\u003e{\n    dot.classList.remove('active');\n  });\n\n  galleryImages[index].classList.add('active');\n\n  galleryDots[index].classList.add('active');\n}\n\n\/* DOT CLICK *\/\n\ngalleryDots.forEach((dot,index)=\u003e{\n\n  dot.addEventListener('click',()=\u003e{\n\n    galleryIndex = index;\n\n    showGallerySlide(galleryIndex);\n\n  });\n\n});\n\n\/* AUTO SLIDE *\/\n\nsetInterval(()=\u003e{\n\n  galleryIndex++;\n\n  if(galleryIndex \u003e= galleryImages.length){\n\n    galleryIndex = 0;\n  }\n\n  showGallerySlide(galleryIndex);\n\n},3500);\n  \n  const supportPopup = document.getElementById('supportPopup');\n\ndocument.getElementById('openSupportPopup').addEventListener('click',()=\u003e{\n\n  supportPopup.classList.add('active');\n\n});\n\ndocument.getElementById('closeSupportPopup').addEventListener('click',()=\u003e{\n\n  supportPopup.classList.remove('active');\n});\n  \n\u003c\/script\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":53420596396379,"sku":"000000000001245","price":74.4,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/seo-cansafe-product-pic.png?v=1782127323"},{"product_id":"dashcam-4g-gps-2ch-1","title":"Dashcam: 4G+GPS 2CH+1","description":"\u003c!-- =====================================================\nDEVICE SWITCHER\nDESKTOP = DASHCAM PRODUCT PAGE (EN)\nMOBILE = DASHCAM PRODUCT PAGE (EN)\n===================================================== --\u003e\n\n\u003cstyle\u003e\n\n\/* =========================\nDEVICE SWITCHER\n========================= *\/\n\n.bk6mzj-desktop-only{\n  display:block;\n}\n\n.bk6mzj-mobile-only{\n  display:none;\n}\n\n\/* MOBILE *\/\n\n@media screen and (max-width:1024px){\n\n  .bk6mzj-desktop-only{\n    display:none !important;\n  }\n\n  .bk6mzj-mobile-only{\n    display:block !important;\n  }\n\n}\n\n\/* DESKTOP *\/\n\n@media screen and (min-width:1025px){\n\n  .bk6mzj-desktop-only{\n    display:block !important;\n  }\n\n  .bk6mzj-mobile-only{\n    display:none !important;\n  }\n\n}\n\n\u003c\/style\u003e\n\n\u003c!-- desktop--\u003e\n\n\u003cdiv class=\"bk6mzj-desktop-only\"\u003e\n\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\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\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  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\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  \/* Colors *\/\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}\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}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\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}\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}\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 10px;\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: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\n\n\n\/* ================= DESKTOP CONTACT BUTTONS UNDER Q\u0026A ================= *\/\n.desktop-contact-actions{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-top:30px;\n  margin-bottom:10px;\n}\n\n.desktop-support-btn,\n.desktop-whatsapp-btn{\n  width:100%;\n  height:88px;\n  min-height:88px;\n  border:none;\n  border-radius:24px;\n  padding:18px 22px;\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  text-decoration:none;\n  font-family:'Poppins',sans-serif;\n  font-size:16px;\n  font-weight:700;\n  line-height:1.25;\n  box-shadow:\n    0 12px 24px rgba(0,0,0,.12),\n    0 4px 10px rgba(0,0,0,.08);\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n  overflow:hidden;\n  cursor:pointer;\n}\n\n.desktop-support-btn:hover,\n.desktop-whatsapp-btn:hover{\n  transform:translateY(-2px);\n}\n\n.desktop-support-btn{\n  background:linear-gradient(135deg,#111 0%,#222 100%);\n  color:#fff;\n}\n\n.desktop-whatsapp-btn{\n  background:linear-gradient(135deg,#25D366 0%,#1ebe5d 100%);\n  color:#fff;\n  gap:14px;\n}\n\n.desktop-whatsapp-icon{\n  width:24px;\n  height:24px;\n  object-fit:contain;\n  flex-shrink:0;\n}\n\n.desktop-whatsapp-btn span{\n  flex:1;\n  text-align:left;\n  line-height:1.25;\n  color:#fff;\n}\n\n.desktop-support-btn::after,\n.desktop-whatsapp-btn::after{\n  content:\"›\";\n  font-size:28px;\n  font-weight:300;\n  color:#fff;\n  flex-shrink:0;\n  line-height:1;\n}\n\n.desktop-support-popup{\n  position:fixed;\n  inset:0;\n  background:rgba(0,0,0,.45);\n  backdrop-filter:blur(10px);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  z-index:9999999;\n  opacity:0;\n  visibility:hidden;\n  transition:.3s ease;\n}\n\n.desktop-support-popup.active{\n  opacity:1;\n  visibility:visible;\n}\n\n.desktop-support-box{\n  width:88%;\n  max-width:340px;\n  background:#fff;\n  border-radius:28px;\n  padding:28px 22px;\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n  box-shadow:0 20px 40px rgba(0,0,0,.18);\n  font-family:'Poppins',sans-serif;\n}\n\n.desktop-support-title{\n  font-size:22px;\n  font-weight:800;\n  text-align:center;\n  margin-bottom:4px;\n}\n\n.desktop-support-subtitle{\n  text-align:center;\n  font-size:14px;\n  color:#777;\n  margin-bottom:10px;\n}\n\n.desktop-support-option{\n  min-height:58px;\n  border-radius:20px;\n  background:#f5f7fa;\n  display:flex;\n  align-items:center;\n  justify-content:flex-start;\n  gap:14px;\n  padding:0 18px;\n  text-decoration:none;\n  color:#111;\n  font-size:15px;\n  font-weight:600;\n}\n\n.desktop-support-option-icon-svg{\n  width:22px;\n  height:22px;\n  object-fit:contain;\n  flex-shrink:0;\n  opacity:.9;\n}\n\n.desktop-support-close{\n  margin-top:8px;\n  min-height:50px;\n  border:none;\n  border-radius:18px;\n  background:#111;\n  color:#fff;\n  font-size:14px;\n  font-weight:700;\n  cursor:pointer;\n  font-family:'Poppins',sans-serif;\n}\n\n@media screen and (max-width:1024px){\n  .desktop-contact-actions,\n  .desktop-support-popup{\n    display:none !important;\n  }\n}\n\n@media screen and (min-width:1025px){\n  .mobile-contact-btn{\n    display:none !important;\n  }\n}\n\n\/* Hide demo button by default *\/\n#bk6mzjDemoButton-en {\n  display: none;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\" style=\"padding-bottom:18px;border-bottom:2px solid #111;margin-bottom:24px;\"\u003e\n  \u003cspan style=\"color:#12acef;font-weight:400;\"\u003e3-in-1\u003c\/span\u003e\n  \u003cstrong style=\"color:#12acef;\"\u003e SMART DASHCAM\u003c\/strong\u003e\n  \u003cdiv style=\"font-size:16px;font-weight:600;color:#111;margin-top:8px;\"\u003e\n    Road Camera • Cabin Camera • GPS Tracking\n  \u003c\/div\u003e\n  \u003cdiv style=\"font-size:15px;font-weight:500;color:#555;margin-top:4px;\"\u003e\n    Monthly subscription €15 per vehicle, including a Skytrack SIM card\n  \u003c\/div\u003e\n  \u003cdiv style=\"font-size:22px;font-weight:800;color:#111;margin-top:4px;\"\u003e\n    14-day money-back guarantee\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"video-container\" style=\"padding-bottom:0;height:auto;background:#000;\"\u003e\n  \u003cvideo controls playsinline preload=\"metadata\" aria-label=\"Dashcam 4G + GPS with dual cameras\" style=\"width:100%;height:auto;display:block;object-fit:contain;background:#000;\"\u003e\n    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/0c81b20158ef418ba672f6bfd19687db.mp4\" type=\"video\/mp4\"\u003e\n    Your browser does not support HTML5 video.\n  \u003c\/source\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003e\n\u003cstrong\u003eSee the road. Protect the driver. Keep the evidence.\u003c\/strong\u003e\n\u003c\/p\u003e\n\u003cp\u003e\n  \n\u003c\/p\u003e\n\u003cp\u003e\nProtect every journey with a dual-camera dashcam that records both the road ahead and the vehicle cabin in Full HD. Review incidents, monitor vehicles remotely and keep clear video evidence when it matters most.\n\u003c\/p\u003e \n\n\u003cp\u003e\nWith 4G connectivity and GPS tracking, fleet managers can view the vehicle location and remotely access video recordings created when an event or incident is detected.\n\u003c\/p\u003e   \n\n\u003cp\u003e\nIdeal for taxis, ride-hailing vehicles, vans, trucks and company fleets that need greater visibility, security and accountability on every route.\n\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eThe Package Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e✔ Dual 1080p dashcam for road and cabin recording\u003cbr\u003e✔ 4G remote video access and GPS tracking\u003cbr\u003e✔ Infrared cabin recording for low-light conditions\u003cbr\u003e✔ Mobile and desktop platform access\u003cbr\u003e✔ Event and movement alerts\u003cbr\u003e✔ 2-year warranty\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMonitor your vehicles through the GPRS platform \u0026amp; app and get access to:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eVehicle location and status\u003c\/li\u003e\n\u003cli\u003eRoute history and route playback\u003c\/li\u003e\n\u003cli\u003eFront-road and cabin video recording\u003c\/li\u003e\n\u003cli\u003eInstant alerts for sudden impact or abnormal movement\u003c\/li\u003e\n\u003cli\u003eRemote access to recordings generated by events and incidents\u003c\/li\u003e\n\u003cli\u003eVideo and route history\u003c\/li\u003e\n\u003cli\u003eDevice, camera and connectivity status\u003c\/li\u003e\n\u003cli\u003eGeofence alerts when a vehicle enters or leaves a selected area\u003c\/li\u003e\n\u003cli\u003eManage multiple vehicles from one account\u003c\/li\u003e\n\u003cli\u003eNight-time cabin monitoring with infrared support\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSee where every vehicle is located\u003c\/li\u003e\n\u003cli\u003eDevice, camera and connectivity status\u003c\/li\u003e\n\u003cli\u003eImprove fleet visibility and accountability\u003c\/li\u003e\n\u003cli\u003eReduce time spent investigating incidents\u003c\/li\u003e\n\u003cli\u003eDiscourage unauthorised vehicle use\u003c\/li\u003e\n\u003cli\u003eMaintain visibility while vehicles are on the road\u003c\/li\u003e\n\u003cli\u003eSupport accident investigation and vehicle recovery\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\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\" target=\"_blank\"\u003e \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 \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \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 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\" id=\"bk6mzjDemoButton-en\"\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\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/dashcam-pic-1.png?v=1784291662\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/dashcam-pic-2.png?v=1784291667\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/dashcam-pic-3.png?v=1784291662\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Which vehicles is the Dashcam designed for? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eThe Dashcam is ideal for taxis, ride-hailing vehicles, vans, trucks and company fleets that need road and cabin video, GPS tracking and remote fleet visibility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eThe device requires a professional wired installation in the vehicle.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 1:\u003c\/strong\u003e Mount the dashcam on the windscreen and connect it to vehicle power with the help of a qualified installer.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 2:\u003c\/strong\u003e Download the app and create an account.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Do I need to buy a SIM card and data? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eNo. The monthly subscription includes a Skytrack SIM card and the data required for GPS tracking, event notifications and event-based video recording. Continuous live video streaming is not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e How can I pay the monthly subscription? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \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!-- DESKTOP CONTACT BUTTONS UNDER Q\u0026A --\u003e\n\u003cdiv class=\"desktop-contact-actions\"\u003e\n\n  \u003cbutton class=\"desktop-support-btn\" type=\"button\" id=\"bk6mzjDesktopSupportBtn-en\"\u003e\n    Contact Support\n  \u003c\/button\u003e\n\n  \u003ca class=\"desktop-whatsapp-btn\" href=\"https:\/\/wa.me\/306945641644\" target=\"_blank\"\u003e\n    \u003cimg class=\"desktop-whatsapp-icon\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" alt=\"WhatsApp\"\u003e\n    \u003cspan\u003eChat with us on WhatsApp\u003c\/span\u003e\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- DESKTOP SUPPORT POPUP --\u003e\n\u003cdiv class=\"desktop-support-popup\" id=\"bk6mzjDesktopSupportPopup-en\"\u003e\n\n  \u003cdiv class=\"desktop-support-box\"\u003e\n\n    \u003cdiv class=\"desktop-support-title\"\u003e\n      Contact Support\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"desktop-support-subtitle\"\u003e\n      Choose your preferred contact method.\n    \u003c\/div\u003e\n\n    \u003ca href=\"tel:+302310365067\" class=\"desktop-support-option\"\u003e\n      \u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/phone.svg\" class=\"desktop-support-option-icon-svg\" alt=\"Phone\"\u003e\n      \u003cspan\u003eCall Support\u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"mailto:support@skytrack.gr\" class=\"desktop-support-option\"\u003e\n      \u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/mail.svg\" class=\"desktop-support-option-icon-svg\" alt=\"Email\"\u003e\n      \u003cspan\u003eEmail Support\u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003cbutton class=\"desktop-support-close\" type=\"button\" id=\"bk6mzjDesktopSupportClose-en\"\u003e\n      Close\n    \u003c\/button\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n\n\n\/\/ ===== DESKTOP SUPPORT POPUP =====\nconst bk6mzjDesktopSupportBtnEn = document.getElementById(\"bk6mzjDesktopSupportBtn-en\");\nconst bk6mzjDesktopSupportPopupEn = document.getElementById(\"bk6mzjDesktopSupportPopup-en\");\nconst bk6mzjDesktopSupportCloseEn = document.getElementById(\"bk6mzjDesktopSupportClose-en\");\n\nif (bk6mzjDesktopSupportBtnEn \u0026\u0026 bk6mzjDesktopSupportPopupEn) {\n  bk6mzjDesktopSupportBtnEn.addEventListener(\"click\", function () {\n    bk6mzjDesktopSupportPopupEn.classList.add(\"active\");\n  });\n}\n\nif (bk6mzjDesktopSupportCloseEn \u0026\u0026 bk6mzjDesktopSupportPopupEn) {\n  bk6mzjDesktopSupportCloseEn.addEventListener(\"click\", function () {\n    bk6mzjDesktopSupportPopupEn.classList.remove(\"active\");\n  });\n}\n\nif (bk6mzjDesktopSupportPopupEn) {\n  bk6mzjDesktopSupportPopupEn.addEventListener(\"click\", function (e) {\n    if (e.target === bk6mzjDesktopSupportPopupEn) {\n      bk6mzjDesktopSupportPopupEn.classList.remove(\"active\");\n    }\n  });\n}\n\n\/\/ ===== SHOW DEMO BUTTON ONLY ON DESKTOP =====\n    var ua = navigator.userAgent || navigator.vendor || window.opera;\n\n    \/\/ mobile detection\n    var isMobile = \/android|iphone|ipad|ipod|iemobile|opera mini\/i.test(ua);\n\n    \/\/ touch detection (tablets \/ hybrid devices)\n    var isTouch = ('ontouchstart' in window) || (navigator.maxTouchPoints \u003e 0);\n\n    var bk6mzjDemoButtonEn = document.getElementById(\"bk6mzjDemoButton-en\");\n\n    \/\/ show ONLY on real desktop (non-mobile + non-touch)\n    if (!isMobile \u0026\u0026 !isTouch) {\n      if (bk6mzjDemoButtonEn) bk6mzjDemoButtonEn.style.display = \"block\";\n    }\n});\n\n\u003c\/script\u003e\n\u003c\/div\u003e\n\n\u003c!-- =====================================================\nMOBILE VERSION\nDASHCAM MOBILE UI\n===================================================== --\u003e\n\n\u003cdiv class=\"bk6mzj-mobile-only\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n\n:root{\n  --bg:#f5f5f3;\n  --text:#111;\n  --blue:#12acef;\n  --muted:#777;\n}\n\n*{\n  box-sizing:border-box;\n}\n\nbody{\n  margin:0;\n\n  background:\n    linear-gradient(\n      180deg,\n      #f7f9fc 0%,\n      #f1f4f8 100%\n    );\n\n  font-family:'Poppins',sans-serif;\n\n  color:var(--text);\n\n  overflow-x:hidden;\n}\n\n\/* MAIN WRAPPER *\/\n\n.bk6mzj-page{\n  width:100%;\n  max-width:100vw;\n  margin:auto;\n  padding:clamp(18px,4vw,32px) clamp(18px,5vw,34px) 70px;\n}\n\n\/* INFO *\/\n\n.bk6mzj-info-wrap{\n  margin-top:24px;\n}\n\n\/* SUBSCRIPTION *\/\n\n.bk6mzj-subscription-line{\n\n  padding-bottom:22px;\n\n  border-bottom:2px solid #111;\n\n  margin-bottom:22px;\n}\n\n\n\n.bk6mzj-subscription-top{\n  display:flex;\n  align-items:center;\n  gap:10px;\n  flex-wrap:wrap;\n}\n\n.bk6mzj-days-inline{\n  font-size:clamp(30px,8vw,54px);\n  font-weight:300;\n  color:var(--blue);\n  line-height:1;\n}\n\n.bk6mzj-free-inline{\n  font-size:clamp(22px,6vw,40px);\n  font-weight:800;\n  color:var(--blue);\n  line-height:1;\n}\n\n.bk6mzj-sub-small{\n  margin-top:8px;\n  font-size:13px;\n  font-weight:500;\n  line-height:1.45;\n}\n\n\/* GUARANTEE *\/\n\n.bk6mzj-guarantee{\n\n  margin-top:0;\n\n  margin-bottom:0;\n\n  font-size:clamp(18px,4.5vw,28px);\n\n  font-weight:800;\n\n  line-height:1.25;\n}\n\n\n\/* =========================\nPACKAGE LIST\n========================= *\/\n\n.bk6mzj-package-list{\n\n  list-style:none;\n\n  margin:0;\n\n  padding:0 0 0 4px;\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n}\n\n.bk6mzj-package-list li{\n\n  position:relative;\n\n  padding-left:30px;\n\n  font-size:15px;\n\n  line-height:1.7;\n\n  font-weight:500;\n\n  color:#3f3f3f;\n}\n\n.bk6mzj-package-list li::before{\n\n  content:\"✓\";\n\n  position:absolute;\n\n  left:0;\n\n  top:1px;\n\n  color:var(--blue);\n\n  font-size:16px;\n\n  font-weight:800;\n}\n  \n\/* ICON GRID *\/\n\n.bk6mzj-icons-grid{\n  margin-top:clamp(34px,6vw,54px);\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:clamp(38px,8vw,62px) clamp(24px,6vw,42px);\n  align-items:start;\n}\n\n.bk6mzj-icon-card{\n  text-align:center;\n}\n\n.bk6mzj-icon-card img{\n  width:clamp(48px,8vw,72px);\n  height:clamp(48px,8vw,72px);\n  object-fit:contain;\n  margin-bottom:16px;\n}\n\n.bk6mzj-icon-label{\n  font-size:clamp(11px,2.8vw,14px);\n  line-height:1.55;\n  color:#777;\n  font-weight:500;\n  max-width:140px;\n  margin:auto;\n}\n\n\/* BUTTONS *\/\n\n.bk6mzj-buttons{\n  display:flex;\n  flex-direction:column;\n  gap:28px;\n  margin:68px 0 0;\n}\n\n.bk6mzj-button{\n  position:relative;\n\n  width:100%;\n\n  min-height:64px;\n\n  border:none !important;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  color:#fff;\n\n  font-size:17px;\n\n  font-weight:600;\n\n  padding:0 26px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  overflow:hidden;\n\n  cursor:pointer;\n\n  isolation:isolate;\n\n  box-shadow:\n    0 10px 18px rgba(18,172,239,.18),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .28s cubic-bezier(.16,1,.3,1),\n    box-shadow .28s cubic-bezier(.16,1,.3,1),\n    background .28s ease;\n}\n\n.bk6mzj-button span{\n  font-size:34px;\n  line-height:1;\n}\n\n.bk6mzj-fullpage{\n  position:fixed;\n  inset:0;\n  width:100vw;\n  height:100dvh;\n  z-index:999999;\n  background:rgba(245,245,243,.72);\n  backdrop-filter:blur(22px) saturate(140%);\n  overflow-y:auto;\n  padding:clamp(24px,4vw,40px) clamp(22px,5vw,44px) 120px;\n  transform:translate3d(100%,0,0);\n  opacity:0;\n  visibility:hidden;\n  pointer-events:none;\n  transition:transform .7s cubic-bezier(.16,1,.3,1), opacity .45s ease;\n}\n\n.bk6mzj-fullpage.active{\n  transform:translate3d(0,0,0);\n  opacity:1;\n  visibility:visible;\n  pointer-events:auto;\n}\n\n.bk6mzj-back{\n  display:flex;\n  align-items:center;\n  gap:10px;\n  width:max-content;\n  margin:0 0 34px;\n  padding:0;\n  border:none;\n  background:none;\n  font-size:15px;\n  font-weight:700;\n  color:#111;\n}\n\n.bk6mzj-card{\n  background:rgba(255,255,255,.52);\n  backdrop-filter:blur(26px);\n  border:1px solid rgba(255,255,255,.68);\n  border-radius:34px;\n  padding:28px 24px;\n  margin-bottom:20px;\n}\n\n.bk6mzj-fullpage h2{\n  font-size:clamp(34px,8vw,54px);\n  line-height:1.05;\n  font-weight:800;\n  margin:0 0 22px;\n}\n\n.bk6mzj-fullpage h3{\n  font-size:clamp(22px,5vw,34px);\n  line-height:1.15;\n  font-weight:800;\n  margin:0 0 18px;\n}\n\n.bk6mzj-fullpage p{\n  font-size:clamp(15px,3.7vw,18px);\n  line-height:1.8;\n  color:#2b2b2b;\n}\n\n.bk6mzj-image{\n  width:100%;\n  display:block;\n  margin:34px 0;\n  border-radius:28px;\n}\n\n.bk6mzj-phone-image{\n  width:86%;\n  display:block;\n  margin:32px auto;\n}\n\n.bk6mzj-store-buttons{\n  display:flex;\n  justify-content:center;\n  gap:12px;\n  margin:24px 0 40px;\n}\n\n.bk6mzj-store-buttons img{\n  height:34px;\n}\n\n\/* =========================\nSECTIONS\n========================= *\/\n\n.bk6mzj-section{\n  margin-top:38px;\n}\n\n.bk6mzj-section:first-child{\n  margin-top:0;\n}\n\n.bk6mzj-section-title{\n\n  font-size:clamp(18px,4.5vw,26px);\n\n  font-weight:800;\n\n  margin-bottom:18px;\n\n  letter-spacing:-0.4px;\n\n  padding-left:0;\n}\n  \n.bk6mzj-section-text{\n  font-size:clamp(14px,3.5vw,17px);\n  line-height:1.65;\n  font-weight:500;\n}\n\n\/* =========================\nHERO DESCRIPTION\n========================= *\/\n\n.bk6mzj-hero-card{\n\n  position:relative;\n\n  padding:4px 0 0 14px;\n\n  margin-bottom:-4px;\n}\n\n.bk6mzj-mini-badge{\n\n  display:inline-flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  min-height:32px;\n\n  padding:0 14px;\n\n  border-radius:999px;\n\n  background:\n    rgba(18,172,239,.10);\n\n  color:var(--blue);\n\n  font-size:11px;\n\n  font-weight:700;\n\n  letter-spacing:.8px;\n\n  margin-bottom:14px;\n}\n\n.bk6mzj-main-title{\n\n  font-size:clamp(34px,9vw,58px);\n\n  line-height:.95;\n\n  font-weight:800;\n\n  letter-spacing:-2px;\n\n  margin:0 0 18px;\n\n  color:#111;\n\n  max-width:320px;\n}\n\n.bk6mzj-main-description{\n\n  max-width:540px;\n}\n\n.bk6mzj-main-description p{\n\n  font-size:clamp(15px,4vw,18px);\n\n  line-height:1.72;\n\n  color:#4d4d4d;\n\n  margin:0 0 14px;\n\n  font-weight:500;\n\n  letter-spacing:-0.1px;\n}\n\n.bk6mzj-main-description p:last-child{\n  margin-bottom:0;\n}\n\n\/* =========================\nPRESENTATION PAGE\n========================= *\/\n\n.bk6mzj-video-wrap{\n\n  margin:30px 0;\n}\n\n.bk6mzj-video{\n\n  width:100%;\n\n  border-radius:28px;\n\n  display:block;\n\n  background:#000;\n\n  box-shadow:\n    0 12px 30px rgba(0,0,0,.14);\n}\n\n.bk6mzj-list{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n\n  margin-top:20px;\n}\n\n.bk6mzj-list-item{\n\n  font-size:15px;\n\n  line-height:1.7;\n\n  color:#444;\n\n  font-weight:500;\n}\n\n.bk6mzj-presentation-buttons{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:16px;\n\n  margin:30px 0;\n}\n\n.bk6mzj-download-btn{\n\n  min-height:58px;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #111 0%,\n      #222 100%\n    );\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  text-align:center;\n\n  padding:0 22px;\n\n  text-decoration:none;\n\n  color:#fff;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  box-shadow:\n    0 10px 24px rgba(0,0,0,.12);\n}\n\n\/* =========================\nDEMO BANNER\n========================= *\/\n\n.bk6mzj-demo-banner{\n\n  position:relative;\n\n  overflow:hidden;\n\n  border-radius:34px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #ffffff 0%,\n      #f5f8fc 100%\n    );\n\n  padding:26px 24px;\n\n  margin:26px 0;\n\n  box-shadow:\n    0 12px 30px rgba(0,0,0,.08);\n}\n\n.bk6mzj-demo-content{\n\n  position:relative;\n\n  z-index:2;\n\n  width:58%;\n\n  padding-right:8px;\n}\n\n.bk6mzj-demo-title{\n\n  font-size:28px;\n\n  line-height:1.05;\n\n  font-weight:800;\n\n  color:#111;\n\n  margin-bottom:14px;\n\n  letter-spacing:-1px;\n}\n\n.bk6mzj-demo-text{\n\n  font-size:14px;\n\n  line-height:1.6;\n\n  color:#555;\n\n  margin-bottom:22px;\n\n  font-weight:500;\n}\n\n.bk6mzj-demo-buttons{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:10px;\n\n  flex-wrap:nowrap;\n}\n\n.bk6mzj-demo-buttons img{\n\n  height:38px;\n\n  width:auto;\n\n  display:block;\n}\n\n.bk6mzj-demo-phone{\n\n  position:absolute;\n\n  right:-6px;\n\n  bottom:0;\n\n  width:40%;\n\n  display:flex;\n\n  align-items:flex-end;\n\n  justify-content:flex-end;\n}\n\n.bk6mzj-demo-phone img{\n\n  width:100%;\n\n  display:block;\n\n  transform:translateY(6px);\n}\n  \n\/* =========================\nGALLERY SLIDER\n========================= *\/\n\n.bk6mzj-gallery-slider{\n\n  position:relative;\n\n  margin-top:34px;\n}\n\n.bk6mzj-gallery-track{\n\n  position:relative;\n\n  width:100%;\n\n  min-height:220px;\n}\n\n.bk6mzj-gallery-image{\n\n  position:absolute;\n\n  inset:0;\n\n  width:100%;\n\n  border-radius:24px;\n\n  display:block;\n\n  opacity:0;\n\n  visibility:hidden;\n\n  transform:translateX(30px);\n\n  transition:\n    opacity .45s ease,\n    transform .55s ease;\n\n  box-shadow:\n    0 10px 24px rgba(0,0,0,.10);\n}\n\n.bk6mzj-gallery-image.active{\n\n  opacity:1;\n\n  visibility:visible;\n\n  transform:translateX(0);\n}\n\n.bk6mzj-gallery-dots{\n\n  display:flex;\n\n  justify-content:center;\n\n  gap:10px;\n\n  margin-top:18px;\n}\n\n.bk6mzj-gallery-dot{\n\n  width:10px;\n\n  height:10px;\n\n  border-radius:999px;\n\n  background:#d2d2d2;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.bk6mzj-gallery-dot.active{\n\n  background:var(--blue);\n\n  transform:scale(1.2);\n}\n\n  \n\/* SLIDER *\/\n\n.bk6mzj-slider{\n\n  margin-top:64px;\n\n  text-align:center;\n\n  position:relative;\n\n  min-height:460px;\n\n  overflow:hidden;\n\n  padding-bottom:30px;\n}\n\n.bk6mzj-slide{\n  position:absolute;\n  inset:0;\n  opacity:0;\n  visibility:hidden;\n  transform:translateX(40px);\n  transition:opacity .55s ease, transform .65s ease;\n}\n\n.bk6mzj-slide.active{\n  opacity:1;\n  visibility:visible;\n  transform:translateX(0);\n}\n\n.bk6mzj-slide img{\n  width:clamp(62px,10vw,90px);\n  height:clamp(62px,10vw,90px);\n  object-fit:contain;\n  margin-bottom:22px;\n}\n\n.bk6mzj-slide-title{\n  font-size:clamp(20px,5vw,34px);\n  line-height:1.18;\n  font-weight:800;\n  margin-bottom:16px;\n}\n\n.bk6mzj-slide-text{\n  font-size:clamp(14px,3.5vw,18px);\n  line-height:1.7;\n  max-width:520px;\n  margin:auto;\n  color:#444;\n}\n\n\/* SLIDER DOTS *\/\n\n.bk6mzj-slider-dots{\n\n  position:absolute;\n\n  left:50%;\n\n  bottom:48px;\n\n  transform:translateX(-50%);\n\n  display:flex;\n\n  gap:10px;\n}\n\n.bk6mzj-slider-dot{\n\n  width:10px;\n\n  height:10px;\n\n  border-radius:999px;\n\n  background:#d6d6d6;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.bk6mzj-slider-dot.active{\n\n  background:var(--blue);\n\n  transform:scale(1.2);\n}\n\n\/* =========================\nFEATURE CARD\n========================= *\/\n\n.bk6mzj-feature-card{\n\n  position:relative;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  gap:14px;\n\n  width:100%;\n\n  min-width:0;\n\n  background:#fff;\n\n  border:1px solid rgba(230,236,245,.95);\n\n  border-radius:22px;\n\n  padding:18px;\n\n  overflow:hidden;\n\n  box-shadow:\n    0 4px 10px rgba(15,23,42,.03),\n    0 1px 2px rgba(15,23,42,.04);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.bk6mzj-feature-card:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 12px 24px rgba(15,23,42,.06);\n}\n\n\/* =========================\nFEATURE TOP\n========================= *\/\n\n.bk6mzj-feature-top{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:14px;\n\n  flex:1;\n\n  min-width:0;\n\n  overflow:hidden;\n}\n\n\/* =========================\nICON BOX\n========================= *\/\n\n.bk6mzj-feature-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:#fff;\n\n  border:\n    1px solid rgba(210,228,245,.9);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.9),\n    0 2px 6px rgba(15,23,42,.04);\n}\n\n\/* SVG ICON *\/\n\n.bk6mzj-feature-icon img{\n\n  width:32px;\n\n  height:32px;\n\n  display:block;\n\n  object-fit:contain;\n\n  filter: invert(62%) sepia(96%) saturate(1949%) hue-rotate(164deg) brightness(101%) contrast(101%);\n}\n  \n\/* =========================\nTEXT\n========================= *\/\n\n.bk6mzj-feature-text{\n\n  flex:1;\n\n  min-width:0;\n\n  font-size:15px;\n\n  line-height:1.45;\n\n  font-weight:600;\n\n  color:#24324a;\n\n  letter-spacing:-0.15px;\n\n  word-break:break-word;\n\n  overflow-wrap:anywhere;\n}\n\n\/* =========================\nCHECK\n========================= *\/\n\n.bk6mzj-feature-check{\n\n  width:30px;\n\n  height:30px;\n\n  border-radius:999px;\n\n  background:#fff;\n\n  border:2px solid #12acef;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#12acef;\n\n  font-size:14px;\n\n  font-weight:900;\n\n  box-shadow:\n    0 2px 6px rgba(18,172,239,.10);\n}\n\n\/* =========================\nFEATURE SECTION SPACING\n========================= *\/\n\n.bk6mzj-spec-section{\n\n  margin-top:56px;\n}\n\n.bk6mzj-spec-section:first-child{\n\n  margin-top:0;\n}\n\n.bk6mzj-spec-title{\n\n  font-size:22px;\n\n  font-weight:800;\n\n  letter-spacing:-0.5px;\n\n  margin-bottom:22px;\n\n  margin-top:0;\n\n  color:#111;\n}\n\n.bk6mzj-feature-grid{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:16px;\n}\n\n\/* =========================\nFEATURES HERO\n========================= *\/\n\n.bk6mzj-spec-hero{\n\n  position:relative;\n\n  overflow:hidden;\n\n  padding-right:clamp(72px,20vw,110px);\n}\n\n.bk6mzj-spec-hero h2{\n\n  font-size:clamp(24px,6.5vw,42px);\n\n  line-height:1.02;\n\n  letter-spacing:-1.4px;\n\n  white-space:nowrap;\n\n  margin-bottom:18px;\n}\n\n.bk6mzj-spec-logo{\n\n  position:absolute;\n\n  top:clamp(18px,4vw,24px);\n\n  right:clamp(18px,4vw,24px);\n\n  width:clamp(50px,14vw,72px);\n\n  height:clamp(50px,14vw,72px);\n\n  object-fit:contain;\n\n  border-radius:clamp(16px,4vw,22px);\n\n  background:#fff;\n\n  padding:0;\n\n  box-shadow:\n    0 6px 18px rgba(15,23,42,.08);\n}\n\n\/* =========================\nBLUE DOWNLOAD BUTTON\n========================= *\/\n\n.bk6mzj-look-btn{\n\n  width:100%;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:18px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  gap:16px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  box-shadow:\n    0 12px 24px rgba(18,172,239,.22),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.bk6mzj-look-btn:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 16px 30px rgba(18,172,239,.26);\n}\n\n\/* LEFT *\/\n\n.bk6mzj-look-btn-left{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:14px;\n\n  min-width:0;\n}\n\n\/* ICON *\/\n\n.bk6mzj-look-btn-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:rgba(255,255,255,.18);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#fff;\n\n  font-size:22px;\n\n  font-weight:700;\n}\n\n\/* TEXT *\/\n\n.bk6mzj-look-btn-content{\n\n  text-align:left;\n}\n\n.bk6mzj-look-btn-title{\n\n  font-size:16px;\n\n  font-weight:700;\n\n  color:#fff;\n\n  line-height:1.2;\n}\n\n.bk6mzj-look-btn-sub{\n\n  font-size:13px;\n\n  color:rgba(255,255,255,.82);\n\n  margin-top:4px;\n}\n\n\/* ARROW *\/\n\n.bk6mzj-look-btn-arrow{\n\n  font-size:28px;\n\n  color:#fff;\n\n  flex-shrink:0;\n\n  line-height:1;\n}\n \/* =========================\nBLUE DOWNLOAD BUTTON\n========================= *\/\n\n.bk6mzj-look-btn{\n\n  width:100%;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:18px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  gap:16px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  box-shadow:\n    0 12px 24px rgba(18,172,239,.22),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.bk6mzj-look-btn:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 16px 30px rgba(18,172,239,.26);\n}\n\n\/* LEFT *\/\n\n.bk6mzj-look-btn-left{\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  gap:14px;\n\n  min-width:0;\n\n  width:100%;\n}\n\n\/* ICON *\/\n\n.bk6mzj-look-btn-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:rgba(255,255,255,.18);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#fff;\n\n  font-size:22px;\n\n  font-weight:700;\n}\n\n\/* TEXT *\/\n\n.bk6mzj-look-btn-content{\n\n  text-align:left;\n}\n\n.bk6mzj-look-btn-title{\n\n  font-size:16px;\n\n  font-weight:700;\n\n  color:#fff;\n\n  line-height:1.2;\n}\n\n.bk6mzj-look-btn-sub{\n\n  font-size:13px;\n\n  color:rgba(255,255,255,.82);\n\n  margin-top:4px;\n}\n\n\/* SUPPORT BUTTON *\/\n\n.bk6mzj-support-btn{\n\n  position:relative;\n\n  width:100%;\n\n  min-height:62px;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:0 24px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  color:#fff;\n\n  font-size:16px;\n\n  font-weight:700;\n\n  letter-spacing:-0.2px;\n\n  margin-top:38px;\n\n  box-shadow:\n    0 14px 30px rgba(18,172,239,.22),\n    0 6px 14px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.bk6mzj-support-btn:active{\n\n  transform:scale(.985);\n}\n\n\n\n.bk6mzj-support-btn::after{\n\n  content:\"›\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  opacity:.9;\n}\n\n\/* POPUP *\/\n\n.bk6mzj-support-popup{\n\n  position:fixed;\n\n  inset:0;\n\n  background:rgba(0,0,0,.45);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  z-index:9999999;\n\n  opacity:0;\n\n  visibility:hidden;\n\n  transition:.3s ease;\n}\n\n.bk6mzj-support-popup.active{\n\n  opacity:1;\n\n  visibility:visible;\n}\n\n\/* BOX *\/\n\n.bk6mzj-support-box{\n\n  width:88%;\n\n  max-width:340px;\n\n  background:#fff;\n\n  border-radius:28px;\n\n  padding:28px 22px;\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n\n  box-shadow:\n    0 20px 40px rgba(0,0,0,.18);\n}\n\n\/* TITLE *\/\n\n.bk6mzj-support-title{\n\n  font-size:22px;\n\n  font-weight:800;\n\n  text-align:center;\n\n  margin-bottom:4px;\n}\n\n\/* SUBTITLE *\/\n\n.bk6mzj-support-subtitle{\n\n  text-align:center;\n\n  font-size:14px;\n\n  color:#777;\n\n  margin-bottom:10px;\n}\n\n\/* OPTIONS *\/\n\n.bk6mzj-support-option{\n\n  min-height:58px;\n\n  border-radius:20px;\n\n  background:#f5f7fa;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:flex-start;\n\n  gap:14px;\n\n  padding:0 18px;\n\n  text-decoration:none;\n\n  color:#111;\n\n  font-size:15px;\n\n  font-weight:600;\n\n  transition:\n    transform .2s ease,\n    background .2s ease;\n}\n\n.bk6mzj-support-option:active{\n\n  transform:scale(.985);\n}\n\n.bk6mzj-support-option-icon{\n\n  font-size:20px;\n}\n\n.bk6mzj-support-option-icon-svg{\n\n  width:22px;\n\n  height:22px;\n\n  object-fit:contain;\n\n  flex-shrink:0;\n\n  opacity:.9;\n}\n  \n\/* CLOSE BUTTON *\/\n\n.bk6mzj-support-close{\n\n  margin-top:8px;\n\n  min-height:50px;\n\n  border:none;\n\n  border-radius:18px;\n\n  background:#111;\n\n  color:#fff;\n\n  font-size:14px;\n\n  font-weight:700;\n}\n\n.bk6mzj-support-btn,\n.bk6mzj-support-popup,\n.bk6mzj-support-box,\n.bk6mzj-support-title,\n.bk6mzj-support-subtitle,\n.bk6mzj-support-option,\n.bk6mzj-support-close{\n\n  font-family:'Poppins',sans-serif;\n}\n\n\/* WHATSAPP BUTTON *\/\n\n.bk6mzj-whatsapp-btn{\n\n  width:100%;\n\n  min-height:68px;\n\n  margin-top:16px;\n\n  border-radius:24px;\n\n  padding:16px 22px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:flex-start;\n\n  gap:14px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #25D366 0%,\n      #1ebe5d 100%\n    );\n\n  color:#fff;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  line-height:1.45;\n\n  font-family:'Poppins',sans-serif;\n\n  box-shadow:\n    0 14px 30px rgba(37,211,102,.22),\n    0 6px 14px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.bk6mzj-whatsapp-btn span{\n\n  color:#fff;\n}\n  \n.bk6mzj-whatsapp-btn:active{\n\n  transform:scale(.985);\n}\n\n.bk6mzj-whatsapp-icon{\n\n  width:24px;\n\n  height:24px;\n\n  object-fit:contain;\n\n  flex-shrink:0;\n}\n\n\/* FEATURES + PRESENTATION BUTTONS *\/\n\n.bk6mzj-button{\n\n  font-family:'Poppins',sans-serif;\n}\n\n.bk6mzj-button::after{\n\n  content:\"›\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  opacity:.9;\n\n  line-height:1;\n}\n\n.bk6mzj-button span{\n\n  display:none;\n}\n\n@media(max-width:360px){\n\n  .bk6mzj-spec-hero{\n\n    padding-right:74px;\n  }\n\n  .bk6mzj-spec-hero h2{\n\n    font-size:22px;\n\n    padding-right:0;\n  }\n\n  .bk6mzj-spec-logo{\n\n    width:52px;\n\n    height:52px;\n\n    top:18px;\n\n    right:18px;\n  }\n}\n\n .bk6mzj-button span{\n\n  display:none;\n}\n\n\/* =========================\nFINAL MOBILE FIX\n- Stops text being cut at 310px\n- Keeps Presentation \u0026 Features panels stable\n- Removes left\/right floating movement\n========================= *\/\n\nhtml,\nbody{\n  overflow-x:hidden !important;\n  max-width:100% !important;\n}\n\nbody.bk6mzj-panel-open{\n  overflow:hidden !important;\n  width:100% !important;\n  max-width:100% !important;\n  left:0 !important;\n  right:0 !important;\n}\n\n.bk6mzj-mobile-only,\n.bk6mzj-page{\n  width:100% !important;\n  max-width:100% !important;\n  overflow-x:hidden !important;\n}\n\n.bk6mzj-fullpage{\n  left:0 !important;\n  right:0 !important;\n  width:100% !important;\n  max-width:100% !important;\n  overflow-x:hidden !important;\n  overflow-y:auto !important;\n  overscroll-behavior-x:none !important;\n  touch-action:pan-y !important;\n  -webkit-overflow-scrolling:touch;\n}\n\n.bk6mzj-fullpage,\n.bk6mzj-fullpage *,\n.bk6mzj-card,\n.bk6mzj-gallery-slider,\n.bk6mzj-gallery-track,\n.bk6mzj-demo-banner,\n.bk6mzj-look-btn,\n.bk6mzj-feature-card,\n.bk6mzj-video,\n.bk6mzj-image,\n.bk6mzj-phone-image,\nimg,\nvideo,\niframe{\n  max-width:100% !important;\n  box-sizing:border-box !important;\n}\n\n.bk6mzj-fullpage h2,\n.bk6mzj-fullpage h3,\n.bk6mzj-spec-title,\n.bk6mzj-section-title,\n.bk6mzj-slide-title,\n.bk6mzj-feature-text,\n.bk6mzj-list-item,\n.bk6mzj-look-btn-title,\n.bk6mzj-look-btn-sub,\n.bk6mzj-demo-title,\n.bk6mzj-demo-text{\n  white-space:normal !important;\n  word-break:normal !important;\n  overflow-wrap:break-word !important;\n  hyphens:none !important;\n}\n\n.bk6mzj-spec-hero{\n  overflow:hidden !important;\n}\n\n.bk6mzj-spec-hero h2{\n  white-space:normal !important;\n  word-break:normal !important;\n  overflow-wrap:break-word !important;\n  line-height:1.12 !important;\n}\n\n@media(max-width:390px){\n\n  .bk6mzj-fullpage{\n    padding-left:14px !important;\n    padding-right:14px !important;\n  }\n\n  .bk6mzj-card{\n    padding:22px 16px !important;\n    border-radius:26px !important;\n  }\n\n  .bk6mzj-fullpage h2{\n    font-size:28px !important;\n    line-height:1.15 !important;\n    letter-spacing:-0.4px !important;\n  }\n\n  .bk6mzj-fullpage h3{\n    font-size:21px !important;\n    line-height:1.18 !important;\n    letter-spacing:-0.3px !important;\n  }\n\n  .bk6mzj-mini-badge{\n    font-size:10px !important;\n    line-height:1.35 !important;\n    min-height:auto !important;\n    padding:8px 12px !important;\n    display:inline-flex !important;\n    max-width:100% !important;\n  }\n\n  .bk6mzj-spec-hero{\n    padding-right:16px !important;\n    text-align:left !important;\n  }\n\n  .bk6mzj-spec-hero h2{\n    max-width:100% !important;\n    padding-right:0 !important;\n    font-size:27px !important;\n    line-height:1.15 !important;\n  }\n\n  .bk6mzj-spec-logo{\n    position:relative !important;\n    top:auto !important;\n    right:auto !important;\n    width:54px !important;\n    height:54px !important;\n    margin:0 0 16px 0 !important;\n    display:block !important;\n  }\n\n  .bk6mzj-feature-card{\n    padding:14px !important;\n    gap:10px !important;\n  }\n\n  .bk6mzj-feature-top{\n    gap:10px !important;\n  }\n\n  .bk6mzj-feature-icon{\n    width:42px !important;\n    height:42px !important;\n    border-radius:14px !important;\n  }\n\n  .bk6mzj-feature-icon img{\n    width:27px !important;\n    height:27px !important;\n  }\n\n  .bk6mzj-feature-text{\n    font-size:14px !important;\n    line-height:1.35 !important;\n  }\n\n  .bk6mzj-feature-check{\n    width:26px !important;\n    height:26px !important;\n    font-size:12px !important;\n  }\n\n  .bk6mzj-demo-banner{\n    padding:22px 16px !important;\n  }\n\n  .bk6mzj-demo-content{\n    width:62% !important;\n  }\n\n  .bk6mzj-demo-title{\n    font-size:24px !important;\n  }\n\n  .bk6mzj-demo-buttons{\n    gap:8px !important;\n  }\n\n  .bk6mzj-demo-buttons img{\n    height:32px !important;\n  }\n\n  .bk6mzj-look-btn{\n    padding:16px !important;\n  }\n\n  .bk6mzj-look-btn-left{\n    gap:10px !important;\n  }\n\n  .bk6mzj-look-btn-icon{\n    width:42px !important;\n    height:42px !important;\n    border-radius:14px !important;\n    font-size:20px !important;\n  }\n\n  .bk6mzj-look-btn-title{\n    font-size:14px !important;\n  }\n\n  .bk6mzj-look-btn-sub{\n    font-size:12px !important;\n  }\n}\n\n@media(max-width:330px){\n\n  .bk6mzj-fullpage{\n    padding-left:12px !important;\n    padding-right:12px !important;\n  }\n\n  .bk6mzj-card{\n    padding:20px 14px !important;\n  }\n\n  .bk6mzj-fullpage h2{\n    font-size:26px !important;\n  }\n\n  .bk6mzj-spec-hero h2{\n    font-size:25px !important;\n  }\n\n  .bk6mzj-feature-text{\n    font-size:13.5px !important;\n  }\n}\n\n\n\/* BACK BUTTON *\/\n\n.bk6mzj-back{\n\n  font-family:'Poppins',sans-serif;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  letter-spacing:-0.2px;\n\n  display:flex;\n\n  align-items:center;\n\n  gap:6px;\n}\n\n.bk6mzj-back::before{\n\n  content:\"‹\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  line-height:1;\n} \n  \n\n\/* =========================\nFINAL FIX: MOBILE GALLERY CAROUSEL DOTS\n- Keeps dots always below the image\n- Removes fixed min-height issue on larger mobile screens\n========================= *\/\n\n.bk6mzj-gallery-slider{\n  position:relative !important;\n  margin-top:34px !important;\n  width:100% !important;\n  overflow:visible !important;\n}\n\n.bk6mzj-gallery-track{\n  position:relative !important;\n  width:100% !important;\n  min-height:0 !important;\n  height:auto !important;\n  aspect-ratio:16 \/ 9 !important;\n  overflow:hidden !important;\n  border-radius:24px !important;\n}\n\n.bk6mzj-gallery-image{\n  position:absolute !important;\n  inset:0 !important;\n  width:100% !important;\n  height:100% !important;\n  object-fit:cover !important;\n  border-radius:24px !important;\n  display:block !important;\n  opacity:0;\n  visibility:hidden;\n  transform:translateX(30px);\n  transition:\n    opacity .45s ease,\n    transform .55s ease;\n  box-shadow:0 10px 24px rgba(0,0,0,.10);\n}\n\n.bk6mzj-gallery-image.active{\n  opacity:1 !important;\n  visibility:visible !important;\n  transform:translateX(0) !important;\n}\n\n.bk6mzj-gallery-dots{\n  position:relative !important;\n  left:auto !important;\n  right:auto !important;\n  bottom:auto !important;\n  transform:none !important;\n  display:flex !important;\n  justify-content:center !important;\n  align-items:center !important;\n  gap:10px !important;\n  margin-top:18px !important;\n  width:100% !important;\n  z-index:2 !important;\n}\n\n.bk6mzj-gallery-dot{\n  width:10px !important;\n  height:10px !important;\n  border-radius:999px !important;\n  background:#d2d2d2;\n  flex:0 0 auto !important;\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.bk6mzj-gallery-dot.active{\n  background:var(--blue) !important;\n  transform:scale(1.2) !important;\n}\n\n@media (min-width:480px) and (max-width:1024px){\n  .bk6mzj-gallery-track{\n    aspect-ratio:16 \/ 8.8 !important;\n  }\n}\n\n@media (min-width:768px) and (max-width:1024px){\n  .bk6mzj-gallery-track{\n    aspect-ratio:16 \/ 8.4 !important;\n  }\n}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"bk6mzj-page\"\u003e\n\n\u003cdiv class=\"bk6mzj-info-wrap\"\u003e\n\n\u003c!-- SUBSCRIPTION --\u003e\n\n\u003cdiv class=\"bk6mzj-subscription-line\"\u003e\n\n\u003cdiv class=\"bk6mzj-subscription-top\"\u003e\n\n\u003cspan class=\"bk6mzj-days-inline\"\u003e\n3-in-1\n\u003c\/span\u003e\n\n\u003cspan class=\"bk6mzj-free-inline\"\u003e\nSMART DASHCAM\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-sub-small\"\u003e\nMonthly subscription €15 per vehicle, including a Skytrack SIM card\n\u003c\/div\u003e\n\n\u003c!-- GUARANTEE --\u003e\n\n\u003cdiv class=\"bk6mzj-guarantee\"\u003e\n14-day money-back guarantee\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n  \n\u003c!-- DESCRIPTION --\u003e\n\n\u003cdiv class=\"bk6mzj-main-description\"\u003e\n\u003cp\u003e\nProtect every journey with a dual-camera dashcam that records both the road ahead and the vehicle cabin in Full HD. Review incidents, monitor vehicles remotely and keep clear video evidence when it matters most.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- PACKAGE --\u003e\n\n\u003cdiv class=\"bk6mzj-section\"\u003e\n\n\u003cdiv class=\"bk6mzj-section-title\"\u003e\nThe Package Includes\n\u003c\/div\u003e\n\n\u003cul class=\"bk6mzj-package-list\"\u003e\n\n\u003cli\u003eDual 1080p dashcam\u003c\/li\u003e\n\u003cli\u003eRoad and cabin recording\u003c\/li\u003e\n\u003cli\u003eSkytrack SIM card included with the €15 monthly subscription\u003c\/li\u003e\n\u003cli\u003eMobile app\u003c\/li\u003e\n\u003cli\u003e2-year warranty\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\u003cdiv style=\"font-size:12px;color:#777;line-height:1.55;margin-top:18px;\"\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- BUTTONS --\u003e\n\n\u003cdiv class=\"bk6mzj-buttons\"\u003e\n\n\u003cbutton class=\"bk6mzj-button\" data-open=\"bk6mzjPresentationPage-en\"\u003e\nPresentation\n\u003cspan\u003e\u0026gt;\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003cbutton class=\"bk6mzj-button\" data-open=\"bk6mzjSpecsPage-en\"\u003e\nFeatures\n\u003cspan\u003e\u0026gt;\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-fullpage\" id=\"bk6mzjPresentationPage-en\"\u003e\n\n\u003cbutton class=\"bk6mzj-back\" data-close=\"bk6mzjPresentationPage-en\"\u003e\nPresentation\n\u003c\/button\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv class=\"bk6mzj-card\"\u003e\n\n\u003cdiv class=\"bk6mzj-mini-badge\"\u003e\nDashcam: 4G + GPS 2CH + 1\n\u003c\/div\u003e\n\n\u003ch2\u003e\nSee Every Journey\u003cbr\u003eFrom Two Angles\n\u003c\/h2\u003e\n\n\u003c!-- VIDEO --\u003e\n\n\u003cdiv class=\"bk6mzj-video-wrap\"\u003e\n  \u003cvideo class=\"bk6mzj-video\" controls playsinline preload=\"metadata\" aria-label=\"Dashcam 4G + GPS with dual cameras\"\u003e\n    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/0c81b20158ef418ba672f6bfd19687db.mp4\" type=\"video\/mp4\"\u003e\n    Your browser does not support HTML5 video.\n  \u003c\/source\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- FEATURES --\u003e\n\n\u003cdiv class=\"bk6mzj-card\"\u003e\n\n\u003ch3\u003e\nMonitor your fleet through the GPRS platform \u0026amp; app\n\u003c\/h3\u003e\n\n\u003cdiv class=\"bk6mzj-list\"\u003e\n\n\u003cdiv class=\"bk6mzj-list-item\"\u003e\n• Vehicle location and status\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-list-item\"\u003e\n• Route history and route playback\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-list-item\"\u003e\n• Front-road and cabin video recording\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-list-item\"\u003e\n• Remote access to event-based recordings\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-list-item\"\u003e\n• Infrared cabin recording in low-light conditions\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-list-item\"\u003e\n• Video and route history\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-list-item\"\u003e\n• Device, camera and connectivity status\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-list-item\"\u003e\n• Event alerts for sudden impact or abnormal movement\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-list-item\"\u003e\n• Manage multiple vehicles from one account\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-list-item\"\u003e\n• Geofence alerts\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- BENEFITS --\u003e\n\n\u003cdiv class=\"bk6mzj-card\"\u003e\n\n\u003ch3\u003e\nWhat you gain\n\u003c\/h3\u003e\n\n\u003cdiv class=\"bk6mzj-list\"\u003e\n\n\u003cdiv class=\"bk6mzj-list-item\"\u003e\n• Reports\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-list-item\"\u003e\n• Device, camera and connectivity status\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-list-item\"\u003e\n• Eco score\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-list-item\"\u003e\n• Faster incident investigation\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-list-item\"\u003e\n• Greater driver and vehicle accountability\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-list-item\"\u003e\n• Improved driving safety\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-list-item\"\u003e\n• Accident evidence and vehicle recovery support\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- APPS --\u003e\n\n\u003cdiv class=\"bk6mzj-demo-banner\"\u003e\n\n\u003cdiv class=\"bk6mzj-demo-content\"\u003e\n\n\u003cdiv class=\"bk6mzj-demo-title\"\u003e\nGPRS Pro App\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-demo-text\"\u003e\nDownload the app and explore our platform demo.\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-demo-buttons\"\u003e\n\n\u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\" target=\"_blank\"\u003e\n\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\n\u003c\/a\u003e\n\n\u003ca href=\"https:\/\/apps.apple.com\/gr\/app\/gprs-pro\/id6529538115\" target=\"_blank\"\u003e\n\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\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-demo-phone\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk920demo.png?v=1779432119\"\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SLIDES --\u003e\n\n\u003cdiv class=\"bk6mzj-gallery-slider\"\u003e\n\n\u003cdiv class=\"bk6mzj-gallery-track\"\u003e\n\n\u003cimg class=\"bk6mzj-gallery-image active\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/dashcam-pic-1.png?v=1784291662\"\u003e\n\n\u003cimg class=\"bk6mzj-gallery-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/dashcam-pic-2.png?v=1784291667\"\u003e\n\n\u003cimg class=\"bk6mzj-gallery-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/dashcam-pic-3.png?v=1784291662\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-gallery-dots\"\u003e\n\n\u003cspan class=\"bk6mzj-gallery-dot active\"\u003e\u003c\/span\u003e\n\u003cspan class=\"bk6mzj-gallery-dot\"\u003e\u003c\/span\u003e\n\u003cspan class=\"bk6mzj-gallery-dot\"\u003e\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c!-- FEATURES PAGE --\u003e\n\n\u003cdiv class=\"bk6mzj-fullpage\" id=\"bk6mzjSpecsPage-en\"\u003e\n\n\u003cbutton class=\"bk6mzj-back\" data-close=\"bk6mzjSpecsPage-en\"\u003e\nFeatures\n\u003c\/button\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv class=\"bk6mzj-card bk6mzj-spec-hero\"\u003e\n\n\u003cimg class=\"bk6mzj-spec-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/gprs-pro-logo.png?v=1779361703\"\u003e\n\n\u003ch2\u003eFeatures\u003c\/h2\u003e\n\n\u003cp\u003e\nProtect every journey with road and cabin video, GPS tracking and remote fleet monitoring.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- MAIN FEATURES CARD --\u003e\n\n\u003cdiv class=\"bk6mzj-card\"\u003e\n\n\u003c!-- SECTION --\u003e\n\n\n\u003cdiv class=\"bk6mzj-spec-section\"\u003e\n\n\u003cdiv class=\"bk6mzj-spec-title\"\u003e\nGeneral Features\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-grid\"\u003e\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"bk6mzj-feature-card\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-top\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/device-cctv.svg\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-text\"\u003e\nCompact windscreen installation\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"bk6mzj-feature-card\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-top\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sim-chip-icon-svg.svg?v=1779690130\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-text\"\u003e\nSkytrack SIM card included\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"bk6mzj-feature-card\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-top\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/device-mobile.svg\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-text\"\u003e\nAccess through mobile app\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"bk6mzj-feature-card\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-top\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/map-pin.svg\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-text\"\u003e\nReal-time vehicle GPS tracking\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"bk6mzj-feature-card\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-top\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/headset.svg\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-text\"\u003e\n24\/7 Support\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003cdiv class=\"bk6mzj-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"bk6mzj-feature-card\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-top\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/shield-check.svg\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-text\"\u003e\n2-year warranty\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003cdiv class=\"bk6mzj-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n  \n\u003c\/div\u003e\n  \n\u003c!-- SECOND SECTION --\u003e\n\n\u003cdiv class=\"bk6mzj-spec-section\"\u003e\n\n\u003cdiv class=\"bk6mzj-spec-title\"\u003e\nPlatform Features\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-grid\"\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"bk6mzj-feature-card\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-top\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/locationsk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-text\"\u003e\nVehicle location and movement history\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"bk6mzj-feature-card\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-top\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/route.svg\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-text\"\u003e\nRoute history \u0026amp; route playback\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"bk6mzj-feature-card\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-top\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/routesk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-text\"\u003e\nRoad and cabin video recording\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"bk6mzj-feature-card\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-top\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/reportssk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-text\"\u003e\nImpact and abnormal-movement alerts\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"bk6mzj-feature-card\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-top\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/video.svg\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-text\"\u003e\nRemote video viewing and playback\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"bk6mzj-feature-card\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-top\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/map-2.svg\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-text\"\u003e\nGeofence alerts\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"bk6mzj-feature-card\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-top\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/chart-bar.svg\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-text\"\u003e\nReports \u0026amp; analytics\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"bk6mzj-feature-card\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-top\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/locksk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-text\"\u003e\nSupport for unauthorised-use investigation\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"bk6mzj-feature-card\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-top\"\u003e\n\n\u003cdiv class=\"bk6mzj-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/carrecover.svg?v=1779432462\"\u003e\n\n\u003c\/div\u003e\n  \n\u003cdiv class=\"bk6mzj-feature-text\"\u003e\nAccident evidence and vehicle recovery support\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n  \n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-mobile-only\"\u003e\n\u003c!-- SLIDER --\u003e\n\n\u003cdiv class=\"bk6mzj-slider\"\u003e\n\n\u003cdiv class=\"bk6mzj-slide active\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0996\/6780\/4537\/files\/132.svg?v=1778228608\"\u003e\n\n\u003cdiv class=\"bk6mzj-slide-title\"\u003e\nDoes the device require installation?\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-slide-text\"\u003e\nThe device requires a professional wired installation in the vehicle. Install the device in your vehicle with the help of an automotive electrician, then download the app and create an account.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-slide\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0996\/6780\/4537\/files\/3232.svg?v=1778228608\"\u003e\n\n\u003cdiv class=\"bk6mzj-slide-title\"\u003e\nDo I need to buy a SIM card and data?\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-slide-text\"\u003e\nNo. The monthly subscription includes a Skytrack SIM card and the data required for GPS tracking, event notifications and event-based video recording. Continuous live video streaming is not included.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-slide\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880payment.svg?v=1779368896\"\u003e\n\n\u003cdiv class=\"bk6mzj-slide-title\"\u003e\nHow can I pay the monthly subscription?\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-slide-text\"\u003e\n\nYou can pay your monthly subscription using:\n\u003cbr\u003e\u003cbr\u003e\n\n• PayPal\n\u003cbr\u003e\n\n• Credit or debit card\n(Visa, Mastercard, American Express and other major cards)\n\u003cbr\u003e\u003cbr\u003e\n\nAll online payments are processed securely through our payment providers.\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003cdiv class=\"bk6mzj-slider-dots\"\u003e\n\n\u003cspan class=\"bk6mzj-slider-dot active\"\u003e\u003c\/span\u003e\n\u003cspan class=\"bk6mzj-slider-dot\"\u003e\u003c\/span\u003e\n\u003cspan class=\"bk6mzj-slider-dot\"\u003e\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n  \n\u003cbutton class=\"bk6mzj-support-btn mobile-contact-btn\" id=\"bk6mzjOpenSupportPopup-en\"\u003e\n\nContact Support\n  \n\u003c\/button\u003e\n\n\u003cdiv class=\"bk6mzj-support-popup\" id=\"bk6mzjSupportPopup-en\"\u003e\n\n\u003cdiv class=\"bk6mzj-support-box\"\u003e\n\n\u003cdiv class=\"bk6mzj-support-title\"\u003e\nContact Support\n\u003c\/div\u003e\n\n\u003cdiv class=\"bk6mzj-support-subtitle\"\u003e\nChoose your preferred contact method.\n\u003c\/div\u003e\n\n\u003ca href=\"tel:+302310365067\" class=\"bk6mzj-support-option\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/phone.svg\" class=\"bk6mzj-support-option-icon-svg\"\u003e\n\n\u003cspan\u003eCall Support\u003c\/span\u003e\n\n\u003c\/a\u003e\n\n\u003ca href=\"mailto:support@skytrack.gr\" class=\"bk6mzj-support-option\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/mail.svg\" class=\"bk6mzj-support-option-icon-svg\"\u003e\n\n\u003cspan\u003eEmail Support\u003c\/span\u003e\n\n\u003c\/a\u003e\n\n\u003cbutton class=\"bk6mzj-support-close\" id=\"bk6mzjCloseSupportPopup-en\"\u003e\n\nClose\n\n\u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- WHATSAPP BUTTON --\u003e\n\n\u003ca href=\"https:\/\/wa.me\/306945641644\" class=\"bk6mzj-whatsapp-btn mobile-contact-btn\" target=\"_blank\"\u003e\n\n\u003cimg src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" class=\"bk6mzj-whatsapp-icon\"\u003e\n\n\u003cspan\u003e\nChat with us on WhatsApp\n\u003c\/span\u003e\n\n\u003c\/a\u003e\n  \n\u003c\/div\u003e\n\n\u003cscript\u003e\n\n\/* SAVE SCROLL *\/\n\nlet bk6mzjScrollPosition = 0;\n\n\/* OPEN *\/\n\ndocument.querySelectorAll('[data-open]').forEach(function(button){\n\nbutton.addEventListener('click',function(){\n\nconst page = document.getElementById(\nbutton.getAttribute('data-open')\n);\n\nbk6mzjScrollPosition = window.scrollY;\n\ndocument.body.classList.add('bk6mzj-panel-open');\ndocument.body.style.position = 'fixed';\ndocument.body.style.top = `-${bk6mzjScrollPosition}px`;\ndocument.body.style.left = '0';\ndocument.body.style.right = '0';\ndocument.body.style.width = '100%';\ndocument.documentElement.style.overflowX = 'hidden';\ndocument.body.style.overflowX = 'hidden';\n\npage.classList.add('active');\n\n});\n\n});\n\n\/* CLOSE *\/\n\ndocument.querySelectorAll('[data-close]').forEach(function(button){\n\nbutton.addEventListener('click',function(){\n\nconst page = document.getElementById(\nbutton.getAttribute('data-close')\n);\n\npage.classList.remove('active');\n\ndocument.body.classList.remove('bk6mzj-panel-open');\ndocument.body.style.position = '';\ndocument.body.style.top = '';\ndocument.body.style.left = '';\ndocument.body.style.right = '';\ndocument.body.style.width = '';\ndocument.body.style.overflowX = '';\ndocument.documentElement.style.overflowX = '';\n\ndocument.documentElement.style.scrollBehavior = 'auto';\n\nwindow.scrollTo(0, bk6mzjScrollPosition);\n\nsetTimeout(() =\u003e {\n  document.documentElement.style.scrollBehavior = '';\n}, 50);\n\n});\n\n});\n\n\/* SLIDER *\/\n\nconst slides = document.querySelectorAll('.bk6mzj-slide');\nconst dots = document.querySelectorAll('.bk6mzj-slider-dot');\n\nlet currentSlide = 0;\n\nfunction showSlide(index){\n\n  slides.forEach((slide)=\u003e{\n    slide.classList.remove('active');\n  });\n\n  dots.forEach((dot)=\u003e{\n    dot.classList.remove('active');\n  });\n\n  slides[index].classList.add('active');\n\n  dots[index].classList.add('active');\n}\n\n\/* DOT CLICK *\/\n\ndots.forEach((dot,index)=\u003e{\n\n  dot.addEventListener('click',()=\u003e{\n\n    currentSlide = index;\n\n    showSlide(currentSlide);\n\n  });\n\n});\n\n\/* SWIPE *\/\n\nlet startX = 0;\n\nconst slider = document.querySelector('.bk6mzj-slider');\n\nslider.addEventListener('touchstart',(e)=\u003e{\n\n  startX = e.touches[0].clientX;\n\n});\n\nslider.addEventListener('touchend',(e)=\u003e{\n\n  let endX = e.changedTouches[0].clientX;\n\n  let diff = startX - endX;\n\n  if(Math.abs(diff) \u003e 50){\n\n    if(diff \u003e 0){\n\n      currentSlide++;\n\n      if(currentSlide \u003e= slides.length){\n        currentSlide = 0;\n      }\n\n    } else {\n\n      currentSlide--;\n\n      if(currentSlide \u003c 0){\n        currentSlide = slides.length - 1;\n      }\n    }\n\n    showSlide(currentSlide);\n  }\n\n});\n\/* MOBILE VIDEO PLAY *\/\n\ndocument.querySelectorAll('.bk6mzj-video').forEach(video =\u003e {\n\n  video.addEventListener('click', function(){\n\n    if(video.paused){\n\n      video.play();\n\n    } else {\n\n      video.pause();\n\n    }\n\n  });\n\n});\n\n\/* =========================\nGALLERY SLIDER\n========================= *\/\n\nconst galleryImages = document.querySelectorAll('.bk6mzj-gallery-image');\n\nconst galleryDots = document.querySelectorAll('.bk6mzj-gallery-dot');\n\nlet galleryIndex = 0;\n\nfunction showGallerySlide(index){\n\n  galleryImages.forEach((img)=\u003e{\n    img.classList.remove('active');\n  });\n\n  galleryDots.forEach((dot)=\u003e{\n    dot.classList.remove('active');\n  });\n\n  galleryImages[index].classList.add('active');\n\n  galleryDots[index].classList.add('active');\n}\n\n\/* DOT CLICK *\/\n\ngalleryDots.forEach((dot,index)=\u003e{\n\n  dot.addEventListener('click',()=\u003e{\n\n    galleryIndex = index;\n\n    showGallerySlide(galleryIndex);\n\n  });\n\n});\n\n\/* AUTO SLIDE *\/\n\nsetInterval(()=\u003e{\n\n  galleryIndex++;\n\n  if(galleryIndex \u003e= galleryImages.length){\n\n    galleryIndex = 0;\n  }\n\n  showGallerySlide(galleryIndex);\n\n},3500);\n  \n  const bk6mzjSupportPopupEn = document.getElementById('bk6mzjSupportPopup-en');\n\ndocument.getElementById('bk6mzjOpenSupportPopup-en').addEventListener('click',()=\u003e{\n\n  bk6mzjSupportPopupEn.classList.add('active');\n\n});\n\ndocument.getElementById('bk6mzjCloseSupportPopup-en').addEventListener('click',()=\u003e{\n\n  bk6mzjSupportPopupEn.classList.remove('active');\n});\n  \n\u003c\/script\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":53563857142107,"sku":"000000000001472","price":186.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/dashcam-2-1-pic.png?v=1784115727"},{"product_id":"ela-temperature-sensor-en12830","title":"ELA Temperature Sensor EN12830","description":"","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":53717497741659,"sku":"000000000000434","price":74.4,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/ela-temperature-sensor-product-pic.png?v=1786369143"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/collections\/driver-id-sensor.png?v=1787224445","url":"https:\/\/skytrackshop.com\/collections\/%ce%b1%ce%be%ce%b5%cf%83%ce%bf%cf%85%ce%ac%cf%81.oembed","provider":"SKYTRACK SHOP","version":"1.0","type":"link"}