{"product_id":"rastreador-gps-gatos-tractive-mini","title":"Smart GPS Tracker for Cats - Tractive","description":"\u003c!-- TRACTIVE GPS CAT MINI DESIGN START (CAT GUARDIAN VERSION - MOBILE FIRST) --\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, #e0f7fa 0%, #ffffff 100%); \/* Azul verdoso suave para gatos *\/\n        padding-top: 2rem; \n        padding-bottom: 2rem;\n        border-bottom: none;\n    }\n\n    .tr-badge {\n        color: #00695c; \/* Verde Azulado 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: #e0f2f1;\n        padding: 0.3rem 0.8rem;\n        border-radius: 50px;\n        border: 1px solid rgba(0, 105, 92, 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: #004d40; \/* Verde Oscuro Elegante *\/\n        color: white;\n        width: 100%;\n        padding: 1rem;\n        border-radius: 12px;\n        margin-top: 1.5rem;\n        box-shadow: 0 8px 16px rgba(0, 77, 64, 0.2);\n        \/* Flexbox para centrado perfecto *\/\n        display: flex;\n        justify-content: center;\n        align-items: center;\n    }\n\n    .tr-offer-text {\n        font-size: 0.9rem;\n        font-weight: 600;\n        margin: 0;\n        color: #fff !important;\n        \/* Flexbox interno para manejar los elementos y el separador *\/\n        display: flex;\n        flex-wrap: wrap; \/* Permite que baje a otra línea si no cabe *\/\n        justify-content: center;\n        align-items: center;\n        gap: 0.5rem; \/* Espacio entre elementos *\/\n        line-height: 1.4;\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: #00695c;\n        box-shadow: 0 8px 20px rgba(0, 105, 92, 0.15);\n        transform: translateY(-2px);\n    }\n\n    .tr-card-highlight {\n        background: linear-gradient(135deg, #00695c 0%, #004d40 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: #00695c;\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: #e0f2f1;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-bottom: 1rem;\n        color: #00695c;\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\"\u003eCAT MINI GPS\u003c\/span\u003e\n            \u003ch1 class=\"tr-title-hero\"\u003eDiscover their secret world.\u003c\/h1\u003e\n\n            \u003cp class=\"tr-subtitle-hero\"\u003e\n                Real-time tracking for adventurous cats.\u003cbr\u003e\n                \u003cspan style=\"font-size: 1.1rem; color: #00695c; font-weight: 600;\"\u003eUncover their territories and habits.\u003c\/span\u003e\n            \u003c\/p\u003e\n\n\n            \u003c!-- Offer Banner --\u003e\n            \u003cdiv class=\"tr-offer-banner\"\u003e\n\n                \u003cdiv class=\"tr-offer-text\"\u003e\n\n                    \u003cspan\u003e🐈 ULTRALIGHT (25g) for their comfort\u003c\/span\u003e\n                    \u003cspan style=\"opacity: 0.5;\"\u003e|\u003c\/span\u003e\n                    \u003cspan\u003e🔋 Up to 5-day battery life\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!-- 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;\"\u003eLimitless curiosity, total security.\u003c\/h2\u003e\n\n            \u003cp style=\"font-size: 1rem; color: #444; max-width: 800px; margin: 0 auto;\"\u003e\n                Where do they go when you don't see them? With the \u003cstrong\u003eTractive GPS Cat Mini\u003c\/strong\u003e, you can respect their independence and satisfy your curiosity. Ergonomically designed for cats over 2.9kg, it's so light they'll forget they're wearing it.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Features 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) --\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;\"\u003eFollow them on every adventure.\u003c\/h3\u003e\n\n                        \u003cp style=\"font-size: 1rem; opacity: 0.95; margin-bottom: 1.5rem;\"\u003e\n                            Taking too long to come home? Activate LIVE mode and see their exact location every 2-3 seconds. Find them hiding in the garden, up a tree, or visiting the neighbor.\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\"\u003e2-3s\u003c\/span\u003e\n                                \u003cspan class=\"tr-stat-label\"\u003eUpdate\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\"\u003eGlobal Range\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!-- Territory History Card (USP) --\u003e\n                \u003cdiv class=\"tr-card\"\u003e\n\n                    \u003cdiv class=\"tr-icon-circle\"\u003e\n\n                        \u003ci class=\"fa-solid fa-map\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 1.4rem; margin-bottom: 0.5rem;\"\u003eTerritory Map.\u003c\/h3\u003e\n\n                    \u003cp style=\"font-size: 0.9rem;\"\u003eDiscover your cat's favorite spots. Visualize their \"heatmap\" and better understand their routines and how far their kingdom extends.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Health \u0026 Sleep Card --\u003e\n                \u003cdiv class=\"tr-card\"\u003e\n\n                    \u003cdiv class=\"tr-icon-circle\"\u003e\n\n                        \u003ci class=\"fa-solid fa-cat\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 1.4rem; margin-bottom: 0.5rem;\"\u003eFeline Wellness.\u003c\/h3\u003e\n\n                    \u003cp style=\"font-size: 0.9rem;\"\u003eCats are masters at hiding pain. Monitor their sleep and activity patterns to detect unusual changes early.\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;\"\u003eVirtual Fence.\u003c\/h3\u003e\n\n                    \u003cp style=\"font-size: 0.9rem;\"\u003eSet up safe zones (like your garden). If your curious explorer strays too far, you'll receive an immediate alert on your phone.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Mini Design Card --\u003e\n                \u003cdiv class=\"tr-card\"\u003e\n\n                    \u003cdiv class=\"tr-icon-circle\"\u003e\n\n                        \u003ci class=\"fa-solid fa-feather\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 1.4rem; margin-bottom: 0.5rem;\"\u003eFeatherweight.\u003c\/h3\u003e\n\n                    \u003cp style=\"font-size: 0.9rem;\"\u003eOnly \u003cstrong\u003e25 grams\u003c\/strong\u003e (0.9 oz). Curved design that fits a cat's neck without discomfort. 100% waterproof and adventure-proof.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Battery 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-battery-half\"\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: #00695c;\"\u003eSmart Battery.\u003c\/h3\u003e\n\n                            \u003cp style=\"margin-bottom: 0; font-size: 0.9rem;\"\u003eUp to \u003cstrong\u003e5 days of battery life\u003c\/strong\u003e. Maximize battery life by setting up Power Saving Zones (like your home with Wi-Fi) so the battery rests when they do.\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*Requires a Tractive service plan subscription for global cellular connection.\u003c\/p\u003e\n\n                \u003cp style=\"margin-bottom: 0;\"\u003eRecommended for adult cats over 2.9 kg (6.5 lbs).\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 CAT MINI DESIGN END --\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Brown","offer_id":58174532419932,"sku":"B0D3DWC8P2","price":110.0,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":58174532452700,"sku":"B0C75D8QZ9","price":110.0,"currency_code":"USD","in_stock":true},{"title":"Mint","offer_id":58174532485468,"sku":"B0D3DV6CL6","price":110.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/fbb806f6ac0dea76d53cb575c17cd24f.jpg?v=1782960741","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/rastreador-gps-gatos-tractive-mini","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}