{"product_id":"rastreador-gps-tractive-xl-perros-grandes","title":"Live pet tracker with virtual fence - Tractive XL Smart Dog GPS Tracker","description":"\u003c!-- TRACTIVE GPS XL DESIGN START (EMOTIONAL GUARDIAN - MOBILE FIRST VERSION) --\u003e\n\u003c!-- We only load fonts and icons, the rest is pure CSS --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n    \/* --- ESTILOS NATIVOS PARA SHOPIFY --- *\/\n    \/* Contenedor Principal Aislado *\/\n    #tractive-custom-landing {\n        font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n        background-color: #ffffff;\n        color: #1d1d1f;\n        width: 100%;\n        max-width: 100%;\n        margin: 0 auto;\n        line-height: 1.5;\n        box-sizing: border-box;\n    }\n\n    \/* Reset básico interno *\/\n    #tractive-custom-landing *, \n    #tractive-custom-landing *::before, \n    #tractive-custom-landing *::after {\n        box-sizing: border-box;\n    }\n\n    #tractive-custom-landing img {\n        max-width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* Tipografía *\/\n    #tractive-custom-landing h1, \n    #tractive-custom-landing h2, \n    #tractive-custom-landing h3 {\n        margin-top: 0;\n        letter-spacing: -0.01em;\n        line-height: 1.2;\n        font-weight: 700;\n        color: #000000;\n    }\n\n    #tractive-custom-landing p {\n        margin-bottom: 1rem;\n        color: #555555;\n        font-weight: 400;\n        font-size: 0.95rem;\n    }\n\n    \/* Utilidades de Layout *\/\n    .tr-section {\n        padding: 3rem 1.5rem;\n        width: 100%;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        border-bottom: 1px solid #f0f4f8;\n    }\n\n    .tr-container {\n        width: 100%;\n        max-width: 1000px;\n        margin: 0 auto;\n    }\n\n    .tr-text-center { text-align: center; }\n    .tr-text-left { text-align: left; }\n\n    \/* SECCIONES ESPECÍFICAS *\/\n    \n    \/* Hero *\/\n    .tr-hero {\n        background: radial-gradient(circle at center, #e0f2ff 0%, #ffffff 100%); \/* Azul muy suave *\/\n        padding-top: 2rem; \n        padding-bottom: 2rem;\n        border-bottom: none;\n    }\n\n    .tr-badge {\n        color: #004e70; \/* Azul Tractive XL Más Oscuro *\/\n        font-weight: 700;\n        text-transform: uppercase;\n        font-size: 0.7rem;\n        letter-spacing: 0.15em;\n        display: inline-block;\n        margin-bottom: 0.8rem;\n        background-color: #d6efff;\n        padding: 0.3rem 0.8rem;\n        border-radius: 50px;\n        border: 1px solid rgba(0, 78, 112, 0.2);\n    }\n\n    .tr-title-hero {\n        font-size: 2.5rem;\n        margin-bottom: 0.5rem;\n        color: #1d1d1f;\n    }\n\n    .tr-subtitle-hero {\n        font-size: 1.1rem;\n        color: #444;\n        font-weight: 500;\n        max-width: 800px;\n        margin: 0 auto;\n        line-height: 1.4;\n    }\n\n    \/* Banner Oferta *\/\n    .tr-offer-banner {\n        background-color: #004e70; \/* Tono más robusto para XL *\/\n        color: white;\n        width: 100%;\n        padding: 1rem;\n        text-align: center;\n        border-radius: 12px;\n        margin-top: 1.5rem;\n        box-shadow: 0 8px 16px rgba(0, 78, 112, 0.2);\n    }\n\n    .tr-offer-text {\n        font-size: 0.9rem;\n        font-weight: 600;\n        margin: 0;\n        color: #fff !important;\n    }\n\n    \/* Grid *\/\n    .tr-grid-2 {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 1rem;\n        margin-top: 2rem;\n    }\n\n    \/* Cards - ESTILO FRIENDLY TECH *\/\n    .tr-card {\n        background-color: #ffffff;\n        border: 1px solid #e1e8ed;\n        border-radius: 16px;\n        padding: 1.5rem;\n        position: relative;\n        overflow: hidden;\n        transition: all 0.3s ease;\n        box-shadow: 0 4px 12px rgba(0,0,0,0.03);\n    }\n    \n    .tr-card:hover {\n        border-color: #009cde;\n        box-shadow: 0 8px 20px rgba(0, 156, 222, 0.15);\n        transform: translateY(-2px);\n    }\n\n    .tr-card-highlight {\n        background: linear-gradient(135deg, #009cde 0%, #004e70 100%);\n        color: white;\n        border: none;\n    }\n    \n    .tr-card-highlight h3,\n    .tr-card-highlight p,\n    .tr-card-highlight .tr-stat-label,\n    .tr-card-highlight .tr-stat-number {\n        color: #ffffff !important;\n    }\n\n    \/* Elementos Gráficos *\/\n    .tr-stat-number {\n        font-size: 2.5rem;\n        font-weight: 700;\n        color: #009cde;\n        line-height: 1;\n        letter-spacing: -1px;\n    }\n    \n    .tr-stat-label {\n        font-size: 0.75rem;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n        color: #888;\n        margin-top: 0.2rem;\n        display: block;\n        font-weight: 600;\n    }\n\n    .tr-icon-circle {\n        width: 50px;\n        height: 50px;\n        background-color: #e6f7ff;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-bottom: 1rem;\n        color: #009cde;\n        font-size: 1.5rem;\n    }\n\n    \/* Responsive *\/\n    @media (min-width: 768px) {\n        .tr-title-hero { font-size: 4rem; }\n        .tr-grid-2 { grid-template-columns: 1fr 1fr; }\n        .tr-col-span-2 { grid-column: span 2; }\n        .tr-section { padding: 4rem 2rem; }\n        .tr-card { padding: 2.5rem; }\n    }\n\n\u003c\/style\u003e\n\n\u003cdiv id=\"tractive-custom-landing\"\u003e\n\n\n    \u003c!-- Hero Section --\u003e\n    \u003cdiv class=\"tr-section tr-hero\"\u003e\n\n        \u003cdiv class=\"tr-container tr-text-center\"\u003e\n\n            \u003cspan class=\"tr-badge\"\u003eYOUR MOST LOYAL COMPANION\u003c\/span\u003e\n            \u003ch1 class=\"tr-title-hero\"\u003eBecause losing them is not an option.\u003c\/h1\u003e\n\n            \u003cp class=\"tr-subtitle-hero\"\u003e\n                Give them the freedom to explore and give yourself the peace of mind of always knowing where they are.\u003cbr\u003e\n                \u003cspan style=\"font-size: 1.1rem; color: #004e70; font-weight: 600;\"\u003eXL Safety for your best friend.\u003c\/span\u003e\n            \u003c\/p\u003e\n\n\n            \u003c!-- Offer Banner --\u003e\n            \u003cdiv class=\"tr-offer-banner\"\u003e\n\n                \u003cp class=\"tr-offer-text\"\u003e\n                    ❤️ \u003cspan style=\"color: #fff;\"\u003eTOTAL PEACE OF MIND\u003c\/span\u003e for you\n                    \u003cspan style=\"margin: 0 8px; opacity: 0.5;\"\u003e|\u003c\/span\u003e\n                    🌍 \u003cspan style=\"color: #fff;\"\u003eConnect with them, anywhere\u003c\/span\u003e\n                \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Intro Text --\u003e\n    \u003cdiv class=\"tr-section\" style=\"border-bottom: none; padding-top: 1rem;\"\u003e\n\n        \u003cdiv class=\"tr-container tr-text-center\"\u003e\n\n            \u003ch2 style=\"font-size: 1.8rem; margin-bottom: 1rem;\"\u003eMore than a GPS, it's love.\u003c\/h2\u003e\n\n            \u003cp style=\"font-size: 1rem; color: #444; max-width: 800px; margin: 0 auto;\"\u003e\n                We know they're part of your family. The \u003cstrong\u003eTractive XL\u003c\/strong\u003e eliminates the fear of them getting lost, allowing you to enjoy nature together without leashes or worries. Long-lasting battery so the adventure never ends in anguish.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Feature Grid --\u003e\n    \u003cdiv class=\"tr-section\" style=\"padding-top: 0; border-bottom: none;\"\u003e\n\n        \u003cdiv class=\"tr-container\"\u003e\n\n            \n            \u003cdiv class=\"tr-grid-2\"\u003e\n\n                \u003c!-- Live Tracking Card (Highlight Blue) --\u003e\n                \u003cdiv class=\"tr-card tr-col-span-2 tr-card-highlight\"\u003e\n\n                    \u003cdiv style=\"display: flex; flex-direction: column; justify-content: center;\"\u003e\n\n                        \u003ch3 style=\"font-size: 1.8rem; margin-bottom: 0.5rem;\"\u003eFind them in seconds.\u003c\/h3\u003e\n\n                        \u003cp style=\"font-size: 1rem; opacity: 0.95; margin-bottom: 1.5rem;\"\u003e\n                            If they wander too far, you bring them back instantly. Real-time updates every 2-3 seconds so panic never wins. Wherever they are, you'll find them.\n                        \u003c\/p\u003e\n\n                        \u003cdiv style=\"display: flex; gap: 2rem; align-items: flex-end;\"\u003e\n\n                            \u003cdiv\u003e\n\n                                \u003cspan class=\"tr-stat-number\"\u003eLive\u003c\/span\u003e\n                                \u003cspan class=\"tr-stat-label\"\u003eLIVE Mode\u003c\/span\u003e\n                            \u003c\/div\u003e\n\n                            \u003cdiv\u003e\n\n                                \u003cspan class=\"tr-stat-number\"\u003e∞\u003c\/span\u003e\n                                \u003cspan class=\"tr-stat-label\"\u003eNo Distance Limits\u003c\/span\u003e\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Health Vitals Card (USP) --\u003e\n                \u003cdiv class=\"tr-card\"\u003e\n\n                    \u003cdiv class=\"tr-icon-circle\"\u003e\n\n                        \u003ci class=\"fa-solid fa-heart-pulse\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 1.4rem; margin-bottom: 0.5rem;\"\u003eCare for their heart.\u003c\/h3\u003e\n\n                    \u003cp style=\"font-size: 0.9rem;\"\u003eUnderstand how they really feel. Monitor their well-being and detect changes in their health before it's too late. Because you want them with you for many more years.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- XL Battery Card --\u003e\n                \u003cdiv class=\"tr-card\"\u003e\n\n                    \u003cdiv class=\"tr-icon-circle\" style=\"color: #004e70; background-color: #d6efff;\"\u003e\n\n                        \u003ci class=\"fa-solid fa-battery-full\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 1.4rem; margin-bottom: 0.5rem;\"\u003eEndless adventures.\u003c\/h3\u003e\n\n                    \u003cp style=\"font-size: 0.9rem;\"\u003eEnjoy the journey without checking the charger. Up to \u003cstrong\u003e1 month of battery\u003c\/strong\u003e so nothing interrupts your moments together in the woods or on the beach.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Virtual Fence Card --\u003e\n                \u003cdiv class=\"tr-card\"\u003e\n\n                    \u003cdiv class=\"tr-icon-circle\" style=\"color: #4ade80; background-color: #f0fdf4;\"\u003e\n\n                        \u003ci class=\"fa-solid fa-house-chimney\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 1.4rem; margin-bottom: 0.5rem;\"\u003eTheir safe zone.\u003c\/h3\u003e\n\n                    \u003cp style=\"font-size: 0.9rem;\"\u003eCreate an invisible fence. Receive an immediate alert on your phone if they leave home, so you can react before they go too far.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- XL Durability Card --\u003e\n                \u003cdiv class=\"tr-card\"\u003e\n\n                    \u003cdiv class=\"tr-icon-circle\"\u003e\n\n                        \u003ci class=\"fa-solid fa-paw\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 1.4rem; margin-bottom: 0.5rem;\"\u003eAs tough as they are.\u003c\/h3\u003e\n\n                    \u003cp style=\"font-size: 0.9rem;\"\u003eLet them run, swim, and get dirty. The Tractive XL is 100% waterproof and shock-resistant. Made for large dogs who live life to the fullest.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- History Card (Full Width) --\u003e\n                \u003cdiv class=\"tr-card tr-col-span-2\" style=\"background-color: #f9fafb;\"\u003e\n\n                    \u003cdiv style=\"display: flex; align-items: center; gap: 1.5rem;\"\u003e\n\n                        \u003cdiv class=\"tr-icon-circle\" style=\"background-color: #ffffff; min-width: 50px; margin-bottom: 0;\"\u003e\n\n                            \u003ci class=\"fa-solid fa-map-location-dot\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv\u003e\n\n                            \u003ch3 style=\"font-size: 1.4rem; margin-bottom: 0.3rem; color: #004e70;\"\u003eRelive their steps.\u003c\/h3\u003e\n\n                            \u003cp style=\"margin-bottom: 0; font-size: 0.9rem;\"\u003eDiscover their favorite places and analyze their walking routes. Better understand their sleep habits to ensure they rest like a king.\u003c\/p\u003e\n\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Footer Specs --\u003e\n    \u003cdiv class=\"tr-section\" style=\"border-bottom: none; padding-top: 1rem; background-color: #f9f9f9;\"\u003e\n\n        \u003cdiv class=\"tr-container\" style=\"text-align: left;\"\u003e\n\n            \u003cdiv style=\"font-size: 0.75rem; color: #888; margin-bottom: 1rem;\"\u003e\n\n                \u003cp style=\"margin-bottom: 0.3rem;\"\u003e*Peace of mind is priceless. Requires Tractive service plan for global cellular connection.\u003c\/p\u003e\n\n                \u003cp style=\"margin-bottom: 0;\"\u003eIdeal for large dogs \u0026gt; 22kg who love freedom.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\u003c!-- TRACTIVE GPS XL DESIGN END --\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Green XL","offer_id":58174532288860,"sku":"B0C2C5LP16","price":140.0,"currency_code":"USD","in_stock":true},{"title":"Adventure XL","offer_id":58174532321628,"sku":"B0CL9R625G","price":170.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/a6933c40b43fa43587172752cd05b999.jpg?v=1782960739","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/rastreador-gps-tractive-xl-perros-grandes","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}