{"id":6,"date":"2023-02-14T12:11:34","date_gmt":"2023-02-14T12:11:34","guid":{"rendered":"http:\/\/localhost\/blonwe\/?page_id=6"},"modified":"2026-01-31T21:39:25","modified_gmt":"2026-01-31T16:09:25","slug":"home","status":"publish","type":"page","link":"https:\/\/skylenstechno.com\/","title":{"rendered":"Skylens Technology"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6\" class=\"elementor elementor-6\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a26f167 e-con-full e-flex e-con e-parent\" data-id=\"a26f167\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f6ffd74 elementor-widget elementor-widget-html\" data-id=\"f6ffd74\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n    \/* 1. Scoped Variables: Only exist inside this container *\/\r\n    #fs-container {\r\n        --fs-h: 100vh; \/* Set height here *\/\r\n        --fs-accent: #3498db;\r\n        --fs-text: #ffffff;\r\n        --fs-ease: cubic-bezier(0.23, 1, 0.32, 1);\r\n        \r\n        position: relative;\r\n        width: 100%;\r\n        height: var(--fs-h);\r\n        min-height: 600px; \/* Desktop Safe Height *\/\r\n        overflow: hidden;\r\n        background: #050505;\r\n        font-family: 'Manrope', sans-serif;\r\n        color: var(--fs-text);\r\n        user-select: none;\r\n        margin: 0;\r\n        padding: 0;\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    \/* 2. Wrapper & Backgrounds *\/\r\n    .fs-bg-wrapper {\r\n        position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0;\r\n    }\r\n\r\n    .fs-bg {\r\n        position: absolute; top: 0; left: 0; width: 100%; height: 100%;\r\n        opacity: 0;\r\n        transition: opacity 1s ease;\r\n        will-change: opacity, transform;\r\n        z-index: 0;\r\n    }\r\n\r\n    \/* Unique Active Class *\/\r\n    .fs-bg.fs-active { opacity: 1; z-index: 1; }\r\n\r\n    .fs-bg img {\r\n        width: 100%; height: 100%; object-fit: cover; display: block;\r\n        transform: scale(1.1); transition: transform 6.5s ease-out; will-change: transform;\r\n    }\r\n\r\n    .fs-bg.fs-active img { transform: scale(1); }\r\n\r\n    .fs-vignette {\r\n        position: absolute; top: 0; left: 0; width: 100%; height: 100%;\r\n        background: radial-gradient(circle at 70% 50%, transparent 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.9) 100%);\r\n        z-index: 2; pointer-events: none;\r\n    }\r\n\r\n    \/* 3. UI Layer *\/\r\n    .fs-ui {\r\n        position: absolute; top: 0; left: 0; width: 100%; height: 100%;\r\n        z-index: 10; pointer-events: none;\r\n        display: flex; flex-direction: column; justify-content: center;\r\n        padding: 0 8vw; box-sizing: border-box;\r\n    }\r\n\r\n    \/* Text Animations *\/\r\n    .fs-text-zone { max-width: 650px; pointer-events: auto; }\r\n    \r\n    .fs-overflow { overflow: hidden; }\r\n    .fs-lbl-wrap { margin-bottom: 10px; }\r\n    .fs-tit-wrap { margin-bottom: 20px; }\r\n    .fs-dsc-wrap { margin-bottom: 40px; }\r\n    .fs-btn-wrap { padding-top: 10px; }\r\n\r\n    .fs-label {\r\n        display: block; font-family: 'Syncopate', sans-serif; font-size: 12px;\r\n        letter-spacing: 4px; color: var(--fs-accent); text-transform: uppercase;\r\n        transform: translateY(100%); transition: transform 0.8s var(--fs-ease);\r\n    }\r\n\r\n    .fs-title {\r\n        display: block; font-size: 5rem; font-weight: 800; line-height: 1; margin: 0; color: #fff;\r\n        transform: translateY(100%); transition: transform 1s var(--fs-ease) 0.1s;\r\n    }\r\n\r\n    .fs-desc {\r\n        display: block; font-size: 1.1rem; font-weight: 300; opacity: 0.8; line-height: 1.6; margin: 0;\r\n        transform: translateY(100%); transition: transform 1s var(--fs-ease) 0.2s;\r\n    }\r\n\r\n    .fs-btn {\r\n        display: inline-flex; align-items: center; gap: 15px; padding: 18px 40px;\r\n        background: #fff; color: #000; text-decoration: none; font-weight: 700;\r\n        text-transform: uppercase; letter-spacing: 1px; font-size: 14px;\r\n        transform: translateY(100%); transition: transform 1s var(--fs-ease) 0.3s, background 0.3s;\r\n        clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);\r\n    }\r\n    .fs-btn:hover { background: var(--fs-accent); color: #fff; }\r\n\r\n    \/* Active State for Text *\/\r\n    .fs-text-group.fs-active .fs-label, \r\n    .fs-text-group.fs-active .fs-title, \r\n    .fs-text-group.fs-active .fs-desc, \r\n    .fs-text-group.fs-active .fs-btn {\r\n        transform: translateY(0);\r\n    }\r\n\r\n    \/* Glass Specs *\/\r\n    .fs-specs {\r\n        position: absolute; right: 8vw; bottom: 25%; width: 280px;\r\n        background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(20px);\r\n        -webkit-backdrop-filter: blur(20px);\r\n        border-left: 1px solid rgba(255, 255, 255, 0.2); border-top: 1px solid rgba(255, 255, 255, 0.2);\r\n        padding: 30px; opacity: 0; transform: translateX(50px);\r\n        transition: all 0.8s var(--fs-ease) 0.4s; pointer-events: auto;\r\n    }\r\n    .fs-text-group.fs-active .fs-specs { opacity: 1; transform: translateX(0); }\r\n    \r\n    .fs-spec-item { display: flex; justify-content: space-between; margin-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 15px; }\r\n    .fs-spec-item:last-child { border: none; margin: 0; padding: 0; }\r\n    .fs-spec-lbl { font-size: 12px; opacity: 0.6; text-transform: uppercase; }\r\n    .fs-spec-val { font-size: 14px; font-weight: 700; color: var(--fs-accent); }\r\n\r\n    \/* Controls *\/\r\n    .fs-counter { position: absolute; bottom: 8vh; left: 8vw; font-family: 'Syncopate', sans-serif; font-size: 18px; font-weight: 700; pointer-events: auto; }\r\n    .fs-curr { color: #fff; }\r\n    .fs-total { color: rgba(255,255,255,0.3); font-size: 14px; margin-left: 5px; }\r\n\r\n    .fs-progress { position: absolute; bottom: 8vh; left: 18vw; width: 200px; height: 2px; background: rgba(255,255,255,0.1); }\r\n    .fs-bar { height: 100%; background: var(--fs-accent); width: 0; transition: width 0.3s linear; }\r\n\r\n    .fs-arrows { position: absolute; bottom: 6vh; right: 8vw; display: flex; gap: 10px; pointer-events: auto; }\r\n    .fs-arr-btn { width: 60px; height: 60px; border: 1px solid rgba(255,255,255,0.2); background: transparent; color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s; padding: 0; }\r\n    .fs-arr-btn:hover { background: #fff; color: #000; }\r\n\r\n    \/* Mobile *\/\r\n    @media (max-width: 900px) {\r\n        #fs-container { height: 70vh; min-height: 400px; }\r\n        .fs-ui { padding: 0 5vw; justify-content: flex-end; padding-bottom: 10vh; }\r\n        .fs-title { font-size: 3rem; margin-bottom: 15px; transform: translateY(40%); }\r\n        .fs-specs { display: none; }\r\n        .fs-bg { transform: none !important; }  \r\n        .fs-progress { display: none; }\r\n        .fs-arrows { bottom: 3vh; }\r\n        .fs-counter { bottom: 5vh; }\r\n    }\r\n    @media (max-width: 768px) {\r\n        .fs-title { font-size: 2.2rem; line-height: 1.1; }\r\n    }\r\n<\/style>\r\n\r\n<div id=\"fs-container\">\r\n    <div class=\"fs-bg-wrapper\">\r\n        <picture class=\"fs-bg fs-active\" data-index=\"0\">\r\n            <source media=\"(max-width: 768px)\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2026\/01\/Skylens-slider-mobile-1-1-1.webp\">\r\n            <img decoding=\"async\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2026\/01\/Skylens-slider-desktop-1-1.webp\" alt=\"Skylens Drone 1\" title=\"\">\r\n        <\/picture>\r\n\r\n        <picture class=\"fs-bg\" data-index=\"1\">\r\n            <source media=\"(max-width: 768px)\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2026\/01\/Skylens-slider-mobile-1-2-1.webp\">\r\n            <img decoding=\"async\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2026\/01\/Skylens-slider-desktop-1-2.webp\" alt=\"Skylens Drone 2\" title=\"\">\r\n        <\/picture>\r\n\r\n        <picture class=\"fs-bg\" data-index=\"2\">\r\n            <source media=\"(max-width: 768px)\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2026\/01\/Skylens-slider-mobile-1-3.webp\">\r\n            <img decoding=\"async\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2026\/01\/Skylens-slider-desktop-1-3.webp\" alt=\"Skylens Drone 3\" title=\"\">\r\n        <\/picture>\r\n\r\n        <picture class=\"fs-bg\" data-index=\"3\">\r\n            <source media=\"(max-width: 768px)\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2026\/01\/Skylens-slider-mobile-1-4.webp\">\r\n            <img decoding=\"async\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2026\/01\/Skylens-slider-desktop-1-4.webp\" alt=\"Skylens Drone 4\" title=\"\">\r\n        <\/picture>\r\n\r\n        <div class=\"fs-vignette\"><\/div>\r\n    <\/div>\r\n\r\n    <div class=\"fs-ui\">\r\n        \r\n        <div class=\"fs-text-group fs-active\" data-index=\"0\">\r\n            <div class=\"fs-text-zone\">\r\n                <div class=\"fs-overflow fs-lbl-wrap\"><span class=\"fs-label\">Flagship Series<\/span><\/div>\r\n                <div class=\"fs-overflow fs-tit-wrap\"><h2 class=\"fs-title\">DJI MINI 5 PRO<\/h2><\/div>\r\n                <div class=\"fs-overflow fs-dsc-wrap\"><p class=\"fs-desc\">The Mini 5 Pro is aimed at content creators, travel vloggers, photographers and professionals.<\/p><\/div>\r\n                <div class=\"fs-overflow fs-btn-wrap\"><a href=\"\/product\/dji-mini-5-pro-fly-more-combo-dji-rc-2\" class=\"fs-btn\">Buy Now <span>&rarr;<\/span><\/a><\/div>\r\n            <\/div>\r\n            <div class=\"fs-specs\">\r\n                <div class=\"fs-spec-item\"><span class=\"fs-spec-lbl\">Flight Time<\/span><span class=\"fs-spec-val\">52 Mins<\/span><\/div>\r\n                <div class=\"fs-spec-item\"><span class=\"fs-spec-lbl\">Range<\/span><span class=\"fs-spec-val\">10 KM<\/span><\/div>\r\n                <div class=\"fs-spec-item\"><span class=\"fs-spec-lbl\">Camera<\/span><span class=\"fs-spec-val\">1-inch CMOS<\/span><\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"fs-text-group\" data-index=\"1\" style=\"display:none;\">\r\n            <div class=\"fs-text-zone\">\r\n                <div class=\"fs-overflow fs-lbl-wrap\"><span class=\"fs-label\">Neo Series<\/span><\/div>\r\n                <div class=\"fs-overflow fs-tit-wrap\"><h2 class=\"fs-title\">DJI NEO 2<\/h2><\/div>\r\n                <div class=\"fs-overflow fs-dsc-wrap\"><p class=\"fs-desc\">DJI\u2019s most compact drone equipped with omnidirectional obstacle sensing and features.<\/p><\/div>\r\n                <div class=\"fs-overflow fs-btn-wrap\"><a href=\"\/product\/dji-neo-2-fly-more-combo-drone\/\" class=\"fs-btn\">Buy Now <span>&rarr;<\/span><\/a><\/div>\r\n            <\/div>\r\n            <div class=\"fs-specs\">\r\n                <div class=\"fs-spec-item\"><span class=\"fs-spec-lbl\">Resolution<\/span><span class=\"fs-spec-val\">4K Video<\/span><\/div>\r\n                <div class=\"fs-spec-item\"><span class=\"fs-spec-lbl\">Sensing<\/span><span class=\"fs-spec-val\">Omni<\/span><\/div>\r\n                <div class=\"fs-spec-item\"><span class=\"fs-spec-lbl\">Camera<\/span><span class=\"fs-spec-val\">1\/2-inch<\/span><\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"fs-text-group\" data-index=\"2\" style=\"display:none;\">\r\n            <div class=\"fs-text-zone\">\r\n                <div class=\"fs-overflow fs-lbl-wrap\"><span class=\"fs-label\">Mavic Series<\/span><\/div>\r\n                <div class=\"fs-overflow fs-tit-wrap\"><h2 class=\"fs-title\">MAVIC 4 PRO<\/h2><\/div>\r\n                <div class=\"fs-overflow fs-dsc-wrap\"><p class=\"fs-desc\">DJI Mavic 4 Pro delivers flagship imaging, intelligent flight, and advanced sensing.<\/p><\/div>\r\n                <div class=\"fs-overflow fs-btn-wrap\"><a href=\"\/product\/dji-mavic-4-pro-creator-combo-rc-pro-2\" class=\"fs-btn\">View Now<span>&rarr;<\/span><\/a><\/div>\r\n            <\/div>\r\n            <div class=\"fs-specs\">\r\n                <div class=\"fs-spec-item\"><span class=\"fs-spec-lbl\">Camera<\/span><span class=\"fs-spec-val\">100 MP<\/span><\/div>\r\n                <div class=\"fs-spec-item\"><span class=\"fs-spec-lbl\">Battery<\/span><span class=\"fs-spec-val\">51 Mins<\/span><\/div>\r\n                <div class=\"fs-spec-item\"><span class=\"fs-spec-lbl\">System<\/span><span class=\"fs-spec-val\">O4+ Feed<\/span><\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"fs-text-group\" data-index=\"3\" style=\"display:none;\">\r\n            <div class=\"fs-text-zone\">\r\n                <div class=\"fs-overflow fs-lbl-wrap\"><span class=\"fs-label\">Service Free<\/span><\/div>\r\n                <div class=\"fs-overflow fs-tit-wrap\"><h2 class=\"fs-title\">Drone Repairing<\/h2><\/div>\r\n                <div class=\"fs-overflow fs-dsc-wrap\"><p class=\"fs-desc\">Professional DJI drone repair services with genuine parts, expert diagnostics, and calibration.<\/p><\/div>\r\n                <div class=\"fs-overflow fs-btn-wrap\"><a href=\"wa.me\/919958202588\" class=\"fs-btn\">Contact Sales <span>&rarr;<\/span><\/a><\/div>\r\n            <\/div>\r\n            <div class=\"fs-specs\">\r\n                <div class=\"fs-spec-item\"><span class=\"fs-spec-lbl\">IP Rating<\/span><span class=\"fs-spec-val\">IP55<\/span><\/div>\r\n                <div class=\"fs-spec-item\"><span class=\"fs-spec-lbl\">Temp<\/span><span class=\"fs-spec-val\">-20\u00b0 to 50\u00b0C<\/span><\/div>\r\n                <div class=\"fs-spec-item\"><span class=\"fs-spec-lbl\">Zoom<\/span><span class=\"fs-spec-val\">200x<\/span><\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"fs-counter\"><span class=\"fs-curr\" id=\"fsCurr\">01<\/span><span class=\"fs-total\">\/ 04<\/span><\/div>\r\n    <div class=\"fs-progress\"><div class=\"fs-bar\" id=\"fsBar\"><\/div><\/div>\r\n    <div class=\"fs-arrows\">\r\n        <button class=\"fs-arr-btn fs-prev\">&#10094;<\/button>\r\n        <button class=\"fs-arr-btn fs-next\">&#10095;<\/button>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', () => {\r\n    \/\/ 1. Target scoped elements\r\n    const container = document.querySelector('#fs-container');\r\n    const bgs = container.querySelectorAll('.fs-bg');\r\n    const groups = container.querySelectorAll('.fs-text-group');\r\n    const currNum = container.querySelector('#fsCurr');\r\n    const bar = container.querySelector('#fsBar');\r\n    const prevBtn = container.querySelector('.fs-prev');\r\n    const nextBtn = container.querySelector('.fs-next');\r\n    \r\n    let idx = 0;\r\n    let count = bgs.length;\r\n    let timer;\r\n    let locked = false;\r\n    const dur = 6000;\r\n\r\n    function go(i) {\r\n        if(locked) return;\r\n        locked = true;\r\n\r\n        if(i < 0) i = count - 1;\r\n        if(i >= count) i = 0;\r\n\r\n        \/\/ Image Swap\r\n        bgs.forEach(b => b.classList.remove('fs-active'));\r\n        bgs[i].classList.add('fs-active');\r\n\r\n        \/\/ Text Swap\r\n        const oldTxt = container.querySelector('.fs-text-group.fs-active');\r\n        const newTxt = groups[i];\r\n\r\n        if(oldTxt) {\r\n            oldTxt.classList.remove('fs-active');\r\n            setTimeout(() => {\r\n                oldTxt.style.display = 'none';\r\n                newTxt.style.display = 'block';\r\n                void newTxt.offsetWidth; \/\/ Force reflow\r\n                newTxt.classList.add('fs-active');\r\n                setTimeout(() => { locked = false; }, 800);\r\n            }, 600);\r\n        } else {\r\n            \/\/ Init\r\n            groups.forEach(g => g.style.display = 'none');\r\n            newTxt.style.display = 'block';\r\n            setTimeout(() => newTxt.classList.add('fs-active'), 50);\r\n            locked = false;\r\n        }\r\n\r\n        \/\/ Update UI\r\n        currNum.innerText = `0${i + 1}`;\r\n        idx = i;\r\n        resetTimer();\r\n    }\r\n\r\n    function resetTimer() {\r\n        clearInterval(timer);\r\n        bar.style.transition = 'none';\r\n        bar.style.width = '0%';\r\n        void bar.offsetWidth;\r\n        bar.style.transition = `width ${dur}ms linear`;\r\n        bar.style.width = '100%';\r\n        \r\n        timer = setInterval(() => {\r\n            locked = false; \r\n            go(idx + 1);\r\n        }, dur);\r\n    }\r\n\r\n    \/\/ Events\r\n    nextBtn.onclick = () => go(idx + 1);\r\n    prevBtn.onclick = () => go(idx - 1);\r\n\r\n    \/\/ Parallax (Desktop Only)\r\n    if(window.matchMedia(\"(min-width: 900px)\").matches) {\r\n        container.addEventListener('mousemove', (e) => {\r\n            const rect = container.getBoundingClientRect();\r\n            \/\/ Calculate relative to container, not window\r\n            const x = ((e.clientX - rect.left) \/ rect.width) - 0.5;\r\n            const y = ((e.clientY - rect.top) \/ rect.height) - 0.5;\r\n            \r\n            bgs.forEach(b => {\r\n                if(b.classList.contains('fs-active')) {\r\n                    b.style.transform = `translate3d(${x * -20}px, ${y * -20}px, 0)`;\r\n                }\r\n            });\r\n        });\r\n    }\r\n\r\n    \/\/ Touch Swipe\r\n    let tsX = 0, tsY = 0;\r\n    container.addEventListener('touchstart', (e) => {\r\n        tsX = e.changedTouches[0].screenX;\r\n        tsY = e.changedTouches[0].screenY;\r\n    }, {passive: true});\r\n\r\n    container.addEventListener('touchend', (e) => {\r\n        const teX = e.changedTouches[0].screenX;\r\n        const teY = e.changedTouches[0].screenY;\r\n        if (Math.abs(teX - tsX) > Math.abs(teY - tsY) + 20) { \r\n            if (Math.abs(teX - tsX) > 50) {\r\n                locked = false;\r\n                if (teX - tsX > 0) go(idx - 1);\r\n                else go(idx + 1);\r\n            }\r\n        }\r\n    }, {passive: true});\r\n\r\n    \/\/ Start\r\n    go(0);\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ceee839 e-flex e-con-boxed e-con e-parent\" data-id=\"ceee839\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-69a0280 elementor-widget elementor-widget-html\" data-id=\"69a0280\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n    \/* --- CONTAINER LAYOUT --- *\/\r\n    .marquee-wrapper-interactive {\r\n        \/* Mobile First: 95% of Viewport Width *\/\r\n        width: 95vw; \r\n        \/* Desktop Limit: Caps at 1280px *\/\r\n        max-width: 1280px; \r\n        \r\n        margin: 0 auto;\r\n        padding: 40px 0;\r\n        font-family: 'Poppins', sans-serif;\r\n        box-sizing: border-box;\r\n        overflow: hidden; \/* Hides the scrollbar *\/\r\n    }\r\n\r\n    \/* --- THE SCROLLABLE ROWS --- *\/\r\n    .interactive-row {\r\n        display: flex;\r\n        gap: 15px;\r\n        overflow-x: hidden; \/* We handle scroll via JS to hide bars but keep logic *\/\r\n        white-space: nowrap;\r\n        padding-bottom: 15px; \/* Space for shadow *\/\r\n        cursor: grab; \/* Shows user they can drag it *\/\r\n        -webkit-overflow-scrolling: touch;\r\n        user-select: none; \/* Prevents text highlighting while dragging *\/\r\n    }\r\n\r\n    .interactive-row:active {\r\n        cursor: grabbing;\r\n    }\r\n\r\n    \/* --- PILL DESIGN --- *\/\r\n    .cat-pill {\r\n        display: inline-flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        padding: 12px 30px;\r\n        border-radius: 50px;\r\n        background: #fff;\r\n        color: #1a1a1a;\r\n        font-size: 15px;\r\n        font-weight: 500;\r\n        text-decoration: none;\r\n        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);\r\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\r\n        border: 1px solid rgba(0,0,0,0.05);\r\n        flex-shrink: 0; \/* Prevents shrinking *\/\r\n        \r\n        \/* Prevent dragging the link image\/text itself, we want to drag the row *\/\r\n        -webkit-user-drag: none; \r\n    }\r\n\r\n    .cat-pill:hover {\r\n        transform: translateY(-3px);\r\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);\r\n    }\r\n\r\n    \/* --- COLORS --- *\/\r\n    .cat-pill:nth-child(4n+1) { background: linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%); }\r\n    .cat-pill:nth-child(4n+2) { background: linear-gradient(135deg, #f6d365 0%, #fda085 100%); }\r\n    .cat-pill:nth-child(4n+3) { background: linear-gradient(135deg, #84fab0 0%, #8fd3f4 100%); }\r\n    .cat-pill:nth-child(4n+4) { background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%); }\r\n\r\n    @media (max-width: 768px) {\r\n        .cat-pill { padding: 10px 20px; font-size: 14px; }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"marquee-wrapper-interactive\">\r\n    \r\n    <div id=\"track-1\" class=\"interactive-row\">\r\n        <a href=\"\/product-category\/action-camera\/\" class=\"cat-pill\">Action Camera<\/a>\r\n        <a href=\"\/product-category\/dji-accessories\/\" class=\"cat-pill\">DJI Accessories<\/a>\r\n        <a href=\"\/product-category\/dji-drone\/\" class=\"cat-pill\">DJI Drone<\/a>\r\n        <a href=\"\/product-category\/drone-aircraft\/\" class=\"cat-pill\">Drone Aircraft<\/a>\r\n        <a href=\"\/product-category\/drone-parts\/\" class=\"cat-pill\">Drone Parts<\/a>\r\n        <a href=\"\/product-category\/drone-aircraft\/enterprise-series-drone-aircraft\" class=\"cat-pill\">Enterprise Series<\/a>\r\n        <a href=\"\/product-category\/gimbal\" class=\"cat-pill\">Gimbal<\/a>\r\n        <a href=\"\/product-category\/sports-recreation\" class=\"cat-pill\">Sports & Recreation<\/a>\r\n    <\/div>\r\n\r\n    <div id=\"track-2\" class=\"interactive-row\">\r\n        <a href=\"\/product-category\/tech-gadgets\" class=\"cat-pill\">Tech Gadgets<\/a>\r\n        <a href=\"\/product-category\/toy-drone\" class=\"cat-pill\">Toy Drone<\/a>\r\n        <a href=\"\/product-category\/vr-technology\" class=\"cat-pill\">VR Technology<\/a>\r\n        <a href=\"\/product-category\/dji-accessories\/drone-bags\" class=\"cat-pill\">Drone Bags<\/a>\r\n        <a href=\"\/product-category\/dji-accessories\/nd-filter\" class=\"cat-pill\">ND Filters<\/a>\r\n        <a href=\"\/product-category\/dji-accessories\/drone-batteries\/\" class=\"cat-pill\">Drone Batteries<\/a>\r\n        <a href=\"\/product-category\/dji-accessories\/drone-chargers\" class=\"cat-pill\">Drone Chargers<\/a>\r\n        <a href=\"\/product-category\/dji-accessories\/remote-controller\/\" class=\"cat-pill\">Remote controller<\/a>\r\n    <\/div>\r\n\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener(\"DOMContentLoaded\", () => {\r\n        \r\n        \/\/ Helper to setup a drag-able marquee\r\n        function initMarquee(elementId, speed, direction) {\r\n            const row = document.getElementById(elementId);\r\n            let isDown = false;\r\n            let startX;\r\n            let scrollLeft;\r\n            let animationId;\r\n            let isDragging = false; \/\/ To differentiate click vs drag\r\n\r\n            \/\/ 1. DUPLICATE CONTENT FOR INFINITE LOOP\r\n            \/\/ We clone the content enough times to fill the screen + scroll buffer\r\n            const originalContent = Array.from(row.children);\r\n            \/\/ Clone 3 times to ensure smooth infinite scroll\r\n            [...originalContent, ...originalContent, ...originalContent].forEach(item => {\r\n                row.appendChild(item.cloneNode(true));\r\n            });\r\n\r\n            \/\/ 2. AUTO PLAY LOGIC\r\n            function autoScroll() {\r\n                if (!isDown) {\r\n                    if (direction === 'left') {\r\n                        row.scrollLeft += speed;\r\n                    } else {\r\n                        row.scrollLeft -= speed;\r\n                    }\r\n\r\n                    \/\/ Infinite Loop Reset Logic\r\n                    \/\/ If we scrolled past the first set of items, snap back to start (invisible jump)\r\n                    const maxScroll = row.scrollWidth \/ 3; \r\n                    \r\n                    if (direction === 'left' && row.scrollLeft >= maxScroll) {\r\n                        row.scrollLeft = 0; \/\/ Snap back to 0\r\n                    } else if (direction === 'right' && row.scrollLeft <= 0) {\r\n                        row.scrollLeft = maxScroll; \/\/ Snap to end\r\n                    }\r\n                }\r\n                animationId = requestAnimationFrame(autoScroll);\r\n            }\r\n            \r\n            \/\/ Start the auto scroller\r\n            \/\/ For right scroll, we start at a specific offset\r\n            if(direction === 'right') row.scrollLeft = row.scrollWidth \/ 3;\r\n            animationId = requestAnimationFrame(autoScroll);\r\n\r\n\r\n            \/\/ 3. DRAG \/ SWIPE EVENTS\r\n            const stop = () => {\r\n                isDown = false;\r\n                row.style.cursor = \"grab\";\r\n            };\r\n\r\n            const start = (e) => {\r\n                isDown = true;\r\n                isDragging = false; \/\/ Reset drag flag\r\n                row.style.cursor = \"grabbing\";\r\n                startX = (e.pageX || e.touches[0].pageX) - row.offsetLeft;\r\n                scrollLeft = row.scrollLeft;\r\n            };\r\n\r\n            const move = (e) => {\r\n                if (!isDown) return;\r\n                e.preventDefault();\r\n                const x = (e.pageX || e.touches[0].pageX) - row.offsetLeft;\r\n                const walk = (x - startX) * 2; \/\/ *2 makes it scroll faster than movement\r\n                row.scrollLeft = scrollLeft - walk;\r\n                \r\n                \/\/ If moved more than 5px, consider it a drag (prevents accidental clicks)\r\n                if (Math.abs(x - startX) > 5) {\r\n                    isDragging = true;\r\n                }\r\n            };\r\n\r\n            \/\/ Mouse Events\r\n            row.addEventListener('mousedown', start);\r\n            row.addEventListener('mouseleave', stop);\r\n            row.addEventListener('mouseup', stop);\r\n            row.addEventListener('mousemove', move);\r\n\r\n            \/\/ Touch Events (Mobile)\r\n            row.addEventListener('touchstart', start);\r\n            row.addEventListener('touchend', stop);\r\n            row.addEventListener('touchmove', move);\r\n\r\n            \/\/ 4. PREVENT CLICK IF DRAGGING\r\n            \/\/ If user was dragging, don't follow the link. If just a tap, follow link.\r\n            const links = row.querySelectorAll('a');\r\n            links.forEach(link => {\r\n                link.addEventListener('click', (e) => {\r\n                    if (isDragging) {\r\n                        e.preventDefault(); \/\/ Stop link if we were swiping\r\n                    }\r\n                });\r\n            });\r\n        }\r\n\r\n        \/\/ Initialize Row 1 (Speed 1, Moving Left)\r\n        initMarquee('track-1', 0.8, 'left');\r\n\r\n        \/\/ Initialize Row 2 (Speed 1, Moving Right)\r\n        initMarquee('track-2', 0.8, 'right');\r\n\r\n    });\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-246978e e-flex e-con-boxed e-con e-parent\" data-id=\"246978e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-254a62d elementor-widget elementor-widget-blonwe-product-categories2\" data-id=\"254a62d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"blonwe-product-categories2.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"klb-module klb-categories-wrapper\"><div class=\"klb-slider-wrapper\"><div class=\"klb-loader-wrapper\"><div class=\"klb-loader\" data-size=\"\" data-color=\"\" data-border=\"\"><\/div><\/div><div class=\"klb-slider carousel-style arrows-center arrows-style-2 arrows-white-border dots-style-1 gutter-15\" data-items=\"7\" data-mobileitems=\"3\" data-tabletitems=\"4\" data-css=\"cubic-bezier(.48,0,.12,1)\" data-speed=\"600\" data-arrows=\"true\" data-dots=\"\" data-infinite=\"true\" data-autoplay=\"true\" data-autospeed=\"1600\" data-autostop=\"true\"><div class=\"slider-item\"><div class=\"klb-category-block style-7 small entry-media\"><div class=\"category-thumbnail entry-media\"><img decoding=\"async\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/09\/dronehub-category-action-camera.avif\" alt=\"Action Camera\" title=\"\"><\/div><div class=\"category-detail\"><h4 class=\"entry-title\">Action Camera<\/h4><\/div><a href=\"https:\/\/skylenstechno.com\/product-category\/action-camera\/\" class=\"overlay-link\"><\/a><\/div><\/div><div class=\"slider-item\"><div class=\"klb-category-block style-7 small entry-media\"><div class=\"category-thumbnail entry-media\"><img decoding=\"async\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/09\/dronehub-category-drone-accessories.avif\" alt=\"DJI Accessories\" title=\"\"><\/div><div class=\"category-detail\"><h4 class=\"entry-title\">DJI Accessories<\/h4><\/div><a href=\"https:\/\/skylenstechno.com\/product-category\/dji-accessories\/\" class=\"overlay-link\"><\/a><\/div><\/div><div class=\"slider-item\"><div class=\"klb-category-block style-7 small entry-media\"><div class=\"category-thumbnail entry-media\"><img decoding=\"async\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/09\/dronehub-category-drone-batteries.avif\" alt=\"Drone Batteries\" title=\"\"><\/div><div class=\"category-detail\"><h4 class=\"entry-title\">Drone Batteries<\/h4><\/div><a href=\"https:\/\/skylenstechno.com\/product-category\/dji-accessories\/drone-batteries\/\" class=\"overlay-link\"><\/a><\/div><\/div><div class=\"slider-item\"><div class=\"klb-category-block style-7 small entry-media\"><div class=\"category-thumbnail entry-media\"><img decoding=\"async\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/09\/dronehub-category-drone-chargers.avif\" alt=\"Drone Chargers\" title=\"\"><\/div><div class=\"category-detail\"><h4 class=\"entry-title\">Drone Chargers<\/h4><\/div><a href=\"https:\/\/skylenstechno.com\/product-category\/dji-accessories\/drone-chargers\/\" class=\"overlay-link\"><\/a><\/div><\/div><div class=\"slider-item\"><div class=\"klb-category-block style-7 small entry-media\"><div class=\"category-thumbnail entry-media\"><img decoding=\"async\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/09\/dronehub-category-drone-combo-kit.avif\" alt=\"Drone Combo Kit\" title=\"\"><\/div><div class=\"category-detail\"><h4 class=\"entry-title\">Drone Combo Kit<\/h4><\/div><a href=\"https:\/\/skylenstechno.com\/product-category\/dji-accessories\/drone-combo-kit\/\" class=\"overlay-link\"><\/a><\/div><\/div><div class=\"slider-item\"><div class=\"klb-category-block style-7 small entry-media\"><div class=\"category-thumbnail entry-media\"><img decoding=\"async\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/11\/Skylens-category-remote-controller.png\" alt=\"Remote controller\" title=\"\"><\/div><div class=\"category-detail\"><h4 class=\"entry-title\">Remote controller<\/h4><\/div><a href=\"https:\/\/skylenstechno.com\/product-category\/dji-accessories\/remote-controller\/\" class=\"overlay-link\"><\/a><\/div><\/div><div class=\"slider-item\"><div class=\"klb-category-block style-7 small entry-media\"><div class=\"category-thumbnail entry-media\"><img decoding=\"async\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/09\/dronehub-category-wireless-mic.avif\" alt=\"Wireless Mic\" title=\"\"><\/div><div class=\"category-detail\"><h4 class=\"entry-title\">Wireless Mic<\/h4><\/div><a href=\"https:\/\/skylenstechno.com\/product-category\/dji-accessories\/wireless-mic\/\" class=\"overlay-link\"><\/a><\/div><\/div><div class=\"slider-item\"><div class=\"klb-category-block style-7 small entry-media\"><div class=\"category-thumbnail entry-media\"><img decoding=\"async\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/09\/dronehub-category-drone-parts.avif\" alt=\"Drone Parts\" title=\"\"><\/div><div class=\"category-detail\"><h4 class=\"entry-title\">Drone Parts<\/h4><\/div><a href=\"https:\/\/skylenstechno.com\/product-category\/drone-parts\/\" class=\"overlay-link\"><\/a><\/div><\/div><div class=\"slider-item\"><div class=\"klb-category-block style-7 small entry-media\"><div class=\"category-thumbnail entry-media\"><img decoding=\"async\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/11\/Skylens-category-gimbal.png\" alt=\"Gimbal\" title=\"\"><\/div><div class=\"category-detail\"><h4 class=\"entry-title\">Gimbal<\/h4><\/div><a href=\"https:\/\/skylenstechno.com\/product-category\/gimbal\/\" class=\"overlay-link\"><\/a><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5fccad2 e-grid e-con-boxed e-con e-parent\" data-id=\"5fccad2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a174e96 elementor-widget elementor-widget-video\" data-id=\"a174e96\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/OklNVNKftJ8?si=s8Hie9WpDnYlT1vN&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31d9359 elementor-widget elementor-widget-video\" data-id=\"31d9359\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/yECD9TzmW-A?si=xfMT5C7QuzvIhAeQ&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3912059 e-con-full e-flex e-con e-parent\" data-id=\"3912059\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da2c2d3 elementor-widget elementor-widget-html\" data-id=\"da2c2d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n    \/* --- CONTAINER --- *\/\r\n    .drone-grid-container {\r\n        display: flex;\r\n        width: 100%;\r\n        height: 80vh; \/* Fixed height for the strip *\/\r\n        min-height: 600px; \/* Fallback for smaller screens *\/\r\n        background: #000;\r\n        overflow: hidden;\r\n        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\r\n    }\r\n\r\n    \/* --- CARD BASICS --- *\/\r\n    .drone-card {\r\n        position: relative; \/* Anchor for absolute children *\/\r\n        flex: 1; \r\n        height: 100%;\r\n        border-right: 1px solid rgba(255,255,255,0.1);\r\n        overflow: hidden;\r\n        cursor: pointer;\r\n        transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1);\r\n    }\r\n\r\n    \/* --- IMAGE HANDLING (The Fix) --- *\/\r\n    .drone-img {\r\n        \/* FORCE absolute positioning to fill parent *\/\r\n        position: absolute; \r\n        top: 0;\r\n        left: 0;\r\n        \r\n        \/* 'height: 100% !important' overrides your theme's auto-height setting *\/\r\n        width: 100% !important;\r\n        height: 100% !important; \r\n        \r\n        \/* Ensures the 1920x1080 image covers the tall card without squashing *\/\r\n        object-fit: cover; \r\n        object-position: center; \r\n        \r\n        \/* Layering & Style *\/\r\n        z-index: 0; \r\n        margin: 0 !important;\r\n        padding: 0 !important;\r\n        filter: grayscale(100%) brightness(0.7); \r\n        transition: filter 0.5s ease;\r\n    }\r\n\r\n    \/* --- OVERLAY --- *\/\r\n    .drone-overlay {\r\n        position: absolute;\r\n        bottom: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 80%; \r\n        background: linear-gradient(to top, rgba(0,0,0,0.95), rgba(0,0,0,0.6) 50%, transparent);\r\n        pointer-events: none; \r\n        z-index: 1;\r\n    }\r\n\r\n    \/* --- COLLAPSED CONTENT (Vertical Title) --- *\/\r\n    .collapsed-content {\r\n        position: absolute;\r\n        width: 100%;\r\n        height: 100%;\r\n        top: 0;\r\n        left: 0;\r\n        transition: opacity 0.3s ease;\r\n        opacity: 1;\r\n        pointer-events: none;\r\n        z-index: 2; \r\n    }\r\n    \r\n    .drone-title-vertical {\r\n        position: absolute;\r\n        bottom: 120px;\r\n        left: 20px;\r\n        color: #fff;\r\n        font-size: 14px;\r\n        font-weight: 600;\r\n        text-transform: uppercase;\r\n        letter-spacing: 2px;\r\n        writing-mode: vertical-rl; \r\n        transform: rotate(180deg); \r\n        white-space: nowrap;\r\n    }\r\n\r\n    .drone-number-big {\r\n        position: absolute;\r\n        bottom: 20px;\r\n        left: 20px;\r\n        font-size: 60px;\r\n        font-weight: 300;\r\n        color: rgba(255,255,255,0.8);\r\n        line-height: 1;\r\n    }\r\n\r\n    \/* --- EXPANDED DETAILS --- *\/\r\n    .drone-details {\r\n        position: absolute;\r\n        bottom: 40px;\r\n        left: 40px;\r\n        right: 40px;\r\n        opacity: 0; \r\n        transform: translateY(20px);\r\n        transition: all 0.4s ease;\r\n        transition-delay: 0.1s; \r\n        pointer-events: none; \r\n        z-index: 3;\r\n        color: #fff;\r\n        width: 90%;\r\n    }\r\n\r\n    .drone-details a, .drone-details button {\r\n        pointer-events: auto;\r\n    }\r\n\r\n    .detail-number {\r\n        font-size: 32px;\r\n        font-weight: 300;\r\n        opacity: 0.7;\r\n        margin-bottom: 5px;\r\n        display: block;\r\n    }\r\n\r\n    .detail-model {\r\n        font-size: 14px;\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n        opacity: 0.8;\r\n        display: block;\r\n    }\r\n\r\n    .detail-title {\r\n        font-size: 42px;\r\n        font-weight: 700;\r\n        margin: 5px 0 5px 0;\r\n        line-height: 1.1;\r\n    }\r\n\r\n    .detail-subtitle {\r\n        font-size: 16px;\r\n        font-weight: 400;\r\n        margin-bottom: 25px;\r\n        opacity: 0.9;\r\n        display: block;\r\n    }\r\n\r\n    .specs-grid {\r\n        display: grid;\r\n        grid-template-columns: auto 1fr;\r\n        gap: 8px 30px;\r\n        margin-bottom: 25px;\r\n        font-size: 13px;\r\n        max-width: 400px;\r\n    }\r\n    .spec-label { opacity: 0.6; }\r\n    .spec-value { font-weight: 600; text-align: right; }\r\n\r\n    .tags-row {\r\n        display: flex;\r\n        gap: 10px;\r\n        flex-wrap: wrap;\r\n        align-items: center;\r\n    }\r\n\r\n    .tag-pill {\r\n        background: rgba(255,255,255,0.1);\r\n        padding: 6px 14px;\r\n        border-radius: 20px;\r\n        font-size: 11px;\r\n        font-weight: 600;\r\n        display: flex;\r\n        align-items: center;\r\n        backdrop-filter: blur(5px);\r\n        border: 1px solid rgba(255,255,255,0.1);\r\n    }\r\n    .red-dot-small {\r\n        width: 6px; height: 6px; background: red; border-radius: 50%; margin-right: 6px;\r\n    }\r\n\r\n    .buy-btn {\r\n        background: #333;\r\n        color: #fff;\r\n        padding: 8px 20px;\r\n        border-radius: 20px;\r\n        font-size: 12px;\r\n        font-weight: 700;\r\n        text-decoration: none;\r\n        border: 1px solid rgba(255,255,255,0.2);\r\n        transition: background 0.3s;\r\n        white-space: nowrap;\r\n    }\r\n    .buy-btn:hover { background: #fff; color: #000; }\r\n\r\n    \/* --- TOGGLE BUTTONS --- *\/\r\n    .drone-toggle-btn {\r\n        position: absolute; bottom: 30px; right: 30px;\r\n        width: 40px; height: 40px; border: 1px solid #fff; border-radius: 50%;\r\n        display: flex; align-items: center; justify-content: center; color: #fff; font-size: 24px;\r\n        z-index: 4; \r\n        pointer-events: none; \r\n        transition: all 0.3s ease;\r\n    }\r\n\r\n    \/* --- DESKTOP LOGIC --- *\/\r\n    @media (min-width: 769px) {\r\n        .drone-card:hover { flex: 3; }\r\n        \r\n        .drone-card:hover .drone-img {\r\n            filter: grayscale(0%) brightness(1);\r\n        }\r\n        \r\n        .drone-card:hover .collapsed-content { opacity: 0; }\r\n        .drone-card:hover .drone-details {\r\n            opacity: 1;\r\n            transform: translateY(0);\r\n        }\r\n        .drone-card:hover .drone-toggle-btn { \r\n            transform: rotate(90deg); \r\n            background: #fff; color: #000; \r\n        }\r\n    }\r\n\r\n    \/* --- MOBILE LOGIC --- *\/\r\n    @media (max-width: 768px) {\r\n        .drone-grid-container { \r\n            flex-direction: column; \r\n            height: auto; \r\n            min-height: 90vh; \r\n        }\r\n        \r\n        .drone-card { \r\n            width: 100%; \r\n            border-right: none; \r\n            border-bottom: 1px solid rgba(255,255,255,0.1); \r\n            flex: 1; \r\n            min-height: 100px; \r\n        }\r\n        \r\n        .drone-card.is-active { \r\n            flex: 10; \r\n            min-height: 500px; \r\n        }\r\n        \r\n        .drone-card.is-active .drone-img { \r\n            filter: grayscale(0%) brightness(1); \r\n        }\r\n        \r\n        .drone-card.is-active .collapsed-content { opacity: 0; pointer-events: none; }\r\n        .drone-card.is-active .drone-details { opacity: 1; transform: translateY(0); }\r\n\r\n        .drone-details { left: 20px; right: 20px; bottom: 30px; width: auto; }\r\n        .detail-title { font-size: 32px; }\r\n        .specs-grid { font-size: 12px; gap: 5px 15px; }\r\n        .buy-btn { padding: 10px 24px; font-size: 14px; }\r\n        \r\n        .drone-toggle-btn {\r\n            top: 20px; right: 20px; bottom: auto;\r\n            border: 1px solid rgba(255,255,255,0.5);\r\n            background: rgba(0,0,0,0.3);\r\n            pointer-events: auto;\r\n            cursor: pointer;\r\n        }\r\n        \r\n        .drone-card.is-active .drone-toggle-btn {\r\n            transform: rotate(45deg); \r\n            background: #fff; color: #000;\r\n        }\r\n        \r\n        .drone-title-vertical { \r\n            bottom: 20px; left: 60px; \r\n            writing-mode: horizontal-tb; \r\n            transform: none; \r\n            font-size: 12px; \r\n        }\r\n        .drone-number-big { font-size: 30px; bottom: 15px; left: 20px; }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"drone-grid-container\" id=\"droneGrid\">\r\n\r\n    <div class=\"drone-card\">\r\n        <img decoding=\"async\" src=\"https:\/\/dronevex.in\/wp-content\/uploads\/2025\/08\/DJI-Mavic-4-Pro-3.jpeg?q=80&amp;w=1000&amp;auto=format&amp;fit=crop\" class=\"drone-img\" alt=\"Mavic 4 Pro\" title=\"\">\r\n        <div class=\"drone-overlay\"><\/div>\r\n        <div class=\"collapsed-content\">\r\n            <div class=\"drone-title-vertical\">Mavic 4 Pro<\/div>\r\n            <div class=\"drone-number-big\">01<\/div>\r\n        <\/div>\r\n        <div class=\"drone-details\">\r\n            <span class=\"detail-number\">01<\/span>\r\n            <span class=\"detail-model\">Mavic 4 Pro<\/span>\r\n            <h2 class=\"detail-title\">Mavic 4 Pro<\/h2>\r\n            <span class=\"detail-subtitle\">Master the Skies<\/span>\r\n            <div class=\"specs-grid\">\r\n                <span class=\"spec-label\">Camera:<\/span> <span class=\"spec-value\">Triple Lens System<\/span>\r\n                <span class=\"spec-label\">Flight Time:<\/span> <span class=\"spec-value\">43 Minutes<\/span>\r\n                <span class=\"spec-label\">Range:<\/span> <span class=\"spec-value\">15 km<\/span>\r\n                <span class=\"spec-label\">Sensing:<\/span> <span class=\"spec-value\">Omnidirectional<\/span>\r\n            <\/div>\r\n            <div class=\"tags-row\">\r\n                <div class=\"tag-pill\"><span class=\"red-dot-small\"><\/span>5.1K Video<\/div>\r\n                <div class=\"tag-pill\"><span class=\"red-dot-small\"><\/span>Max Speed: 68 km\/h<\/div>\r\n                <a href=\"\/product\/dji-mavic-4-pro-fly-more-combo-with-rc-2\" class=\"buy-btn\">Buy Now<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"drone-toggle-btn\" onclick=\"toggleCard(this)\">+<\/div>\r\n    <\/div> \r\n\r\n    <div class=\"drone-card\">\r\n        <img decoding=\"async\" src=\"https:\/\/dronevex.in\/wp-content\/uploads\/2025\/08\/6VcifgcVpRehdrjMU6SjgJ.jpg?q=80&amp;w=1000&amp;auto=format&amp;fit=crop\" class=\"drone-img\" alt=\"Mavic 3 Pro\" title=\"\">\r\n        <div class=\"drone-overlay\"><\/div>\r\n        <div class=\"collapsed-content\">\r\n            <div class=\"drone-title-vertical\">Mavic 3 Pro<\/div>\r\n            <div class=\"drone-number-big\">02<\/div>\r\n        <\/div>\r\n        <div class=\"drone-details\">\r\n            <span class=\"detail-number\">02<\/span>\r\n            <span class=\"detail-model\">Mavic 3 Pro<\/span>\r\n            <h2 class=\"detail-title\">Mavic 3 Pro<\/h2>\r\n            <span class=\"detail-subtitle\">Inspiration in Focus<\/span>\r\n            <div class=\"specs-grid\">\r\n                <span class=\"spec-label\">Camera:<\/span> <span class=\"spec-value\">Hasselblad 4\/3 CMOS<\/span>\r\n                <span class=\"spec-label\">Flight Time:<\/span> <span class=\"spec-value\">46 Minutes<\/span>\r\n                <span class=\"spec-label\">Range:<\/span> <span class=\"spec-value\">15 km<\/span>\r\n                <span class=\"spec-label\">Sensing:<\/span> <span class=\"spec-value\">Omnidirectional<\/span>\r\n            <\/div>\r\n            <div class=\"tags-row\">\r\n                <div class=\"tag-pill\"><span class=\"red-dot-small\"><\/span>5.1K 50fps<\/div>\r\n                <div class=\"tag-pill\"><span class=\"red-dot-small\"><\/span>Hasselblad Color<\/div>\r\n                <a href=\"\/product\/dji-mavic-3-pro-dji-rc-4-3-hasselblad-camera\/\" class=\"buy-btn\">Buy Now<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"drone-toggle-btn\" onclick=\"toggleCard(this)\">+<\/div>\r\n    <\/div>\r\n\r\n    <div class=\"drone-card\">\r\n        <img decoding=\"async\" src=\"https:\/\/dronevex.in\/wp-content\/uploads\/2025\/08\/6VcifgcVpRehdrjMU6SjgJ.png?q=80&amp;w=1000&amp;auto=format&amp;fit=crop\" class=\"drone-img\" alt=\"Air 3S\" title=\"\">\r\n        <div class=\"drone-overlay\"><\/div>\r\n        <div class=\"collapsed-content\">\r\n            <div class=\"drone-title-vertical\">Air 3S<\/div>\r\n            <div class=\"drone-number-big\">03<\/div>\r\n        <\/div>\r\n        <div class=\"drone-details\">\r\n            <span class=\"detail-number\">03<\/span>\r\n            <span class=\"detail-model\">Air 3S<\/span>\r\n            <h2 class=\"detail-title\">Air 3S<\/h2>\r\n            <span class=\"detail-subtitle\">Chase the View<\/span>\r\n            <div class=\"specs-grid\">\r\n                <span class=\"spec-label\">Camera:<\/span> <span class=\"spec-value\">Wide + 3x Tele, 1\/1.3\"<\/span>\r\n                <span class=\"spec-label\">Flight Time:<\/span> <span class=\"spec-value\">46 Minutes<\/span>\r\n                <span class=\"spec-label\">Range:<\/span> <span class=\"spec-value\">20 km<\/span>\r\n                <span class=\"spec-label\">Sensing:<\/span> <span class=\"spec-value\">Omnidirectional<\/span>\r\n            <\/div>\r\n            <div class=\"tags-row\">\r\n                <div class=\"tag-pill\"><span class=\"red-dot-small\"><\/span>4K 100fps<\/div>\r\n                <div class=\"tag-pill\"><span class=\"red-dot-small\"><\/span>Top Speed: 75 km\/h<\/div>\r\n                <a href=\"\/product\/dji-air-3s-fly-more-combo-dji-rc-2\" class=\"buy-btn\">Buy Now<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"drone-toggle-btn\" onclick=\"toggleCard(this)\">+<\/div>\r\n    <\/div>\r\n\r\n    <div class=\"drone-card\">\r\n        <img decoding=\"async\" src=\"https:\/\/dronevex.in\/wp-content\/uploads\/2025\/08\/jpg.jpeg?q=80&amp;w=1000&amp;auto=format&amp;fit=crop\" class=\"drone-img\" alt=\"Avata 2\" title=\"\">\r\n        <div class=\"drone-overlay\"><\/div>\r\n        <div class=\"collapsed-content\">\r\n            <div class=\"drone-title-vertical\">Avata 2<\/div>\r\n            <div class=\"drone-number-big\">04<\/div>\r\n        <\/div>\r\n        <div class=\"drone-details\">\r\n            <span class=\"detail-number\">04<\/span>\r\n            <span class=\"detail-model\">Avata 2<\/span>\r\n            <h2 class=\"detail-title\">Avata 2<\/h2>\r\n            <span class=\"detail-subtitle\">Born to Fly<\/span>\r\n            <div class=\"specs-grid\">\r\n                <span class=\"spec-label\">Camera:<\/span> <span class=\"spec-value\">Super-Wide 4K<\/span>\r\n                <span class=\"spec-label\">Flight Time:<\/span> <span class=\"spec-value\">23 Minutes<\/span>\r\n                <span class=\"spec-label\">Range:<\/span> <span class=\"spec-value\">13 km<\/span>\r\n                <span class=\"spec-label\">Control:<\/span> <span class=\"spec-value\">Motion Controller 3<\/span>\r\n            <\/div>\r\n            <div class=\"tags-row\">\r\n                <div class=\"tag-pill\"><span class=\"red-dot-small\"><\/span>Easy ACRO<\/div>\r\n                <div class=\"tag-pill\"><span class=\"red-dot-small\"><\/span>FPV Experience<\/div>\r\n                <a href=\"\/product\/dji-avata-2-fly-more-combo\/\" class=\"buy-btn\">Buy Now<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"drone-toggle-btn\" onclick=\"toggleCard(this)\">+<\/div>\r\n    <\/div>\r\n\r\n<\/div>\r\n\r\n<script>\r\n    function toggleCard(btn) {\r\n        if (window.innerWidth <= 768) {\r\n            const parentCard = btn.closest('.drone-card');\r\n            const isActive = parentCard.classList.contains('is-active');\r\n            document.querySelectorAll('.drone-card').forEach(c => c.classList.remove('is-active'));\r\n            if (!isActive) {\r\n                parentCard.classList.add('is-active');\r\n            }\r\n        }\r\n    }\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0eeffdd e-con-full e-flex e-con e-parent\" data-id=\"0eeffdd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c681db elementor-widget elementor-widget-html\" data-id=\"2c681db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Top Right Image Entry<\/title>\r\n<style>\r\n    \/* --- CSS STYLES --- *\/\r\n    .product-showcase-section {\r\n        background-color: #000000;\r\n        color: #ffffff;\r\n        padding: 0;\r\n        overflow: hidden; \r\n        position: relative;\r\n        min-height: 90vh;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n    }\r\n\r\n    .showcase-container {\r\n        width: 100%;\r\n        max-width: 1400px;\r\n        padding: 0 5%;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center; \r\n        gap: 30px; \/* Tight gap *\/\r\n    }\r\n\r\n    \/* --- LEFT COLUMN (TEXT - RIGHT ALIGNED) --- *\/\r\n    .showcase-text {\r\n        width: 40%; \r\n        z-index: 20; \r\n        opacity: 0; \r\n        will-change: transform, opacity;\r\n        text-align: right; \r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: flex-end;\r\n    }\r\n\r\n    .showcase-text h2 {\r\n        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\r\n        font-size: 3.5rem; \r\n        font-weight: 700;\r\n        margin-bottom: 20px;\r\n        line-height: 1.1;\r\n        color: #ffffff;\r\n    }\r\n    .showcase-text p {\r\n        font-family: sans-serif;\r\n        font-size: 1.1rem;\r\n        line-height: 1.6;\r\n        color: #cccccc;\r\n        margin-bottom: 30px;\r\n        max-width: 450px;\r\n        margin-left: auto; \r\n        margin-right: 0;\r\n    }\r\n\r\n    .showcase-btn {\r\n        display: inline-block;\r\n        padding: 12px 35px;\r\n        border: 2px solid #ffffff;\r\n        color: #ffffff;\r\n        text-decoration: none;\r\n        border-radius: 50px;\r\n        font-weight: 600;\r\n        transition: 0.3s;\r\n    }\r\n    .showcase-btn:hover {\r\n        background: #ffffff;\r\n        color: #000;\r\n    }\r\n\r\n    \/* --- RIGHT COLUMN (IMAGE) --- *\/\r\n    .showcase-image-wrapper {\r\n        width: 55%; \r\n        position: relative;\r\n        opacity: 0;\r\n        will-change: transform, opacity;\r\n        display: flex;\r\n        justify-content: flex-start;\r\n    }\r\n\r\n    .showcase-image-wrapper img {\r\n        width: 100%; \r\n        height: auto;\r\n        display: block;\r\n        transform-origin: center center;\r\n        filter: drop-shadow(0 20px 50px rgba(0,0,0,0.5));\r\n    }\r\n\r\n    \/* --- MOBILE RESPONSIVENESS --- *\/\r\n    @media (max-width: 768px) {\r\n        .showcase-container {\r\n            flex-direction: column-reverse;\r\n            text-align: center;\r\n            gap: 20px;\r\n            padding: 60px 20px;\r\n        }\r\n        .showcase-text {\r\n            width: 100%;\r\n            text-align: center;\r\n            align-items: center;\r\n        }\r\n        .showcase-text p {\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n        }\r\n        .showcase-image-wrapper {\r\n            width: 100%;\r\n            justify-content: center;\r\n            margin-bottom: 30px;\r\n            \/* On mobile, maybe less dramatic top-right movement, or just simple fade *\/\r\n             transform: none !important;\r\n             opacity: 1 !important;\r\n        }\r\n         \/* Disable complex JS anims on mobile for simpler UX *\/\r\n        .showcase-text, .showcase-image-wrapper img {\r\n             transform: none !important;\r\n             opacity: 1 !important;\r\n        }\r\n        \/* Hide the script on mobile so it doesn't fight CSS *\/\r\n        script {\r\n            display: none;\r\n        }\r\n    }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"product-showcase-section\" id=\"trSection\">\r\n    <div class=\"showcase-container\">\r\n        \r\n        <div class=\"showcase-text\" id=\"trText\">\r\n            <h2>Consumer Drones<\/h2>\r\n            <p>Experience the ultimate in aerial imaging. Designed for professionals and enthusiasts alike, capturing the world from above has never looked this good.<\/p>\r\n            <a href=\"\/product\/dji-mavic-4-pro-creator-combo-rc-pro-2\" class=\"showcase-btn\">Explore Now<\/a>\r\n        <\/div>\r\n\r\n        <div class=\"showcase-image-wrapper\" id=\"trImageWrap\">\r\n            <img decoding=\"async\" id=\"trImg\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2026\/01\/Mavic-4-pro-background-homepage-scaled-e1767907475140.jpg\" alt=\"Drone\" title=\"\">\r\n        <\/div>\r\n\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener(\"DOMContentLoaded\", () => {\r\n        \/\/ Quit if mobile (using CSS fallbacks instead)\r\n        if (window.innerWidth <= 768) return;\r\n\r\n        const section = document.getElementById(\"trSection\");\r\n        const textCol = document.getElementById(\"trText\");\r\n        const imgWrap = document.getElementById(\"trImageWrap\");\r\n        const imgElement = document.getElementById(\"trImg\");\r\n\r\n        \/\/ --- ANIMATION SETTINGS ---\r\n        const textMoveX = 300;    \/\/ Text moves 300px horizontally\r\n        \r\n        \/\/ IMAGE MOVEMENT SETTINGS (Top Right origin)\r\n        const imgStartX = 300;    \/\/ Image starts 300px to the RIGHT\r\n        const imgStartY = -250;   \/\/ Image starts 250px UP (negative Y)\r\n        const startScale = 0.6;   \/\/ Image starts at 60% size\r\n\r\n        let isTicking = false;\r\n\r\n        function onScroll() {\r\n            const rect = section.getBoundingClientRect();\r\n            const winHeight = window.innerHeight;\r\n\r\n            \/\/ 0% = entering bottom | 100% = centered\r\n            let progress = 1 - (rect.top \/ (winHeight * 0.7));\r\n\r\n            \/\/ Clamp progress\r\n            if(progress < 0) progress = 0;\r\n            if(progress > 1) progress = 1;\r\n\r\n            \/\/ Smooth Easing\r\n            const ease = 1 - Math.pow(1 - progress, 3);\r\n\r\n            \/\/ 1. Text Animation (Moves Right towards Image)\r\n            textCol.style.opacity = ease;\r\n            \/\/ Starts at negative X, moves to 0\r\n            textCol.style.transform = `translateX(${-textMoveX + (ease * textMoveX)}px)`;\r\n\r\n            \/\/ 2. Image Animation (Moves diagonally from Top-Right)\r\n            imgWrap.style.opacity = ease;\r\n            \r\n            \/\/ Calculate current X and Y position based on ease\r\n            \/\/ X goes from imgStartX to 0\r\n            \/\/ Y goes from imgStartY to 0\r\n            const curX = imgStartX - (ease * imgStartX);\r\n            const curY = imgStartY - (ease * imgStartY);\r\n            \r\n            \/\/ Apply diagonal translation\r\n            imgWrap.style.transform = `translate(${curX}px, ${curY}px)`;\r\n\r\n            \/\/ 3. Image Scale (Expands)\r\n            const scaleVal = startScale + (ease * (1 - startScale));\r\n            imgElement.style.transform = `scale(${scaleVal})`;\r\n\r\n            isTicking = false;\r\n        }\r\n\r\n        window.addEventListener(\"scroll\", () => {\r\n            if(!isTicking) {\r\n                window.requestAnimationFrame(onScroll);\r\n                isTicking = true;\r\n            }\r\n        });\r\n\r\n        onScroll();\r\n    });\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7a98cd7 e-flex e-con-boxed e-con e-parent\" data-id=\"7a98cd7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e8a480 elementor-widget elementor-widget-heading\" data-id=\"2e8a480\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Action Camera<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5058ab7 elementor-widget elementor-widget-blonwe-product-carousel\" data-id=\"5058ab7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"blonwe-product-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"klb-slider-wrapper\"><div class=\"klb-loader-wrapper\"><div class=\"klb-loader\" data-size=\"\" data-color=\"\" data-border=\"\"><\/div><\/div><div class=\"klb-slider carousel-style products arrows-center arrows-white-border hidden-arrows zoom-effect dots-style-1 arrows-style-2 gutter-10 align-start\" data-items=\"4\" data-mobileitems=\"2\" data-tabletitems=\"3\" data-css=\"cubic-bezier(.48,0,.12,1)\" data-speed=\"1200\" data-autoplay=\"true\" data-autospeed=\"1600\" data-arrows=\"true\" data-dots=\"true\" data-infinite=\"false\"><div class=\"slider-item\"> <div class=\"product type-product post-1002510 status-publish first instock product_cat-action-camera product_cat-insta360-cam has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><div class=\"thumbnail-badges product-badges\"><span class=\"badge  sale\" >13%<\/span><\/div><a href=\"https:\/\/skylenstechno.com\/product\/insta360-x5-360-motorcycle-bundle\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-X5-360-Action-Camera-Motorcycle-Multiview-Bundle-3-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-X5-360-Action-Camera-Motorcycle-Multiview-Bundle-3-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-X5-360-Action-Camera-Motorcycle-Multiview-Bundle-3-300x300.png 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-X5-360-Action-Camera-Motorcycle-Multiview-Bundle-3-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-X5-360-Action-Camera-Motorcycle-Multiview-Bundle-3-150x150.png 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-X5-360-Action-Camera-Motorcycle-Multiview-Bundle-3-768x768.png 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-X5-360-Action-Camera-Motorcycle-Multiview-Bundle-3.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-X5-360-Action-Camera-Motorcycle-Multiview-Bundle-1-600x600.avif\" class=\"wp-post-image\" alt=\"Insta360 X5 360 Motorcycle Bundle mounted on bike \u2013 front angle\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-X5-360-Action-Camera-Motorcycle-Multiview-Bundle-1-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-X5-360-Action-Camera-Motorcycle-Multiview-Bundle-1-300x300.png 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-X5-360-Action-Camera-Motorcycle-Multiview-Bundle-1-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-X5-360-Action-Camera-Motorcycle-Multiview-Bundle-1-150x150.png 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-X5-360-Action-Camera-Motorcycle-Multiview-Bundle-1-768x768.png 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-X5-360-Action-Camera-Motorcycle-Multiview-Bundle-1.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1002510\" data-product_id=\"1002510\" data-product_title=\"Insta360 X5 360 Motorcycle Bundle \u2013Ride Like a Pro\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1002510\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/insta360-x5-360-motorcycle-bundle\/\">Insta360 X5 360 Motorcycle Bundle \u2013Ride Like a Pro<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>64,999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;64,999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>56,999.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;56,999.00.<\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1002510\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1002510\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1002510\" data-product_sku=\"INSTA-X5-MOTO-BNDL\" aria-label=\"Add to cart: &ldquo;Insta360 X5 360 Motorcycle Bundle \u2013Ride Like a Pro&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Insta360 X5 360 Motorcycle Bundle \u2013Ride Like a Pro&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1000766 status-publish instock product_cat-go-pro-action-cam has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><div class=\"thumbnail-badges product-badges\"><span class=\"badge  sale\" >26%<\/span><\/div><a href=\"https:\/\/skylenstechno.com\/product\/gopro-hero11-black-mini\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-HERO11-Mini-2-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-HERO11-Mini-2-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-HERO11-Mini-2-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-HERO11-Mini-2-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-HERO11-Mini-2-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-HERO11-Mini-2-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-HERO11-Mini-2.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-HERO11-Mini-1-600x600.avif\" class=\"wp-post-image\" alt=\"GoPro HERO11 Black Mini\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-HERO11-Mini-1-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-HERO11-Mini-1-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-HERO11-Mini-1-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-HERO11-Mini-1-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-HERO11-Mini-1-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-HERO11-Mini-1.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1000766\" data-product_id=\"1000766\" data-product_title=\"GoPro HERO11 Black Mini\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1000766\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/gopro-hero11-black-mini\/\">GoPro HERO11 Black Mini<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>52,000.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;52,000.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>38,999.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;38,999.00.<\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1000766\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1000766\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1000766\" data-product_sku=\"GOPRO-H11-MIN\" aria-label=\"Add to cart: &ldquo;GoPro HERO11 Black Mini&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;GoPro HERO11 Black Mini&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1000818 status-publish last instock product_cat-dji-action-camera has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><div class=\"thumbnail-badges product-badges\"><span class=\"badge style-1 sale\" >29%<\/span><\/div><a href=\"https:\/\/skylenstechno.com\/product\/dji-osmo-pocket-3-creator-combo\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator-Combo_3-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator-Combo_3-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator-Combo_3-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator-Combo_3-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator-Combo_3-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator-Combo_3-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator-Combo_3.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator-Combo_1-1-600x600.avif\" class=\"wp-post-image\" alt=\"DJI Osmo Pocket 3 Creator Combo \u2013 Compact 4K Camera with Wireless Mic\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator-Combo_1-1-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator-Combo_1-1-300x300.avif 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator-Combo_1-1-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator-Combo_1-1.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1000818\" data-product_id=\"1000818\" data-product_title=\"DJI Osmo Pocket 3 Creator Combo\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1000818\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/dji-osmo-pocket-3-creator-combo\/\">DJI Osmo Pocket 3 Creator Combo<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>79,999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;79,999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>56,999.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;56,999.00.<\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1000818\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1000818\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1000818\" data-product_sku=\"DJI-OSMOPOCK3-C-CO\" aria-label=\"Add to cart: &ldquo;DJI Osmo Pocket 3 Creator Combo&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;DJI Osmo Pocket 3 Creator Combo&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1000768 status-publish first instock product_cat-dji-action-camera has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><div class=\"thumbnail-badges product-badges\"><span class=\"badge style-1 sale\" >16%<\/span><\/div><a href=\"https:\/\/skylenstechno.com\/product\/dji-osmo-action-4-adventure-combo\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-4-Adventure-Combo_1-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-4-Adventure-Combo_1-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-4-Adventure-Combo_1-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-4-Adventure-Combo_1-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-4-Adventure-Combo_1-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-4-Adventure-Combo_1-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-4-Adventure-Combo_1.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-4-Standard-Combo_2-600x600.avif\" class=\"wp-post-image\" alt=\"&quot;DJI Osmo Action 4 Adventure Combo 4K Waterproof Action Camera&quot;\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-4-Standard-Combo_2-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-4-Standard-Combo_2-300x300.avif 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-4-Standard-Combo_2-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-4-Standard-Combo_2.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1000768\" data-product_id=\"1000768\" data-product_title=\"DJI Osmo Action 4 Adventure Combo\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1000768\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/dji-osmo-action-4-adventure-combo\/\">DJI Osmo Action 4 Adventure Combo<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>45,000.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;45,000.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>37,999.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;37,999.00.<\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1000768\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1000768\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1000768\" data-product_sku=\"DJI-OSMOA4-ADV-CO\" aria-label=\"Add to cart: &ldquo;DJI Osmo Action 4 Adventure Combo&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;DJI Osmo Action 4 Adventure Combo&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1000819 status-publish instock product_cat-dji-action-camera has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><div class=\"thumbnail-badges product-badges\"><span class=\"badge style-1 sale\" >30%<\/span><\/div><a href=\"https:\/\/skylenstechno.com\/product\/dji-osmo-pocket-3\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator_2-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator_2-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator_2-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator_2-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator_2-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator_2-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator_2.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator-Combo_1-600x600.avif\" class=\"wp-post-image\" alt=\"DJI Osmo Pocket 3 handheld 4K camera with gimbal stabilization\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator-Combo_1-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator-Combo_1-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator-Combo_1-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator-Combo_1-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator-Combo_1-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Osmo-Pocket-3-Creator-Combo_1.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1000819\" data-product_id=\"1000819\" data-product_title=\"DJI Osmo Pocket 3\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1000819\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/dji-osmo-pocket-3\/\">DJI Osmo Pocket 3<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>59,500.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;59,500.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>41,999.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;41,999.00.<\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1000819\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1000819\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1000819\" data-product_sku=\"DJI-OSMOPOCK3\" aria-label=\"Add to cart: &ldquo;DJI Osmo Pocket 3&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;DJI Osmo Pocket 3&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1000862 status-publish last instock product_cat-dji-action-camera has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><div class=\"thumbnail-badges product-badges\"><span class=\"badge style-1 sale\" >16%<\/span><\/div><a href=\"https:\/\/skylenstechno.com\/product\/dji-osmo-action-3-standard-combo\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-3-Standard-Combo_2-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-3-Standard-Combo_2-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-3-Standard-Combo_2-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-3-Standard-Combo_2-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-3-Standard-Combo_2-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-3-Standard-Combo_2-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-3-Standard-Combo_2.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-3-Standard-Combo_1-600x600.avif\" class=\"wp-post-image\" alt=\"DJI Osmo Action 3 Standard Combo 4K Action Camera Product Image\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-3-Standard-Combo_1-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-3-Standard-Combo_1-300x300.avif 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-3-Standard-Combo_1-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Osmo-Action-3-Standard-Combo_1.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1000862\" data-product_id=\"1000862\" data-product_title=\"DJI Osmo Action 3 Standard Combo\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1000862\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/dji-osmo-action-3-standard-combo\/\">DJI Osmo Action 3 Standard Combo<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>34,999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;34,999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>29,699.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;29,699.00.<\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1000862\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1000862\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1000862\" data-product_sku=\"DJI-OSMOA3-STAD-CO\" aria-label=\"Add to cart: &ldquo;DJI Osmo Action 3 Standard Combo&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;DJI Osmo Action 3 Standard Combo&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1000763 status-publish first instock product_cat-go-pro-action-cam has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><div class=\"thumbnail-badges product-badges\"><span class=\"badge  sale\" >15%<\/span><\/div><a href=\"https:\/\/skylenstechno.com\/product\/gopro-hero9-black\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-Hero-9-2-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-Hero-9-2-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-Hero-9-2-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-Hero-9-2-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-Hero-9-2-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-Hero-9-2-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-Hero-9-2.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-Hero-9-1-600x600.avif\" class=\"wp-post-image\" alt=\"GoPro Hero 9 Special Combo \u2013 5K Action Camera with Accessories\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-Hero-9-1-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-Hero-9-1-300x300.avif 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-Hero-9-1-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/GoPro-Hero-9-1.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1000763\" data-product_id=\"1000763\" data-product_title=\"GoPro HERO9 Black\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1000763\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/gopro-hero9-black\/\">GoPro HERO9 Black<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>30,000.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;30,000.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>25,500.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;25,500.00.<\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1000763\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1000763\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1000763\" data-product_sku=\"GOPRO-H9-B\" aria-label=\"Add to cart: &ldquo;GoPro HERO9 Black&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;GoPro HERO9 Black&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1002513 status-publish instock product_cat-action-camera product_cat-insta360-cam has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><div class=\"thumbnail-badges product-badges\"><span class=\"badge  sale\" >12%<\/span><\/div><a href=\"https:\/\/skylenstechno.com\/product\/insta360-ace-pro-2-action-camera\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-Ace-Pro-2-Action-Camera-3-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-Ace-Pro-2-Action-Camera-3-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-Ace-Pro-2-Action-Camera-3-300x300.png 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-Ace-Pro-2-Action-Camera-3-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-Ace-Pro-2-Action-Camera-3-150x150.png 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-Ace-Pro-2-Action-Camera-3-768x768.png 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Insta360-Ace-Pro-2-Action-Camera-3.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/instag36002-600x600.avif\" class=\"wp-post-image\" alt=\"Close-up of Insta360 Ace Pro 2 Action Camera with Accessories \u2013 Genuine &amp; Waterproof\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/instag36002-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/instag36002-300x300.webp 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/instag36002-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/instag36002-1024x1024.webp 1024w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/instag36002-150x150.webp 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/instag36002-768x768.webp 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/instag36002-1536x1536.webp 1536w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/instag36002.avif 2000w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1002513\" data-product_id=\"1002513\" data-product_title=\"Insta360 Ace Pro 2 Action Camera\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1002513\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/insta360-ace-pro-2-action-camera\/\">Insta360 Ace Pro 2 Action Camera<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>54,500.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;54,500.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>47,999.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;47,999.00.<\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1002513\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1002513\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1002513\" data-product_sku=\"INS360-ACEPRO2\" aria-label=\"Add to cart: &ldquo;Insta360 Ace Pro 2 Action Camera&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Insta360 Ace Pro 2 Action Camera&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-164a0a2 e-con-full e-flex e-con e-parent\" data-id=\"164a0a2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e3c02f elementor-widget elementor-widget-html\" data-id=\"1e3c02f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.css\" \/>\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600&display=swap\" rel=\"stylesheet\">\r\n\r\n    <style>\r\n        \/* --- 1. Global Setup --- *\/\r\n        body {\r\n            margin: 0;\r\n            padding: 0;\r\n            background: #ffffff;\r\n            font-family: 'Montserrat', sans-serif;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        .premium-carousel-section {\r\n            width: 100%;\r\n            height: 100vh;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            background: #000000; \/* Dark background enhances glass effect *\/\r\n            position: relative;\r\n        }\r\n\r\n        .swiper-container-premium {\r\n            width: 100%;\r\n            padding-top: 50px;\r\n            padding-bottom: 50px;\r\n            z-index: 1;\r\n        }\r\n\r\n        \/* --- 2. Card Styling --- *\/\r\n        .swiper-slide {\r\n            width: 320px;\r\n            height: 480px; \/* Slightly taller to accommodate floating glass *\/\r\n            border-radius: 20px; \r\n            z-index: 1; \r\n        }\r\n\r\n        .slide-inner {\r\n            width: 100%;\r\n            height: 100%;\r\n            position: relative;\r\n            overflow: hidden;\r\n            background: #1a1a1a;\r\n            border-radius: 20px;\r\n            box-shadow: 0 20px 50px rgba(0,0,0,0.6); \r\n        }\r\n\r\n        .slide-inner img {\r\n            display: block;\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n            transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);\r\n        }\r\n\r\n        .swiper-slide-active .slide-inner:hover img {\r\n            transform: scale(1.08); \/* Slight zoom on hover *\/\r\n        }\r\n\r\n        \/* --- 3. GLASSMORPHISM PANEL --- *\/\r\n        .slide-content {\r\n            position: absolute;\r\n            bottom: 15px;      \/* Float slightly from the bottom *\/\r\n            left: 15px;\r\n            right: 15px;\r\n            width: auto;\r\n            \r\n            \/* Glass Effect Core *\/\r\n            background: rgba(0, 0, 0, 0.5); \/* Dark semi-transparent base *\/\r\n            backdrop-filter: blur(12px);    \/* The Blur Magic *\/\r\n            -webkit-backdrop-filter: blur(12px); \/* Safari support *\/\r\n            \r\n            border: 1px solid rgba(255, 255, 255, 0.15); \/* Subtle shiny edge *\/\r\n            border-radius: 15px; \/* Matches card aesthetic *\/\r\n            \r\n            padding: 1.5rem 1rem;\r\n            display: flex;\r\n            flex-direction: column;\r\n            align-items: center;\r\n            gap: 12px;\r\n            \r\n            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3); \/* Soft shadow behind glass *\/\r\n            z-index: 2;\r\n        }\r\n\r\n        .slide-title {\r\n            color: #fff;\r\n            font-size: 0.95rem;\r\n            font-weight: 600;\r\n            text-transform: uppercase;\r\n            letter-spacing: 1px;\r\n            text-align: center;\r\n            margin: 0;\r\n            text-shadow: 0 2px 4px rgba(0,0,0,0.5); \/* Better readability *\/\r\n        }\r\n\r\n        \/* --- 4. Button --- *\/\r\n        .buy-btn {\r\n            text-decoration: none;\r\n            color: #fff;\r\n            font-size: 0.75rem;\r\n            font-weight: 600;\r\n            text-transform: uppercase;\r\n            letter-spacing: 1px;\r\n            padding: 10px 24px;\r\n            \r\n            \/* Button styling to contrast with glass *\/\r\n            background: rgba(255, 255, 255, 0.1); \r\n            border: 1px solid rgba(255, 255, 255, 0.5);\r\n            border-radius: 30px; \/* Pill shape *\/\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .buy-btn:hover {\r\n            background: #fff;\r\n            color: #000;\r\n            box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);\r\n            transform: translateY(-2px);\r\n        }\r\n\r\n        \/* --- 5. Pagination --- *\/\r\n        .swiper-pagination-fraction {\r\n            bottom: 20px !important;\r\n            font-size: 0.8rem;\r\n            color: rgba(255, 255, 255, 0.5);\r\n            letter-spacing: 2px;\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .premium-carousel-section { height: auto; padding: 60px 0; }\r\n            .swiper-slide { width: 260px; height: 400px; }\r\n            .slide-content { padding: 1rem; bottom: 10px; left: 10px; right: 10px; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n<section class=\"premium-carousel-section\">\r\n    <div class=\"swiper swiper-container-premium\">\r\n        <div class=\"swiper-wrapper\" id=\"swiper-track\">\r\n            <\/div>\r\n        <div class=\"swiper-pagination\"><\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.js\"><\/script>\r\n\r\n<script>\r\n    const products = [\r\n      { src: 'https:\/\/www-cdn.djiits.com\/dps\/ad209f00e0b3157a9dc0f04c706f63fa@origin.jpg?w=600&h=750&fit=crop', link: '\/product\/dji-neo-fly-more-combo-drone', title: 'DJI Neo Fly More Combo' },\r\n      { src: 'https:\/\/www-cdn.djiits.com\/dps\/6f32b7c06f619a6af767493a15196996.jpg.webp?w=600&h=750&fit=crop', link: '\/product\/dji-neo-2-fly-more-combo-drone', title: 'DJI Neo 2 Fly More Combo' },\r\n      { src: 'https:\/\/se-cdn.djiits.com\/tpc\/uploads\/core_selling_point\/image\/b910bab42cecdd4dfc9f2e5431e43c2b.webp?w=600&h=750&fit=crop', link: '\/product\/dji-mini-4k-fly-more-combo', title: 'DJI Mini 4K Fly More Combo' },\r\n      { src: 'https:\/\/se-cdn.djiits.com\/tpc\/uploads\/core_selling_point\/image\/1ee39f0c519453aa754d64f727ed2949@origin.jpg?w=600&h=750&fit=crop', link: '\/product\/dji-mini-3-fly-more-combo-rc\/', title: 'DJI Mini 3 Fly More Combo' },\r\n      { src: 'https:\/\/www-cdn.djiits.com\/dps\/70c497d19e5316c3fc0fb15f194e2c81.jpg?w=600&h=750&fit=crop', link: '\/product\/dji-mini-4-pro-fly-more-combo-plus\/', title: 'DJI Mini 4 Pro Fly More Combo' },\r\n      { src: 'https:\/\/www-cdn.djiits.com\/dps\/a40660d1a30648039ba24e9ca021578b.jpg?w=600&h=750&fit=crop', link: '\/product\/dji-mini-5-pro-fly-more-combo-dji-rc-2', title: 'DJI Mini 5 Pro Fly More Combo' },\r\n    ];\r\n\r\n    const track = document.getElementById('swiper-track');\r\n\r\n    products.forEach(product => {\r\n        const slide = document.createElement('div');\r\n        slide.className = 'swiper-slide';\r\n        slide.innerHTML = `\r\n            <div class=\"slide-inner\">\r\n                <img decoding=\"async\" src=\"${product.src}\" alt=\"${product.title}\" loading=\"lazy\">\r\n                <div class=\"slide-content\">\r\n                    <h3 class=\"slide-title\">${product.title}<\/h3>\r\n                    <a href=\"${product.link}\" target=\"_blank\" class=\"buy-btn\">Buy Now<\/a>\r\n                <\/div>\r\n            <\/div>\r\n        `;\r\n        track.appendChild(slide);\r\n    });\r\n\r\n    var swiper = new Swiper(\".swiper-container-premium\", {\r\n        effect: \"creative\",\r\n        grabCursor: true,\r\n        centeredSlides: true,\r\n        slidesPerView: \"auto\",\r\n        initialSlide: 2,\r\n        loop: true,\r\n        creativeEffect: {\r\n            limitProgress: 3, \r\n            prev: {\r\n                translate: [\"-115%\", 0, 150],\r\n                rotate: [0, 20, 0],\r\n                opacity: 0.8,\r\n            },\r\n            next: {\r\n                translate: [\"115%\", 0, 150],\r\n                rotate: [0, -20, 0],\r\n                opacity: 0.8,\r\n            },\r\n            shadowPerProgress: true,\r\n        },\r\n        pagination: {\r\n            el: \".swiper-pagination\",\r\n            type: \"fraction\", \r\n        },\r\n        autoplay: {\r\n            delay: 3500,\r\n            disableOnInteraction: false,\r\n            pauseOnMouseEnter: true,\r\n        },\r\n    });\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8d5909d e-con-full e-flex e-con e-parent\" data-id=\"8d5909d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-53b71c0 elementor-widget elementor-widget-html\" data-id=\"53b71c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Product Showcase Section<\/title>\r\n\r\n<style>\r\n\/* ==============================\r\n   BASE SECTION\r\n================================ *\/\r\n.product-showcase-section {\r\n    background-color: #000;\r\n    color: #fff;\r\n    min-height: 90vh;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    overflow: hidden;\r\n}\r\n\r\n.showcase-container {\r\n    width: 100%;\r\n    max-width: 1400px;\r\n    padding: 0 5%;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    gap: 30px;\r\n}\r\n\r\n\/* ==============================\r\n   TEXT COLUMN\r\n================================ *\/\r\n.showcase-text {\r\n    width: 40%;\r\n    text-align: right;\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: flex-end;\r\n    opacity: 0;\r\n    will-change: transform, opacity;\r\n}\r\n\r\n.showcase-text h2 {\r\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\r\n    font-size: 3.5rem;\r\n    font-weight: 700;\r\n    margin-bottom: 20px;\r\n    line-height: 1.1;\r\n}\r\n\r\n.showcase-text p {\r\n    font-size: 1.1rem;\r\n    line-height: 1.6;\r\n    color: #ccc;\r\n    max-width: 450px;\r\n    margin-bottom: 30px;\r\n}\r\n\r\n.showcase-btn {\r\n    padding: 12px 35px;\r\n    border: 2px solid #fff;\r\n    color: #fff;\r\n    text-decoration: none;\r\n    border-radius: 50px;\r\n    font-weight: 600;\r\n    transition: 0.3s ease;\r\n}\r\n\r\n.showcase-btn:hover {\r\n    background: #fff;\r\n    color: #000;\r\n}\r\n\r\n\/* ==============================\r\n   IMAGE COLUMN\r\n================================ *\/\r\n.showcase-image-wrapper {\r\n    width: 55%;\r\n    max-width: 640px; \/* IMAGE SIZE LOCK *\/\r\n    display: flex;\r\n    justify-content: flex-start;\r\n    opacity: 0;\r\n    will-change: transform, opacity;\r\n}\r\n\r\n.showcase-image-wrapper img {\r\n    width: 100%;\r\n    height: auto;\r\n    display: block;\r\n    filter: drop-shadow(0 20px 50px rgba(0,0,0,0.5));\r\n}\r\n\r\n\/* ==============================\r\n   MOBILE\r\n================================ *\/\r\n@media (max-width: 768px) {\r\n    .product-showcase-section {\r\n        min-height: auto;\r\n    }\r\n\r\n    .showcase-container {\r\n        flex-direction: column-reverse;\r\n        text-align: center;\r\n        padding: 60px 20px;\r\n    }\r\n\r\n    .showcase-text,\r\n    .showcase-image-wrapper {\r\n        width: 100%;\r\n        opacity: 1 !important;\r\n        transform: none !important;\r\n        align-items: center;\r\n        text-align: center;\r\n    }\r\n\r\n    .showcase-text p {\r\n        margin: 0 auto 30px;\r\n    }\r\n}\r\n<\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n<!-- ===== SECTION (DUPLICATE SAFELY) ===== -->\r\n<div class=\"product-showcase-section\">\r\n  <div class=\"showcase-container\">\r\n\r\n    <div class=\"showcase-text\">\r\n      <h2>Enterprise Drones<\/h2>\r\n      <p>\r\n        Our Enterprise Drones are engineered for professional applications where precision, reliability, and performance are non-negotiable. Built with rugged designs, powerful sensors, and AI-enhanced capabilities, DJI drone are trusted by industries ranging from infrastructure and energy to public safety and agriculture.\r\n      <\/p>\r\n      <a href=\"\/product-category\/dji-drone\/enterprise-series-dji-drone\/\" class=\"showcase-btn\">Explore Now<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"showcase-image-wrapper\">\r\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/01\/Banner-enterprise-series-1-Photoroom.png\" alt=\"Drone\" title=\"\">\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n\/* ==============================\r\n   SCROLL ANIMATION (SAFE DUPLICATION)\r\n================================ *\/\r\ndocument.addEventListener(\"DOMContentLoaded\", () => {\r\n  if (window.innerWidth <= 768) return;\r\n\r\n  document.querySelectorAll(\".product-showcase-section\").forEach(section => {\r\n\r\n    const text = section.querySelector(\".showcase-text\");\r\n    const image = section.querySelector(\".showcase-image-wrapper\");\r\n\r\n    const textMoveX = 300;\r\n    const imgStartX = 300;\r\n    const imgStartY = -250;\r\n    const startScale = 0.7;\r\n\r\n    let ticking = false;\r\n\r\n    function animate() {\r\n      const rect = section.getBoundingClientRect();\r\n      const winH = window.innerHeight;\r\n\r\n      let progress = 1 - rect.top \/ (winH * 0.7);\r\n      progress = Math.min(Math.max(progress, 0), 1);\r\n      const ease = 1 - Math.pow(1 - progress, 3);\r\n\r\n      \/* TEXT *\/\r\n      text.style.opacity = ease;\r\n      text.style.transform =\r\n        `translateX(${-textMoveX + ease * textMoveX}px)`;\r\n\r\n      \/* IMAGE *\/\r\n      const curX = imgStartX - ease * imgStartX;\r\n      const curY = imgStartY - ease * imgStartY;\r\n\r\n      image.style.opacity = ease;\r\n      image.style.transform =\r\n        `translate(${curX}px, ${curY}px) scale(${startScale + ease * (1 - startScale)})`;\r\n\r\n      ticking = false;\r\n    }\r\n\r\n    window.addEventListener(\"scroll\", () => {\r\n      if (!ticking) {\r\n        requestAnimationFrame(animate);\r\n        ticking = true;\r\n      }\r\n    });\r\n\r\n    animate();\r\n  });\r\n});\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7a3d814 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7a3d814\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-350dbda\" data-id=\"350dbda\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9ee016a elementor-widget elementor-widget-blonwe-banner-box2\" data-id=\"9ee016a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"blonwe-banner-box2.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"klb-banner inner-style small-size dark align-center justify-start space-40 w-50\"><div class=\"entry-wrapper\"><div class=\"entry-inner\"><div class=\"entry-heading\"><h4 class=\"entry-subtitle color-blue\">Best Price<\/h4><\/div> <div class=\"entry-body\"><h2 class=\"entry-title font-md-28 weight-600\">DJI RS 4 Mini<\/h2><div class=\"entry-excerpt font-md-15 weight-400\"><p>Don&#039;t miss the last opportunity...<\/p><\/div> <\/div><div class=\"entry-footer\"><a href=\"https:\/\/skylenstechno.com\/product\/dji-rs-4-mini-combo\/\" class=\"btn icon-right radius-rounded yellow\">Shop Now<i class=\"klb-icon-right-arrow-large\"><\/i><\/a><\/div> <\/div><\/div> <div class=\"entry-media\"><img decoding=\"async\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2026\/01\/banner-skylens-2-4.jpg\" data-sizes=\"auto\" alt=\"\" title=\"\"><\/div> <a href=\"https:\/\/skylenstechno.com\/product\/dji-rs-4-mini-combo\/\"  class=\"overlay-link\"><\/a><\/div> \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4802af8\" data-id=\"4802af8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-46a0541 elementor-widget elementor-widget-blonwe-banner-box2\" data-id=\"46a0541\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"blonwe-banner-box2.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"klb-banner inner-style small-size dark align-center justify-start space-40 w-50\"><div class=\"entry-wrapper\"><div class=\"entry-inner\"><div class=\"entry-heading\"><h4 class=\"entry-subtitle color-blue\">Upgrade with<\/h4><\/div> <div class=\"entry-body\"><h2 class=\"entry-title font-md-28 weight-600\">RC Pro 2<\/h2><div class=\"entry-excerpt font-md-15 weight-400\"><p>DJI Mavic 4 Pro Remote Controller<\/p><\/div> <\/div><div class=\"entry-footer\"><a href=\"https:\/\/skylenstechno.com\/product\/dji-rc-pro-2-remote-controller\/\" class=\"btn icon-right radius-rounded yellow\">Shop Now<i class=\"klb-icon-right-arrow-large\"><\/i><\/a><\/div> <\/div><\/div> <div class=\"entry-media\"><img decoding=\"async\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/11\/banner-skylens-2-1.jpg\" data-sizes=\"auto\" alt=\"\" title=\"\"><\/div> <a href=\"https:\/\/skylenstechno.com\/product\/dji-rc-pro-2-remote-controller\/\"  class=\"overlay-link\"><\/a><\/div> \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-95e7b1a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"95e7b1a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-85e7b8c\" data-id=\"85e7b8c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f600130 elementor-widget elementor-widget-blonwe-text-banner\" data-id=\"f600130\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"blonwe-text-banner.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"klb-coupon-banner style-1 red-light\"><a href=\"\"  class=\"klb-coupon-inner\"><h3 class=\"entry-title\">Super discount for your <strong>first prepaid purchase<\/strong><\/h3><div class=\"klb-coupon-code\">FREE200<\/div><p>Use discount code in the checkout!<\/p><\/a><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-74420e5 e-flex e-con-boxed e-con e-parent\" data-id=\"74420e5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d90fb9 elementor-widget elementor-widget-heading\" data-id=\"6d90fb9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Drone Batteries &amp; Chargers<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-205058e elementor-widget elementor-widget-blonwe-product-carousel\" data-id=\"205058e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"blonwe-product-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"klb-slider-wrapper\"><div class=\"klb-loader-wrapper\"><div class=\"klb-loader\" data-size=\"\" data-color=\"\" data-border=\"\"><\/div><\/div><div class=\"klb-slider carousel-style products arrows-center arrows-white-border hidden-arrows zoom-effect dots-style-1 arrows-style-2 gutter-10 align-start\" data-items=\"4\" data-mobileitems=\"2\" data-tabletitems=\"3\" data-css=\"cubic-bezier(.48,0,.12,1)\" data-speed=\"1200\" data-autoplay=\"true\" data-autospeed=\"1600\" data-arrows=\"true\" data-dots=\"false\" data-infinite=\"false\"><div class=\"slider-item\"> <div class=\"product type-product post-1001038 status-publish last instock product_cat-drone-chargers has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><a href=\"https:\/\/skylenstechno.com\/product\/dji-65w-car-charger\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-65W-Car-Charger_2-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-65W-Car-Charger_2-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-65W-Car-Charger_2-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-65W-Car-Charger_2-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-65W-Car-Charger_2-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-65W-Car-Charger_2-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-65W-Car-Charger_2.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-65W-Car-Charger_4-600x600.avif\" class=\"wp-post-image\" alt=\"DJI 65W Car Charger for DJI drones \u2013 Fast, genuine, and reliable\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-65W-Car-Charger_4-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-65W-Car-Charger_4-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-65W-Car-Charger_4-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-65W-Car-Charger_4-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-65W-Car-Charger_4-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-65W-Car-Charger_4.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1001038\" data-product_id=\"1001038\" data-product_title=\"DJI 65W Car Charger: Reliable Fast Charging Anywhere\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1001038\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/dji-65w-car-charger\/\">DJI 65W Car Charger: Reliable Fast Charging Anywhere<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>4,799.00<\/bdi><\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1001038\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1001038\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1001038\" data-product_sku=\"DJI-65W-CAR-CH\" aria-label=\"Add to cart: &ldquo;DJI 65W Car Charger: Reliable Fast Charging Anywhere&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;DJI 65W Car Charger: Reliable Fast Charging Anywhere&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1001134 status-publish first instock product_cat-dji-accessories product_cat-drone-chargers has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><a href=\"https:\/\/skylenstechno.com\/product\/dji-flip-parallel-charging-hub\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Flip-Parallel-Charging-Hub_3-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Flip-Parallel-Charging-Hub_3-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Flip-Parallel-Charging-Hub_3-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Flip-Parallel-Charging-Hub_3-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Flip-Parallel-Charging-Hub_3-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Flip-Parallel-Charging-Hub_3-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Flip-Parallel-Charging-Hub_3.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Flip-Parallel-Charging-Hub_1-600x600.avif\" class=\"wp-post-image\" alt=\"DJI Flip Parallel Charging Hub \u2013 Multi-Battery Charger for DJI Flip Drones\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Flip-Parallel-Charging-Hub_1-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Flip-Parallel-Charging-Hub_1-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Flip-Parallel-Charging-Hub_1-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Flip-Parallel-Charging-Hub_1-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Flip-Parallel-Charging-Hub_1-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Flip-Parallel-Charging-Hub_1.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1001134\" data-product_id=\"1001134\" data-product_title=\"Official DJI Flip Parallel Charging Hub | Multi-Battery Charging Solution\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1001134\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/dji-flip-parallel-charging-hub\/\">Official DJI Flip Parallel Charging Hub | Multi-Battery Charging Solution<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>6,799.00<\/bdi><\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1001134\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1001134\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1001134\" data-product_sku=\"DJI-FLIP-CH\" aria-label=\"Add to cart: &ldquo;Official DJI Flip Parallel Charging Hub | Multi-Battery Charging Solution&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Official DJI Flip Parallel Charging Hub | Multi-Battery Charging Solution&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1001100 status-publish instock product_cat-dji-accessories product_cat-drone-chargers has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><div class=\"thumbnail-badges product-badges\"><span class=\"badge style-1 sale\" >34%<\/span><\/div><a href=\"https:\/\/skylenstechno.com\/product\/dji-air-2-air-2s-charging-hub\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Dji-Air-2-Air-2s-Charging-Hub_2-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Dji-Air-2-Air-2s-Charging-Hub_2-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Dji-Air-2-Air-2s-Charging-Hub_2-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Dji-Air-2-Air-2s-Charging-Hub_2-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Dji-Air-2-Air-2s-Charging-Hub_2-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Dji-Air-2-Air-2s-Charging-Hub_2-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Dji-Air-2-Air-2s-Charging-Hub_2.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Dji-Air-2-Air-2s-Charging-Hub_1-600x600.avif\" class=\"wp-post-image\" alt=\"Compact and Portable DJI Air 2 \/ Air 2S Charging Hub for Drone Batteries\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Dji-Air-2-Air-2s-Charging-Hub_1-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Dji-Air-2-Air-2s-Charging-Hub_1-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Dji-Air-2-Air-2s-Charging-Hub_1-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Dji-Air-2-Air-2s-Charging-Hub_1-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Dji-Air-2-Air-2s-Charging-Hub_1-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Dji-Air-2-Air-2s-Charging-Hub_1.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1001100\" data-product_id=\"1001100\" data-product_title=\"DJI Air 2 \/Air 2s Charging Hub\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1001100\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/dji-air-2-air-2s-charging-hub\/\">DJI Air 2 \/Air 2s Charging Hub<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>8,999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;8,999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>5,999.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;5,999.00.<\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1001100\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1001100\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1001100\" data-product_sku=\"DJI-AIR2-3S-CH\" aria-label=\"Add to cart: &ldquo;DJI Air 2 \/Air 2s Charging Hub&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;DJI Air 2 \/Air 2s Charging Hub&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1001220 status-publish last instock product_cat-dji-accessories product_cat-drone-batteries has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><div class=\"thumbnail-badges product-badges\"><span class=\"badge style-1 sale\" >20%<\/span><\/div><a href=\"https:\/\/skylenstechno.com\/product\/dji-air2-air2s-intelligent-flight-battery\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mavic-Air-2S-Intelligent-Flight-Battery_2-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mavic-Air-2S-Intelligent-Flight-Battery_2-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mavic-Air-2S-Intelligent-Flight-Battery_2-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mavic-Air-2S-Intelligent-Flight-Battery_2-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mavic-Air-2S-Intelligent-Flight-Battery_2-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mavic-Air-2S-Intelligent-Flight-Battery_2-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mavic-Air-2S-Intelligent-Flight-Battery_2.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mavic-Air-2S-Intelligent-Flight-Battery_1-600x600.avif\" class=\"wp-post-image\" alt=\"DJI Air2\/Air2S Intelligent Flight Battery \u2013 Genuine DJI Power Accessory\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mavic-Air-2S-Intelligent-Flight-Battery_1-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mavic-Air-2S-Intelligent-Flight-Battery_1-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mavic-Air-2S-Intelligent-Flight-Battery_1-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mavic-Air-2S-Intelligent-Flight-Battery_1-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mavic-Air-2S-Intelligent-Flight-Battery_1-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mavic-Air-2S-Intelligent-Flight-Battery_1.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1001220\" data-product_id=\"1001220\" data-product_title=\"DJI Air2\/Air2S Intelligent Flight Battery\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1001220\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/dji-air2-air2s-intelligent-flight-battery\/\">DJI Air2\/Air2S Intelligent Flight Battery<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>15,999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;15,999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>12,900.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;12,900.00.<\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1001220\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1001220\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1001220\" data-product_sku=\"DJI-IFB-AIR2-2S\" aria-label=\"Add to cart: &ldquo;DJI Air2\/Air2S Intelligent Flight Battery&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;DJI Air2\/Air2S Intelligent Flight Battery&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1001104 status-publish first instock product_cat-dji-accessories product_cat-drone-chargers has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><div class=\"thumbnail-badges product-badges\"><span class=\"badge  sale\" >24%<\/span><\/div><a href=\"https:\/\/skylenstechno.com\/product\/dji-neo-two-way-charging-hub\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Two-Way-Charging-Hub_2-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Two-Way-Charging-Hub_2-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Two-Way-Charging-Hub_2-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Two-Way-Charging-Hub_2-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Two-Way-Charging-Hub_2-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Two-Way-Charging-Hub_2-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Two-Way-Charging-Hub_2.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Two-Way-Charging-Hub_1-600x600.avif\" class=\"wp-post-image\" alt=\"DJI Neo Two-Way Charging Hub with Two-Way Power Flow \u2013 Genuine DJI Product\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Two-Way-Charging-Hub_1-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Two-Way-Charging-Hub_1-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Two-Way-Charging-Hub_1-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Two-Way-Charging-Hub_1-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Two-Way-Charging-Hub_1-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Two-Way-Charging-Hub_1.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1001104\" data-product_id=\"1001104\" data-product_title=\"DJI Neo Two-Way Charging Hub\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1001104\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/dji-neo-two-way-charging-hub\/\">DJI Neo Two-Way Charging Hub<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>6,500.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;6,500.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>4,999.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;4,999.00.<\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1001104\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1001104\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1001104\" data-product_sku=\"DJI-NEO-2WAY-CH\" aria-label=\"Add to cart: &ldquo;DJI Neo Two-Way Charging Hub&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;DJI Neo Two-Way Charging Hub&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1001173 status-publish instock product_cat-drone-batteries has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><div class=\"thumbnail-badges product-badges\"><span class=\"badge style-1 sale\" >17%<\/span><\/div><a href=\"https:\/\/skylenstechno.com\/product\/tb65-intelligent-flight-battery\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/TB65-Intelligent-Flight-Battery_2-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/TB65-Intelligent-Flight-Battery_2-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/TB65-Intelligent-Flight-Battery_2-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/TB65-Intelligent-Flight-Battery_2-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/TB65-Intelligent-Flight-Battery_2-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/TB65-Intelligent-Flight-Battery_2-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/TB65-Intelligent-Flight-Battery_2.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/TB65-Intelligent-Flight-Battery_1-600x600.avif\" class=\"wp-post-image\" alt=\"TB65 Intelligent Flight Battery for DJI Drones \u2013 Genuine, High-Performance Battery\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/TB65-Intelligent-Flight-Battery_1-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/TB65-Intelligent-Flight-Battery_1-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/TB65-Intelligent-Flight-Battery_1-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/TB65-Intelligent-Flight-Battery_1-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/TB65-Intelligent-Flight-Battery_1-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/TB65-Intelligent-Flight-Battery_1.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1001173\" data-product_id=\"1001173\" data-product_title=\"TB65 Intelligent Flight Battery\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1001173\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/tb65-intelligent-flight-battery\/\">TB65 Intelligent Flight Battery<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>85,000.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;85,000.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>70,799.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;70,799.00.<\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1001173\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1001173\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1001173\" data-product_sku=\"DJI-TB65-IFB\" aria-label=\"Add to cart: &ldquo;TB65 Intelligent Flight Battery&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;TB65 Intelligent Flight Battery&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1001132 status-publish last instock product_cat-dji-accessories product_cat-drone-chargers has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><div class=\"thumbnail-badges product-badges\"><span class=\"badge  sale\" >31%<\/span><\/div><a href=\"https:\/\/skylenstechno.com\/product\/dji-two-way-charging-hub-for-mavic-mini\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Two-Way-Charging-Hub-for-Mavic-Mini_1-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"DJI Two-Way Charging Hub for Mavic Mini \u2013 Official Battery Charger\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Two-Way-Charging-Hub-for-Mavic-Mini_1-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Two-Way-Charging-Hub-for-Mavic-Mini_1-300x300.avif 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Two-Way-Charging-Hub-for-Mavic-Mini_1-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Two-Way-Charging-Hub-for-Mavic-Mini_1.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Two-Way-Charging-Hub-for-Mavic-Mini_1-600x600.avif\" class=\"wp-post-image\" alt=\"DJI Two-Way Charging Hub for Mavic Mini \u2013 Official Battery Charger\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Two-Way-Charging-Hub-for-Mavic-Mini_1-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Two-Way-Charging-Hub-for-Mavic-Mini_1-300x300.avif 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Two-Way-Charging-Hub-for-Mavic-Mini_1-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Two-Way-Charging-Hub-for-Mavic-Mini_1.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1001132\" data-product_id=\"1001132\" data-product_title=\"DJI Two-Way Charging Hub for Mavic Mini\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1001132\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/dji-two-way-charging-hub-for-mavic-mini\/\">DJI Two-Way Charging Hub for Mavic Mini<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>6,500.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;6,500.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>4,499.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;4,499.00.<\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1001132\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1001132\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1001132\" data-product_sku=\"DJI-MAVMINI-2WAY-CH\" aria-label=\"Add to cart: &ldquo;DJI Two-Way Charging Hub for Mavic Mini&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;DJI Two-Way Charging Hub for Mavic Mini&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1001135 status-publish first instock product_cat-dji-accessories product_cat-drone-chargers has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><a href=\"https:\/\/skylenstechno.com\/product\/bs65-intelligent-battery-station-for-m350\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/BS65-Intelligent-Battery-Station_2-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/BS65-Intelligent-Battery-Station_2-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/BS65-Intelligent-Battery-Station_2-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/BS65-Intelligent-Battery-Station_2-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/BS65-Intelligent-Battery-Station_2-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/BS65-Intelligent-Battery-Station_2-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/BS65-Intelligent-Battery-Station_2.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/BS65-Intelligent-Battery-Station_1-600x600.avif\" class=\"wp-post-image\" alt=\"BS65 Intelligent Battery Station for M350 \u2013 DJI Genuine Charging Hub\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/BS65-Intelligent-Battery-Station_1-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/BS65-Intelligent-Battery-Station_1-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/BS65-Intelligent-Battery-Station_1-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/BS65-Intelligent-Battery-Station_1-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/BS65-Intelligent-Battery-Station_1-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/BS65-Intelligent-Battery-Station_1.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1001135\" data-product_id=\"1001135\" data-product_title=\"BS65 Intelligent Battery Station for M350(Matrice 350 Series)\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1001135\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/bs65-intelligent-battery-station-for-m350\/\">BS65 Intelligent Battery Station for M350(Matrice 350 Series)<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>152,599.00<\/bdi><\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1001135\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1001135\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1001135\" data-product_sku=\"DJI-BS65-IBS\" aria-label=\"Add to cart: &ldquo;BS65 Intelligent Battery Station for M350(Matrice 350 Series)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;BS65 Intelligent Battery Station for M350(Matrice 350 Series)&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b973b91 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b973b91\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d35dab2\" data-id=\"d35dab2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bc9b9d3 elementor-widget elementor-widget-blonwe-banner-box2\" data-id=\"bc9b9d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"blonwe-banner-box2.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"klb-banner inner-style small-size dark align-center justify-start space-50 w-50\"><div class=\"entry-wrapper\"><div class=\"entry-inner\"><div class=\"entry-heading\"><h4 class=\"entry-subtitle color-blue\">Big Discount<\/h4><\/div> <div class=\"entry-body\"><h2 class=\"entry-title font-sm-26 font-md-34 weight-700 lh-1-1\">DJI Mic 3<\/h2><div class=\"entry-excerpt font-md-15 weight-400\"><p>Cut the Cords. Keep the Clarity.<\/p><\/div> <\/div> <div class=\"entry-footer\"><a href=\"https:\/\/skylenstechno.com\/product\/dji-mic-3-performance-that-speaks\/\" class=\"btn icon-right radius-rounded yellow\">Shop Now <i class=\"klb-icon-right-arrow-large\"><\/i><\/a><\/div><\/div><\/div><div class=\"entry-media\"><img decoding=\"async\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2026\/01\/banner-skylens-3-1.jpg\" data-sizes=\"auto\" alt=\"\" title=\"\"><\/div> <a href=\"https:\/\/skylenstechno.com\/product\/dji-mic-3-performance-that-speaks\/\"  class=\"overlay-link\"><\/a><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-9a01000 e-flex e-con-boxed e-con e-parent\" data-id=\"9a01000\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c926fcd elementor-widget elementor-widget-heading\" data-id=\"c926fcd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Drone Parts<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c534512 elementor-widget elementor-widget-blonwe-product-carousel\" data-id=\"c534512\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"blonwe-product-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"klb-slider-wrapper\"><div class=\"klb-loader-wrapper\"><div class=\"klb-loader\" data-size=\"\" data-color=\"\" data-border=\"\"><\/div><\/div><div class=\"klb-slider carousel-style products arrows-center arrows-white-border hidden-arrows zoom-effect dots-style-1 arrows-style-2 gutter-10 align-start\" data-items=\"4\" data-mobileitems=\"2\" data-tabletitems=\"3\" data-css=\"cubic-bezier(.48,0,.12,1)\" data-speed=\"1200\" data-autoplay=\"true\" data-autospeed=\"1600\" data-arrows=\"true\" data-dots=\"false\" data-infinite=\"false\"><div class=\"slider-item\"> <div class=\"product type-product post-1002171 status-publish instock product_cat-drone-parts product_cat-mavic-mini-parts product_cat-mini-2-parts product_cat-mini-2-se-parts product_cat-mini-4k-parts product_cat-mini-series-drone-parts has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><div class=\"thumbnail-badges product-badges\"><span class=\"badge style-1 sale\" >34%<\/span><\/div><a href=\"https:\/\/skylenstechno.com\/product\/front-arm-axis-hinge-for-dji-mavic-mini\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Front-Arm-Axis-Hinge-for-DJI-Mavic-Mini-Mini-2-SE-4K-2-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Front-Arm-Axis-Hinge-for-DJI-Mavic-Mini-Mini-2-SE-4K-2-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Front-Arm-Axis-Hinge-for-DJI-Mavic-Mini-Mini-2-SE-4K-2-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Front-Arm-Axis-Hinge-for-DJI-Mavic-Mini-Mini-2-SE-4K-2-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Front-Arm-Axis-Hinge-for-DJI-Mavic-Mini-Mini-2-SE-4K-2-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Front-Arm-Axis-Hinge-for-DJI-Mavic-Mini-Mini-2-SE-4K-2-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Front-Arm-Axis-Hinge-for-DJI-Mavic-Mini-Mini-2-SE-4K-2.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Front-Arm-Axis-Hinge-for-DJI-Mavic-Mini-Mini-2-SE-4K-1-600x600.avif\" class=\"wp-post-image\" alt=\"Front Arm Axis Hinge for DJI Mavic Mini Replacement Part\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Front-Arm-Axis-Hinge-for-DJI-Mavic-Mini-Mini-2-SE-4K-1-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Front-Arm-Axis-Hinge-for-DJI-Mavic-Mini-Mini-2-SE-4K-1-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Front-Arm-Axis-Hinge-for-DJI-Mavic-Mini-Mini-2-SE-4K-1-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Front-Arm-Axis-Hinge-for-DJI-Mavic-Mini-Mini-2-SE-4K-1-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Front-Arm-Axis-Hinge-for-DJI-Mavic-Mini-Mini-2-SE-4K-1-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Front-Arm-Axis-Hinge-for-DJI-Mavic-Mini-Mini-2-SE-4K-1.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1002171\" data-product_id=\"1002171\" data-product_title=\"Front Arm Axis Hinge for DJI Mavic Mini, Mini 2\/SE\/4K\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1002171\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/front-arm-axis-hinge-for-dji-mavic-mini\/\">Front Arm Axis Hinge for DJI Mavic Mini, Mini 2\/SE\/4K<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>2,999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;2,999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>2,009.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;2,009.00.<\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1002171\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1002171\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1002171\" data-product_sku=\"DJI-Mini-2-front-arm-hinge-shaft\" aria-label=\"Add to cart: &ldquo;Front Arm Axis Hinge for DJI Mavic Mini, Mini 2\/SE\/4K&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Front Arm Axis Hinge for DJI Mavic Mini, Mini 2\/SE\/4K&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1002227 status-publish last instock product_cat-drone-parts product_cat-mini-2-se-parts product_cat-mini-4k-parts product_cat-mini-series-drone-parts product_tag-flex-cable has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><div class=\"thumbnail-badges product-badges\"><span class=\"badge  sale\" >23%<\/span><\/div><a href=\"https:\/\/skylenstechno.com\/product\/esc-board-flex-cable-dji-mini-2se-mini-4k\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/ESC-Board-Flex-Cable-Flat-Cable-DJI-Mini-2SE-Mini-4K-2-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/ESC-Board-Flex-Cable-Flat-Cable-DJI-Mini-2SE-Mini-4K-2-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/ESC-Board-Flex-Cable-Flat-Cable-DJI-Mini-2SE-Mini-4K-2-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/ESC-Board-Flex-Cable-Flat-Cable-DJI-Mini-2SE-Mini-4K-2-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/ESC-Board-Flex-Cable-Flat-Cable-DJI-Mini-2SE-Mini-4K-2-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/ESC-Board-Flex-Cable-Flat-Cable-DJI-Mini-2SE-Mini-4K-2-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/ESC-Board-Flex-Cable-Flat-Cable-DJI-Mini-2SE-Mini-4K-2.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/ESC-Board-Flex-Cable-Flat-Cable-DJI-Mini-2SE-Mini-4K-1-600x600.avif\" class=\"wp-post-image\" alt=\"ESC Board Flex Cable DJI Mini 2SE\/Mini 4K Genuine Replacement Part\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/ESC-Board-Flex-Cable-Flat-Cable-DJI-Mini-2SE-Mini-4K-1-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/ESC-Board-Flex-Cable-Flat-Cable-DJI-Mini-2SE-Mini-4K-1-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/ESC-Board-Flex-Cable-Flat-Cable-DJI-Mini-2SE-Mini-4K-1-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/ESC-Board-Flex-Cable-Flat-Cable-DJI-Mini-2SE-Mini-4K-1-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/ESC-Board-Flex-Cable-Flat-Cable-DJI-Mini-2SE-Mini-4K-1-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/ESC-Board-Flex-Cable-Flat-Cable-DJI-Mini-2SE-Mini-4K-1.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1002227\" data-product_id=\"1002227\" data-product_title=\"Premium ESC Board Flex Cable DJI Mini 2SE\/Mini 4K\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1002227\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/esc-board-flex-cable-dji-mini-2se-mini-4k\/\">Premium ESC Board Flex Cable DJI Mini 2SE\/Mini 4K<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>2,270.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;2,270.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>1,769.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;1,769.00.<\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1002227\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1002227\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1002227\" data-product_sku=\"ESC-Board-cable-Mini-2-SE-Mini-4K\" aria-label=\"Add to cart: &ldquo;Premium ESC Board Flex Cable DJI Mini 2SE\/Mini 4K&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Premium ESC Board Flex Cable DJI Mini 2SE\/Mini 4K&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1001857 status-publish first instock product_cat-drone-parts product_cat-mini-3-pro-parts product_cat-mini-series-drone-parts has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><a href=\"https:\/\/skylenstechno.com\/product\/upper-shell-for-dji-mini-3-pro\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Upper-Shell-for-DJI-Mini-3-Pro_5-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Upper-Shell-for-DJI-Mini-3-Pro_5-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Upper-Shell-for-DJI-Mini-3-Pro_5-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Upper-Shell-for-DJI-Mini-3-Pro_5-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Upper-Shell-for-DJI-Mini-3-Pro_5-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Upper-Shell-for-DJI-Mini-3-Pro_5-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Upper-Shell-for-DJI-Mini-3-Pro_5.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Upper-Shell-for-DJI-Mini-3-Pro_2-600x600.avif\" class=\"wp-post-image\" alt=\"Upper Shell for DJI Mini 3 Pro\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Upper-Shell-for-DJI-Mini-3-Pro_2-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Upper-Shell-for-DJI-Mini-3-Pro_2-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Upper-Shell-for-DJI-Mini-3-Pro_2-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Upper-Shell-for-DJI-Mini-3-Pro_2-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Upper-Shell-for-DJI-Mini-3-Pro_2-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Upper-Shell-for-DJI-Mini-3-Pro_2.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1001857\" data-product_id=\"1001857\" data-product_title=\"Upper Shell for DJI Mini 3 Pro\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1001857\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/upper-shell-for-dji-mini-3-pro\/\">Upper Shell for DJI Mini 3 Pro<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>2,599.00<\/bdi><\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1001857\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1001857\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1001857\" data-product_sku=\"DM3P-UPSHL-244S\" aria-label=\"Add to cart: &ldquo;Upper Shell for DJI Mini 3 Pro&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Upper Shell for DJI Mini 3 Pro&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1002204 status-publish instock product_cat-drone-parts product_cat-neo-parts product_cat-propellers has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><div class=\"thumbnail-badges product-badges\"><span class=\"badge  sale\" >26%<\/span><\/div><a href=\"https:\/\/skylenstechno.com\/product\/dji-neo-propellers\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Propellers-5-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Propellers-5-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Propellers-5-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Propellers-5-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Propellers-5-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Propellers-5-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Propellers-5.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Propellers-1-600x600.avif\" class=\"wp-post-image\" alt=\"DJI Neo Propellers \u2013 Genuine replacement for Neo series drones\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Propellers-1-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Propellers-1-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Propellers-1-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Propellers-1-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Propellers-1-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/DJI-Neo-Propellers-1.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1002204\" data-product_id=\"1002204\" data-product_title=\"DJI Neo Propellers\u2013 Precision, Power &amp; Performance(1 Set)\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1002204\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/dji-neo-propellers\/\">DJI Neo Propellers\u2013 Precision, Power &#038; Performance(1 Set)<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>3,999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;3,999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>2,999.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;2,999.00.<\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1002204\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1002204\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1002204\" data-product_sku=\"DJI-Neo-Propellers\" aria-label=\"Add to cart: &ldquo;DJI Neo Propellers\u2013 Precision, Power &amp; Performance(1 Set)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;DJI Neo Propellers\u2013 Precision, Power &amp; Performance(1 Set)&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1001845 status-publish last instock product_cat-drone-parts product_cat-mini-series-drone-parts has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><div class=\"thumbnail-badges product-badges\"><span class=\"badge  sale\" >21%<\/span><\/div><a href=\"https:\/\/skylenstechno.com\/product\/3-in-1-gimbal-flex-cable-for-dji-mini-mini-2-2-se-4k\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/3-in-1-Gimbal-Flex-Cable-for-DJI-Mini-Mini-2-SE-4K_2-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/3-in-1-Gimbal-Flex-Cable-for-DJI-Mini-Mini-2-SE-4K_2-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/3-in-1-Gimbal-Flex-Cable-for-DJI-Mini-Mini-2-SE-4K_2-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/3-in-1-Gimbal-Flex-Cable-for-DJI-Mini-Mini-2-SE-4K_2-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/3-in-1-Gimbal-Flex-Cable-for-DJI-Mini-Mini-2-SE-4K_2-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/3-in-1-Gimbal-Flex-Cable-for-DJI-Mini-Mini-2-SE-4K_2-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/3-in-1-Gimbal-Flex-Cable-for-DJI-Mini-Mini-2-SE-4K_2.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/3-in-1-Gimbal-Flex-Cable-for-DJI-Mini-Mini-2-SE-4K_1-600x600.avif\" class=\"wp-post-image\" alt=\"3 in 1 Gimbal Flex Cable for DJI Mini\/Mini 2\/2-SE\/4K\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/3-in-1-Gimbal-Flex-Cable-for-DJI-Mini-Mini-2-SE-4K_1-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/3-in-1-Gimbal-Flex-Cable-for-DJI-Mini-Mini-2-SE-4K_1-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/3-in-1-Gimbal-Flex-Cable-for-DJI-Mini-Mini-2-SE-4K_1-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/3-in-1-Gimbal-Flex-Cable-for-DJI-Mini-Mini-2-SE-4K_1-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/3-in-1-Gimbal-Flex-Cable-for-DJI-Mini-Mini-2-SE-4K_1-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/3-in-1-Gimbal-Flex-Cable-for-DJI-Mini-Mini-2-SE-4K_1.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1001845\" data-product_id=\"1001845\" data-product_title=\"3 in 1 Gimbal Flex Cable for DJI Mini\/Mini 2\/2-SE\/4K\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1001845\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/3-in-1-gimbal-flex-cable-for-dji-mini-mini-2-2-se-4k\/\">3 in 1 Gimbal Flex Cable for DJI Mini\/Mini 2\/2-SE\/4K<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>1,999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;1,999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>1,599.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;1,599.00.<\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1001845\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1001845\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1001845\" data-product_sku=\"Gimbal-Flex-Cable-Mini-Series\" aria-label=\"Add to cart: &ldquo;3 in 1 Gimbal Flex Cable for DJI Mini\/Mini 2\/2-SE\/4K&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;3 in 1 Gimbal Flex Cable for DJI Mini\/Mini 2\/2-SE\/4K&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1004952 status-publish first instock product_cat-drone-parts product_cat-neo-2-parts product_tag-new-products has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><div class=\"thumbnail-badges product-badges\"><span class=\"badge style-1 sale\" >11%<\/span><\/div><a href=\"https:\/\/skylenstechno.com\/product\/original-camera-pod-for-dji-neo-2\/\" class=\"product-thumbnail product-hover-gallery\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2026\/01\/original-camera-pod-for-DJI-Neo-2-1-600x600.webp\" class=\"wp-post-image\" alt=\"Original camera pod for DJI Neo 2 front view\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2026\/01\/original-camera-pod-for-DJI-Neo-2-1-600x600.webp 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2026\/01\/original-camera-pod-for-DJI-Neo-2-1-300x300.webp 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2026\/01\/original-camera-pod-for-DJI-Neo-2-1-150x150.webp 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2026\/01\/original-camera-pod-for-DJI-Neo-2-1-450x450.webp 450w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2026\/01\/original-camera-pod-for-DJI-Neo-2-1-54x54.webp 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2026\/01\/original-camera-pod-for-DJI-Neo-2-1.webp 640w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1004952\" data-product_id=\"1004952\" data-product_title=\"Complete original camera pod for DJI Neo 2\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1004952\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/original-camera-pod-for-dji-neo-2\/\">Complete original camera pod for DJI Neo 2<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>19,999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;19,999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>17,999.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;17,999.00.<\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1004952\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1004952\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1004952\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Complete original camera pod for DJI Neo 2&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Complete original camera pod for DJI Neo 2&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1001960 status-publish instock product_cat-drone-parts product_cat-mini-3-pro-parts product_cat-mini-series-drone-parts has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><div class=\"thumbnail-badges product-badges\"><span class=\"badge style-1 sale\" >18%<\/span><\/div><a href=\"https:\/\/skylenstechno.com\/product\/dji-mini-3-pro-motherboard\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mini-3-Pro-Motherboard-3-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mini-3-Pro-Motherboard-3-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mini-3-Pro-Motherboard-3-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mini-3-Pro-Motherboard-3-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mini-3-Pro-Motherboard-3-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mini-3-Pro-Motherboard-3-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mini-3-Pro-Motherboard-3.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mini-3-Pro-Motherboard-2-600x600.avif\" class=\"wp-post-image\" alt=\"DJI Mini 3 Pro Motherboard original replacement part\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mini-3-Pro-Motherboard-2-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mini-3-Pro-Motherboard-2-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mini-3-Pro-Motherboard-2-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mini-3-Pro-Motherboard-2-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mini-3-Pro-Motherboard-2-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Mini-3-Pro-Motherboard-2.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1001960\" data-product_id=\"1001960\" data-product_title=\"DJI Mini 3 Pro Motherboard\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1001960\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/dji-mini-3-pro-motherboard\/\">DJI Mini 3 Pro Motherboard<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>38,999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;38,999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>31,999.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;31,999.00.<\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1001960\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1001960\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1001960\" data-product_sku=\"Mini-3-Pro-Motherboard\" aria-label=\"Add to cart: &ldquo;DJI Mini 3 Pro Motherboard&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;DJI Mini 3 Pro Motherboard&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"slider-item\"> <div class=\"product type-product post-1001957 status-publish last instock product_cat-drone-parts product_cat-mini-3-pro-parts product_cat-mini-series-drone-parts has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\"> <div class=\"product-wrapper style-3 product-type-4\"><div class=\"product-inner\"><div class=\"thumbnail-wrapper entry-media\"><div class=\"thumbnail-badges product-badges\"><span class=\"badge style-1 sale\" >19%<\/span><\/div><a href=\"https:\/\/skylenstechno.com\/product\/downward-vision-sensor-module-for-dji-mini-3-pro\/\" class=\"product-thumbnail\"><div class=\"product-second-image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Downward-Vision-Sensor-Module-for-DJI-Mini-3-Pro_1-600x600.avif\" class=\"attachment-600x600 size-600x600\" alt=\"\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Downward-Vision-Sensor-Module-for-DJI-Mini-3-Pro_1-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Downward-Vision-Sensor-Module-for-DJI-Mini-3-Pro_1-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Downward-Vision-Sensor-Module-for-DJI-Mini-3-Pro_1-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Downward-Vision-Sensor-Module-for-DJI-Mini-3-Pro_1-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Downward-Vision-Sensor-Module-for-DJI-Mini-3-Pro_1-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Downward-Vision-Sensor-Module-for-DJI-Mini-3-Pro_1.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/div><!-- product-second-image --><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Downward-Vision-Sensor-Module-for-DJI-Mini-3-Pro-600x600.avif\" class=\"wp-post-image\" alt=\"Downward Vision Sensor Module for DJI Mini 3 Pro replacement part\" srcset=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Downward-Vision-Sensor-Module-for-DJI-Mini-3-Pro-600x600.avif 600w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Downward-Vision-Sensor-Module-for-DJI-Mini-3-Pro-300x300.jpg 300w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Downward-Vision-Sensor-Module-for-DJI-Mini-3-Pro-54x54.avif 54w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Downward-Vision-Sensor-Module-for-DJI-Mini-3-Pro-150x150.jpg 150w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Downward-Vision-Sensor-Module-for-DJI-Mini-3-Pro-768x768.jpg 768w, https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/08\/Downward-Vision-Sensor-Module-for-DJI-Mini-3-Pro.avif 800w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\"><\/a><div class=\"thumbnail-buttons\"><div class=\"wishlist-button\"><a href=\"https:\/\/skylenstechno.com\/wishlist\/\" class=\"klbwl-btn klbwl-btn-1001957\" data-product_id=\"1001957\" data-product_title=\"Downward Vision Sensor Module for DJI Mini 3 Pro\">Add to wishlist<\/a><\/div><!-- wishlist-button --><a data-product_id=\"1001957\" class=\"quickview-button\"><i class=\"klb-icon-expand-thin\"><\/i><\/a><\/div><\/div><div class=\"content-wrapper\"><h2 class=\"product-title\"><a href=\"https:\/\/skylenstechno.com\/product\/downward-vision-sensor-module-for-dji-mini-3-pro\/\">Downward Vision Sensor Module for DJI Mini 3 Pro<\/a><\/h2><div class=\"product-cart-wrapper\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>5,999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;5,999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>4,899.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;4,899.00.<\/span><\/span><div class=\"product-buttons only-icon success-button-light cart-with-quantity \"><div class=\"quantity ajax-quantity\"><div class=\"quantity-button minus\"><i class=\"klb-icon-minus\"><\/i><\/div><input type=\"text\" class=\"input-text qty text\" name=\"quantity\" step=\"1\" min=\"0\" max=\"\" value=\"1\" title=\"Menge\" size=\"4\" inputmode=\"numeric\"><div class=\"quantity-button plus\"><i class=\"klb-icon-plus\"><\/i><\/div><\/div><!-- quantity --><a href=\"\/wp-json\/wp\/v2\/pages\/6?add-to-cart=1001957\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1001957\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1001957\" data-product_sku=\"Downward-Vision-Sensor-Module-DJI-Mini-3-Pro\" aria-label=\"Add to cart: &ldquo;Downward Vision Sensor Module for DJI Mini 3 Pro&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Downward Vision Sensor Module for DJI Mini 3 Pro&rdquo; has been added to your cart\" role=\"button\">Add to cart <i class=\"klb-icon-shopping-cart-extra\"><\/i><\/a><\/div><!-- product-buttons --><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a04f905 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a04f905\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e3cb83d\" data-id=\"e3cb83d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7123b4c elementor-widget elementor-widget-blonwe-text-banner\" data-id=\"7123b4c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"blonwe-text-banner.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"klb-coupon-banner style-1 red-light\"><a href=\"\"  class=\"klb-coupon-inner\"><h3 class=\"entry-title\">Super discount for your <strong>first prepaid purchase<\/strong><\/h3><div class=\"klb-coupon-code\">FREE200<\/div><p>Use discount code in the checkout!<\/p><\/a><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-216cff1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"216cff1\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-15e6573\" data-id=\"15e6573\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e89c8a6 elementor-widget elementor-widget-blonwe-product-categories\" data-id=\"e89c8a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"blonwe-product-categories.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"row\"><div class=\"klb-product-category col col-12 col-md-3\"><div class=\"klb-category-block style-3\"><div class=\"category-thumbnail\"><a href=\"https:\/\/skylenstechno.com\/product-category\/action-camera\/\"><img decoding=\"async\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/09\/dronehub-category-action-camera.avif\" alt=\"Action Camera\" title=\"\"><\/a><\/div><div class=\"category-detail\"><h4 class=\"entry-title\">Action Camera<\/h4><div class=\"category-count\">+31 Products<\/div><ul class=\"sub-categories\"><li><a href=\"https:\/\/skylenstechno.com\/product-category\/action-camera\/go-pro-action-cam\/\">Go Pro Action Cam<\/a><\/li><li><a href=\"https:\/\/skylenstechno.com\/product-category\/action-camera\/insta360-cam\/\">Insta360 Cam<\/a><\/li><li><a href=\"https:\/\/skylenstechno.com\/product-category\/action-camera\/dji-action-camera\/\">DJI Action Camera<\/a><\/li><li><a href=\"https:\/\/skylenstechno.com\/product-category\/action-camera\/digitek-action-cam\/\">Digitek Action Cam<\/a><\/li><\/ul><a href=\"https:\/\/skylenstechno.com\/product-category\/action-camera\/\" class=\"btn link color-blue icon-right\">All Action Camera<i class=\"klb-icon-right-arrow-large\"><\/i><\/a> <\/div><\/div><\/div><div class=\"klb-product-category col col-12 col-md-3\"><div class=\"klb-category-block style-3\"><div class=\"category-thumbnail\"><a href=\"https:\/\/skylenstechno.com\/product-category\/dji-accessories\/\"><img decoding=\"async\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/09\/dronehub-category-drone-accessories.avif\" alt=\"DJI Accessories\" title=\"\"><\/a><\/div><div class=\"category-detail\"><h4 class=\"entry-title\">DJI Accessories<\/h4><div class=\"category-count\">+120 Products<\/div><ul class=\"sub-categories\"><li><a href=\"https:\/\/skylenstechno.com\/product-category\/dji-accessories\/drone-combo-kit\/\">Drone Combo Kit<\/a><\/li><li><a href=\"https:\/\/skylenstechno.com\/product-category\/dji-accessories\/wireless-mic\/\">Wireless Mic<\/a><\/li><li><a href=\"https:\/\/skylenstechno.com\/product-category\/dji-accessories\/drone-chargers\/\">Drone Chargers<\/a><\/li><li><a href=\"https:\/\/skylenstechno.com\/product-category\/dji-accessories\/drone-batteries\/\">Drone Batteries<\/a><\/li><\/ul><a href=\"https:\/\/skylenstechno.com\/product-category\/dji-accessories\/\" class=\"btn link color-blue icon-right\">All DJI Accessories<i class=\"klb-icon-right-arrow-large\"><\/i><\/a> <\/div><\/div><\/div><div class=\"klb-product-category col col-12 col-md-3\"><div class=\"klb-category-block style-3\"><div class=\"category-thumbnail\"><a href=\"https:\/\/skylenstechno.com\/product-category\/drone-parts\/\"><img decoding=\"async\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/09\/dronehub-category-drone-parts.avif\" alt=\"Drone Parts\" title=\"\"><\/a><\/div><div class=\"category-detail\"><h4 class=\"entry-title\">Drone Parts<\/h4><div class=\"category-count\">+149 Products<\/div><ul class=\"sub-categories\"><li><a href=\"https:\/\/skylenstechno.com\/product-category\/drone-parts\/air-series-drone-parts\/\">Air Series<\/a><\/li><li><a href=\"https:\/\/skylenstechno.com\/product-category\/drone-parts\/mini-series-drone-parts\/\">Mini Series<\/a><\/li><li><a href=\"https:\/\/skylenstechno.com\/product-category\/drone-parts\/mavic-series\/\">Mavic Series<\/a><\/li><li><a href=\"https:\/\/skylenstechno.com\/product-category\/drone-parts\/joysticks\/\">Joysticks<\/a><\/li><\/ul><a href=\"https:\/\/skylenstechno.com\/product-category\/drone-parts\/\" class=\"btn link color-blue icon-right\">All Drone Parts<i class=\"klb-icon-right-arrow-large\"><\/i><\/a> <\/div><\/div><\/div><div class=\"klb-product-category col col-12 col-md-3\"><div class=\"klb-category-block style-3\"><div class=\"category-thumbnail\"><a href=\"https:\/\/skylenstechno.com\/product-category\/gimbal\/\"><img decoding=\"async\" src=\"https:\/\/skylenstechno.com\/wp-content\/uploads\/2025\/11\/Skylens-category-gimbal.png\" alt=\"Gimbal\" title=\"\"><\/a><\/div><div class=\"category-detail\"><h4 class=\"entry-title\">Gimbal<\/h4><div class=\"category-count\">+24 Products<\/div><ul class=\"sub-categories\"><li><a href=\"https:\/\/skylenstechno.com\/product-category\/gimbal\/mobile-gimbal\/\">Mobile Gimbal<\/a><\/li><li><a href=\"https:\/\/skylenstechno.com\/product-category\/gimbal\/camera-gimbal\/\">Camera Gimbal<\/a><\/li><\/ul><a href=\"https:\/\/skylenstechno.com\/product-category\/gimbal\/\" class=\"btn link color-blue icon-right\">All Gimbal<i class=\"klb-icon-right-arrow-large\"><\/i><\/a> <\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-1bcbe3e elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"1bcbe3e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26633c8 elementor-widget elementor-widget-heading\" data-id=\"26633c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Customers Testimonials Google\n\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1465d3e elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"1465d3e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-848be5e elementor-widget elementor-widget-shortcode\" data-id=\"848be5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div data-src=\"https:\/\/cdn.trustindex.io\/loader.js?2ef8d4c610d031423e26c042cde\"><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-55d3eda elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"55d3eda\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c9e16bf elementor-widget elementor-widget-heading\" data-id=\"c9e16bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Customers Testimonials Justdial\n\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1fb7fee elementor-widget elementor-widget-html\" data-id=\"1fb7fee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script defer async src='https:\/\/cdn.trustindex.io\/loader.js?898a2926196f313f0596bae5a52'><\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-43a4c08 e-flex e-con-boxed e-con e-parent\" data-id=\"43a4c08\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b304f1 elementor-widget elementor-widget-shortcode\" data-id=\"4b304f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div id=\"trustindex-feed-container-instagram-6469cb2e4cd94e3\"><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d408d13 e-grid e-con-boxed e-con e-parent\" data-id=\"d408d13\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e9c5c12 elementor-widget elementor-widget-video\" data-id=\"e9c5c12\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/B6uGvi6XJzw?si=zPutULGjGCstRBX2&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b17cd08 elementor-widget elementor-widget-video\" data-id=\"b17cd08\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/p6aNfWdPqJQ?si=4_G2AcgSh5ZBAIU7&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-070d5ee e-flex e-con-boxed e-con e-parent\" data-id=\"070d5ee\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-52f74e9 elementor-widget elementor-widget-text-editor\" data-id=\"52f74e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h3 data-path-to-node=\"3\"><b data-path-to-node=\"3\" data-index-in-node=\"0\">Skylens Technology \u2013 The Ultimate DJI India Store for Premium Drones &amp; Accessories<\/b><\/h3><p data-path-to-node=\"4\">Welcome to <b data-path-to-node=\"4\" data-index-in-node=\"11\">Skylens Technology<\/b>, the definitive destination for aerial photography, industrial robotics, and creator tools in the country. As a premier <b data-path-to-node=\"4\" data-index-in-node=\"150\">DJI India store<\/b>, we are committed to revolutionizing how you fly. We provide an extensive catalog of the latest <b data-path-to-node=\"4\" data-index-in-node=\"262\">DJI drone<\/b> models, authentic spare parts, and high-performance accessories to customers across <b data-path-to-node=\"4\" data-index-in-node=\"356\">DJI India<\/b>. Whether you are a professional filmmaker seeking the newest Mavic series, an industrial surveyor needing a Matrice, or a hobbyist searching for a reliable <b data-path-to-node=\"4\" data-index-in-node=\"522\">second hand drone<\/b>, Skylens Technology is your trusted partner.<\/p><p data-path-to-node=\"5\">We understand that finding a genuine <b data-path-to-node=\"5\" data-index-in-node=\"37\">DJI drone<\/b> in India can be challenging. That is why <b data-path-to-node=\"5\" data-index-in-node=\"88\">Skylens Technology<\/b> bridges the gap, offering warranty-supported products, expert technical advice, and a seamless buying experience. From the bustling streets of Delhi to remote locations, we deliver technology that empowers your creativity.<\/p><hr data-path-to-node=\"6\" \/><h4 data-path-to-node=\"7\"><b data-path-to-node=\"7\" data-index-in-node=\"0\">Explore Our Complete DJI Drone Collection<\/b><\/h4><p data-path-to-node=\"8\">Our inventory is curated to meet the needs of every pilot. Below is a detailed look at the specific models available at our <b data-path-to-node=\"8\" data-index-in-node=\"124\">DJI India store<\/b>.<\/p><h5 data-path-to-node=\"9\"><b data-path-to-node=\"9\" data-index-in-node=\"0\">1. Beginner &amp; Vlogging Drones (Compact Series)<\/b><\/h5><p data-path-to-node=\"10\">Discover the joy of flight with our lightweight, portable, and easy-to-use drones. Perfect for social media creators and first-time pilots.<\/p><ul data-path-to-node=\"11\"><li><p data-path-to-node=\"11,0,0\"><b data-path-to-node=\"11,0,0\" data-index-in-node=\"0\">DJI Neo Fly More Combo:<\/b> The ultimate entry-level <b data-path-to-node=\"11,0,0\" data-index-in-node=\"49\">DJI drone<\/b> for vloggers. Featuring AI subject tracking, palm takeoff, and fully enclosed propellers for safety, it captures 4K video effortlessly.<\/p><\/li><li><p data-path-to-node=\"11,1,0\"><b data-path-to-node=\"11,1,0\" data-index-in-node=\"0\">DJI Neo 2 Fly More Combo:<\/b> The next evolution in vlogging. The Neo 2 offers extended battery life, improved wind resistance, and sharper image sensors, making it the best compact <b data-path-to-node=\"11,1,0\" data-index-in-node=\"178\">DJI drone<\/b> for travel.<\/p><\/li><li><p data-path-to-node=\"11,2,0\"><b data-path-to-node=\"11,2,0\" data-index-in-node=\"0\">DJI Mini 2 SE Standard:<\/b> The king of entry-level value. Weighing under 249g, this <b data-path-to-node=\"11,2,0\" data-index-in-node=\"81\">DJI drone<\/b> does not require registration in many areas. It delivers 2.7K video and 31 minutes of flight time, perfect for learning.<\/p><\/li><li><p data-path-to-node=\"11,3,0\"><b data-path-to-node=\"11,3,0\" data-index-in-node=\"0\">DJI Mini 4K Fly More Combo:<\/b> Experience Ultra HD for less. This model brings 4K cinematic resolution to the budget sector, including extra batteries and a charging hub for all-day shooting.<\/p><\/li><li><p data-path-to-node=\"11,4,0\"><b data-path-to-node=\"11,4,0\" data-index-in-node=\"0\">DJI Flip Fly More Combo:<\/b> A revolutionary FPV-style hybrid. The DJI Flip offers acrobatic agility and immersive flight experiences, designed for creators who want dynamic, fast-paced footage.<\/p><\/li><\/ul><h5 data-path-to-node=\"12\"><b data-path-to-node=\"12\" data-index-in-node=\"0\">2. Advanced Consumer &amp; Pro-Sumer Series<\/b><\/h5><p data-path-to-node=\"13\">Step up your game with drones that offer professional features in a portable form factor.<\/p><ul data-path-to-node=\"14\"><li><p data-path-to-node=\"14,0,0\"><b data-path-to-node=\"14,0,0\" data-index-in-node=\"0\">DJI Mini 3 Fly More Combo (Smart RC):<\/b> A favorite in the <b data-path-to-node=\"14,0,0\" data-index-in-node=\"56\">DJI India<\/b> community. Features True Vertical Shooting for Instagram\/Reels, 4K HDR video, and comes with the built-in screen DJI RC.<\/p><\/li><li><p data-path-to-node=\"14,1,0\"><b data-path-to-node=\"14,1,0\" data-index-in-node=\"0\">DJI Mini 4 Pro Fly More Combo:<\/b> The most powerful sub-250g <b data-path-to-node=\"14,1,0\" data-index-in-node=\"58\">DJI drone<\/b> existing. With omnidirectional obstacle sensing, ActiveTrack 360\u00b0, and 4K\/60fps HDR, it is the safest choice for serious enthusiasts.<\/p><\/li><li><p data-path-to-node=\"14,2,0\"><b data-path-to-node=\"14,2,0\" data-index-in-node=\"0\">DJI Mini 5 Pro Fly More Combo:<\/b> The future of mini drones. The Mini 5 Pro introduces next-gen AI flight paths, superior low-light night mode, and enhanced transmission stability for long-range flights.<\/p><\/li><li><p data-path-to-node=\"14,3,0\"><b data-path-to-node=\"14,3,0\" data-index-in-node=\"0\">DJI Air 3S Fly More Combo:<\/b> The all-rounder. Featuring a dual-camera system (Wide and Medium Tele), the Air 3S captures 48MP photos and 4K\/60fps video, making it a top choice for travelers visiting our <b data-path-to-node=\"14,3,0\" data-index-in-node=\"201\">DJI India store<\/b>.<\/p><\/li><\/ul><h5 data-path-to-node=\"15\"><b data-path-to-node=\"15\" data-index-in-node=\"0\">3. Flagship Cinematic Series (Professional)<\/b><\/h5><p data-path-to-node=\"16\">For unparalleled image quality, professional filmmakers choose these flagship models.<\/p><ul data-path-to-node=\"17\"><li><p data-path-to-node=\"17,0,0\"><b data-path-to-node=\"17,0,0\" data-index-in-node=\"0\">DJI Mavic 4 Pro Fly More Combo (RC2):<\/b> Redefining aerial cinema. The Mavic 4 Pro boasts a larger Micro 4\/3 sensor, variable aperture, and the new RC2 controller for precise handling in complex environments.<\/p><\/li><li><p data-path-to-node=\"17,1,0\"><b data-path-to-node=\"17,1,0\" data-index-in-node=\"0\">DJI Mavic 4 Pro Creator Combo (RC Pro 2, 512 GB):<\/b> The ultimate professional package. Includes the ultra-bright RC Pro 2 remote and a massive 512GB internal SSD, supporting Apple ProRes recording for cinema-grade workflows.<\/p><\/li><\/ul><h5 data-path-to-node=\"18\"><b data-path-to-node=\"18\" data-index-in-node=\"0\">4. Enterprise &amp; Industrial Solutions<\/b><\/h5><p data-path-to-node=\"19\"><b data-path-to-node=\"19\" data-index-in-node=\"0\">Skylens Technology<\/b> is a leading supplier of industrial drones for mapping, thermal inspection, and agriculture in the <b data-path-to-node=\"19\" data-index-in-node=\"118\">DJI India<\/b> market.<\/p><ul data-path-to-node=\"20\"><li><p data-path-to-node=\"20,0,0\"><b data-path-to-node=\"20,0,0\" data-index-in-node=\"0\">DJI Matrice 3 Enterprise:<\/b> The standard for surveying. equipped with a mechanical shutter for distortion-free mapping and centimeter-level RTK accuracy.<\/p><\/li><li><p data-path-to-node=\"20,1,0\"><b data-path-to-node=\"20,1,0\" data-index-in-node=\"0\">DJI Matrice 3 Thermal:<\/b> A dual-sensor <b data-path-to-node=\"20,1,0\" data-index-in-node=\"37\">DJI drone<\/b> featuring a high-resolution thermal camera and a visual camera, ideal for solar inspection, search and rescue, and security.<\/p><\/li><li><p data-path-to-node=\"20,2,0\"><b data-path-to-node=\"20,2,0\" data-index-in-node=\"0\">DJI Matrice 4 Enterprise:<\/b> The next-gen surveyor. Offers faster flight speeds, improved battery efficiency, and advanced obstacle avoidance for large-scale industrial missions.<\/p><\/li><li><p data-path-to-node=\"20,3,0\"><b data-path-to-node=\"20,3,0\" data-index-in-node=\"0\">DJI Matrice 4 Thermal:<\/b> Delivers superior thermal sensitivity and higher zoom capabilities, allowing operators to detect heat signatures from greater distances with clarity.<\/p><\/li><li><p data-path-to-node=\"20,4,0\"><b data-path-to-node=\"20,4,0\" data-index-in-node=\"0\">DJI Matrice 350 RTK:<\/b> The industrial flagship. With an IP55 weather rating, 55-minute flight time, and multi-payload support (Night Vision, LiDAR), it is the most robust <b data-path-to-node=\"20,4,0\" data-index-in-node=\"169\">DJI drone<\/b> for harsh environments.<\/p><\/li><li><p data-path-to-node=\"20,5,0\"><b data-path-to-node=\"20,5,0\" data-index-in-node=\"0\">DJI Matrice 400 Enterprise:<\/b> Built for heavy-lift logistics and complex sensor arrays, this platform offers maximum payload capacity and endurance for specialized industrial applications.<\/p><\/li><\/ul><hr data-path-to-node=\"21\" \/><h4 data-path-to-node=\"22\"><b data-path-to-node=\"22\" data-index-in-node=\"0\">Looking for a second-hand drone?<\/b><\/h4><p data-path-to-node=\"23\">At <b data-path-to-node=\"23\" data-index-in-node=\"3\">Skylens Technology<\/b>, we understand that many pilots start their journey looking for a <b data-path-to-node=\"23\" data-index-in-node=\"88\">second hand drone<\/b> or a <b data-path-to-node=\"23\" data-index-in-node=\"111\">second hand DJI drone<\/b> to save on costs.<\/p><ul data-path-to-node=\"24\"><li><p data-path-to-node=\"24,0,0\"><b data-path-to-node=\"24,0,0\" data-index-in-node=\"0\">Quality Assurance:<\/b> While the market for <b data-path-to-node=\"24,0,0\" data-index-in-node=\"40\">second hand drones<\/b> is vast, buying from a verified <b data-path-to-node=\"24,0,0\" data-index-in-node=\"91\">DJI India store<\/b> ensures you don&#8217;t end up with damaged equipment.<\/p><\/li><li><p data-path-to-node=\"24,1,0\"><b data-path-to-node=\"24,1,0\" data-index-in-node=\"0\">Refurbished Units:<\/b> We occasionally stock certified pre-owned units. A <b data-path-to-node=\"24,1,0\" data-index-in-node=\"70\">second hand DJI drone<\/b> from Skylens Technology undergoes rigorous testing to ensure the gimbal, motors, and battery health meet our strict standards.<\/p><\/li><li><p data-path-to-node=\"24,2,0\"><b data-path-to-node=\"24,2,0\" data-index-in-node=\"0\">Upgrade Program:<\/b> promoting a <b data-path-to-node=\"24,2,0\" data-index-in-node=\"29\">second hand drone<\/b> ecosystem, we help pilots upgrade to the latest models by offering guidance on trading in their old gear.<\/p><\/li><\/ul><hr data-path-to-node=\"25\" \/><h4 data-path-to-node=\"26\"><b data-path-to-node=\"26\" data-index-in-node=\"0\">Genuine Accessories, Parts &amp; Creator Gear<\/b><\/h4><p data-path-to-node=\"27\">A <b data-path-to-node=\"27\" data-index-in-node=\"2\">DJI drone<\/b> is only as good as its accessories. We stock the widest range of genuine parts in India.<\/p><ul data-path-to-node=\"28\"><li><p data-path-to-node=\"28,0,0\"><b data-path-to-node=\"28,0,0\" data-index-in-node=\"0\">Essential Spares:<\/b> Propellers, landing gear, replacement arms, and shells for Mini, Air, and Mavic series.<\/p><\/li><li><p data-path-to-node=\"28,1,0\"><b data-path-to-node=\"28,1,0\" data-index-in-node=\"0\">Power Systems:<\/b> Intelligent Flight Batteries, two-way charging hubs, and car chargers to keep your <b data-path-to-node=\"28,1,0\" data-index-in-node=\"98\">DJI drone<\/b> powered up.<\/p><\/li><li><p data-path-to-node=\"28,2,0\"><b data-path-to-node=\"28,2,0\" data-index-in-node=\"0\">Content Tools:<\/b> ND filter sets, wide-angle lenses, and carrying cases.<\/p><\/li><li><p data-path-to-node=\"28,3,0\"><b data-path-to-node=\"28,3,0\" data-index-in-node=\"0\">Non-Drone DJI Gear:<\/b> We are also authorized stockists for the DJI Osmo Action series, DJI Mic 2 audio systems, and RS 4 Pro gimbal stabilizers.<\/p><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e856511 e-flex e-con-boxed e-con e-parent\" data-id=\"e856511\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dbf321a elementor-widget elementor-widget-html\" data-id=\"dbf321a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n    \/* --- SCOPED CSS (Won't break your site) --- *\/\r\n    \r\n    \/* The main wrapper for just this section *\/\r\n    .faq-section-wrapper {\r\n        width: 100%;\r\n        max-width: 1000px; \/* Controls width of just the FAQ *\/\r\n        margin: 0 auto;   \/* Centers the FAQ *\/\r\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    .faq-main-title {\r\n        font-size: 36px;\r\n        font-weight: 600;\r\n        margin: 0 0 40px 0;\r\n        color: #f5f5f7;\r\n        text-align: center;\r\n        letter-spacing: -0.5px;\r\n    }\r\n\r\n    \/* --- THE GROUPED LIST WRAPPER --- *\/\r\n    \/* This creates the outer shell with rounded corners *\/\r\n    .faq-group {\r\n        border: 1px solid #333336;\r\n        border-radius: 24px; \/* Big premium curves on the outside *\/\r\n        background-color: #000; \/* Deep black background *\/\r\n        overflow: hidden; \/* Clips the inner items *\/\r\n    }\r\n\r\n    \/* --- INDIVIDUAL ITEM --- *\/\r\n    .accordion-item {\r\n        border-bottom: 1px solid #333336; \/* Separator lines *\/\r\n        background: #000;\r\n        margin: 0; \/* Stack them tightly *\/\r\n        border-radius: 0; \/* Zero radius for internal items *\/\r\n        transition: background-color 0.3s ease;\r\n    }\r\n\r\n    \/* Remove border from the very last item so the bottom is clean *\/\r\n    .accordion-item:last-child {\r\n        border-bottom: none;\r\n    }\r\n\r\n    \/* --- HEADER --- *\/\r\n    .accordion-header {\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n        padding: 24px 32px; \/* Large click area *\/\r\n        cursor: pointer;\r\n        user-select: none;\r\n        transition: background-color 0.2s ease;\r\n    }\r\n\r\n    \/* Subtle hover effect *\/\r\n    .accordion-header:hover {\r\n        background-color: #1c1c1e;\r\n    }\r\n\r\n    .accordion-title {\r\n        font-size: 18px;\r\n        font-weight: 500;\r\n        color: #f5f5f7;\r\n        letter-spacing: -0.2px;\r\n        line-height: 1.4;\r\n    }\r\n\r\n    \/* --- PREMIUM ICON --- *\/\r\n    .accordion-icon {\r\n        width: 28px;\r\n        height: 28px;\r\n        min-width: 28px; \/* Prevents squishing on mobile *\/\r\n        border: 1px solid #6e6e73; \r\n        border-radius: 50%;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);\r\n        color: #6e6e73;\r\n        margin-left: 15px;\r\n    }\r\n\r\n    .accordion-icon svg {\r\n        width: 12px;\r\n        height: 12px;\r\n        stroke-width: 2px;\r\n        display: block;\r\n    }\r\n\r\n    \/* Active State for Icon *\/\r\n    .accordion-item.active .accordion-icon {\r\n        transform: rotate(180deg);\r\n        background-color: #f5f5f7; \/* Fill circle white when open *\/\r\n        border-color: #f5f5f7;\r\n        color: #000; \/* Icon turns black *\/\r\n    }\r\n\r\n    \/* --- CONTENT --- *\/\r\n    .accordion-content {\r\n        max-height: 0;\r\n        overflow: hidden;\r\n        transition: max-height 0.5s cubic-bezier(0.25, 1, 0.5, 1);\r\n    }\r\n\r\n    .content-inner {\r\n        padding: 0 32px 32px 32px; \/* Align text with title *\/\r\n        opacity: 0;\r\n        transform: translateY(10px);\r\n        transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;\r\n    }\r\n\r\n    .accordion-item.active .content-inner {\r\n        opacity: 1;\r\n        transform: translateY(0);\r\n    }\r\n\r\n    .faq-answer {\r\n        color: #86868b; \/* Premium Grey *\/\r\n        font-size: 16px;\r\n        line-height: 1.6;\r\n        margin: 0;\r\n        max-width: 95%;\r\n    }\r\n\r\n    \/* --- MOBILE TWEAKS --- *\/\r\n    @media (max-width: 480px) {\r\n        .accordion-header { padding: 20px 24px; }\r\n        .content-inner { padding: 0 24px 24px 24px; }\r\n        .accordion-title { font-size: 16px; }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"faq-section-wrapper\">\r\n    <h2 class=\"faq-main-title\">Frequently Asked Questions<\/h2>\r\n\r\n    <div class=\"faq-group\">\r\n        <div class=\"accordion-item\">\r\n            <div class=\"accordion-header\">\r\n                <span class=\"accordion-title\">Q1: Is Skylens Technology a DJI India store?<\/span>\r\n                <div class=\"accordion-icon\">\r\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line><polyline points=\"19 12 12 19 5 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"accordion-content\">\r\n                <div class=\"content-inner\">\r\n                    <p class=\"faq-answer\">A: Yes, Skylens Technology is a premier retailer for DJI India, offering authentic products, valid warranties, and genuine support for all drone models.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"accordion-item\">\r\n            <div class=\"accordion-header\">\r\n                <span class=\"accordion-title\">Q2: Do you sell the new DJI Mavic 4 Pro and Mini 5 Pro?<\/span>\r\n                <div class=\"accordion-icon\">\r\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line><polyline points=\"19 12 12 19 5 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"accordion-content\">\r\n                <div class=\"content-inner\">\r\n                    <p class=\"faq-answer\">A: Absolutely. As a leading DJI India store, we are the first to stock advanced models like the DJI Mavic 4 Pro Creator Combo and DJI Mini 5 Pro Fly More Combo.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"accordion-item\">\r\n            <div class=\"accordion-header\">\r\n                <span class=\"accordion-title\">Q3: I am looking for a cheap second hand drone. Can you help?<\/span>\r\n                <div class=\"accordion-icon\">\r\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line><polyline points=\"19 12 12 19 5 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"accordion-content\">\r\n                <div class=\"content-inner\">\r\n                    <p class=\"faq-answer\">A: Yes. The demand for a second hand drone in India is high. Check our \"Pre-Owned\" section for availability of certified second hand DJI drone units that have been tested for quality.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"accordion-item\">\r\n            <div class=\"accordion-header\">\r\n                <span class=\"accordion-title\">Q4: Which DJI drone is best for beginners in India?<\/span>\r\n                <div class=\"accordion-icon\">\r\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line><polyline points=\"19 12 12 19 5 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"accordion-content\">\r\n                <div class=\"content-inner\">\r\n                    <p class=\"faq-answer\">A: We recommend the DJI Mini 2 SE Standard or the DJI Mini 4K Fly More Combo. These are affordable, durable, and offer excellent video quality for new pilots.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"accordion-item\">\r\n            <div class=\"accordion-header\">\r\n                <span class=\"accordion-title\">Q5: Do you provide after-sales support for DJI drones?<\/span>\r\n                <div class=\"accordion-icon\">\r\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line><polyline points=\"19 12 12 19 5 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"accordion-content\">\r\n                <div class=\"content-inner\">\r\n                    <p class=\"faq-answer\">A: Yes. unlike buying from a random seller, purchasing from Skylens Technology guarantees you access to technical support and repair advice for your DJI drone.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"accordion-item\">\r\n            <div class=\"accordion-header\">\r\n                <span class=\"accordion-title\">Q6: What is the difference between the Matrice 350 RTK and Matrice 4 Thermal?<\/span>\r\n                <div class=\"accordion-icon\">\r\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line><polyline points=\"19 12 12 19 5 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"accordion-content\">\r\n                <div class=\"content-inner\">\r\n                    <p class=\"faq-answer\">A: The Matrice 350 RTK is a heavy-duty platform with interchangeable payloads, while the Matrice 4 Thermal is a dedicated integrated solution optimized for rapid deployment in thermal inspection missions.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"accordion-item\">\r\n            <div class=\"accordion-header\">\r\n                <span class=\"accordion-title\">Q7: Do you ship DJI drones to all Indian cities?<\/span>\r\n                <div class=\"accordion-icon\">\r\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line><polyline points=\"19 12 12 19 5 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"accordion-content\">\r\n                <div class=\"content-inner\">\r\n                    <p class=\"faq-answer\">A: Yes, we ship securely to Delhi, Mumbai, Bangalore, Hyderabad, Chennai, and even remote locations. Your DJI drone is packaged safely to prevent transit damage.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"accordion-item\">\r\n            <div class=\"accordion-header\">\r\n                <span class=\"accordion-title\">Q8: What comes in a Fly More Combo?<\/span>\r\n                <div class=\"accordion-icon\">\r\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line><polyline points=\"19 12 12 19 5 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"accordion-content\">\r\n                <div class=\"content-inner\">\r\n                    <p class=\"faq-answer\">A: A Fly More Combo offers the best value, typically including the DJI drone, 3 batteries, a charging hub, a shoulder bag, and extra propellers.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"accordion-item\">\r\n            <div class=\"accordion-header\">\r\n                <span class=\"accordion-title\">Q9: Do you sell spare parts for the DJI Air 3S?<\/span>\r\n                <div class=\"accordion-icon\">\r\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line><polyline points=\"19 12 12 19 5 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"accordion-content\">\r\n                <div class=\"content-inner\">\r\n                    <p class=\"faq-answer\">A: Yes, we have a full inventory of spares. From propellers to gimbal protectors, we have everything you need to maintain your DJI Air 3S.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"accordion-item\">\r\n            <div class=\"accordion-header\">\r\n                <span class=\"accordion-title\">Q10: Why should I buy a new drone instead of a second hand DJI drone?<\/span>\r\n                <div class=\"accordion-icon\">\r\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line><polyline points=\"19 12 12 19 5 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"accordion-content\">\r\n                <div class=\"content-inner\">\r\n                    <p class=\"faq-answer\">A: While a second hand drone is cheaper, a new unit from Skylens Technology ensures you get fresh batteries, zero flight hours, and full warranty coverage, giving you total peace of mind.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div> \r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener(\"DOMContentLoaded\", function() {\r\n        \/\/ Scoped selection to ensure we don't accidentally grab other accordions on the page\r\n        const wrapper = document.querySelector('.faq-section-wrapper');\r\n        if(!wrapper) return;\r\n        \r\n        const accordions = wrapper.querySelectorAll(\".accordion-item\");\r\n\r\n        accordions.forEach(acc => {\r\n            const header = acc.querySelector(\".accordion-header\");\r\n            \r\n            header.addEventListener(\"click\", () => {\r\n                const content = acc.querySelector(\".accordion-content\");\r\n                const isActive = acc.classList.contains(\"active\");\r\n                \r\n                \/\/ Close others in this specific group\r\n                accordions.forEach(item => {\r\n                    if (item !== acc) {\r\n                        item.classList.remove(\"active\");\r\n                        item.querySelector(\".accordion-content\").style.maxHeight = null;\r\n                    }\r\n                });\r\n\r\n                \/\/ Toggle current\r\n                if (!isActive) {\r\n                    acc.classList.add(\"active\");\r\n                    content.style.maxHeight = content.scrollHeight + \"px\";\r\n                } else {\r\n                    acc.classList.remove(\"active\");\r\n                    content.style.maxHeight = null;\r\n                }\r\n            });\r\n        });\r\n    });\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-31a0ecc e-flex e-con-boxed e-con e-parent\" data-id=\"31a0ecc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9828314 elementor-widget elementor-widget-html\" data-id=\"9828314\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <title>Menu Component<\/title>\r\n    <style>\r\n\r\n        \/* 1. The Container for Positioning *\/\r\n        \/* This positions the menu relative to the closest parent with position: relative *\/\r\n        \/* or the browser window if no parent is found. *\/\r\n.glass-menu-container {\r\n    position: relative;\r\n    display: block;\r\n    \r\n    \/* This centers the menu horizontally *\/\r\n    margin: 40px auto; \r\n    \r\n    \/* Controls the width *\/\r\n    width: 90%;        \/* Takes up 90% of the screen width *\/\r\n    max-width: 1300px; \/* But stops growing after 1300px *\/\r\n    \r\n    z-index: 10;\r\n}\r\n\r\n        \/* 2. The Glass Effect *\/\r\n        .glass-panel {\r\n            background: rgba(30, 41, 59, 0.6); \/* Dark semi-transparent *\/\r\n            backdrop-filter: blur(12px);         \/* Blur effect *\/\r\n            -webkit-backdrop-filter: blur(12px); \/* Safari support *\/\r\n            border: 1px solid rgba(255, 255, 255, 0.1);\r\n            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);\r\n            border-radius: 20px;\r\n            padding: 30px;\r\n            color: #ffffff;\r\n        }\r\n\r\n        \/* 3. Grid Layout *\/\r\n        .menu-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(4, 1fr);\r\n            gap: 30px;\r\n        }\r\n\r\n        \/* 4. Typography & Links *\/\r\n        .column-title {\r\n            font-size: 1.1rem;\r\n            font-weight: 700;\r\n            color: #e2e8f0;\r\n            margin-bottom: 20px;\r\n            text-transform: uppercase;\r\n            border-bottom: 2px solid rgba(255,255,255,0.1);\r\n            padding-bottom: 8px;\r\n            display: inline-block;\r\n            font-family: sans-serif;\r\n        }\r\n\r\n        .series-title {\r\n            font-size: 0.95rem;\r\n            font-weight: 600;\r\n            color: #94a3b8;\r\n            margin-top: 15px;\r\n            margin-bottom: 10px;\r\n            font-family: sans-serif;\r\n        }\r\n        \r\n        .series-group:first-child .series-title { margin-top: 0; }\r\n\r\n        .link-list {\r\n            list-style: none;\r\n            padding: 0;\r\n            margin: 0;\r\n        }\r\n\r\n        .link-list li { margin-bottom: 6px; }\r\n\r\n        .link-list a {\r\n            text-decoration: none;\r\n            color: #cbd5e1;\r\n            font-size: 0.85rem;\r\n            font-family: sans-serif;\r\n            transition: 0.3s ease;\r\n            display: block;\r\n        }\r\n\r\n        .link-list a:hover {\r\n            color: #38bdf8;\r\n            padding-left: 5px; \/* Slide effect *\/\r\n        }\r\n\r\n        \/* Responsive: Stack on smaller screens *\/\r\n        @media (max-width: 1024px) {\r\n            .menu-grid { grid-template-columns: 1fr 1fr; }\r\n        }\r\n        @media (max-width: 600px) {\r\n            .menu-grid { grid-template-columns: 1fr; }\r\n            .glass-menu-container { \r\n                top: 10px; \r\n                right: 10px; \r\n                left: 10px; \r\n                width: auto; \r\n            }\r\n        }\r\n        \r\n        \/* Keeps 2 columns side-by-side on mobile, saving vertical scrolling space *\/\r\n@media (max-width: 600px) {\r\n    .menu-grid { \r\n        grid-template-columns: 1fr 1fr; \/* 2 columns instead of 1 *\/\r\n        gap: 15px; \/* Smaller gap for mobile *\/\r\n    }\r\n    .glass-menu-container { \r\n        width: 95%; \/* Use more width on mobile *\/\r\n    }\r\n}\r\n        \/* --- END CSS --- *\/\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <div class=\"glass-menu-container\">\r\n        <div class=\"glass-panel\">\r\n            <div class=\"menu-grid\">\r\n                \r\n                <div class=\"menu-column\">\r\n                    <h2 class=\"column-title\">DJI Drones<\/h2>\r\n                    <div class=\"series-group\">\r\n                        <h3 class=\"series-title\">DJI Mini Series<\/h3>\r\n                        <ul class=\"link-list\">\r\n                            <li><a href=\"#\">Mini 3 Pro With Smart Controller<\/a><\/li>\r\n                            <li><a href=\"#\">Mini 3 Pro With Fly More Kit Plus<\/a><\/li>\r\n                            <li><a href=\"#\">Mini 2 Fly More Combo<\/a><\/li>\r\n                            <li><a href=\"#\">Mini SE Fly More Combo<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                    <div class=\"series-group\">\r\n                        <h3 class=\"series-title\">DJI Mavic Series<\/h3>\r\n                        <ul class=\"link-list\">\r\n                            <li><a href=\"#\">Mavic Mini Standard<\/a><\/li>\r\n                            <li><a href=\"#\">DJI Mavic Mini Fly More Combo<\/a><\/li>\r\n                            <li><a href=\"#\">Mavic 3 Classic with Combo Pack<\/a><\/li>\r\n                            <li><a href=\"#\">Mavic 3 Pro Fly More Combo<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                    <div class=\"series-group\">\r\n                        <h3 class=\"series-title\">DJI Air Series<\/h3>\r\n                        <ul class=\"link-list\">\r\n                            <li><a href=\"#\">Air 2S Fly More Combo Drone<\/a><\/li>\r\n                            <li><a href=\"#\">Air 3 Fly More Combo with Smart Controller<\/a><\/li>\r\n                            <li><a href=\"#\">Air 3 Fly More Combo with Normal Controller<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                    <div class=\"series-group\">\r\n                        <h3 class=\"series-title\">DJI Enterprise Drones<\/h3>\r\n                        <ul class=\"link-list\">\r\n                            <li><a href=\"#\">DJI Phantom 4 RTK<\/a><\/li>\r\n                            <li><a href=\"#\">Matrice 300 RTK Drone<\/a><\/li>\r\n                            <li><a href=\"#\">DJI Mavic 2 Enterprise Advanced<\/a><\/li>\r\n                            <li><a href=\"#\">DJI P4 Multispectral Drone<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"menu-column\">\r\n                    <h2 class=\"column-title\">DJI Accessories<\/h2>\r\n                    <div class=\"series-group\">\r\n                        <h3 class=\"series-title\">Batteries<\/h3>\r\n                        <ul class=\"link-list\">\r\n                            <li><a href=\"#\">Intelligent Flight Battery for Avata<\/a><\/li>\r\n                            <li><a href=\"#\">Intelligent Flight Battery for Mini 2<\/a><\/li>\r\n                            <li><a href=\"#\">Intelligent Flight Battery for Phantom 4 Pro<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                    <div class=\"series-group\">\r\n                        <h3 class=\"series-title\">Remote Controllers<\/h3>\r\n                        <ul class=\"link-list\">\r\n                            <li><a href=\"#\">DJI Motion controller<\/a><\/li>\r\n                            <li><a href=\"#\">Remote Controller for Phantom 4<\/a><\/li>\r\n                            <li><a href=\"#\">Remote Controller for DJI Mavic 2 Pro<\/a><\/li>\r\n                            <li><a href=\"#\">Smart controller for Mavic 2 Pro<\/a><\/li>\r\n                            <li><a href=\"#\">Remote Controller 2 For DJI FPV Drone<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                    <div class=\"series-group\">\r\n                        <h3 class=\"series-title\">Cases<\/h3>\r\n                        <ul class=\"link-list\">\r\n                            <li><a href=\"#\">Bag for Mini 2<\/a><\/li>\r\n                            <li><a href=\"#\">Mavic Mini 2: Hard Storage Carrying Case<\/a><\/li>\r\n                            <li><a href=\"#\">Mavic 3 Hard Case<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"menu-column\">\r\n                    <h2 class=\"column-title\">Autel Drones in India<\/h2>\r\n                    <div class=\"series-group\">\r\n                        <h3 class=\"series-title\">EVO II Series<\/h3>\r\n                        <ul class=\"link-list\">\r\n                            <li><a href=\"#\">EVO II Pro RTK V2<\/a><\/li>\r\n                            <li><a href=\"#\">EVO II Pro Enterprise V2<\/a><\/li>\r\n                            <li><a href=\"#\">Autel Robotics EVO II Pro V3 Camera Drone<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                    <div class=\"series-group\">\r\n                        <h3 class=\"series-title\">EVO Nano Series<\/h3>\r\n                        <ul class=\"link-list\">\r\n                            <li><a href=\"#\">EVO Lite<\/a><\/li>\r\n                            <li><a href=\"#\">EVO lite+<\/a><\/li>\r\n                            <li><a href=\"#\">EVO Nano<\/a><\/li>\r\n                            <li><a href=\"#\">EVO Nano+<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                    <div class=\"series-group\">\r\n                        <h3 class=\"series-title\">Autel Enterprise Drones<\/h3>\r\n                        <ul class=\"link-list\">\r\n                            <li><a href=\"#\">Autel Robotics EVO II Pro<\/a><\/li>\r\n                            <li><a href=\"#\">Autel Robotics EVO Max 4N<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"menu-column\">\r\n                    <h2 class=\"column-title\">Autel Accessories<\/h2>\r\n                    <div class=\"series-group\">\r\n                        <h3 class=\"series-title\">Battery<\/h3>\r\n                        <ul class=\"link-list\">\r\n                            <li><a href=\"#\">EVO Battery<\/a><\/li>\r\n                            <li><a href=\"#\">EVO II Intelligent Battery<\/a><\/li>\r\n                            <li><a href=\"#\">EVO Lite Series Battery<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                    <div class=\"series-group\">\r\n                        <h3 class=\"series-title\">Filter<\/h3>\r\n                        <ul class=\"link-list\">\r\n                            <li><a href=\"#\">EVO II UV Filter<\/a><\/li>\r\n                            <li><a href=\"#\">EVO II Pro UV Filter<\/a><\/li>\r\n                            <li><a href=\"#\">EVO II Pro ND Filters<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                    <div class=\"series-group\">\r\n                        <h3 class=\"series-title\">Propeller<\/h3>\r\n                        <ul class=\"link-list\">\r\n                            <li><a href=\"#\">EVO II Propellers (Low-Noise)<\/a><\/li>\r\n                            <li><a href=\"#\">EVO Lite Series Propellers<\/a><\/li>\r\n                            <li><a href=\"#\">EVO II Pro ND Filters<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Flagship Series DJI MINI 5 PRO The Mini 5 Pro is aimed at content creators, travel vloggers, photographers and professionals. Buy Now &rarr; Flight Time52 Mins Range10 KM Camera1-inch CMOS Neo Series DJI NEO 2 DJI\u2019s most compact drone equipped with omnidirectional obstacle sensing and features. Buy Now &rarr; Resolution4K Video SensingOmni Camera1\/2-inch Mavic Series<\/p>\n<div class=\"klb-readmore button\"><a class=\"btn link\" href=\"https:\/\/skylenstechno.com\/product\/downward-vision-sensor-module-for-dji-mini-3-pro\/\">Read More <i class=\"klbth-icon-right-arrow\"><\/i><\/a><\/div>\n","protected":false},"author":2,"featured_media":1006340,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/skylenstechno.com\/wp-json\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skylenstechno.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/skylenstechno.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/skylenstechno.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/skylenstechno.com\/wp-json\/wp\/v2\/comments?post=6"}],"version-history":[{"count":857,"href":"https:\/\/skylenstechno.com\/wp-json\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":1007980,"href":"https:\/\/skylenstechno.com\/wp-json\/wp\/v2\/pages\/6\/revisions\/1007980"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/skylenstechno.com\/wp-json\/wp\/v2\/media\/1006340"}],"wp:attachment":[{"href":"https:\/\/skylenstechno.com\/wp-json\/wp\/v2\/media?parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}