{"id":217,"date":"2025-08-01T18:51:19","date_gmt":"2025-08-01T18:51:19","guid":{"rendered":"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/?page_id=217"},"modified":"2025-08-28T14:52:05","modified_gmt":"2025-08-28T14:52:05","slug":"usadas","status":"publish","type":"page","link":"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/usadas\/","title":{"rendered":"Usadas"},"content":{"rendered":"    <style>\n        :root {\n            --ledian-black: #000000;\n            --ledian-white: #ffffff;\n            --ledian-red: #DE2D42;\n            --ledian-red-hover: #c02436;\n            --font-title: 'Bebas Neue', sans-serif;\n            --font-subtitle: 'Helvetica Neue', sans-serif;\n            --font-body: 'Europa Grotesk SH DemBol', 'Helvetica Neue', sans-serif;\n        }\n\n        .ledian-navbar {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            background: rgba(0, 0, 0, 0.95);\n            backdrop-filter: blur(10px);\n            z-index: 9999;\n            transition: all 0.3s ease;\n            opacity: 0;\n            transform: translateY(-100%);\n        }\n\n        .ledian-navbar.scrolled {\n            background: rgba(0, 0, 0, 0.98);\n            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.8);\n        }\n\n        .ledian-navbar-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            padding: 15px 20px;\n            transition: padding 0.3s ease;\n        }\n\n        .ledian-navbar.scrolled .ledian-navbar-container {\n            padding: 10px 20px;\n        }\n\n        .ledian-navbar-logo {\n            display: flex;\n            align-items: center;\n            text-decoration: none;\n            opacity: 0;\n            transform: scale(0.8);\n        }\n\n        .ledian-navbar-logo img {\n            height: 50px;\n            width: auto;\n            transition: height 0.3s ease;\n            filter: drop-shadow(0 0 10px rgba(222, 45, 66, 0));\n        }\n\n        .ledian-navbar-logo:hover img {\n            filter: drop-shadow(0 0 10px rgba(222, 45, 66, 0.6));\n        }\n\n        .ledian-navbar.scrolled .ledian-navbar-logo img {\n            height: 40px;\n        }\n\n        .ledian-navbar-menu {\n            display: flex;\n            align-items: center;\n            list-style: none;\n            margin: 0;\n            padding: 0;\n            gap: 30px;\n        }\n\n        .ledian-navbar-item {\n            position: relative;\n            opacity: 0;\n            transform: translateY(-20px);\n        }\n\n        .ledian-navbar-link {\n            font-family: var(--font-title);\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: var(--ledian-white);\n            text-decoration: none;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            padding: 12px 0;\n            position: relative;\n            transition: all 0.3s ease;\n            cursor: pointer;\n            display: inline-block;\n        }\n\n        .ledian-navbar-link::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: var(--ledian-red);\n            transition: width 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);\n        }\n\n        .ledian-navbar-link:hover,\n        .ledian-navbar-link.current-menu-item {\n            color: var(--ledian-red);\n        }\n\n        .ledian-navbar-link:hover::after,\n        .ledian-navbar-link.current-menu-item::after {\n            width: 100%;\n        }\n\n        \/* Mobile Menu Toggle *\/\n        .ledian-menu-toggle {\n            display: none;\n            background: transparent;\n            border: 2px solid var(--ledian-red);\n            color: var(--ledian-white);\n            padding: 8px;\n            border-radius: 5px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            opacity: 0;\n        }\n\n        .ledian-menu-toggle:hover {\n            background: var(--ledian-red);\n            box-shadow: 0 0 20px rgba(222, 45, 66, 0.5);\n        }\n\n        .ledian-menu-toggle span {\n            display: block;\n            width: 25px;\n            height: 3px;\n            background: currentColor;\n            margin: 4px 0;\n            transition: all 0.3s ease;\n            border-radius: 2px;\n        }\n\n        .ledian-menu-toggle.active span:nth-child(1) {\n            transform: rotate(45deg) translate(6px, 6px);\n        }\n\n        .ledian-menu-toggle.active span:nth-child(2) {\n            opacity: 0;\n        }\n\n        .ledian-menu-toggle.active span:nth-child(3) {\n            transform: rotate(-45deg) translate(6px, -6px);\n        }\n\n        \/* Mobile Menu *\/\n        .ledian-mobile-menu {\n            position: fixed;\n            top: 80px;\n            left: 0;\n            width: 100%;\n            height: calc(100vh - 80px);\n            background: linear-gradient(135deg, var(--ledian-black) 0%, #1a0000 100%);\n            transform: translateX(-100%);\n            opacity: 0;\n            overflow-y: auto;\n            padding: 20px;\n        }\n\n        .ledian-mobile-menu.active {\n            transform: translateX(0);\n            opacity: 1;\n        }\n\n        .ledian-mobile-menu-list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .ledian-mobile-menu-item {\n            margin-bottom: 20px;\n            border-bottom: 1px solid rgba(222, 45, 66, 0.3);\n            padding-bottom: 20px;\n            opacity: 0;\n            transform: translateX(-50px);\n        }\n\n        .ledian-mobile-menu-link {\n            font-family: var(--font-title);\n            font-size: 1.2rem;\n            font-weight: 700;\n            color: var(--ledian-white);\n            text-decoration: none;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            display: block;\n            padding: 15px 0;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .ledian-mobile-menu-link:hover,\n        .ledian-mobile-menu-link.current-menu-item {\n            color: var(--ledian-red);\n            text-shadow: 0 0 10px rgba(222, 45, 66, 0.8);\n        }\n\n        \/* Dropdown Styles *\/\n        .ledian-dropdown {\n            position: relative;\n        }\n\n        .ledian-dropdown-menu {\n            position: absolute;\n            top: 100%;\n            left: 0;\n            background: linear-gradient(135deg, var(--ledian-black) 0%, #1a0000 100%);\n            border: 2px solid var(--ledian-red);\n            border-radius: 8px;\n            min-width: 220px;\n            opacity: 0;\n            visibility: hidden;\n            transform: translateY(-10px) scale(0.95);\n            box-shadow: 0 15px 35px rgba(222, 45, 66, 0.3);\n            padding: 8px 0;\n            z-index: 10000;\n            overflow: hidden;\n        }\n\n        .ledian-dropdown:hover .ledian-dropdown-menu,\n        .ledian-dropdown.active .ledian-dropdown-menu {\n            opacity: 1;\n            visibility: visible;\n        }\n\n        .ledian-dropdown-item {\n            display: block;\n            padding: 14px 20px;\n            color: var(--ledian-white);\n            text-decoration: none;\n            font-family: var(--font-title);\n            font-size: 0.9rem;\n            font-weight: 700;\n            transition: all 0.3s ease;\n            border-bottom: 1px solid rgba(222, 45, 66, 0.15);\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .ledian-dropdown-item::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            height: 100%;\n            width: 0;\n            background: rgba(222, 45, 66, 0.15);\n            transition: width 0.3s ease;\n        }\n\n        .ledian-dropdown-item:last-child {\n            border-bottom: none;\n        }\n\n        .ledian-dropdown-item:hover::before {\n            width: 100%;\n        }\n\n        .ledian-dropdown-item:hover {\n            color: var(--ledian-red);\n            padding-left: 30px;\n        }\n\n        \/* Mobile Dropdown Styles *\/\n        .ledian-mobile-dropdown {\n            position: relative;\n        }\n\n        .ledian-mobile-dropdown-toggle {\n            position: relative;\n            padding-right: 30px;\n        }\n\n        .ledian-mobile-dropdown-toggle::after {\n            content: '\u25bc';\n            position: absolute;\n            right: 0;\n            top: 50%;\n            transform: translateY(-50%);\n            font-size: 0.8rem;\n            transition: transform 0.3s ease;\n        }\n\n        .ledian-mobile-dropdown.active .ledian-mobile-dropdown-toggle::after {\n            transform: translateY(-50%) rotate(180deg);\n        }\n\n        .ledian-mobile-dropdown-menu {\n            max-height: 0;\n            overflow: hidden;\n            background: rgba(222, 45, 66, 0.1);\n            margin-top: 10px;\n            border-radius: 5px;\n        }\n\n        .ledian-mobile-dropdown-item {\n            display: block;\n            padding: 12px 20px;\n            color: var(--ledian-white);\n            text-decoration: none;\n            font-family: var(--font-title);\n            font-size: 1rem;\n            font-weight: 700;\n            transition: all 0.3s ease;\n            border-bottom: 1px solid rgba(222, 45, 66, 0.2);\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            opacity: 0;\n        }\n\n        .ledian-mobile-dropdown-item:last-child {\n            border-bottom: none;\n        }\n\n        .ledian-mobile-dropdown-item:hover {\n            background: rgba(222, 45, 66, 0.2);\n            color: var(--ledian-red);\n            padding-left: 30px;\n        }\n\n        \/* Particles effect *\/\n        .ledian-navbar::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: radial-gradient(circle at 20% 50%, rgba(222, 45, 66, 0.1) 0%, transparent 50%);\n            opacity: 0;\n            animation: pulse 3s ease-in-out infinite;\n        }\n\n        @keyframes pulse {\n            0%, 100% { opacity: 0; }\n            50% { opacity: 0.3; }\n        }\n\n        \/* Responsive *\/\n        @media screen and (max-width: 768px) {\n            .ledian-navbar-menu {\n                display: none;\n            }\n            \n            .ledian-menu-toggle {\n                display: block;\n            }\n            \n            .ledian-navbar-logo img {\n                height: 40px;\n            }\n            \n            .ledian-navbar.scrolled .ledian-navbar-logo img {\n                height: 35px;\n            }\n        }\n\n        @media screen and (max-width: 480px) {\n            .ledian-navbar-container {\n                padding: 15px 15px;\n            }\n            \n            .ledian-navbar-logo img {\n                height: 35px;\n            }\n        }\n    <\/style>\n\n    <nav class=\"ledian-navbar\" id=\"ledianNavbar\">\n        <div class=\"ledian-navbar-container\">\n            <a href=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\" class=\"ledian-navbar-logo\">\n                <img decoding=\"async\" src=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/07\/logo-motos-ledian.png\" \n                     alt=\"Ledian Motos\">\n            <\/a>\n\n            <ul class=\"ledian-navbar-menu\">\n                <li class=\"ledian-navbar-item\">\n                    <a href=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\" class=\"ledian-navbar-link\">Inicio<\/a>\n                <\/li>\n                <li class=\"ledian-navbar-item ledian-dropdown\">\n                    <a href=\"#\" class=\"ledian-navbar-link ledian-dropdown-toggle\" onclick=\"event.preventDefault();\">Motos<\/a>\n                    <div class=\"ledian-dropdown-menu\">\n                        <a href=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/yamaha\/\" class=\"ledian-dropdown-item\">Yamaha<\/a>\n                        <a href=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/husqvarna\/\" class=\"ledian-dropdown-item\">Husqvarna<\/a>\n                        <a href=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/royal-enfield\/\" class=\"ledian-dropdown-item\">Royal Enfield<\/a>\n                        <a href=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/cf-moto\/\" class=\"ledian-dropdown-item\">CF Motos<\/a>\n                        <a href=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/usadas\/\" class=\"ledian-dropdown-item\">Usadas<\/a>\n                    <\/div>\n                <\/li>\n                <li class=\"ledian-navbar-item\">\n                    <a href=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/alquiler\" class=\"ledian-navbar-link\">Alquiler<\/a>\n                <\/li>\t\n                <li class=\"ledian-navbar-item\">\n                    <a href=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/#nosotros\" class=\"ledian-navbar-link\">Quienes Somos?<\/a>\n                <\/li>\n                <li class=\"ledian-navbar-item\">\n                    <a href=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/#contacto\" class=\"ledian-navbar-link\">Contacto<\/a>\n                <\/li>\n            <\/ul>\n\n            <button class=\"ledian-menu-toggle\" onclick=\"ledianToggleMobileMenu()\">\n                <span><\/span>\n                <span><\/span>\n                <span><\/span>\n            <\/button>\n        <\/div>\n\n        <div class=\"ledian-mobile-menu\" id=\"ledianMobileMenu\">\n            <ul class=\"ledian-mobile-menu-list\">\n                <li class=\"ledian-mobile-menu-item\">\n                    <a href=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\" class=\"ledian-mobile-menu-link\">Inicio<\/a>\n                <\/li>\n                <li class=\"ledian-mobile-menu-item ledian-mobile-dropdown\">\n                    <a href=\"#\" class=\"ledian-mobile-menu-link ledian-mobile-dropdown-toggle\" onclick=\"ledianToggleMobileDropdown(event)\">Motos<\/a>\n                    <div class=\"ledian-mobile-dropdown-menu\">\n                        <a href=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/yamaha\/\" class=\"ledian-mobile-dropdown-item\">Yamaha<\/a>\t\t\t\t\t\t\n                        <a href=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/husqvarna\/\" class=\"ledian-mobile-dropdown-item\">Husqvarna<\/a>\n                        <a href=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/royal-enfield\/\" class=\"ledian-mobile-dropdown-item\">Royal Enfield<\/a>\n                        <a href=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/cf-moto\/\" class=\"ledian-mobile-dropdown-item\">CF MOTO<\/a>\t\t\t\t\t\t\n                        <a href=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/usadas\/\" class=\"ledian-mobile-dropdown-item\">Usadas<\/a>\n                    <\/div>\n                <\/li>\n                <li class=\"ledian-mobile-menu-item\">\n                    <a href=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/alquiler\" class=\"ledian-mobile-menu-link\">Alquiler<\/a>\n                <\/li>\n                <li class=\"ledian-mobile-menu-item\">\n                    <a href=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/#nosotros\" class=\"ledian-mobile-menu-link\">Quienes Somos?<\/a>\n                <\/li>\n                <li class=\"ledian-mobile-menu-item\">\n                    <a href=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/#contacto\" class=\"ledian-mobile-menu-link\">Contacto<\/a>\n                <\/li>\n            <\/ul>\n        <\/div>\n    <\/nav>\n\n    <!-- GSAP Library -->\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.5\/gsap.min.js\"><\/script>\n\n    <script>\n        \/\/ Initialize GSAP animations\n        document.addEventListener('DOMContentLoaded', function() {\n            \/\/ Initial navbar entrance animation\n            gsap.to('.ledian-navbar', {\n                opacity: 1,\n                y: 0,\n                duration: 0.8,\n                ease: 'power3.out'\n            });\n\n            \/\/ Logo animation\n            gsap.to('.ledian-navbar-logo', {\n                opacity: 1,\n                scale: 1,\n                duration: 0.6,\n                delay: 0.3,\n                ease: 'back.out(1.7)'\n            });\n\n            \/\/ Menu items stagger animation\n            gsap.to('.ledian-navbar-item', {\n                opacity: 1,\n                y: 0,\n                duration: 0.5,\n                stagger: 0.1,\n                delay: 0.5,\n                ease: 'power2.out'\n            });\n\n            \/\/ Mobile toggle animation\n            gsap.to('.ledian-menu-toggle', {\n                opacity: 1,\n                duration: 0.5,\n                delay: 0.6,\n                ease: 'power2.out'\n            });\n\n            \/\/ Hover animations for menu links\n            document.querySelectorAll('.ledian-navbar-link').forEach(link => {\n                link.addEventListener('mouseenter', function() {\n                    gsap.to(this, {\n                        y: -3,\n                        duration: 0.3,\n                        ease: 'power2.out'\n                    });\n                    gsap.to(this, {\n                        textShadow: '0 0 15px rgba(222, 45, 66, 0.8)',\n                        duration: 0.3\n                    });\n                });\n\n                link.addEventListener('mouseleave', function() {\n                    gsap.to(this, {\n                        y: 0,\n                        duration: 0.3,\n                        ease: 'power2.out'\n                    });\n                    gsap.to(this, {\n                        textShadow: '0 0 0px rgba(222, 45, 66, 0)',\n                        duration: 0.3\n                    });\n                });\n            });\n\n            \/\/ Dropdown menu animations\n            document.querySelectorAll('.ledian-dropdown').forEach(dropdown => {\n                const menu = dropdown.querySelector('.ledian-dropdown-menu');\n                const items = menu.querySelectorAll('.ledian-dropdown-item');\n                let hoverTimeout;\n\n                dropdown.addEventListener('mouseenter', function() {\n                    clearTimeout(hoverTimeout);\n                    this.classList.add('active');\n                    \n                    gsap.to(menu, {\n                        opacity: 1,\n                        y: 0,\n                        scale: 1,\n                        duration: 0.4,\n                        ease: 'power2.out'\n                    });\n\n                    gsap.fromTo(items, \n                        { \n                            opacity: 0, \n                            x: -20 \n                        },\n                        {\n                            opacity: 1,\n                            x: 0,\n                            duration: 0.3,\n                            stagger: 0.05,\n                            ease: 'power2.out'\n                        }\n                    );\n                });\n\n                dropdown.addEventListener('mouseleave', function() {\n                    const self = this;\n                    hoverTimeout = setTimeout(function() {\n                        gsap.to(menu, {\n                            opacity: 0,\n                            y: -10,\n                            scale: 0.95,\n                            duration: 0.3,\n                            ease: 'power2.in',\n                            onComplete: () => {\n                                self.classList.remove('active');\n                            }\n                        });\n                    }, 100);\n                });\n            });\n        });\n\n        \/\/ Scroll effect with GSAP\n        let lastScroll = 0;\n        window.addEventListener('scroll', function() {\n            const navbar = document.getElementById('ledianNavbar');\n            const currentScroll = window.scrollY;\n\n            if (currentScroll > 50) {\n                navbar.classList.add('scrolled');\n            } else {\n                navbar.classList.remove('scrolled');\n            }\n\n            \/\/ Hide\/show navbar on scroll\n            if (currentScroll > lastScroll && currentScroll > 100) {\n                gsap.to(navbar, {\n                    y: -100,\n                    duration: 0.3,\n                    ease: 'power2.inOut'\n                });\n            } else {\n                gsap.to(navbar, {\n                    y: 0,\n                    duration: 0.3,\n                    ease: 'power2.inOut'\n                });\n            }\n\n            lastScroll = currentScroll;\n        });\n\n        \/\/ Mobile menu toggle with GSAP\n        function ledianToggleMobileMenu() {\n            const mobileMenu = document.getElementById('ledianMobileMenu');\n            const mobileToggle = document.querySelector('.ledian-menu-toggle');\n            const menuItems = document.querySelectorAll('.ledian-mobile-menu-item');\n            \n            if (mobileMenu.classList.contains('active')) {\n                \/\/ Close animation\n                gsap.to(menuItems, {\n                    opacity: 0,\n                    x: -50,\n                    duration: 0.3,\n                    stagger: 0.05,\n                    ease: 'power2.in'\n                });\n\n                gsap.to(mobileMenu, {\n                    x: '-100%',\n                    opacity: 0,\n                    duration: 0.4,\n                    delay: 0.3,\n                    ease: 'power2.inOut',\n                    onComplete: () => {\n                        mobileMenu.classList.remove('active');\n                    }\n                });\n            } else {\n                \/\/ Open animation\n                mobileMenu.classList.add('active');\n                \n                gsap.fromTo(mobileMenu,\n                    { x: '-100%', opacity: 0 },\n                    { \n                        x: 0, \n                        opacity: 1, \n                        duration: 0.4, \n                        ease: 'power2.out' \n                    }\n                );\n\n                gsap.fromTo(menuItems,\n                    { opacity: 0, x: -50 },\n                    {\n                        opacity: 1,\n                        x: 0,\n                        duration: 0.4,\n                        stagger: 0.08,\n                        delay: 0.2,\n                        ease: 'power2.out'\n                    }\n                );\n            }\n            \n            mobileToggle.classList.toggle('active');\n        }\n\n        \/\/ Mobile dropdown toggle with GSAP\n        function ledianToggleMobileDropdown(event) {\n            event.preventDefault();\n            const dropdownItem = event.target.closest('.ledian-mobile-dropdown');\n            const dropdownMenu = dropdownItem.querySelector('.ledian-mobile-dropdown-menu');\n            const dropdownItems = dropdownMenu.querySelectorAll('.ledian-mobile-dropdown-item');\n            \n            if (dropdownItem.classList.contains('active')) {\n                \/\/ Close animation\n                gsap.to(dropdownItems, {\n                    opacity: 0,\n                    duration: 0.2,\n                    stagger: 0.03,\n                    ease: 'power2.in'\n                });\n\n                gsap.to(dropdownMenu, {\n                    maxHeight: 0,\n                    duration: 0.4,\n                    delay: 0.15,\n                    ease: 'power2.inOut',\n                    onComplete: () => {\n                        dropdownItem.classList.remove('active');\n                    }\n                });\n            } else {\n                \/\/ Open animation\n                dropdownItem.classList.add('active');\n                \n                gsap.to(dropdownMenu, {\n                    maxHeight: 300,\n                    duration: 0.4,\n                    ease: 'power2.out'\n                });\n\n                gsap.fromTo(dropdownItems,\n                    { opacity: 0 },\n                    {\n                        opacity: 1,\n                        duration: 0.3,\n                        stagger: 0.05,\n                        delay: 0.2,\n                        ease: 'power2.out'\n                    }\n                );\n            }\n        }\n\n        \/\/ Close mobile menu\n        function ledianCloseMobileMenu() {\n            const mobileMenu = document.getElementById('ledianMobileMenu');\n            const mobileToggle = document.querySelector('.ledian-menu-toggle');\n            const menuItems = document.querySelectorAll('.ledian-mobile-menu-item');\n            \n            if (mobileMenu.classList.contains('active')) {\n                gsap.to(menuItems, {\n                    opacity: 0,\n                    x: -50,\n                    duration: 0.2,\n                    stagger: 0.03,\n                    ease: 'power2.in'\n                });\n\n                gsap.to(mobileMenu, {\n                    x: '-100%',\n                    opacity: 0,\n                    duration: 0.3,\n                    delay: 0.2,\n                    ease: 'power2.inOut',\n                    onComplete: () => {\n                        mobileMenu.classList.remove('active');\n                    }\n                });\n\n                mobileToggle.classList.remove('active');\n            }\n            \n            document.querySelectorAll('.ledian-mobile-dropdown').forEach(dropdown => {\n                dropdown.classList.remove('active');\n            });\n        }\n\n        \/\/ Close mobile menu when clicking outside\n        document.addEventListener('click', function(event) {\n            const mobileMenu = document.getElementById('ledianMobileMenu');\n            const navbar = document.querySelector('.ledian-navbar');\n            \n            if (!navbar.contains(event.target) && mobileMenu.classList.contains('active')) {\n                ledianCloseMobileMenu();\n            }\n        });\n\n        \/\/ Close mobile menu when clicking on links\n        document.querySelectorAll('.ledian-mobile-dropdown-item, .ledian-mobile-menu-link:not(.ledian-mobile-dropdown-toggle)').forEach(link => {\n            link.addEventListener('click', function() {\n                ledianCloseMobileMenu();\n            });\n        });\n    <\/script>\n\n    \n\n\n\n<hr class=\"wp-block-separator has-text-color has-alpha-channel-opacity has-background\" style=\"margin-top:var(--wp--preset--spacing--60);margin-bottom:var(--wp--preset--spacing--60);background-color:#ffffff00;color:#ffffff00\"\/>\n\n\n    \n    <style>\n        :root {\n            --ledian-primary: #DE2D42;\n            --ledian-primary-dark: #c4253a;\n            --ledian-secondary: #1a1a1a;\n            --ledian-accent: #f8f9fa;\n            --ledian-text: #2d3436;\n            --ledian-text-light: #636e72;\n            --ledian-white: #ffffff;\n            --ledian-shadow: rgba(0, 0, 0, 0.1);\n            --ledian-shadow-hover: rgba(222, 45, 66, 0.15);\n            --ledian-border: #e9ecef;\n            --ledian-success: #00b894;\n            --ledian-warning: #fdcb6e;\n            \/* Tipograf\u00edas encoladas *\/\n            --font-title: 'Bebas Neue', sans-serif; \/* font-weight: 700 *\/\n            --font-subtitle: 'Helvetica Neue', sans-serif;\n            --font-body: 'Europa Grotesk SH DemBol', 'Helvetica Neue', sans-serif;\n        }\n\n        * {\n            box-sizing: border-box;\n        }\n\n        .ledian-catalogo {\n            padding: 40px 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            min-height: 100vh;\n            font-family: var(--font-body);\n        }\n\n        .ledian-catalogo-container {\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n\n        .ledian-catalogo-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .ledian-catalogo-title {\n            font-size: clamp(2.5rem, 6vw, 4rem);\n            font-weight: 800;\n            color: var(--ledian-secondary);\n            margin-bottom: 20px;\n            letter-spacing: -0.02em;\n            background: linear-gradient(135deg, var(--ledian-secondary) 0%, var(--ledian-primary) 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            font-family: var(--font-title);\n        }\n\n        .ledian-catalogo-subtitle {\n            font-size: clamp(1.1rem, 2.5vw, 1.3rem);\n            color: var(--ledian-text-light);\n            max-width: 600px;\n            margin: 0 auto;\n            line-height: 1.6;\n            font-family: var(--font-subtitle);\n        }\n\n        \/* Filtros *\/\n        .ledian-filtros {\n            background: var(--ledian-white);\n            border-radius: 20px;\n            padding: 30px;\n            margin-bottom: 40px;\n            box-shadow: 0 10px 30px var(--ledian-shadow);\n            border: 1px solid var(--ledian-border);\n        }\n\n        .ledian-filtros-title {\n            font-size: 1.4rem;\n            font-weight: 700;\n            color: var(--ledian-secondary);\n            margin-bottom: 25px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .ledian-filtros-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            align-items: end;\n        }\n\n        .ledian-filtro-grupo {\n            position: relative;\n        }\n        \n        .ledian-filtro-grupo:has(#filtro-nombre) .ledian-filtro-input {\n            padding-left: 45px;\n        }\n        \n        .ledian-filtro-grupo:has(#filtro-nombre)::before {\n            content: '\\f002';\n            font-family: 'Font Awesome 6 Free';\n            font-weight: 900;\n            position: absolute;\n            left: 16px;\n            bottom: 13px;\n            color: var(--ledian-text-light);\n            pointer-events: none;\n        }\n\n        .ledian-filtro-label {\n            display: block;\n            font-weight: 600;\n            color: var(--ledian-text);\n            margin-bottom: 8px;\n            font-size: 0.95rem;\n        }\n\n        .ledian-filtro-select,\n        .ledian-filtro-input {\n            width: 100%;\n            padding: 12px 16px;\n            border: 2px solid var(--ledian-border);\n            border-radius: 12px;\n            font-size: 1rem;\n            transition: all 0.3s ease;\n            background: var(--ledian-white);\n            color: var(--ledian-text);\n        }\n\n        .ledian-filtro-select:focus,\n        .ledian-filtro-input:focus {\n            outline: none;\n            border-color: var(--ledian-primary);\n            box-shadow: 0 0 0 3px rgba(222, 45, 66, 0.1);\n        }\n\n        .ledian-filtro-precio {\n            display: flex;\n            gap: 10px;\n            align-items: center;\n        }\n\n        .ledian-filtro-precio input {\n            flex: 1;\n        }\n\n        .ledian-filtro-precio-separator {\n            font-weight: 600;\n            color: var(--ledian-text-light);\n        }\n\n        .ledian-filtro-categorias {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin-top: 5px;\n        }\n\n        .ledian-categoria-checkbox {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 12px;\n            border: 2px solid var(--ledian-border);\n            border-radius: 8px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            background: var(--ledian-white);\n            font-size: 0.9rem;\n        }\n\n        .ledian-categoria-checkbox:hover {\n            border-color: var(--ledian-primary);\n            background: rgba(222, 45, 66, 0.05);\n        }\n\n        .ledian-categoria-checkbox input[type=\"checkbox\"] {\n            width: 16px;\n            height: 16px;\n            margin: 0;\n            accent-color: var(--ledian-primary);\n        }\n\n        .ledian-categoria-checkbox input[type=\"checkbox\"]:checked + .ledian-categoria-label {\n            color: var(--ledian-primary);\n            font-weight: 600;\n        }\n\n        .ledian-categoria-checkbox:has(input[type=\"checkbox\"]:checked) {\n            border-color: var(--ledian-primary);\n            background: rgba(222, 45, 66, 0.1);\n        }\n\n        .ledian-filtros-acciones {\n            display: flex;\n            gap: 15px;\n            margin-top: 20px;\n        }\n\n        .ledian-btn {\n            padding: 12px 24px;\n            border: none;\n            border-radius: 12px;\n            font-weight: 600;\n            font-size: 1rem;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-decoration: none;\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            font-family: inherit;\n        }\n\n        .ledian-btn-primary {\n            background: var(--ledian-primary);\n            color: var(--ledian-white);\n        }\n\n        .ledian-btn-primary:hover {\n            background: var(--ledian-primary-dark);\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(222, 45, 66, 0.3);\n        }\n\n        .ledian-btn-secondary {\n            background: var(--ledian-white);\n            color: var(--ledian-text);\n            border: 2px solid var(--ledian-border);\n        }\n\n        .ledian-btn-secondary:hover {\n            background: var(--ledian-accent);\n            border-color: var(--ledian-text-light);\n        }\n\n        \/* Grid de productos *\/\n        .ledian-productos-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\n            gap: 30px;\n            margin-top: 40px;\n        }\n\n        .ledian-producto-card {\n            background: var(--ledian-white);\n            border-radius: 24px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px var(--ledian-shadow);\n            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n            position: relative;\n            cursor: pointer;\n            border: 1px solid var(--ledian-border);\n        }\n\n        .ledian-producto-card:hover {\n            transform: translateY(-10px) scale(1.02);\n            box-shadow: 0 20px 40px var(--ledian-shadow-hover);\n        }\n\n        .ledian-producto-imagen {\n            height: 280px;\n            position: relative;\n            overflow: hidden;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n        }\n\n        .ledian-producto-imagen img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.6s ease;\n        }\n\n        .ledian-producto-card:hover .ledian-producto-imagen img {\n            transform: scale(1.1);\n        }\n\n        .ledian-producto-badge {\n            position: absolute;\n            top: 20px;\n            left: 20px;\n            background: var(--ledian-primary);\n            color: var(--ledian-white);\n            font-weight: 700;\n            font-size: 0.8rem;\n            padding: 8px 16px;\n            border-radius: 20px;\n            z-index: 2;\n            backdrop-filter: blur(10px);\n            box-shadow: 0 4px 15px rgba(222, 45, 66, 0.3);\n        }\n\n        .ledian-producto-stock {\n            position: absolute;\n            top: 20px;\n            right: 20px;\n            background: var(--ledian-success);\n            color: var(--ledian-white);\n            font-weight: 600;\n            font-size: 0.8rem;\n            padding: 6px 12px;\n            border-radius: 15px;\n            z-index: 2;\n        }\n\n        .ledian-producto-info {\n            padding: 25px;\n        }\n\n        .ledian-producto-title {\n            font-size: 1.3rem;\n            font-weight: 700;\n            color: var(--ledian-secondary);\n            margin-bottom: 12px;\n            line-height: 1.3;\n            font-family: var(--font-title);\n            \/* Asegurar relleno s\u00f3lido (evitar texto transparente por background-clip heredado) *\/\n            -webkit-text-fill-color: currentColor;\n            background: none;\n            -webkit-background-clip: initial;\n            background-clip: initial;\n        }\n\n        .ledian-producto-precio {\n            font-size: 1.8rem;\n            font-weight: 800;\n            color: var(--ledian-primary);\n            margin-bottom: 15px;\n        }\n\n        .ledian-producto-desc {\n            font-size: 1rem;\n            color: var(--ledian-text-light);\n            line-height: 1.6;\n            margin-bottom: 20px;\n            display: -webkit-box;\n            -webkit-line-clamp: 3;\n            -webkit-box-orient: vertical;\n            overflow: hidden;\n            font-family: var(--font-body);\n        }\n\n        .ledian-producto-meta {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-bottom: 20px;\n        }\n\n        .ledian-producto-meta-item {\n            display: flex;\n            align-items: center;\n            gap: 6px;\n            font-size: 0.9rem;\n            color: var(--ledian-text-light);\n        }\n\n        .ledian-producto-meta-item i {\n            color: var(--ledian-primary);\n        }\n\n        .ledian-modal-btn {\n            display: block;\n            width: 100%;\n            background: linear-gradient(135deg, var(--ledian-secondary) 0%, var(--ledian-primary) 100%);\n            color: var(--ledian-white);\n            text-align: center;\n            padding: 15px;\n            border-radius: 15px;\n            font-weight: 700;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            font-size: 1.1rem;\n        }\n\n        .ledian-modal-btn:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 30px rgba(222, 45, 66, 0.4);\n        }\n\n        \/* Modal *\/\n        .ledian-modal {\n            display: none;\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.8);\n            z-index: 9999;\n            overflow-y: auto;\n            padding: 20px;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n            backdrop-filter: blur(5px);\n        }\n\n        .ledian-modal.active {\n            display: block;\n            opacity: 1;\n        }\n\n        .ledian-modal-content {\n            max-width: 1100px;\n            margin: 40px auto;\n            background: var(--ledian-white);\n            border-radius: 24px;\n            overflow: hidden;\n            box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);\n            position: relative;\n            transform: translateY(50px);\n            transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        }\n\n        .ledian-modal.active .ledian-modal-content {\n            transform: translateY(0);\n        }\n\n        .ledian-modal-close {\n            position: absolute;\n            top: 25px;\n            right: 25px;\n            width: 45px;\n            height: 45px;\n            background: var(--ledian-primary);\n            color: var(--ledian-white);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 18px;\n            cursor: pointer;\n            z-index: 10;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(222, 45, 66, 0.3);\n        }\n\n        .ledian-modal-close:hover {\n            transform: rotate(90deg) scale(1.1);\n            background: var(--ledian-secondary);\n        }\n\n        .ledian-modal-body {\n            display: flex;\n            flex-wrap: wrap;\n            min-height: 600px;\n        }\n\n        .ledian-modal-imagen {\n            flex: 0 0 55%;\n            max-width: 55%;\n            height: 600px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .ledian-modal-imagen img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        \/* Carrusel de im\u00e1genes *\/\n        .ledian-carousel {\n            position: relative !important;\n            width: 100% !important;\n            height: 100% !important;\n            overflow: hidden !important;\n            background: #f8f9fa;\n        }\n        \n        \/* Resetear estilos que pueden interferir *\/\n        .ledian-carousel *,\n        .ledian-carousel-container *,\n        .ledian-carousel-slide * {\n            box-sizing: border-box !important;\n        }\n\n        .ledian-carousel-container {\n            display: flex !important;\n            transition: transform 0.5s ease-in-out !important;\n            height: 100% !important;\n            width: 100% !important;\n            will-change: transform;\n            flex-wrap: nowrap !important;\n            flex-direction: row !important;\n            align-items: stretch !important;\n        }\n\n        .ledian-carousel-slide {\n            flex: 0 0 100% !important;\n            width: 100% !important;\n            height: 100% !important;\n            position: relative !important;\n            overflow: hidden !important;\n            box-sizing: border-box !important;\n            flex-shrink: 0 !important;\n        }\n\n        .ledian-carousel-slide img {\n            width: 100% !important;\n            height: 100% !important;\n            object-fit: cover !important;\n            display: block !important;\n            position: absolute !important;\n            top: 0 !important;\n            left: 0 !important;\n            margin: 0 !important;\n            padding: 0 !important;\n            border: none !important;\n            box-shadow: none !important;\n        }\n\n        .ledian-carousel-nav {\n            position: absolute;\n            top: 50%;\n            transform: translateY(-50%);\n            background: rgba(0, 0, 0, 0.7);\n            color: white;\n            border: none;\n            width: 45px;\n            height: 45px;\n            border-radius: 50%;\n            font-size: 18px;\n            cursor: pointer;\n            z-index: 10;\n            transition: all 0.3s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .ledian-carousel-nav:hover {\n            background: var(--ledian-primary);\n            transform: translateY(-50%) scale(1.1);\n        }\n\n        .ledian-carousel-prev {\n            left: 15px;\n        }\n\n        .ledian-carousel-next {\n            right: 15px;\n        }\n\n        .ledian-carousel-indicators {\n            position: absolute;\n            bottom: 20px;\n            left: 50%;\n            transform: translateX(-50%);\n            display: flex;\n            gap: 8px;\n            z-index: 10;\n        }\n\n        .ledian-carousel-indicator {\n            width: 12px;\n            height: 12px;\n            border-radius: 50%;\n            background: rgba(255, 255, 255, 0.6);\n            cursor: pointer;\n            transition: all 0.3s ease;\n        }\n\n        .ledian-carousel-indicator.active {\n            background: var(--ledian-primary);\n            transform: scale(1.2);\n        }\n\n        .ledian-carousel-counter {\n            position: absolute;\n            top: 20px;\n            right: 20px;\n            background: rgba(0, 0, 0, 0.7);\n            color: white;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-size: 0.9rem;\n            font-weight: 600;\n            z-index: 10;\n        }\n\n        .ledian-modal-info {\n            flex: 0 0 45%;\n            max-width: 45%;\n            padding: 40px;\n            overflow-y: auto;\n            max-height: 600px;\n        }\n\n        .ledian-modal-title {\n            font-size: 2.2rem;\n            font-weight: 800;\n            color: var(--ledian-secondary);\n            margin-bottom: 20px;\n            line-height: 1.2;\n            font-family: var(--font-title);\n        }\n\n        .ledian-modal-precio {\n            font-size: 2.5rem;\n            font-weight: 900;\n            color: var(--ledian-primary);\n            margin-bottom: 30px;\n        }\n\n        .ledian-modal-desc {\n            font-size: 1.1rem;\n            color: var(--ledian-text);\n            line-height: 1.7;\n            margin-bottom: 35px;\n            font-family: var(--font-body);\n        }\n\n        .ledian-modal-meta {\n            margin-bottom: 35px;\n        }\n\n        .ledian-modal-meta-item {\n            display: flex;\n            align-items: center;\n            margin-bottom: 18px;\n            padding: 15px;\n            background: var(--ledian-accent);\n            border-radius: 12px;\n            border-left: 4px solid var(--ledian-primary);\n        }\n\n        .ledian-modal-meta-icon {\n            flex: 0 0 40px;\n            color: var(--ledian-primary);\n            font-size: 20px;\n        }\n\n        .ledian-modal-meta-text {\n            flex: 1;\n            font-size: 1rem;\n            color: var(--ledian-text);\n        }\n\n        .ledian-modal-meta-text strong {\n            color: var(--ledian-secondary);\n        }\n\n        .ledian-whatsapp-btn {\n            display: block;\n            width: 100%;\n            background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);\n            color: var(--ledian-white);\n            text-align: center;\n            padding: 18px;\n            border-radius: 15px;\n            font-weight: 700;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            font-size: 1.2rem;\n            margin-top: 25px;\n        }\n\n        .ledian-whatsapp-btn:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);\n        }\n\n        .ledian-whatsapp-btn i {\n            margin-right: 10px;\n            font-size: 1.3rem;\n        }\n\n        \/* Loading y estados *\/\n        .ledian-loading {\n            text-align: center;\n            padding: 60px 20px;\n            color: var(--ledian-text-light);\n        }\n\n        .ledian-loading i {\n            font-size: 3rem;\n            color: var(--ledian-primary);\n            animation: spin 1s linear infinite;\n        }\n\n        @keyframes spin {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n\n        .ledian-no-productos {\n            text-align: center;\n            padding: 80px 20px;\n            color: var(--ledian-text-light);\n        }\n\n        .ledian-no-productos i {\n            font-size: 4rem;\n            color: var(--ledian-primary);\n            margin-bottom: 20px;\n        }\n\n        .ledian-no-productos h3 {\n            font-size: 1.5rem;\n            color: var(--ledian-secondary);\n            margin-bottom: 10px;\n        }\n\n        \/* Responsive *\/\n        @media screen and (max-width: 1024px) {\n            .ledian-modal-imagen,\n            .ledian-modal-info {\n                flex: 0 0 100%;\n                max-width: 100%;\n            }\n            \n            .ledian-modal-imagen {\n                height: 400px;\n            }\n            \n            .ledian-filtros-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .ledian-carousel-nav {\n                width: 40px;\n                height: 40px;\n                font-size: 16px;\n            }\n            \n            .ledian-carousel-prev {\n                left: 10px;\n            }\n            \n            .ledian-carousel-next {\n                right: 10px;\n            }\n            \n            .ledian-carousel-counter {\n                top: 15px;\n                right: 15px;\n                padding: 6px 12px;\n                font-size: 0.8rem;\n            }\n        }\n\n        @media screen and (max-width: 768px) {\n            .ledian-catalogo {\n                padding: 30px 15px;\n            }\n            \n            .ledian-filtros {\n                padding: 20px;\n            }\n            \n            .ledian-productos-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n            \n            .ledian-modal-info {\n                padding: 25px;\n            }\n            \n            .ledian-filtros-acciones {\n                flex-direction: column;\n            }\n            \n            .ledian-filtro-categorias {\n                gap: 8px;\n            }\n            \n            .ledian-categoria-checkbox {\n                font-size: 0.85rem;\n                padding: 6px 10px;\n            }\n            \n            .ledian-filtro-grupo:has(#filtro-nombre)::before {\n                bottom: 12px;\n            }\n            \n            .ledian-carousel-indicators {\n                bottom: 15px;\n                gap: 6px;\n            }\n            \n            .ledian-carousel-indicator {\n                width: 10px;\n                height: 10px;\n            }\n        }\n\n        @media screen and (max-width: 480px) {\n            .ledian-producto-imagen {\n                height: 220px;\n            }\n            \n            .ledian-modal-title {\n                font-size: 1.8rem;\n            }\n            \n            .ledian-modal-precio {\n                font-size: 2rem;\n            }\n        }\n    <\/style>\n\n    <section class=\"ledian-catalogo\" id=\"motos\">\n        <div class=\"ledian-catalogo-container\">\n                        \n            <div class=\"ledian-catalogo-header\">\n                                                        <h1 class=\"ledian-catalogo-title\">Motos Usadas<\/h1>\n                    <p class=\"ledian-catalogo-subtitle\">Descubre nuestra colecci\u00f3n de motos categor\u00eda Usadas con la mejor calidad y precio del mercado<\/p>\n                            <\/div>\n            \n            <!-- Filtros -->\n                        <!-- Mostrar filtros simplificados cuando se filtra por marca o categor\u00eda -->\n            <div class=\"ledian-filtros\">\n                <h3 class=\"ledian-filtros-title\">\n                    <i class=\"fas fa-tag\"><\/i>\n                    Filtros para Usadas                <\/h3>\n                \n                <div class=\"ledian-filtros-grid\">\n                    <div class=\"ledian-filtro-grupo\">\n                        <label class=\"ledian-filtro-label\">Buscar por nombre<\/label>\n                        <input type=\"text\" class=\"ledian-filtro-input\" id=\"filtro-nombre\" placeholder=\"Buscar moto...\">\n                    <\/div>\n                    \n                    <div class=\"ledian-filtro-grupo\">\n                        <label class=\"ledian-filtro-label\">Rango de precio<\/label>\n                        <div class=\"ledian-filtro-precio\">\n                            <input type=\"number\" class=\"ledian-filtro-input\" id=\"precio-min\" placeholder=\"M\u00edn\">\n                            <span class=\"ledian-filtro-precio-separator\">-<\/span>\n                            <input type=\"number\" class=\"ledian-filtro-input\" id=\"precio-max\" placeholder=\"M\u00e1x\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"ledian-filtros-acciones\">\n                    <button class=\"ledian-btn ledian-btn-primary\" id=\"aplicar-filtros\">\n                        <i class=\"fas fa-search\"><\/i>\n                        Aplicar filtros\n                    <\/button>\n                    <button class=\"ledian-btn ledian-btn-secondary\" id=\"limpiar-filtros\">\n                        <i class=\"fas fa-times\"><\/i>\n                        Limpiar filtros\n                    <\/button>\n                <\/div>\n            <\/div>\n                        \n                            <div class=\"ledian-productos-grid\" id=\"productos-grid\">\n                                            <div class=\"ledian-producto-card\" \n                             data-product-id=\"252\"\n                             data-categories=\"17\"\n                             data-brands=\"\"\n                             data-precio=\"4100000\"\n                             data-nombre=\"corven triax 250\">\n                            \n                                                        \n                                                            <div class=\"ledian-producto-stock\">\n                                    <i class=\"fas fa-check\"><\/i> Disponible\n                                <\/div>\n                                                        \n                            <div class=\"ledian-producto-imagen\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/corven-triax-250-usada.jpg\" class=\"attachment-large size-large\" alt=\"corven triax 250\" srcset=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/corven-triax-250-usada.jpg 600w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/corven-triax-250-usada-300x300.jpg 300w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/corven-triax-250-usada-150x150.jpg 150w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/corven-triax-250-usada-100x100.jpg 100w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/>                            <\/div>\n                            \n                            <div class=\"ledian-producto-info\">\n                                <h3 class=\"ledian-producto-title\">corven triax 250<\/h3>\n                                <div class=\"ledian-producto-precio\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>&nbsp;4.100.000,00<\/bdi><\/span><\/div>\n                                \n                                <div class=\"ledian-producto-desc\">\n                                    Modelo 2016                                <\/div>\n                                \n                                <div class=\"ledian-producto-meta\">\n                                                                        \n                                                                        \n                                                                    <\/div>\n                                \n                                <a href=\"#\" class=\"ledian-modal-btn\" data-product-id=\"252\">\n                                    <i class=\"fas fa-eye\"><\/i> Ver detalles\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"ledian-producto-card\" \n                             data-product-id=\"251\"\n                             data-categories=\"17\"\n                             data-brands=\"26\"\n                             data-precio=\"7570000\"\n                             data-nombre=\"yamaha nm-x scooter\">\n                            \n                                                        \n                                                            <div class=\"ledian-producto-stock\">\n                                    <i class=\"fas fa-check\"><\/i> Disponible\n                                <\/div>\n                                                        \n                            <div class=\"ledian-producto-imagen\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/yh-nm-x-scooter-usada.jpg\" class=\"attachment-large size-large\" alt=\"Yamaha nm-x scooter\" srcset=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/yh-nm-x-scooter-usada.jpg 600w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/yh-nm-x-scooter-usada-300x300.jpg 300w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/yh-nm-x-scooter-usada-150x150.jpg 150w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/yh-nm-x-scooter-usada-100x100.jpg 100w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/>                            <\/div>\n                            \n                            <div class=\"ledian-producto-info\">\n                                <h3 class=\"ledian-producto-title\">Yamaha nm-x scooter<\/h3>\n                                <div class=\"ledian-producto-precio\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>&nbsp;7.570.000,00<\/bdi><\/span><\/div>\n                                \n                                <div class=\"ledian-producto-desc\">\n                                    Modelo 2022 KM 826                                <\/div>\n                                \n                                <div class=\"ledian-producto-meta\">\n                                                                        \n                                                                        \n                                                                    <\/div>\n                                \n                                <a href=\"#\" class=\"ledian-modal-btn\" data-product-id=\"251\">\n                                    <i class=\"fas fa-eye\"><\/i> Ver detalles\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"ledian-producto-card\" \n                             data-product-id=\"250\"\n                             data-categories=\"17\"\n                             data-brands=\"26\"\n                             data-precio=\"5400000\"\n                             data-nombre=\"yamaha fz -s fi d v 3.0\">\n                            \n                                                        \n                                                            <div class=\"ledian-producto-stock\">\n                                    <i class=\"fas fa-check\"><\/i> Disponible\n                                <\/div>\n                                                        \n                            <div class=\"ledian-producto-imagen\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/yh-fz-usada.jpg\" class=\"attachment-large size-large\" alt=\"yamaha fz -s fi d v 3.0\" srcset=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/yh-fz-usada.jpg 600w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/yh-fz-usada-300x300.jpg 300w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/yh-fz-usada-150x150.jpg 150w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/yh-fz-usada-100x100.jpg 100w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/>                            <\/div>\n                            \n                            <div class=\"ledian-producto-info\">\n                                <h3 class=\"ledian-producto-title\">yamaha fz -s fi d v 3.0<\/h3>\n                                <div class=\"ledian-producto-precio\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>&nbsp;5.400.000,00<\/bdi><\/span><\/div>\n                                \n                                <div class=\"ledian-producto-desc\">\n                                    Modelo 2024 KM 15000                                <\/div>\n                                \n                                <div class=\"ledian-producto-meta\">\n                                                                        \n                                                                        \n                                                                    <\/div>\n                                \n                                <a href=\"#\" class=\"ledian-modal-btn\" data-product-id=\"250\">\n                                    <i class=\"fas fa-eye\"><\/i> Ver detalles\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"ledian-producto-card\" \n                             data-product-id=\"249\"\n                             data-categories=\"17\"\n                             data-brands=\"\"\n                             data-precio=\"11900000\"\n                             data-nombre=\"ktm 390\">\n                            \n                                                        \n                                                            <div class=\"ledian-producto-stock\">\n                                    <i class=\"fas fa-check\"><\/i> Disponible\n                                <\/div>\n                                                        \n                            <div class=\"ledian-producto-imagen\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/KTM-390-Usada.jpg\" class=\"attachment-large size-large\" alt=\"KTM 390\" srcset=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/KTM-390-Usada.jpg 600w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/KTM-390-Usada-300x300.jpg 300w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/KTM-390-Usada-150x150.jpg 150w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/KTM-390-Usada-100x100.jpg 100w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/>                            <\/div>\n                            \n                            <div class=\"ledian-producto-info\">\n                                <h3 class=\"ledian-producto-title\">KTM 390<\/h3>\n                                <div class=\"ledian-producto-precio\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>&nbsp;11.900.000,00<\/bdi><\/span><\/div>\n                                \n                                <div class=\"ledian-producto-desc\">\n                                    A\u00f1o 2022 KM 12000                                <\/div>\n                                \n                                <div class=\"ledian-producto-meta\">\n                                                                        \n                                                                        \n                                                                    <\/div>\n                                \n                                <a href=\"#\" class=\"ledian-modal-btn\" data-product-id=\"249\">\n                                    <i class=\"fas fa-eye\"><\/i> Ver detalles\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"ledian-producto-card\" \n                             data-product-id=\"248\"\n                             data-categories=\"17\"\n                             data-brands=\"29\"\n                             data-precio=\"12700000\"\n                             data-nombre=\"cf 650 mt\">\n                            \n                                                        \n                                                            <div class=\"ledian-producto-stock\">\n                                    <i class=\"fas fa-check\"><\/i> Disponible\n                                <\/div>\n                                                        \n                            <div class=\"ledian-producto-imagen\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/CF-650-mt-usada.jpg\" class=\"attachment-large size-large\" alt=\"CF 650 mt\" srcset=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/CF-650-mt-usada.jpg 600w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/CF-650-mt-usada-300x300.jpg 300w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/CF-650-mt-usada-150x150.jpg 150w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/CF-650-mt-usada-100x100.jpg 100w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/>                            <\/div>\n                            \n                            <div class=\"ledian-producto-info\">\n                                <h3 class=\"ledian-producto-title\">CF 650 mt<\/h3>\n                                <div class=\"ledian-producto-precio\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>&nbsp;12.700.000,00<\/bdi><\/span><\/div>\n                                \n                                <div class=\"ledian-producto-desc\">\n                                    Modelo 2023                                <\/div>\n                                \n                                <div class=\"ledian-producto-meta\">\n                                                                        \n                                                                        \n                                                                    <\/div>\n                                \n                                <a href=\"#\" class=\"ledian-modal-btn\" data-product-id=\"248\">\n                                    <i class=\"fas fa-eye\"><\/i> Ver detalles\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"ledian-producto-card\" \n                             data-product-id=\"246\"\n                             data-categories=\"17\"\n                             data-brands=\"\"\n                             data-precio=\"21000000\"\n                             data-nombre=\"bmw gs 800 full\">\n                            \n                                                        \n                                                            <div class=\"ledian-producto-stock\">\n                                    <i class=\"fas fa-check\"><\/i> Disponible\n                                <\/div>\n                                                        \n                            <div class=\"ledian-producto-imagen\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/BMW-gs-800-usada.jpg\" class=\"attachment-large size-large\" alt=\"BMW gs 800 Full\" srcset=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/BMW-gs-800-usada.jpg 600w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/BMW-gs-800-usada-300x300.jpg 300w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/BMW-gs-800-usada-150x150.jpg 150w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/BMW-gs-800-usada-100x100.jpg 100w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/>                            <\/div>\n                            \n                            <div class=\"ledian-producto-info\">\n                                <h3 class=\"ledian-producto-title\">BMW gs 800 Full<\/h3>\n                                <div class=\"ledian-producto-precio\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>&nbsp;21.000.000,00<\/bdi><\/span><\/div>\n                                \n                                <div class=\"ledian-producto-desc\">\n                                    A\u00f1o 2016 38400km                                <\/div>\n                                \n                                <div class=\"ledian-producto-meta\">\n                                                                        \n                                                                        \n                                                                    <\/div>\n                                \n                                <a href=\"#\" class=\"ledian-modal-btn\" data-product-id=\"246\">\n                                    <i class=\"fas fa-eye\"><\/i> Ver detalles\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"ledian-producto-card\" \n                             data-product-id=\"245\"\n                             data-categories=\"17\"\n                             data-brands=\"26\"\n                             data-precio=\"\"\n                             data-nombre=\"yamaha raptor atv\">\n                            \n                                                        \n                                                            <div class=\"ledian-producto-stock\">\n                                    <i class=\"fas fa-check\"><\/i> Disponible\n                                <\/div>\n                                                        \n                            <div class=\"ledian-producto-imagen\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/yh-Raptor-ATV-usada.jpg\" class=\"attachment-large size-large\" alt=\"Yamaha Raptor ATV\" srcset=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/yh-Raptor-ATV-usada.jpg 600w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/yh-Raptor-ATV-usada-300x300.jpg 300w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/yh-Raptor-ATV-usada-150x150.jpg 150w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/yh-Raptor-ATV-usada-100x100.jpg 100w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/>                            <\/div>\n                            \n                            <div class=\"ledian-producto-info\">\n                                <h3 class=\"ledian-producto-title\">Yamaha Raptor ATV<\/h3>\n                                <div class=\"ledian-producto-precio\"><\/div>\n                                \n                                <div class=\"ledian-producto-desc\">\n                                    Modelo 2014                                <\/div>\n                                \n                                <div class=\"ledian-producto-meta\">\n                                                                        \n                                                                        \n                                                                    <\/div>\n                                \n                                <a href=\"#\" class=\"ledian-modal-btn\" data-product-id=\"245\">\n                                    <i class=\"fas fa-eye\"><\/i> Ver detalles\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"ledian-producto-card\" \n                             data-product-id=\"244\"\n                             data-categories=\"17\"\n                             data-brands=\"\"\n                             data-precio=\"1400000\"\n                             data-nombre=\"motomel s110\">\n                            \n                                                        \n                                                            <div class=\"ledian-producto-stock\">\n                                    <i class=\"fas fa-check\"><\/i> Disponible\n                                <\/div>\n                                                        \n                            <div class=\"ledian-producto-imagen\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/Motomel-s110-usada.jpg\" class=\"attachment-large size-large\" alt=\"Motomel s110\" srcset=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/Motomel-s110-usada.jpg 600w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/Motomel-s110-usada-300x300.jpg 300w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/Motomel-s110-usada-150x150.jpg 150w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/Motomel-s110-usada-100x100.jpg 100w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/>                            <\/div>\n                            \n                            <div class=\"ledian-producto-info\">\n                                <h3 class=\"ledian-producto-title\">Motomel s110<\/h3>\n                                <div class=\"ledian-producto-precio\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>&nbsp;1.400.000,00<\/bdi><\/span><\/div>\n                                \n                                <div class=\"ledian-producto-desc\">\n                                    A\u00f1o 2012                                <\/div>\n                                \n                                <div class=\"ledian-producto-meta\">\n                                                                        \n                                                                        \n                                                                    <\/div>\n                                \n                                <a href=\"#\" class=\"ledian-modal-btn\" data-product-id=\"244\">\n                                    <i class=\"fas fa-eye\"><\/i> Ver detalles\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"ledian-producto-card\" \n                             data-product-id=\"243\"\n                             data-categories=\"17\"\n                             data-brands=\"27\"\n                             data-precio=\"13000000\"\n                             data-nombre=\"husqvarna fe 350\">\n                            \n                                                        \n                                                            <div class=\"ledian-producto-stock\">\n                                    <i class=\"fas fa-check\"><\/i> Disponible\n                                <\/div>\n                                                        \n                            <div class=\"ledian-producto-imagen\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/Husqvarna-FE-350-usada.jpg\" class=\"attachment-large size-large\" alt=\"Husqvarna FE 350\" srcset=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/Husqvarna-FE-350-usada.jpg 600w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/Husqvarna-FE-350-usada-300x300.jpg 300w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/Husqvarna-FE-350-usada-150x150.jpg 150w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/Husqvarna-FE-350-usada-100x100.jpg 100w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/>                            <\/div>\n                            \n                            <div class=\"ledian-producto-info\">\n                                <h3 class=\"ledian-producto-title\">Husqvarna FE 350<\/h3>\n                                <div class=\"ledian-producto-precio\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>&nbsp;13.000.000,00<\/bdi><\/span><\/div>\n                                \n                                <div class=\"ledian-producto-desc\">\n                                    Modelo 2017 KM 5100                                <\/div>\n                                \n                                <div class=\"ledian-producto-meta\">\n                                                                        \n                                                                        \n                                                                    <\/div>\n                                \n                                <a href=\"#\" class=\"ledian-modal-btn\" data-product-id=\"243\">\n                                    <i class=\"fas fa-eye\"><\/i> Ver detalles\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"ledian-producto-card\" \n                             data-product-id=\"242\"\n                             data-categories=\"17\"\n                             data-brands=\"28\"\n                             data-precio=\"6300000\"\n                             data-nombre=\"royal enfield re classic\">\n                            \n                                                        \n                                                            <div class=\"ledian-producto-stock\">\n                                    <i class=\"fas fa-check\"><\/i> Disponible\n                                <\/div>\n                                                        \n                            <div class=\"ledian-producto-imagen\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/RE-Classic-usada.jpg\" class=\"attachment-large size-large\" alt=\"Royal Enfield RE Classic\" srcset=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/RE-Classic-usada.jpg 600w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/RE-Classic-usada-300x300.jpg 300w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/RE-Classic-usada-150x150.jpg 150w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/RE-Classic-usada-100x100.jpg 100w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/>                            <\/div>\n                            \n                            <div class=\"ledian-producto-info\">\n                                <h3 class=\"ledian-producto-title\">Royal Enfield RE Classic<\/h3>\n                                <div class=\"ledian-producto-precio\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>&nbsp;6.300.000,00<\/bdi><\/span><\/div>\n                                \n                                <div class=\"ledian-producto-desc\">\n                                    A\u00f1o: 2023 KM: 7                                <\/div>\n                                \n                                <div class=\"ledian-producto-meta\">\n                                                                        \n                                                                        \n                                                                    <\/div>\n                                \n                                <a href=\"#\" class=\"ledian-modal-btn\" data-product-id=\"242\">\n                                    <i class=\"fas fa-eye\"><\/i> Ver detalles\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"ledian-producto-card\" \n                             data-product-id=\"241\"\n                             data-categories=\"17\"\n                             data-brands=\"27\"\n                             data-precio=\"9500000\"\n                             data-nombre=\"husqvarna svapilen 401\">\n                            \n                                                        \n                                                            <div class=\"ledian-producto-stock\">\n                                    <i class=\"fas fa-check\"><\/i> Disponible\n                                <\/div>\n                                                        \n                            <div class=\"ledian-producto-imagen\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/husqvarna-svapilen-401-usada.jpg\" class=\"attachment-large size-large\" alt=\"husqvarna svapilen 401\" srcset=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/husqvarna-svapilen-401-usada.jpg 600w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/husqvarna-svapilen-401-usada-300x300.jpg 300w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/husqvarna-svapilen-401-usada-150x150.jpg 150w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/husqvarna-svapilen-401-usada-100x100.jpg 100w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/>                            <\/div>\n                            \n                            <div class=\"ledian-producto-info\">\n                                <h3 class=\"ledian-producto-title\">husqvarna svapilen 401<\/h3>\n                                <div class=\"ledian-producto-precio\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>&nbsp;9.500.000,00<\/bdi><\/span><\/div>\n                                \n                                <div class=\"ledian-producto-desc\">\n                                    Modelo 2021 KM 8000                                <\/div>\n                                \n                                <div class=\"ledian-producto-meta\">\n                                                                        \n                                                                        \n                                                                    <\/div>\n                                \n                                <a href=\"#\" class=\"ledian-modal-btn\" data-product-id=\"241\">\n                                    <i class=\"fas fa-eye\"><\/i> Ver detalles\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"ledian-producto-card\" \n                             data-product-id=\"240\"\n                             data-categories=\"17\"\n                             data-brands=\"26\"\n                             data-precio=\"10000000\"\n                             data-nombre=\"yamaha wr 450\">\n                            \n                                                        \n                                                            <div class=\"ledian-producto-stock\">\n                                    <i class=\"fas fa-check\"><\/i> Disponible\n                                <\/div>\n                                                        \n                            <div class=\"ledian-producto-imagen\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/YAMAHA-WR-450-usada.jpg\" class=\"attachment-large size-large\" alt=\"YAMAHA WR 450\" srcset=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/YAMAHA-WR-450-usada.jpg 600w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/YAMAHA-WR-450-usada-300x300.jpg 300w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/YAMAHA-WR-450-usada-150x150.jpg 150w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/YAMAHA-WR-450-usada-100x100.jpg 100w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/>                            <\/div>\n                            \n                            <div class=\"ledian-producto-info\">\n                                <h3 class=\"ledian-producto-title\">YAMAHA WR 450<\/h3>\n                                <div class=\"ledian-producto-precio\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>&nbsp;10.000.000,00<\/bdi><\/span><\/div>\n                                \n                                <div class=\"ledian-producto-desc\">\n                                    Modelo 2007 KM: 17650                                <\/div>\n                                \n                                <div class=\"ledian-producto-meta\">\n                                                                        \n                                                                        \n                                                                    <\/div>\n                                \n                                <a href=\"#\" class=\"ledian-modal-btn\" data-product-id=\"240\">\n                                    <i class=\"fas fa-eye\"><\/i> Ver detalles\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"ledian-producto-card\" \n                             data-product-id=\"239\"\n                             data-categories=\"17\"\n                             data-brands=\"26\"\n                             data-precio=\"3500000\"\n                             data-nombre=\"yamaha fascino\">\n                            \n                                                        \n                                                            <div class=\"ledian-producto-stock\">\n                                    <i class=\"fas fa-check\"><\/i> Disponible\n                                <\/div>\n                                                        \n                            <div class=\"ledian-producto-imagen\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/yamaha-fascino-usada.jpg\" class=\"attachment-large size-large\" alt=\"Yamaha Fascino\" srcset=\"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/yamaha-fascino-usada.jpg 600w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/yamaha-fascino-usada-300x300.jpg 300w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/yamaha-fascino-usada-150x150.jpg 150w, https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-content\/uploads\/2025\/08\/yamaha-fascino-usada-100x100.jpg 100w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/>                            <\/div>\n                            \n                            <div class=\"ledian-producto-info\">\n                                <h3 class=\"ledian-producto-title\">Yamaha Fascino<\/h3>\n                                <div class=\"ledian-producto-precio\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>&nbsp;3.500.000,00<\/bdi><\/span><\/div>\n                                \n                                <div class=\"ledian-producto-desc\">\n                                    Modelo 2021 Km: 12600                                <\/div>\n                                \n                                <div class=\"ledian-producto-meta\">\n                                                                        \n                                                                        \n                                                                    <\/div>\n                                \n                                <a href=\"#\" class=\"ledian-modal-btn\" data-product-id=\"239\">\n                                    <i class=\"fas fa-eye\"><\/i> Ver detalles\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                                    <\/div>\n                    <\/div>\n    <\/section>\n\n    <!-- Modal Container -->\n    <div class=\"ledian-modal\" id=\"ledian-product-modal\">\n        <div class=\"ledian-modal-content\">\n            <div class=\"ledian-modal-close\">\n                <i class=\"fas fa-times\"><\/i>\n            <\/div>\n            <div class=\"ledian-modal-body\">\n                <!-- El contenido se llenar\u00e1 con JavaScript -->\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n    jQuery(document).ready(function($) {\n        \/\/ N\u00famero de WhatsApp de Ledian (cambiar por el n\u00famero real)\n        const whatsappNumber = '5493834085829'; \/\/ Cambiar por el n\u00famero real\n        \n        \/\/ Abrir modal\n        $('.ledian-modal-btn, .ledian-producto-card').on('click', function(e) {\n            e.preventDefault();\n            const productId = $(this).data('product-id');\n            loadProductModal(productId);\n        });\n        \n        \/\/ Cerrar modal\n        $('.ledian-modal-close').on('click', function() {\n            closeProductModal();\n        });\n        \n        \/\/ Cerrar al hacer clic fuera del contenido\n        $(document).on('click', function(e) {\n            if ($(e.target).hasClass('ledian-modal')) {\n                closeProductModal();\n            }\n        });\n        \n        \/\/ Cerrar con ESC\n        $(document).on('keyup', function(e) {\n            if (e.key === \"Escape\") {\n                closeProductModal();\n            }\n        });\n        \n        \/\/ Funci\u00f3n para cargar el modal\n        function loadProductModal(productId) {\n            \/\/ Mostrar loader\n            $('#ledian-product-modal .ledian-modal-body').html(`\n                <div class=\"ledian-loading\">\n                    <i class=\"fas fa-spinner fa-spin\"><\/i>\n                    <h3 style=\"margin-top: 20px;\">Cargando detalles...<\/h3>\n                    <p>Por favor espera un momento<\/p>\n                <\/div>\n            `);\n            \n            $('#ledian-product-modal').addClass('active');\n            $('body').css('overflow', 'hidden');\n            \n            \/\/ Obtener datos del producto via AJAX\n            $.ajax({\n                url: 'https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-admin\/admin-ajax.php',\n                type: 'POST',\n                data: {\n                    action: 'ledian_get_product_data',\n                    product_id: productId,\n                    whatsapp_number: whatsappNumber\n                },\n                success: function(response) {\n                    if (response.success) {\n                        $('#ledian-product-modal .ledian-modal-body').html(response.data.html);\n                        \/\/ Disparar evento para inicializar el carrusel\n                        $(document).trigger('modalLoaded');\n                    } else {\n                        $('#ledian-product-modal .ledian-modal-body').html(`\n                            <div class=\"ledian-loading\">\n                                <i class=\"fas fa-exclamation-triangle\" style=\"color: var(--ledian-primary);\"><\/i>\n                                <h3 style=\"margin-top: 20px;\">Error al cargar<\/h3>\n                                <p>No se pudieron cargar los detalles del producto<\/p>\n                            <\/div>\n                        `);\n                    }\n                },\n                error: function() {\n                    $('#ledian-product-modal .ledian-modal-body').html(`\n                        <div class=\"ledian-loading\">\n                            <i class=\"fas fa-wifi\" style=\"color: var(--ledian-primary);\"><\/i>\n                            <h3 style=\"margin-top: 20px;\">Error de conexi\u00f3n<\/h3>\n                            <p>Verifica tu conexi\u00f3n a internet<\/p>\n                        <\/div>\n                    `);\n                }\n            });\n        }\n        \n        \/\/ Funci\u00f3n original para cerrar el modal (ser\u00e1 reemplazada)\n        function closeProductModal() {\n            $('#ledian-product-modal').removeClass('active');\n            $('body').css('overflow', 'auto');\n            $(document).off('keydown.carousel');\n        }\n        \n        \/\/ Filtros\n        $('#aplicar-filtros').on('click', function() {\n            aplicarFiltros();\n        });\n        \n        $('#limpiar-filtros').on('click', function() {\n            limpiarFiltros();\n        });\n        \n        \/\/ Aplicar filtros en tiempo real\n        $('.filtro-categoria-check, .filtro-marca-check').on('change', function() {\n            aplicarFiltros();\n        });\n        \n        $('#precio-min, #precio-max').on('keyup', function() {\n            clearTimeout(window.filtroTimeout);\n            window.filtroTimeout = setTimeout(aplicarFiltros, 500);\n        });\n        \n        $('#filtro-nombre').on('keyup', function() {\n            clearTimeout(window.filtroTimeout);\n            window.filtroTimeout = setTimeout(aplicarFiltros, 300);\n        });\n        \n        function aplicarFiltros() {\n            const categoriasSeleccionadas = [];\n            $('.filtro-categoria-check:checked').each(function() {\n                categoriasSeleccionadas.push($(this).val());\n            });\n            \n            const marcasSeleccionadas = [];\n            $('.filtro-marca-check:checked').each(function() {\n                marcasSeleccionadas.push($(this).val());\n            });\n            \n            const precioMin = parseFloat($('#precio-min').val()) || 0;\n            const precioMax = parseFloat($('#precio-max').val()) || Infinity;\n            const nombreBuscar = $('#filtro-nombre').val().toLowerCase().trim();\n            \n            let productosVisibles = 0;\n            \n            $('.ledian-producto-card').each(function() {\n                const $card = $(this);\n                const cardCategorias = $card.data('categories').toString().split(',');\n                const cardMarcas = $card.data('brands').toString().split(',');\n                const cardPrecio = parseFloat($card.data('precio')) || 0;\n                const cardNombre = $card.data('nombre') || '';\n                \n                let mostrar = true;\n                \n                \/\/ Filtro por nombre\n                if (nombreBuscar && !cardNombre.includes(nombreBuscar)) {\n                    mostrar = false;\n                }\n                \n                \/\/ Filtro por categor\u00edas (solo si existen filtros de categor\u00edas en el DOM)\n                if ($('.filtro-categoria-check').length > 0 && categoriasSeleccionadas.length > 0) {\n                    let tieneCategoria = false;\n                    for (let i = 0; i < categoriasSeleccionadas.length; i++) {\n                        if (cardCategorias.includes(categoriasSeleccionadas[i])) {\n                            tieneCategoria = true;\n                            break;\n                        }\n                    }\n                    if (!tieneCategoria) {\n                        mostrar = false;\n                    }\n                }\n                \n                \/\/ Filtro por marcas (solo si existen filtros de marcas en el DOM)\n                if ($('.filtro-marca-check').length > 0 && marcasSeleccionadas.length > 0) {\n                    let tieneMarca = false;\n                    for (let i = 0; i < marcasSeleccionadas.length; i++) {\n                        if (cardMarcas.includes(marcasSeleccionadas[i])) {\n                            tieneMarca = true;\n                            break;\n                        }\n                    }\n                    if (!tieneMarca) {\n                        mostrar = false;\n                    }\n                }\n                \n                \/\/ Filtro por precio\n                if (cardPrecio < precioMin || cardPrecio > precioMax) {\n                    mostrar = false;\n                }\n                \n                if (mostrar) {\n                    $card.show();\n                    productosVisibles++;\n                } else {\n                    $card.hide();\n                }\n            });\n            \n            \/\/ Mostrar mensaje si no hay productos\n            if (productosVisibles === 0) {\n                if ($('.ledian-no-resultados').length === 0) {\n                    $('#productos-grid').after(`\n                        <div class=\"ledian-no-productos ledian-no-resultados\">\n                            <i class=\"fas fa-search\"><\/i>\n                            <h3>No se encontraron productos<\/h3>\n                            <p>Intenta ajustar los filtros para obtener m\u00e1s resultados<\/p>\n                        <\/div>\n                    `);\n                }\n            } else {\n                $('.ledian-no-resultados').remove();\n            }\n        }\n        \n        function limpiarFiltros() {\n            $('#filtro-nombre').val('');\n            if ($('.filtro-categoria-check').length > 0) {\n                $('.filtro-categoria-check').prop('checked', false);\n            }\n            if ($('.filtro-marca-check').length > 0) {\n                $('.filtro-marca-check').prop('checked', false);\n            }\n            $('#precio-min').val('');\n            $('#precio-max').val('');\n            $('.ledian-producto-card').show();\n            $('.ledian-no-resultados').remove();\n        }\n        \n        \/\/ Variables globales para el carrusel\n        window.currentSlideIndex = 0;\n        window.totalSlides = 0;\n        \n        \/\/ Funciones del carrusel\n        window.nextSlide = function() {\n            if (window.currentSlideIndex < window.totalSlides - 1) {\n                window.currentSlideIndex++;\n            } else {\n                window.currentSlideIndex = 0;\n            }\n            updateCarousel();\n        };\n        \n        window.prevSlide = function() {\n            if (window.currentSlideIndex > 0) {\n                window.currentSlideIndex--;\n            } else {\n                window.currentSlideIndex = window.totalSlides - 1;\n            }\n            updateCarousel();\n        };\n        \n        window.goToSlide = function(index) {\n            window.currentSlideIndex = index;\n            updateCarousel();\n        };\n        \n        function updateCarousel() {\n            const container = $('.ledian-carousel-container');\n            const translateX = -window.currentSlideIndex * 100;\n            \n            container.css({\n                'transform': `translateX(${translateX}%)`,\n                '-webkit-transform': `translateX(${translateX}%)`,\n                '-moz-transform': `translateX(${translateX}%)`,\n                '-ms-transform': `translateX(${translateX}%)`\n            });\n            \n            \/\/ Actualizar indicadores\n            $('.ledian-carousel-indicator').removeClass('active');\n            $('.ledian-carousel-indicator').eq(window.currentSlideIndex).addClass('active');\n            \n            \/\/ Actualizar contador\n            $('#currentSlide').text(window.currentSlideIndex + 1);\n        }\n        \n        \/\/ Inicializar carrusel cuando se carga el modal\n        $(document).on('modalLoaded', function() {\n            \/\/ Esperar un poco para que el DOM se renderice completamente\n            setTimeout(function() {\n                const slides = $('.ledian-carousel-slide');\n                window.totalSlides = slides.length;\n                window.currentSlideIndex = 0;\n                \n                if (window.totalSlides > 1) {\n                    $('#totalSlides').text(window.totalSlides);\n                    \n                    \/\/ Inicializar posici\u00f3n\n                    updateCarousel();\n                    \n                    \/\/ Navegaci\u00f3n con teclado\n                    $(document).on('keydown.carousel', function(e) {\n                        if ($('#ledian-product-modal').hasClass('active')) {\n                            if (e.key === 'ArrowRight') {\n                                window.nextSlide();\n                            } else if (e.key === 'ArrowLeft') {\n                                window.prevSlide();\n                            }\n                        }\n                    });\n                    \n                    \/\/ Navegaci\u00f3n t\u00e1ctil (opcional)\n                    let startX = 0;\n                    let endX = 0;\n                    \n                    $('.ledian-carousel').on('touchstart', function(e) {\n                        startX = e.originalEvent.touches[0].clientX;\n                    });\n                    \n                    $('.ledian-carousel').on('touchend', function(e) {\n                        endX = e.originalEvent.changedTouches[0].clientX;\n                        handleSwipe();\n                    });\n                    \n                    function handleSwipe() {\n                        const threshold = 50;\n                        const diff = startX - endX;\n                        \n                        if (Math.abs(diff) > threshold) {\n                            if (diff > 0) {\n                                window.nextSlide();\n                            } else {\n                                window.prevSlide();\n                            }\n                        }\n                    }\n                }\n            }, 100);\n        });\n        \n        \/\/ Limpiar eventos del carrusel al cerrar modal\n        function closeProductModal() {\n            $('#ledian-product-modal').removeClass('active');\n            $('body').css('overflow', 'auto');\n            $(document).off('keydown.carousel');\n        }\n    });\n    <\/script>\n\n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"..\/public\/views\/revslider-page-template.php","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-217","page","type-page","status-publish","hentry","desktop-align-left","tablet-align-left","mobile-align-left"],"_links":{"self":[{"href":"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-json\/wp\/v2\/pages\/217","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-json\/wp\/v2\/comments?post=217"}],"version-history":[{"count":2,"href":"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-json\/wp\/v2\/pages\/217\/revisions"}],"predecessor-version":[{"id":219,"href":"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-json\/wp\/v2\/pages\/217\/revisions\/219"}],"wp:attachment":[{"href":"https:\/\/elitemarketingdigital.com.ar\/ledianmotos\/wp-json\/wp\/v2\/media?parent=217"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}