{"product_id":"y-juniper-3-highland-usb-hub-docking-station","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\u003cstyle\u003e        \/* === Premium Tesla Accessory Page Styling (Dark Gray\/Silver Theme with Orange Accents) === *\/        :root {            \/* Adjusted colors for a sleek, high-end dark gray\/silver aesthetic with orange highlights *\/            --primary-bg: #1A1A1A; \/* Dark almost black background *\/            --secondary-bg: #222222; \/* Slightly lighter dark for sections *\/            --tertiary-bg: #2C2C2C; \/* Mid-dark for cards *\/            --accent-color: #FF6F00; \/* Orange accent for highlights (from product image) *\/            --heading-color: #E0E0E0; \/* Light gray for headings *\/            --body-text-color: #B0B0B0; \/* Medium gray for body text *\/            --light-text-color: #D0D0D0; \/* Lighter gray for specific text *\/            --silver-primary: #C0C0C0; \/* Main silver color *\/            --silver-dark: #808080; \/* Darker silver\/gray *\/            --silver-light: #E0E0E0; \/* Lighter silver\/gray *\/            --silver-gradient-start: #AAAAAA;            --silver-gradient-end: #E0E0E0;            --font-family-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;            --box-shadow-dark: 0 5px 15px rgba(0, 0, 0, 0.2);            --box-shadow-light: 0 2px 8px rgba(0, 0, 0, 0.1);        }        \/* Base styling *\/        .Sikunuo-product-description-container {            font-family: var(--font-family-primary);            color: var(--body-text-color);            line-height: 1.6;            background-color: var(--primary-bg);            max-width: 1200px;            margin: 0 auto;            padding: 0;            box-shadow: var(--box-shadow-dark);        }        \/* Hero section *\/        .hero-section {            position: relative;            text-align: center;            padding: 80px 0;            margin-bottom: 40px;            background: linear-gradient(135deg, var(--tertiary-bg), var(--primary-bg));            color: white;            border-radius: 12px;            overflow: hidden;            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);        }        .hero-section::before {            content: '';            position: absolute;            top: 0;            left: 0;            right: 0;            bottom: 0;            background: linear-gradient(45deg,                rgba(255, 111, 0, 0.1) 0%, \/* Orange glow *\/                rgba(255, 111, 0, 0.2) 35%,                rgba(51, 51, 51, 0.2) 70%,                rgba(255, 111, 0, 0.1) 100%);            animation: ambientGlow 4s linear infinite;        }        @keyframes ambientGlow {            0%, 100% { opacity: 0.3; }            50% { opacity: 0.6; }        }        .product-title {            color: var(--heading-color);            font-family: var(--font-family-primary);            font-weight: 700;            font-size: 2.8rem;            text-shadow: 0 2px 4px rgba(0,0,0,0.5);            margin-bottom: 15px;            position: relative;            z-index: 2;        }        .product-subtitle {            font-weight: 500;            color: var(--light-text-color);            font-size: 1.3rem;            margin-bottom: 0;            text-shadow: 0 2px 3px rgba(0,0,0,0.5);            position: relative;            z-index: 2;        }        \/* Content container *\/        .content-container {            padding: 0 24px;        }        \/* Section styling *\/        .section-title {            color: var(--heading-color);            text-align: center;            margin: 2.5rem 0 1.5rem;            font-family: var(--font-family-primary);            font-weight: 600;            font-size: 1.8rem;            position: relative;            padding-bottom: 15px;        }        .section-title::after {            content: \"\";            position: absolute;            bottom: 0;            left: 50%;            transform: translateX(-50%);            width: 80px;            height: 3px;            background: linear-gradient(90deg, var(--accent-color), var(--silver-gradient-end));            border-radius: 2px;        }        \/* Video section *\/        .video-section {            padding: 50px 0;            margin-bottom: 40px;            background-color: var(--secondary-bg);            border-radius: 12px;            box-shadow: var(--box-shadow-dark);            text-align: center;        }        .video-container {            position: relative;            width: 100%;            max-width: 900px;            margin: 30px auto 0;            aspect-ratio: 16 \/ 9;            background: #000;            border-radius: 12px;            overflow: hidden;            box-shadow: var(--box-shadow-light);        }        .video-container iframe {            position: absolute;            top: 0;            left: 0;            width: 100%;            height: 100%;            border: 0;            display: block;        }        \/* Key Features Section *\/        .features-section, .charging-highlights-section {            padding: 50px 0;            background-color: var(--secondary-bg);            border-radius: 12px;            margin-bottom: 40px;            box-shadow: var(--box-shadow-dark);            text-align: center;        }        .features-grid, .charging-grid {            display: grid;            grid-template-columns: repeat(2, 1fr);            gap: 30px;            margin: 2.5rem 0;        }        .feature-card {            background: var(--tertiary-bg);            border-radius: 12px;            box-shadow: var(--box-shadow-light);            overflow: hidden;            transition: transform 0.3s ease, box-shadow 0.3s ease;            display: flex;            flex-direction: column;            height: 100%;            text-align: center;            padding: 30px 20px;            border: 2px solid transparent;        }        .feature-card:hover {            transform: translateY(-5px);            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);            border-color: var(--accent-color);        }        .feature-icon {            font-size: 2.2rem;            margin-bottom: 20px;            display: inline-block;            background: linear-gradient(135deg, var(--accent-color), var(--silver-gradient-end));            -webkit-background-clip: text;            -webkit-text-fill-color: transparent;            background-clip: text;        }        .feature-title {            color: var(--heading-color);            font-weight: 600;            font-size: 1.2rem;            margin: 0 0 12px;        }        .feature-description {            color: var(--body-text-color);            font-size: 0.95rem;            margin: 0;        }        \/* Charging Highlights Specific Styling *\/        .charging-highlight-item {            background: var(--tertiary-bg);            border-radius: 12px;            box-shadow: var(--box-shadow-light);            transition: transform 0.3s ease, box-shadow 0.3s ease;            padding: 30px 20px;            border: 2px solid transparent;            display: flex;            flex-direction: column;            align-items: center;            justify-content: center;        }        .charging-highlight-item:hover {            transform: translateY(-5px);            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);            border-color: var(--accent-color);        }        .charging-highlight-item img {            max-width: 100%;            height: auto;            border-radius: 8px;            margin-bottom: 20px;        }        .charging-highlight-item h4 {            color: var(--heading-color);            font-weight: 600;            font-size: 1.3rem;            margin-bottom: 10px;        }        .charging-highlight-item p {            color: var(--body-text-color);            font-size: 1rem;            line-height: 1.5;        }        \/* Installation Showcase *\/        .installation-showcase {            margin: 40px 0;            padding: 40px;            background: var(--secondary-bg);            border-radius: 12px;            box-shadow: var(--box-shadow-dark);            text-align: center;        }        .installation-step-img {            width: 80%; \/* Adjusted width for a single image *\/            max-width: 600px; \/* Max width to keep it from being too big *\/            height: auto;            object-fit: cover;            border-radius: 12px;            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);            margin: 30px auto; \/* Center the image *\/            display: block; \/* Ensures margin auto works *\/            border: 2px solid var(--accent-color); \/* Subtle border for images *\/        }        .installation-description {            color: var(--body-text-color);            font-size: 1.1rem;            margin-top: 20px;            max-width: 700px;            margin-left: auto;            margin-right: auto;            line-height: 1.8;        }        \/* Specs section *\/        .specs-section {            background-color: var(--secondary-bg);            border-radius: 12px;            padding: 40px;            margin: 3rem 0;            box-shadow: var(--box-shadow-dark);        }        .specs-grid {            display: grid;            grid-template-columns: repeat(2, 1fr);            gap: 25px;            margin-top: 30px;        }        .spec-item {            display: flex;            align-items: center;            background: var(--tertiary-bg);            padding: 20px;            border-radius: 8px;            box-shadow: var(--box-shadow-light);        }        .spec-icon {            font-size: 1.5rem;            margin-right: 15px;            color: var(--accent-color);            flex-shrink: 0;        }        .spec-content {            flex-grow: 1;        }        .spec-name {            font-weight: 600;            color: var(--heading-color);            margin: 0 0 5px 0;        }        .spec-value {            font-size: 0.95rem;            color: var(--body-text-color);            margin: 0;        }        \/* Compatibility section *\/        .compatibility-section {            padding: 40px 0;            margin: 40px 0;            background-color: var(--secondary-bg);            border-radius: 12px;            box-shadow: var(--box-shadow-dark);        }        .table-container {            margin-top: 30px;            overflow-x: auto;            padding: 0 20px;        }        .compatibility-table {            width: 100%;            border-collapse: collapse;            border-radius: 8px;            overflow: hidden;            box-shadow: var(--box-shadow-light);        }        .compatibility-table th,        .compatibility-table td {            padding: 15px 20px;            text-align: left;            border-bottom: 1px solid #4a4a4a; \/* Darker border *\/        }        .compatibility-table th {            background: linear-gradient(135deg, var(--primary-bg), var(--secondary-bg));            color: white;            font-weight: 600;        }        .compatibility-table tr:nth-child(even) {            background-color: #202020;        }        .compatibility-table tr:hover {            background-color: #303030;        }        .compatibility-table td {            color: var(--body-text-color);        }        \/* CTA Button styling *\/        .cta-section {            text-align: center;            margin: 3rem 0;            padding: 20px;        }        .brand-button {            background: linear-gradient(135deg, var(--accent-color), #FF9900); \/* Orange gradient button *\/            color: #FFFFFF !important; \/* White text on orange button *\/            padding: 16px 32px;            border-radius: 50px;            font-weight: 700;            text-transform: uppercase;            transition: all 0.3s;            border: none;            cursor: pointer;            display: inline-block;            text-decoration: none;            font-size: 1rem;            letter-spacing: 0.5px;            box-shadow: 0 5px 15px rgba(255, 111, 0, 0.3);        }        .brand-button:hover {            transform: translateY(-2px);            box-shadow: 0 8px 20px rgba(255, 111, 0, 0.4);        }        \/* Shipping section *\/        .shipping-section {            background-color: var(--tertiary-bg);            border-radius: 12px;            padding: 40px;            margin: 3rem 0;            box-shadow: var(--box-shadow-dark);            text-align: center;        }        .shipping-highlight {            background: linear-gradient(135deg, var(--primary-bg), var(--secondary-bg));            color: white;            padding: 20px;            border-radius: 8px;            margin: 20px 0;            font-weight: 600;            font-size: 1.1rem;        }        .shipping-section ul {            color: var(--body-text-color);        }        .shipping-section strong {            color: var(--heading-color);        }        \/* Responsive adjustments *\/        @media (max-width: 768px) {            .product-title {                font-size: 2rem;            }            .features-grid, .charging-grid {                grid-template-columns: 1fr;            }            .specs-grid {                grid-template-columns: 1fr;            }            .specs-section,            .shipping-section,            .installation-showcase,            .charging-highlights-section {                padding: 25px 20px;            }        }    \u003c\/style\u003e\u003cdiv class=\"Sikunuo-product-description-container\"\u003e\n\u003cdiv class=\"hero-section\"\u003e\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\u003c\/div\u003e\n\u003cdiv class=\"content-container\"\u003e\n\u003cdiv class=\"video-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Video\u003c\/h2\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/39zHEQvGmQM\" title=\"USB Hub Docking Station for Tesla Model Y Juniper \u0026amp; Model 3 Highland\" loading=\"lazy\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\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\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\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\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\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\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\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\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\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\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\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\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\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\u003ctable class=\"compatibility-table\"\u003e\n\u003cthead\u003e\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\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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sikunuo","offers":[{"title":"65W Type C + 30W Lightning + 15W USB","offer_id":43896536072255,"sku":null,"price":48.99,"currency_code":"USD","in_stock":true},{"title":"65W Type C + 30W Type C + 15W USB","offer_id":43896536105023,"sku":null,"price":48.99,"currency_code":"USD","in_stock":true},{"title":"30W Lightning*2  + USB","offer_id":43896536137791,"sku":null,"price":36.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/4207\/5967\/files\/usb-hub-docking-station-for-tesla-model-y-juniper-model-3-highland-538922.png?v=1789719961","url":"https:\/\/sikunuo.com\/products\/y-juniper-3-highland-usb-hub-docking-station","provider":"Sikunuo","version":"1.0","type":"link"}