{"product_id":"usb-hub-docking-station-for-tesla-model-y-juniper-model-3-highland","title":"USB Hub Docking Station for Tesla Model Y Juniper \u0026 Model 3 Highland","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* === Premium Tesla Accessory Page Styling (Dark Gray\/Silver Theme with Orange Accents) === *\/\n        :root {\n            \/* Adjusted colors for a sleek, high-end dark gray\/silver aesthetic with orange highlights *\/\n            --primary-bg: #1A1A1A; \/* Dark almost black background *\/\n            --secondary-bg: #222222; \/* Slightly lighter dark for sections *\/\n            --tertiary-bg: #2C2C2C; \/* Mid-dark for cards *\/\n            --accent-color: #FF6F00; \/* Orange accent for highlights (from product image) *\/\n            --heading-color: #E0E0E0; \/* Light gray for headings *\/\n            --body-text-color: #B0B0B0; \/* Medium gray for body text *\/\n            --light-text-color: #D0D0D0; \/* Lighter gray for specific text *\/\n\n            --silver-primary: #C0C0C0; \/* Main silver color *\/\n            --silver-dark: #808080; \/* Darker silver\/gray *\/\n            --silver-light: #E0E0E0; \/* Lighter silver\/gray *\/\n            --silver-gradient-start: #AAAAAA;\n            --silver-gradient-end: #E0E0E0;\n\n            --font-family-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            --box-shadow-dark: 0 5px 15px rgba(0, 0, 0, 0.2);\n            --box-shadow-light: 0 2px 8px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* Base styling *\/\n        .tesery-product-description-container {\n            font-family: var(--font-family-primary);\n            color: var(--body-text-color);\n            line-height: 1.6;\n            background-color: var(--primary-bg);\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0;\n            box-shadow: var(--box-shadow-dark);\n        }\n\n        \/* Hero section *\/\n        .hero-section {\n            position: relative;\n            text-align: center;\n            padding: 80px 0;\n            margin-bottom: 40px;\n            background: linear-gradient(135deg, var(--tertiary-bg), var(--primary-bg));\n            color: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);\n        }\n\n        .hero-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: linear-gradient(45deg,\n                rgba(255, 111, 0, 0.1) 0%, \/* Orange glow *\/\n                rgba(255, 111, 0, 0.2) 35%,\n                rgba(51, 51, 51, 0.2) 70%,\n                rgba(255, 111, 0, 0.1) 100%);\n            animation: ambientGlow 4s linear infinite;\n        }\n\n        @keyframes ambientGlow {\n            0%, 100% { opacity: 0.3; }\n            50% { opacity: 0.6; }\n        }\n\n        .product-title {\n            color: var(--heading-color);\n            font-family: var(--font-family-primary);\n            font-weight: 700;\n            font-size: 2.8rem;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.5);\n            margin-bottom: 15px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .product-subtitle {\n            font-weight: 500;\n            color: var(--light-text-color);\n            font-size: 1.3rem;\n            margin-bottom: 0;\n            text-shadow: 0 2px 3px rgba(0,0,0,0.5);\n            position: relative;\n            z-index: 2;\n        }\n\n        \/* Content container *\/\n        .content-container {\n            padding: 0 24px;\n        }\n\n        \/* Section styling *\/\n        .section-title {\n            color: var(--heading-color);\n            text-align: center;\n            margin: 2.5rem 0 1.5rem;\n            font-family: var(--font-family-primary);\n            font-weight: 600;\n            font-size: 1.8rem;\n            position: relative;\n            padding-bottom: 15px;\n        }\n\n        .section-title::after {\n            content: \"\";\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 3px;\n            background: linear-gradient(90deg, var(--accent-color), var(--silver-gradient-end));\n            border-radius: 2px;\n        }\n\n        \/* Key Features Section *\/\n        .features-section, .charging-highlights-section {\n            padding: 50px 0;\n            background-color: var(--secondary-bg);\n            border-radius: 12px;\n            margin-bottom: 40px;\n            box-shadow: var(--box-shadow-dark);\n            text-align: center;\n        }\n\n        .features-grid, .charging-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 30px;\n            margin: 2.5rem 0;\n        }\n\n        .feature-card {\n            background: var(--tertiary-bg);\n            border-radius: 12px;\n            box-shadow: var(--box-shadow-light);\n            overflow: hidden;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            height: 100%;\n            text-align: center;\n            padding: 30px 20px;\n            border: 2px solid transparent;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);\n            border-color: var(--accent-color);\n        }\n\n        .feature-icon {\n            font-size: 2.2rem;\n            margin-bottom: 20px;\n            display: inline-block;\n            background: linear-gradient(135deg, var(--accent-color), var(--silver-gradient-end));\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .feature-title {\n            color: var(--heading-color);\n            font-weight: 600;\n            font-size: 1.2rem;\n            margin: 0 0 12px;\n        }\n\n        .feature-description {\n            color: var(--body-text-color);\n            font-size: 0.95rem;\n            margin: 0;\n        }\n\n        \/* Charging Highlights Specific Styling *\/\n        .charging-highlight-item {\n            background: var(--tertiary-bg);\n            border-radius: 12px;\n            box-shadow: var(--box-shadow-light);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            padding: 30px 20px;\n            border: 2px solid transparent;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .charging-highlight-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);\n            border-color: var(--accent-color);\n        }\n\n        .charging-highlight-item img {\n            max-width: 100%;\n            height: auto;\n            border-radius: 8px;\n            margin-bottom: 20px;\n        }\n\n        .charging-highlight-item h4 {\n            color: var(--heading-color);\n            font-weight: 600;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n        }\n\n        .charging-highlight-item p {\n            color: var(--body-text-color);\n            font-size: 1rem;\n            line-height: 1.5;\n        }\n\n        \/* Installation Showcase *\/\n        .installation-showcase {\n            margin: 40px 0;\n            padding: 40px;\n            background: var(--secondary-bg);\n            border-radius: 12px;\n            box-shadow: var(--box-shadow-dark);\n            text-align: center;\n        }\n\n        .installation-step-img {\n            width: 80%; \/* Adjusted width for a single image *\/\n            max-width: 600px; \/* Max width to keep it from being too big *\/\n            height: auto;\n            object-fit: cover;\n            border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);\n            margin: 30px auto; \/* Center the image *\/\n            display: block; \/* Ensures margin auto works *\/\n            border: 2px solid var(--accent-color); \/* Subtle border for images *\/\n        }\n\n        .installation-description {\n            color: var(--body-text-color);\n            font-size: 1.1rem;\n            margin-top: 20px;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n            line-height: 1.8;\n        }\n\n        \/* Specs section *\/\n        .specs-section {\n            background-color: var(--secondary-bg);\n            border-radius: 12px;\n            padding: 40px;\n            margin: 3rem 0;\n            box-shadow: var(--box-shadow-dark);\n        }\n\n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 25px;\n            margin-top: 30px;\n        }\n\n        .spec-item {\n            display: flex;\n            align-items: center;\n            background: var(--tertiary-bg);\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: var(--box-shadow-light);\n        }\n\n        .spec-icon {\n            font-size: 1.5rem;\n            margin-right: 15px;\n            color: var(--accent-color);\n            flex-shrink: 0;\n        }\n\n        .spec-content {\n            flex-grow: 1;\n        }\n\n        .spec-name {\n            font-weight: 600;\n            color: var(--heading-color);\n            margin: 0 0 5px 0;\n        }\n\n        .spec-value {\n            font-size: 0.95rem;\n            color: var(--body-text-color);\n            margin: 0;\n        }\n\n        \/* Compatibility section *\/\n        .compatibility-section {\n            padding: 40px 0;\n            margin: 40px 0;\n            background-color: var(--secondary-bg);\n            border-radius: 12px;\n            box-shadow: var(--box-shadow-dark);\n        }\n\n        .table-container {\n            margin-top: 30px;\n            overflow-x: auto;\n            padding: 0 20px;\n        }\n\n        .compatibility-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: var(--box-shadow-light);\n        }\n\n        .compatibility-table th,\n        .compatibility-table td {\n            padding: 15px 20px;\n            text-align: left;\n            border-bottom: 1px solid #4a4a4a; \/* Darker border *\/\n        }\n\n        .compatibility-table th {\n            background: linear-gradient(135deg, var(--primary-bg), var(--secondary-bg));\n            color: white;\n            font-weight: 600;\n        }\n\n        .compatibility-table tr:nth-child(even) {\n            background-color: #202020;\n        }\n\n        .compatibility-table tr:hover {\n            background-color: #303030;\n        }\n        .compatibility-table td {\n            color: var(--body-text-color);\n        }\n\n        \/* CTA Button styling *\/\n        .cta-section {\n            text-align: center;\n            margin: 3rem 0;\n            padding: 20px;\n        }\n\n        .brand-button {\n            background: linear-gradient(135deg, var(--accent-color), #FF9900); \/* Orange gradient button *\/\n            color: #FFFFFF !important; \/* White text on orange button *\/\n            padding: 16px 32px;\n            border-radius: 50px;\n            font-weight: 700;\n            text-transform: uppercase;\n            transition: all 0.3s;\n            border: none;\n            cursor: pointer;\n            display: inline-block;\n            text-decoration: none;\n            font-size: 1rem;\n            letter-spacing: 0.5px;\n            box-shadow: 0 5px 15px rgba(255, 111, 0, 0.3);\n        }\n\n        .brand-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px rgba(255, 111, 0, 0.4);\n        }\n\n        \/* Shipping section *\/\n        .shipping-section {\n            background-color: var(--tertiary-bg);\n            border-radius: 12px;\n            padding: 40px;\n            margin: 3rem 0;\n            box-shadow: var(--box-shadow-dark);\n            text-align: center;\n        }\n\n        .shipping-highlight {\n            background: linear-gradient(135deg, var(--primary-bg), var(--secondary-bg));\n            color: white;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            font-weight: 600;\n            font-size: 1.1rem;\n        }\n\n        .shipping-section ul {\n            color: var(--body-text-color);\n        }\n        .shipping-section strong {\n            color: var(--heading-color);\n        }\n\n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n\n            .features-grid, .charging-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .specs-section,\n            .shipping-section,\n            .installation-showcase,\n            .charging-highlights-section {\n                padding: 25px 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"tesery-product-description-container\"\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch2 class=\"product-title\"\u003eUSB Hub Docking Station\u003c\/h2\u003e\n\u003cp class=\"product-subtitle\"\u003eAdvanced Charging \u0026amp; Seamless Integration for Tesla Model Y Juniper \u0026amp; Model 3 Highland\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-container\"\u003e\n\u003cdiv class=\"charging-highlights-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eNext-Gen Fast Charging Power\u003c\/h2\u003e\n\u003cdiv class=\"charging-grid\"\u003e\n\u003cdiv class=\"charging-highlight-item\"\u003e\n\u003cp class=\"feature-title\"\u003e\u003cstrong\u003eAdvanced 125W PD Fast Charging\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"feature-description\"\u003eExperience a 120% surge in power with our high-output retractable cables. Recharge your devices at unprecedented speeds.\u003c\/p\u003e\n\u003cp class=\"feature-description\"\u003e \u003c\/p\u003e\n\u003cp class=\"feature-description\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/USBHubDockingStationforTeslaModelYJuniper_Model3Highland_7_1.png?v=1750390945\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp class=\"feature-description\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"charging-highlight-item\"\u003e\n\u003cp class=\"feature-title\"\u003e\u003cstrong\u003eIntegrated 80CM Dual Retractable Cables\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"feature-description\"\u003eCharge from anywhere in your Tesla. Our extended 80cm retractable cables ensure convenient charging for both the passenger and rear seats, eliminating distance limitations\u003c\/p\u003e\n\u003cp class=\"feature-description\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/USBHubDockingStationforTeslaModelYJuniper_Model3Highland_5.png?v=1750390592\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features \u0026amp; Design Excellence\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📐\u003c\/span\u003e\n\u003cp class=\"feature-title\"\u003ePrecision 3D Scan Mold Fit\u003c\/p\u003e\n\u003cp class=\"feature-description\"\u003eCrafted with meticulous 3D scanning and molding, every edge and corner seamlessly integrates with your original car interior, ensuring a perfect fit that doesn't impede the storage compartment's opening or closing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🧠\u003c\/span\u003e\n\u003cp class=\"feature-title\"\u003eAI Smart Control for Device Health\u003c\/p\u003e\n\u003cp class=\"feature-description\"\u003eIntelligent trickle charging mode constantly monitors power output, ensuring rapid charging without harming your device's battery and promoting healthier battery life.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔗\u003c\/span\u003e\n\u003cp class=\"feature-title\"\u003eThickened TPE Durable, Tangle-Free Cables\u003c\/p\u003e\n\u003cp class=\"feature-description\"\u003eOur cables are made from reinforced TPE material, providing exceptional durability and resistance to tangling, ensuring a long-lasting and hassle-free user experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🛡️\u003c\/span\u003e\n\u003cp class=\"feature-title\"\u003eIntegrated Dust-Proof Panel\u003c\/p\u003e\n\u003cp class=\"feature-description\"\u003eComes with a built-in dust-proof and waterproof panel that protects the interfaces, keeping your console tidy and extending the lifespan of the ports.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e♨️\u003c\/span\u003e\n\u003cp class=\"feature-title\"\u003eUpgraded 12-Core Temperature Control\u003c\/p\u003e\n\u003cp class=\"feature-description\"\u003eUtilizes advanced GaN (Gallium Nitride) technology, an MCU main control, and high-performance transformers for superior heat dissipation and minimal loss, ensuring stable and efficient operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✨\u003c\/span\u003e\n\u003cp class=\"feature-title\"\u003eMagnetic Slide-Cover Panel\u003c\/p\u003e\n\u003cp class=\"feature-description\"\u003eThe magnetic sliding panel offers smooth, unhindered operation, allowing for effortless opening and closing without any sticking or jamming.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"installation-showcase\"\u003e\n\u003ch2 class=\"section-title\"\u003eEffortless Installation \u0026amp; Removal\u003c\/h2\u003e\n\u003cp class=\"installation-description\"\u003e\u003cstrong\u003eNon-Destructive Interior Installation:\u003c\/strong\u003e Installation is a breeze. Simply pull down one end of the interface until you hear a \"click\" to secure it in place. A slight pull outwards will automatically retract the data cable, keeping your interior pristine.\u003c\/p\u003e\n\u003cp class=\"installation-description\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/USBHubDockingStationforTeslaModelYJuniper_Model3Highland.jpg?v=1750391475\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp class=\"installation-description\"\u003e\u003cstrong\u003eSlide-and-Remove Design:\u003c\/strong\u003e The docking station is designed for simple and convenient removal. Its sliding mechanism ensures hassle-free detachment whenever needed.\u003c\/p\u003e\n\u003cp class=\"installation-description\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/USBHubDockingStationforTeslaModelYJuniper_Model3Highland_2.png?v=1750390592\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e📦\u003c\/span\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"spec-name\"\u003ePackage Contents\u003c\/p\u003e\n\u003cp class=\"spec-value\"\u003e1 x USB Hub Docking Station, 2 x Integrated Retractable Charging Cables\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e⚡\u003c\/span\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"spec-name\"\u003eCharging Power\u003c\/p\u003e\n\u003cp class=\"spec-value\"\u003eTotal 125W (65W Type-C + 30W Apple Lightning + 15W USB-A)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🔌\u003c\/span\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"spec-name\"\u003eCable Length\u003c\/p\u003e\n\u003cp class=\"spec-value\"\u003e2 x 80CM (Retractable)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🏗️\u003c\/span\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"spec-name\"\u003eMaterial\u003c\/p\u003e\n\u003cp class=\"spec-value\"\u003eHigh-Grade ABS, TPE (Cables), Advanced GaN Components\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🛡️\u003c\/span\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"spec-name\"\u003eSpecial Features\u003c\/p\u003e\n\u003cp class=\"spec-value\"\u003eDust-Proof Panel, Magnetic Slide Cover, AI Smart Charging\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🌡️\u003c\/span\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"spec-name\"\u003eThermal Management\u003c\/p\u003e\n\u003cp class=\"spec-value\"\u003eUpgraded 12-Core Temperature Control System\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compatibility-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eTesla Model Compatibility\u003c\/h2\u003e\n\u003cp style=\"text-align: center; margin-bottom: 30px; color: var(--accent-color); font-weight: 600;\"\u003e✅ Designed for seamless integration with newer Tesla models\u003c\/p\u003e\n\u003cdiv class=\"table-container\"\u003e\n\u003ctable class=\"compatibility-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eTesla Model\u003c\/th\u003e\n\u003cth\u003eYear Range\u003c\/th\u003e\n\u003cth\u003eCompatibility Status\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eModel Y Juniper\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Years (including refreshed Juniper models)\u003c\/td\u003e\n\u003ctd\u003e✅ Fully Compatible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eModel 3 Highland\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Years (including refreshed Highland models)\u003c\/td\u003e\n\u003ctd\u003e✅ Fully Compatible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"65W Type C + 30W Lightning + 15W USB","offer_id":42684739977312,"sku":"T-UH001-A+C","price":48.99,"currency_code":"USD","in_stock":true},{"title":"65W Type C + 30W Type C + 15W USB","offer_id":42684740010080,"sku":"T-UH001-2C","price":48.99,"currency_code":"USD","in_stock":true},{"title":"30W Lightning*2  + USB","offer_id":42684740042848,"sku":"T-UH001-2A","price":36.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0598\/1922\/9280\/files\/usb-hub-docking-station-for-tesla-model-y-juniper-model-3-highland-538922.png?v=1775586688","url":"https:\/\/bijoucc.myshopify.com\/products\/usb-hub-docking-station-for-tesla-model-y-juniper-model-3-highland","provider":"CARIBBEAN CONNECT","version":"1.0","type":"link"}