{"product_id":"bike-rack-for-tesla-model-3-y-s-cybertruck","title":"Bike Rack for Tesla Model 3\/Y\/S\/Cybertruck","description":"\u003cstyle\u003e\n  .br-page {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: #333;\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 0 8px;\n    box-sizing: border-box;\n  }\n  .br-page *, .br-page *::before, .br-page *::after { box-sizing: border-box; }\n\n  \/* Hero *\/\n  .br-hero {\n    text-align: center;\n    padding: 36px 20px 24px;\n    background: linear-gradient(135deg, #f8f9fa 0%, #eef1f5 100%);\n    border-radius: 14px;\n    margin-bottom: 32px;\n  }\n  .br-hero h2 {\n    font-size: 1.9rem;\n    font-weight: 800;\n    color: #111;\n    margin: 0 0 12px;\n    letter-spacing: -0.5px;\n  }\n  .br-hero p {\n    font-size: 1.05rem;\n    color: #555;\n    line-height: 1.7;\n    max-width: 680px;\n    margin: 0 auto;\n  }\n\n  \/* Divider *\/\n  .br-divider {\n    border: none;\n    border-top: 2px solid #eee;\n    margin: 32px 0;\n  }\n\n  \/* Section title *\/\n  .br-section-title {\n    text-align: center;\n    font-size: 1.45rem;\n    font-weight: 800;\n    color: #111;\n    margin: 0 0 24px;\n    position: relative;\n  }\n  .br-section-title::after {\n    content: '';\n    display: block;\n    width: 48px;\n    height: 3px;\n    background: #007BFF;\n    border-radius: 2px;\n    margin: 8px auto 0;\n  }\n\n  \/* Video *\/\n  .br-video-wrap {\n    position: relative;\n    width: 100%;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    border-radius: 12px;\n    margin-bottom: 32px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.10);\n  }\n  .br-video-wrap iframe {\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%; height: 100%;\n    border: 0;\n  }\n\n  \/* Key Features Grid *\/\n  .br-features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin-bottom: 32px;\n  }\n  .br-feature-card {\n    background: #f8f9fa;\n    border: 1px solid #e4e8ed;\n    border-radius: 12px;\n    padding: 22px 18px;\n    transition: box-shadow 0.2s, background 0.2s;\n  }\n  .br-feature-card:hover {\n    background: #fff;\n    box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n  }\n  .br-feature-title {\n    font-weight: 700;\n    font-size: 0.96rem;\n    color: #111;\n    margin: 0 0 6px;\n    padding-left: 12px;\n    border-left: 3px solid #007BFF;\n  }\n  .br-feature-desc {\n    font-size: 0.87rem;\n    color: #666;\n    line-height: 1.55;\n    margin: 8px 0 0;\n  }\n\n  \/* Bundle CTA *\/\n  .br-bundle-cta {\n    border-radius: 14px;\n    overflow: hidden;\n    border: 2px solid #1565C0;\n    margin-bottom: 8px;\n  }\n  .br-bundle-header {\n    background: #1565C0;\n    color: #fff;\n    text-align: center;\n    padding: 20px 28px 16px;\n  }\n  .br-bundle-tag {\n    display: inline-block;\n    background: rgba(255,255,255,0.2);\n    color: #fff;\n    font-size: 0.75rem;\n    font-weight: 700;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 20px;\n    margin-bottom: 10px;\n  }\n  .br-bundle-header h3 {\n    font-size: 1.3rem;\n    font-weight: 800;\n    color: #fff;\n    margin: 0 0 8px;\n    letter-spacing: -0.3px;\n  }\n  .br-bundle-header p {\n    font-size: 0.95rem;\n    color: rgba(255,255,255,0.85);\n    margin: 0;\n    line-height: 1.55;\n  }\n  .br-bundle-body {\n    background: #f0f5ff;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .br-bundle-products {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    flex-wrap: wrap;\n  }\n  .br-bundle-item {\n    background: #fff;\n    border: 1px solid #c7d8f5;\n    border-radius: 10px;\n    padding: 14px 20px;\n    text-align: center;\n    min-width: 140px;\n  }\n  .br-bundle-item .br-item-label {\n    font-size: 0.72rem;\n    font-weight: 700;\n    letter-spacing: 0.8px;\n    text-transform: uppercase;\n    color: #999;\n    margin-bottom: 4px;\n  }\n  .br-bundle-item .br-item-name {\n    font-size: 0.9rem;\n    font-weight: 700;\n    color: #1a1a1a;\n    line-height: 1.3;\n  }\n  .br-bundle-plus {\n    font-size: 1.5rem;\n    font-weight: 800;\n    color: #1565C0;\n    flex-shrink: 0;\n  }\n  .br-bundle-action {\n    text-align: center;\n    flex-shrink: 0;\n  }\n  .br-bundle-action a {\n    display: inline-block;\n    background: #1565C0;\n    color: #fff;\n    font-weight: 700;\n    font-size: 0.97rem;\n    padding: 13px 28px;\n    border-radius: 50px;\n    text-decoration: none;\n    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;\n    box-shadow: 0 3px 12px rgba(21,101,192,0.28);\n    white-space: nowrap;\n  }\n  .br-bundle-action a:hover {\n    background: #0d47a1;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 18px rgba(21,101,192,0.35);\n  }\n  .br-bundle-note {\n    font-size: 0.78rem;\n    color: #777;\n    margin-top: 8px;\n  }\n\n  @media (max-width: 640px) {\n    .br-hero h2 { font-size: 1.4rem; }\n    .br-bundle-body { flex-direction: column; align-items: flex-start; }\n    .br-bundle-action { width: 100%; }\n    .br-bundle-action a { width: 100%; display: block; text-align: center; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"br-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"br-hero\"\u003e\n\u003ch2\u003eBike Rack for Tesla Model 3 \/ Y \/ S \/ Cybertruck\u003c\/h2\u003e\n\u003cp\u003eHitch your bike with ease using this Bike Rack designed for T-Track Roof Racks. Say goodbye to the hassle of transporting your bike on road trips and hello to convenience and ease. Never leave your bike behind again!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- VIDEO --\u003e\n\u003cdiv class=\"br-video-wrap\"\u003e\u003ciframe title=\"Bike Rack for Tesla - Installation and Overview\" src=\"https:\/\/www.youtube.com\/embed\/UdzhakHxxHY?si=1r7VtTyWm2129AsF\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c!-- KEY FEATURES --\u003e\n\u003cp class=\"br-section-title\"\u003eKey Features\u003c\/p\u003e\n\u003cdiv class=\"br-features-grid\"\u003e\n\u003cdiv class=\"br-feature-card\"\u003e\n\u003cp class=\"br-feature-title\"\u003eQuick Rotation Adjustment\u003c\/p\u003e\n\u003cp class=\"br-feature-desc\"\u003eTool-free quick-release knob for fast, effortless angle adjustment on the go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-feature-card\"\u003e\n\u003cp class=\"br-feature-title\"\u003eDual Locking - Anti-Theft\u003c\/p\u003e\n\u003cp class=\"br-feature-desc\"\u003eDouble-lock mechanism keeps your bike secure and gives you total peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-feature-card\"\u003e\n\u003cp class=\"br-feature-title\"\u003eBolt-On, No-Drill Install\u003c\/p\u003e\n\u003cp class=\"br-feature-desc\"\u003eBolts directly onto T-track roof racks with zero damage to your vehicle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-feature-card\"\u003e\n\u003cp class=\"br-feature-title\"\u003eUniversal Crossbar Fit\u003c\/p\u003e\n\u003cp class=\"br-feature-desc\"\u003eAdjustable clamp accommodates a wide range of crossbar widths and profiles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"br-divider\"\u003e\n\u003c!-- BUNDLE CTA --\u003e\n\u003cdiv class=\"br-bundle-cta\"\u003e\n\u003cdiv class=\"br-bundle-header\"\u003e\n\u003cdiv class=\"br-bundle-tag\"\u003ePerfect Combination\u003c\/div\u003e\n\u003ch3\u003eThis Bike Rack Works Best with Our Tesla Roof Rack\u003c\/h3\u003e\n\u003cp\u003eThe Bike Rack mounts directly onto TESERY T-Track Roof Racks. Designed to be used together for a seamless, secure setup - secure your bike rack to the Tesla roof rack and get ready for your upcoming adventure!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-bundle-body\"\u003e\n\u003cdiv class=\"br-bundle-products\"\u003e\n\u003cdiv class=\"br-bundle-item\"\u003e\n\u003cdiv class=\"br-item-label\"\u003eBase\u003c\/div\u003e\n\u003cdiv class=\"br-item-name\"\u003eTesla Roof Rack\u003cbr\u003eby TESERY\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-bundle-plus\"\u003e+\u003c\/div\u003e\n\u003cdiv class=\"br-bundle-item\"\u003e\n\u003cdiv class=\"br-item-label\"\u003eAdd-On\u003c\/div\u003e\n\u003cdiv class=\"br-item-name\"\u003eBike Rack\u003cbr\u003eThis Product\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-bundle-action\"\u003e\n\u003ca href=\"https:\/\/www.tesery.com\/products\/tesla-model-3-y-roof-rack\" rel=\"noopener\" title=\"Tesla Model 3 Y Roof Rack\" target=\"_blank\"\u003eShop Tesla Roof Rack →\u003c\/a\u003e\n\u003cp class=\"br-bundle-note\"\u003eRequired for installation · Sold separately\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"Please select","offer_id":54356533739631,"sku":"sku-46872254447848","price":169.0,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":54356533772399,"sku":"TSL8201-black","price":169.0,"currency_code":"USD","in_stock":true},{"title":"Silver","offer_id":54356533805167,"sku":"TSL8201-silver","price":169.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0630\/6198\/3343\/files\/bike-rack-for-tesla-model-3yscybertruck-4295415.jpg?v=1790031268","url":"https:\/\/www.247techgear.com\/products\/bike-rack-for-tesla-model-3-y-s-cybertruck","provider":"247 Tech Gear","version":"1.0","type":"link"}