{"product_id":"armrest-box-hidden-expansion-dock-for-model-y-juniper-model-3-highland","title":"Armrest Box Hidden Expansion Dock for Model Y Juniper \u0026 Model 3 Highland","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* === Tesla Accessory Styling (Modern, Sleek, with Tech Accents) === *\/\n        :root {\n            \/* Color palette inspired by the provided images: deep blues, silvers, and a touch of red\/orange from charging indicators *\/\n            --primary-bg: #F0F2F5; \/* Light grey\/off-white for background *\/\n            --secondary-bg: #FFFFFF; \/* Pure white for main content blocks *\/\n            --tertiary-bg: #E7ECF1; \/* Slightly darker grey\/blue for accents\/cards *\/\n            --accent-color-dark: #1F2C40; \/* Dark charcoal\/near black for strong accents, titles (from JOWUA branding) *\/\n            --accent-color-light: #5A708F; \/* Muted blue-grey for subtle accents\/borders *\/\n            --heading-color: #2D3A50; \/* Darker blue-grey for headings *\/\n            --body-text-color: #4A5C70; \/* Medium blue-grey for body text *\/\n            --light-text-color: #8C99A8; \/* Lighter grey for descriptive text *\/\n            --charging-orange: #FF6600; \/* Orange for charging highlights *\/\n            --charging-red: #E74C3C; \/* Red for strong charging indicators *\/\n\n            --font-family-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            --box-shadow-light: 0 4px 15px rgba(0, 0, 0, 0.05);\n            --box-shadow-medium: 0 8px 30px rgba(0, 0, 0, 0.1);\n            --border-radius-main: 12px;\n            --border-radius-card: 8px;\n        }\n\n        \/* Base styling *\/\n        .tesla-dock-container {\n            font-family: var(--font-family-primary);\n            color: var(--body-text-color);\n            line-height: 1.7;\n            background-color: var(--primary-bg);\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0;\n            box-shadow: var(--box-shadow-medium);\n            overflow: hidden;\n            border-radius: var(--border-radius-main);\n        }\n\n        \/* Hero section *\/\n        .hero-section {\n            position: relative;\n            text-align: center;\n            padding: 80px 0 60px;\n            background: linear-gradient(135deg, var(--secondary-bg), var(--primary-bg));\n            border-bottom: 1px solid var(--tertiary-bg);\n            box-shadow: var(--box-shadow-light);\n            margin-bottom: 40px;\n        }\n\n        .product-title {\n            color: var(--heading-color);\n            font-weight: 700;\n            font-size: 2.8rem; \/* Adjusted for better centering *\/\n            margin-bottom: 15px;\n            position: relative;\n            z-index: 2;\n            text-shadow: 1px 1px 2px rgba(0,0,0,0.03);\n            letter-spacing: -0.03em; \/* Tighten slightly for sleekness *\/\n        }\n\n        .product-subtitle {\n            font-weight: 500;\n            color: var(--body-text-color);\n            font-size: 1.4rem;\n            margin-bottom: 0;\n            position: relative;\n            z-index: 2;\n        }\n\n        \/* Hero image *\/\n        .hero-image {\n            width: 100%;\n            height: auto;\n            display: block;\n            margin-top: 40px; \/* Space from title *\/\n            margin-bottom: 40px;\n            border-radius: var(--border-radius-main);\n            box-shadow: var(--box-shadow-medium);\n            object-fit: cover;\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: 4rem 0 2.5rem;\n            font-weight: 600;\n            font-size: 2.4rem;\n            position: relative;\n            padding-bottom: 20px;\n            letter-spacing: -0.02em;\n        }\n\n        .section-title::after {\n            content: \"\";\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 90px;\n            height: 4px;\n            background: linear-gradient(90deg, transparent, var(--accent-color-dark), transparent);\n            border-radius: 2px;\n        }\n\n        \/* Features list *\/\n        .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 2.5rem 0 4rem;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n        }\n\n        .features-list li {\n            background: var(--secondary-bg);\n            border-left: 5px solid var(--accent-color-dark);\n            padding: 25px;\n            border-radius: var(--border-radius-card);\n            box-shadow: var(--box-shadow-light);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n        }\n\n        .features-list li:hover {\n            transform: translateY(-7px);\n            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);\n        }\n\n        .feature-icon-bullet {\n            font-size: 1.8rem;\n            color: var(--accent-color-dark);\n            flex-shrink: 0;\n        }\n\n        .feature-text {\n            flex-grow: 1;\n        }\n\n        .feature-text strong {\n            color: var(--heading-color);\n            font-size: 1.15rem;\n            display: block;\n            margin-bottom: 5px;\n        }\n\n        .feature-text p {\n            font-size: 1rem;\n            color: var(--body-text-color);\n            margin: 0;\n        }\n\n        \/* Image sections (general) *\/\n        .image-section {\n            padding: 50px 0;\n            background-color: var(--secondary-bg);\n            border-radius: var(--border-radius-main);\n            margin-bottom: 40px;\n            box-shadow: var(--box-shadow-medium);\n            text-align: center;\n        }\n\n        .image-section img {\n            max-width: 90%;\n            height: auto;\n            border-radius: var(--border-radius-card);\n            box-shadow: var(--box-shadow-light);\n            margin-top: 30px;\n            border: 1px solid var(--tertiary-bg);\n        }\n\n        \/* Usage\/Parameters Section with Images *\/\n        .usage-param-section {\n            padding: 50px 0;\n            background-color: var(--primary-bg);\n            border-radius: var(--border-radius-main);\n            margin-bottom: 40px;\n            box-shadow: var(--box-shadow-medium);\n            text-align: center;\n        }\n\n        .usage-item, .param-item {\n            display: flex;\n            flex-direction: row;\n            align-items: center;\n            justify-content: center;\n            gap: 40px;\n            padding: 30px 20px;\n            max-width: 1000px;\n            margin: 0 auto 30px;\n            background-color: var(--secondary-bg);\n            border-radius: var(--border-radius-card);\n            box-shadow: var(--box-shadow-light);\n        }\n\n        .usage-item:nth-child(odd), .param-item:nth-child(odd) {\n            flex-direction: row;\n        }\n\n        .usage-item:nth-child(even), .param-item:nth-child(even) {\n            flex-direction: row-reverse;\n        }\n\n        .usage-text, .param-text {\n            flex: 1;\n            text-align: left;\n            padding: 0 20px;\n        }\n\n        .usage-text h4, .param-text h4 {\n            color: var(--heading-color);\n            font-weight: 600;\n            font-size: 1.5rem;\n            margin-bottom: 10px;\n        }\n\n        .usage-text p, .param-text p {\n            color: var(--body-text-color);\n            font-size: 1.05rem;\n            line-height: 1.6;\n        }\n\n        .usage-image, .param-image {\n            flex: 1;\n            max-width: 450px; \/* Adjusted max-width for these images *\/\n            text-align: center;\n        }\n\n        .usage-image img, .param-image img {\n            width: 100%;\n            height: auto;\n            border-radius: var(--border-radius-card);\n            box-shadow: var(--box-shadow-light);\n            border: 1px solid var(--tertiary-bg);\n            object-fit: cover;\n            aspect-ratio: 16\/9; \/* Widescreen for product images *\/\n        }\n\n\n        \/* Compatibility Table *\/\n        .compatibility-section {\n            padding: 50px 0;\n            background-color: var(--primary-bg);\n            border-radius: var(--border-radius-main);\n            margin-bottom: 40px;\n            box-shadow: var(--box-shadow-medium);\n            text-align: center;\n        }\n\n        .compatibility-table-container {\n            max-width: 600px;\n            margin: 30px auto 0;\n            background-color: var(--secondary-bg);\n            border-radius: var(--border-radius-card);\n            overflow: hidden;\n            box-shadow: var(--box-shadow-light);\n        }\n\n        .compatibility-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 1rem;\n        }\n\n        .compatibility-table th,\n        .compatibility-table td {\n            padding: 15px;\n            text-align: left;\n            border-bottom: 1px solid var(--tertiary-bg);\n        }\n\n        .compatibility-table th {\n            background-color: var(--accent-color-dark);\n            color: #fff;\n            font-weight: 600;\n            text-transform: uppercase;\n            font-size: 0.9rem;\n            letter-spacing: 0.05em;\n        }\n\n        .compatibility-table tbody tr:last-child td {\n            border-bottom: none;\n        }\n\n        .compatibility-table tbody tr:nth-child(even) {\n            background-color: var(--tertiary-bg);\n        }\n\n        .compatibility-table .check-mark {\n            color: #28a745; \/* Green checkmark *\/\n            font-weight: bold;\n            font-size: 1.2rem;\n            text-align: center;\n            width: 50px;\n        }\n\n        \/* FAQ Section *\/\n        .faq-section {\n            padding: 50px 0;\n            background-color: var(--secondary-bg);\n            border-radius: var(--border-radius-main);\n            margin-bottom: 40px;\n            box-shadow: var(--box-shadow-medium);\n            text-align: center;\n        }\n\n        .faq-list {\n            max-width: 800px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .faq-item {\n            background: var(--tertiary-bg);\n            border-radius: var(--border-radius-card);\n            padding: 20px;\n            margin-bottom: 15px;\n            text-align: left;\n            box-shadow: var(--box-shadow-light);\n            transition: transform 0.2s ease;\n        }\n\n        .faq-item:hover {\n            transform: translateY(-3px);\n        }\n\n        .faq-question {\n            color: var(--heading-color);\n            font-weight: 600;\n            font-size: 1.15rem;\n            margin-bottom: 10px;\n        }\n\n        .faq-answer {\n            color: var(--body-text-color);\n            font-size: 0.98rem;\n            line-height: 1.6;\n        }\n\n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .hero-section {\n                padding: 60px 0 40px;\n            }\n            .product-title {\n                font-size: 2.2rem;\n            }\n            .product-subtitle {\n                font-size: 1.2rem;\n            }\n            .section-title {\n                font-size: 2rem;\n                margin: 3rem 0 1.5rem;\n            }\n            .features-list {\n                grid-template-columns: 1fr;\n                padding: 0 15px;\n            }\n            .image-section img {\n                max-width: 95%;\n            }\n            .faq-list {\n                padding: 0 15px;\n            }\n            .compatibility-table th,\n            .compatibility-table td {\n                padding: 10px;\n            }\n            .usage-item, .param-item {\n                flex-direction: column; \/* Stack columns on small screens *\/\n                gap: 25px;\n                padding: 25px 15px;\n            }\n            .usage-item:nth-child(odd), .param-item:nth-child(odd), \/* Ensure stacking for both odd and even rows on small screens *\/\n            .usage-item:nth-child(even), .param-item:nth-child(even) {\n                flex-direction: column;\n            }\n            .usage-text, .param-text {\n                padding: 0;\n                text-align: center;\n            }\n            .usage-image, .param-image {\n                max-width: 100%; \/* Allow image to take full width *\/\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"tesla-dock-container\"\u003e\n\u003cdiv class=\"hero-section\" style=\"text-align: center;\"\u003e\n\u003ch2 class=\"product-title\"\u003eArmrest Box Hidden Expansion Dock for Tesla\u003c\/h2\u003e\n\u003cp class=\"product-subtitle\"\u003eSeamless Charging Integration for Model 3 Highland \u0026amp; Model Y Juniper\u003c\/p\u003e\n\u003cp class=\"product-subtitle\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/ArmrestBoxHiddenExpansionDockforModelYJuniper_Model3Highland_1.png?v=1750995075\" alt=\"Armrest Box Hidden Expansion Dock for Model Y Juniper \u0026amp; Model 3 Highland\" style=\"float: none;\"\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-container\"\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"feature-icon-bullet\"\u003e✨\u003c\/span\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eCustom-Engineered Fit\u003c\/strong\u003e\n\u003cp\u003eSpecifically designed for Tesla Model 3 Highland and 2025+ Tesla Model Y Juniper, ensuring a flawless and integrated look that complements your vehicle's interior.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"feature-icon-bullet\"\u003e🚀\u003c\/span\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eHidden \u0026amp; Space-Efficient Design\u003c\/strong\u003e\n\u003cp\u003eCleverly utilizes the idle space beneath the armrest, providing a discreet yet powerful charging solution. Maximizes charging performance while maintaining interior neatness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"feature-icon-bullet\"\u003e⚡\u003c\/span\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003e87W Fast Charging Expansion\u003c\/strong\u003e\n\u003cp\u003eExperience lightning-fast charging without sacrificing valuable cabin space. Our hidden expansion port rapidly charges multiple devices simultaneously, eliminating battery anxiety on your journey.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"feature-icon-bullet\"\u003e\u003cbr\u003e\u003c\/span\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003e\u003cspan class=\"feature-icon-bullet\"\u003e👍\u003c\/span\u003eEnhanced Interior Aesthetics\u003c\/strong\u003e\n\u003cp\u003eCreates a harmonious and unified interior appearance. The flush-mount installation ensures a snug fit, perfectly matching your vehicle's interior.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"feature-icon-bullet\"\u003e🔌\u003c\/span\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003e90cm Retractable Fast Charging Cables\u003c\/strong\u003e\n\u003cp\u003eEnjoy the convenience of rear-seat charging with our smoothly retractable cables. Say goodbye to tangled wires or hard-to-reach connections – charging for rear passengers is now effortless, ensuring everyone stays powered for the journey ahead.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"feature-icon-bullet\"\u003e👍\u003c\/span\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eThoughtful Silicone Storage Head\u003c\/strong\u003e\n\u003cp\u003eFeatures a user-friendly silicone storage head for neat and secure cable management, a truly considerate design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-param-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eHow to Use \u0026amp; Product Parameters\u003c\/h2\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cdiv class=\"usage-text\"\u003e\n\u003cp\u003e\u003cstrong\u003eEffortless Retraction Mechanism\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eSimply pull down one end of the connector until you hear a \"click\" to secure it in place. A slight pull outwards will then automatically retract the data cable, keeping your interior tidy.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/ArmrestBoxHiddenExpansionDockforModelYJuniper_Model3Highland_2.png?v=1750995075\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-image\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"param-item\"\u003e\n\u003cdiv class=\"param-text\" style=\"text-align: center;\"\u003e\n\u003cp\u003e\u003cstrong\u003eComprehensive Fast Charging Capabilities\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThis docking station delivers a total of 125W fast charging, comprising a 65W Type-C port, a 30W Apple Lightning port, and two 15W USB ports, ensuring all your devices charge quickly.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/ArmrestBoxHiddenExpansionDockforModelYJuniper_Model3Highland.webp?v=1750995182\" alt=\"Armrest Box Hidden Expansion Dock for Model Y Juniper \u0026amp; Model 3 Highland\" style=\"float: none;\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"param-image\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compatibility-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eCompatible Tesla Models \u0026amp; Years\u003c\/h2\u003e\n\u003cdiv class=\"compatibility-table-container\"\u003e\n\u003ctable class=\"compatibility-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eTesla Model\u003c\/th\u003e\n\u003cth\u003eYears\u003c\/th\u003e\n\u003cth\u003eCompatibility\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel 3 Highland\u003c\/td\u003e\n\u003ctd\u003e2023.10+\u003c\/td\u003e\n\u003ctd class=\"check-mark\"\u003e✔️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel Y Juniper\u003c\/td\u003e\n\u003ctd\u003e2025+\u003c\/td\u003e\n\u003ctd class=\"check-mark\"\u003e✔️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel 3 (Previous Generations)\u003c\/td\u003e\n\u003ctd\u003e2017-2023.09\u003c\/td\u003e\n\u003ctd\u003eNot compatible due to design differences.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel Y (Previous Generations)\u003c\/td\u003e\n\u003ctd\u003e2020-2024\u003c\/td\u003e\n\u003ctd\u003eNot compatible due to design differences.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/ArmrestBoxHiddenExpansionDockforModelYJuniper_Model3Highland_3.png?v=1750995075\" alt=\"\"\u003e\u003c\/h3\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-question\"\u003eQ: Is this product difficult to install?\u003c\/p\u003e\n\u003cp class=\"faq-answer\"\u003eA: No, the hidden expansion dock is designed for easy, flush-mount installation, seamlessly integrating into your Tesla's armrest box without complex tools or modifications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-question\"\u003eQ: Can it charge multiple devices simultaneously?\u003c\/p\u003e\n\u003cp class=\"faq-answer\"\u003eA: Yes, with its 87W fast charging expansion, it is capable of quickly charging multiple devices at the same time through its various ports.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-question\"\u003eQ: Are the retractable cables durable?\u003c\/p\u003e\n\u003cp class=\"faq-answer\"\u003eA: The 90cm retractable cables are designed for smooth operation and durability, ensuring convenient and long-lasting use for rear-seat charging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-question\"\u003eQ: Will this dock interfere with the armrest's functionality?\u003c\/p\u003e\n\u003cp class=\"faq-answer\"\u003eA: No, the dock is engineered to utilize the idle space beneath the armrest box, ensuring it integrates seamlessly without hindering the armrest's normal operation or storage capacity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"Default Title","offer_id":42684738404448,"sku":"T-UH002-GB","price":38.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0598\/1922\/9280\/files\/armrest-box-hidden-expansion-dock-for-model-y-juniper-model-3-highland-3359428.jpg?v=1775586687","url":"https:\/\/bijoucc.myshopify.com\/products\/armrest-box-hidden-expansion-dock-for-model-y-juniper-model-3-highland","provider":"CARIBBEAN CONNECT","version":"1.0","type":"link"}