{"product_id":"minimalist-console-storage-tray","title":"Minimalist Console Storage Tray","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n  --primary: #111111;\n  --primary-hover: #222222;\n  --text-main: #1A1A1A;\n  --text-sub: #555555;\n  --bg-body: #FFFFFF;\n  --bg-card: #F8F9FA;\n  --bg-soft: #F0F2F5;\n  --radius-md: 8px;\n  --radius-lg: 12px;\n  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);\n  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n  --border-color: #E2E8F0;\n  --accent-blue: #2F80ED;\n\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 5%;\n  box-sizing: border-box;\n  overflow-wrap: break-word;\n  word-break: break-word;\n  color: var(--text-main);\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  background: var(--bg-body);\n}\n\n.product-detail-container *,\n.product-detail-container *::before,\n.product-detail-container *::after {\n  box-sizing: inherit;\n}\n\n\/* Typography lock *\/\n.product-detail-container h1,\n.product-detail-container .hero-title {\n  font-size: 22px;\n  line-height: 1.3;\n  font-weight: 700;\n  margin: 0 0 16px 0;\n  color: var(--primary);\n}\n\n.product-detail-container h2,\n.product-detail-container .section-title,\n.product-detail-container .feature-title,\n.product-detail-container .faq-question,\n.product-detail-container .spec-title {\n  font-size: 20px;\n  line-height: 1.4;\n  font-weight: 600;\n  margin: 0 0 16px 0;\n  color: var(--primary);\n}\n\n.product-detail-container p,\n.product-detail-container span,\n.product-detail-container li,\n.product-detail-container td,\n.product-detail-container .faq-answer,\n.product-detail-container .tag {\n  font-size: 18px;\n  line-height: 1.6;\n  color: var(--text-sub);\n  margin: 0;\n}\n\n\/* Spacing System *\/\n.product-detail-section {\n  margin-bottom: clamp(2rem, 5vw, 4rem);\n}\n\n\/* Non-clickable Tags and Badges *\/\n.trust-badge-wrapper {\n  margin-bottom: 24px;\n}\n\n.trust-badge {\n  display: inline-block;\n  background-color: var(--bg-soft);\n  color: var(--primary);\n  font-weight: 600;\n  padding: 8px 16px;\n  border-radius: var(--radius-md);\n  font-size: 18px;\n  line-height: 1.2;\n}\n\n.feature-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 16px;\n}\n\n.tag {\n  background-color: var(--bg-soft);\n  color: var(--text-main);\n  padding: 6px 14px;\n  border-radius: 20px;\n  font-weight: 500;\n}\n\n\/* Image Placeholders *\/\n.image-placeholder {\n  background-color: var(--bg-soft);\n  border: 2px dashed var(--border-color);\n  border-radius: var(--radius-lg);\n  padding: 80px 20px;\n  text-align: center;\n  color: var(--text-sub);\n  font-weight: 500;\n  font-size: 18px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 100%;\n  box-sizing: border-box;\n}\n\n\/* Hero Section *\/\n.hero-block {\n  text-align: center;\n  padding-top: clamp(2rem, 5vw, 4rem);\n}\n\n.hero-subtitle {\n  max-width: 800px;\n  margin: 0 auto 24px auto;\n}\n\n.hero-media {\n  margin-top: 24px;\n}\n\n\/* Features Section *\/\n.feature-item {\n  display: flex;\n  gap: clamp(1.5rem, 4vw, 3rem);\n  align-items: center;\n}\n\n.feature-item:nth-child(even) {\n  flex-direction: row-reverse;\n}\n\n.feature-media,\n.feature-copy {\n  flex: 1;\n  min-width: 0;\n}\n\n.feature-desc {\n  margin-bottom: 16px;\n}\n\n\/* Specifications Table *\/\n.spec-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin-top: 24px;\n}\n\n.spec-table tr {\n  border-bottom: 1px solid var(--border-color);\n}\n\n.spec-table td {\n  padding: 16px 0;\n  vertical-align: top;\n}\n\n\/* FAQ Section *\/\n.faq-list {\n  display: flex;\n  flex-direction: column;\n  gap: 24px;\n  margin-top: 24px;\n}\n\n.faq-item {\n  background-color: var(--bg-card);\n  padding: 24px;\n  border-radius: var(--radius-lg);\n  box-shadow: var(--shadow-sm);\n}\n\n.faq-question {\n  color: var(--primary);\n  margin-bottom: 8px;\n}\n\n\/* Mobile Responsive Adjustments (Desktop is base, Mobile locked sizes) *\/\n@media (max-width: 767px) {\n  .feature-item,\n  .feature-item:nth-child(even) {\n    flex-direction: column !important;\n  }\n\n  .feature-media {\n    width: 100%;\n    order: -1; \/* Image First -\u003e Text Second *\/\n  }\n\n  .feature-copy {\n    width: 100%;\n  }\n\n  \/* Specifications Mobile Layout *\/\n  .spec-table,\n  .spec-table tbody,\n  .spec-table tr {\n    display: block;\n    width: 100%;\n    box-sizing: border-box;\n  }\n\n  .spec-table tr {\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .spec-table td {\n    display: grid;\n    grid-template-columns: minmax(140px, 40%) minmax(0, 1fr);\n    gap: 14px;\n    width: 100%;\n    box-sizing: border-box;\n    padding: 14px 0;\n    align-items: start;\n    white-space: normal;\n    overflow-wrap: anywhere;\n    word-break: break-word;\n  }\n\n  .spec-table td::before {\n    content: attr(data-label);\n    display: block;\n    min-width: 0;\n    font-size: 18px;\n    font-weight: 600;\n    line-height: 1.5;\n    color: var(--primary);\n    white-space: normal;\n    overflow-wrap: anywhere;\n    word-break: break-word;\n  }\n\n  .spec-table .spec-value {\n    display: block;\n    min-width: 0;\n    max-width: 100%;\n    font-size: 18px;\n    line-height: 1.5;\n    white-space: normal;\n    overflow-wrap: anywhere;\n    word-break: break-word;\n  }\n}\n\n@media (max-width: 420px) {\n  .spec-table td {\n    grid-template-columns: 1fr;\n    gap: 6px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. HERO BLOCK --\u003e\n\u003csection class=\"product-detail-section hero-block\"\u003e\n\u003cdiv class=\"trust-badge-wrapper\"\u003e\u003cspan class=\"trust-badge\"\u003eOrganizer \u0026amp; Panel Sticker Set\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eCenter Console Organizer \u0026amp; Matching Panel Sticker Set for Tesla\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eUpgrade your center console with this complete set. Includes a multi-functional storage tray and a matching electrostatic panel sticker, adding tidy compartments without affecting original car operations. Available for both Refreshed and Pre-Refresh models.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img131\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909104519\/f5769316f3cb6cc0bc5de7ee06144db8.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img106\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909102830\/76d9321220cd1154d102153df6fca75d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eExpanded Three-Section Storage\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eAdds practical partitioned storage capacity for phones, glasses, tissues, and everyday essentials. Restores neatness and organization to your vehicle interior in seconds.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eDedicated Compartments\u003c\/span\u003e \u003cspan class=\"tag\"\u003eExpanded Space\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. FEATURE SECTION 2 --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img107\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909102830\/61aeadf09d356319514a1a4252ca7dac.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eNo Blocking of Original Functions\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eEngineered perfectly to allow full operation of the sliding cover, cup holders, charging docks, and armrest compartments without any interference from the tray or the sticker.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eSeamless Lid Open\/Close\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAccess to Charging Docks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. FEATURE SECTION 3 --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img108\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909102830\/3139a3390a12d55edd29ab7bec2b6570.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eTool-Free Dual Installation\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003e\u003cstrong\u003eOrganizer Tray:\u003c\/strong\u003e Simply align and drop it directly into the center console based on your specific model's structure.\u003cbr\u003e\n\u003cstrong\u003ePanel Sticker:\u003c\/strong\u003e Applies smoothly over the center console using electrostatic adsorption. No adhesives or glues are used. \u003cem\u003e(Note: The sticker is solely for covering the panel and is not a fixing accessory for the tray.)\u003c\/em\u003e\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eElectrostatic Adsorption\u003c\/span\u003e \u003cspan class=\"tag\"\u003eDrop-In Alignment\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. FEATURE SECTION 4 --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img109\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909102830\/c6d679f1703cafa72ebbc8e79e6a4247.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003ePrecise Curvature Matching\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eMolded directly from the original car panel curves to provide a custom flush fit that stays stable, complementing Tesla's signature minimalist styling.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eCustom-Fit Edges\u003c\/span\u003e \u003cspan class=\"tag\"\u003eOriginal Car Style\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS SECTION --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eSpecifications \u0026amp; Package Contents\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Compatible Vehicles\"\u003e\u003cspan class=\"spec-value\"\u003eAvailable in two fitment options (Please select your model at checkout):\u003cbr\u003e\n\t\t\t\u003cstrong\u003e1. Refreshed Model 3 \/ Y \/ YL\u003c\/strong\u003e\u003cbr\u003e\n\t\t\t\u003cstrong\u003e2. Pre-Refresh Model 3 \/ Y\u003c\/strong\u003e\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003e\u003cspan class=\"spec-value\"\u003eBlack \/ White\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Installation Method\"\u003e\u003cspan class=\"spec-value\"\u003eTray: Direct Drop-In Gravity Alignment\u003cbr\u003e\n\t\t\tSticker: Electrostatic Adsorption (No adhesive)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Contents\"\u003e\u003cspan class=\"spec-value\"\u003e1x Center Console Organizer Tray\u003cbr\u003e\n\t\t\t1x Set of Electrostatic Adsorption Panel Stickers (Color and number of pieces depend on the selected model variant).\u003cbr\u003e\n\t\t\t\u003cem\u003e*Note: Phones, glasses, and other display items are NOT included.\u003c\/em\u003e\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ SECTION --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: Does this set block the center console's sliding lid or charger docks?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: No. Both the tray and the panel sticker are custom-sculpted to leave the sliding lid, cup holders, and charging port area completely free and unobstructed.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: Do I need any tape, tools, or screws for installation?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Not at all. The tray features a snug drop-in design. The panel sticker uses electrostatic adsorption to grip the surface, leaving absolutely no adhesive residue.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: How do I clean the organizer and the panel sticker?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: \u003cstrong\u003eOrganizer Tray:\u003c\/strong\u003e You can easily lift the entire tray out to wipe it down or rinse it under water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Matte Black \/ Refreshed Model 3 \/ Y \/ YL","offer_id":50415118483696,"sku":"0909-16348494","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Matte Black \/ Pre-Refresh Model 3 \/ Y","offer_id":50415118516464,"sku":"0909-16341575","price":36.95,"currency_code":"USD","in_stock":true},{"title":"Premium White \/ Refreshed Model 3 \/ Y \/ YL","offer_id":50415118549232,"sku":"0909-16348329","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Premium White \/ Pre-Refresh Model 3 \/ Y","offer_id":50415118582000,"sku":"0909-16348750","price":36.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3177\/9056\/files\/f5769316f3cb6cc0bc5de7ee06144db8.jpg?v=1788943195","url":"https:\/\/cozyllio.com\/products\/minimalist-console-storage-tray","provider":"Cozyllio","version":"1.0","type":"link"}