{"product_id":"streamer-led-ambient-light-for-model-3-y-2020-present-app-controlled","title":"Streamer LED Ambient Light for Model 3\/Y (2020-Present) | App Controlled","description":"\u003cstyle\u003e\n    \/* Basic Styles *\/\n    body {\n        font-family: Arial, sans-serif;\n        margin: 0;\n        padding: 0;\n        background-color: white; \/* Ensure background is pure white *\/\n    }\n\n    \/* --- APP CONTROL SECTION (Single Line) --- *\/\n    .app-control-section {\n        max-width: 1200px;\n        \/* Adjusted bottom margin for separation *\/\n        margin: 40px auto 20px auto; \n        padding: 0 20px;\n        text-align: left;\n    }\n\n    \/* Main Title for the section - REMOVED *\/\n    .app-control-header {\n        \/* This class is now redundant but kept hidden in case it needs to be restored *\/\n        display: none;\n    }\n\n    \/* Container for the Mode Tags *\/\n    .mode-tags {\n        display: flex;\n        gap: 15px; \/* Spacing between mode tags *\/\n        align-items: center;\n        flex-wrap: wrap;\n        padding-bottom: 10px; \/* Padding for mobile view\/wrapping *\/\n    }\n\n    \/* Individual Mode Tag Style - Kept as is *\/\n    .mode-tag {\n        font-size: 14px;\n        font-weight: 600;\n        padding: 8px 12px;\n        border-radius: 6px;\n        transition: transform 0.2s, box-shadow 0.2s;\n        cursor: default;\n        display: flex;\n        align-items: center;\n        white-space: nowrap;\n        border: none;\n        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n    }\n\n    \/* Remove the color indicator dot (::before) *\/\n    .mode-tag::before {\n        content: none;\n    }\n\n    \/* Mode 1: Smart APP Control (Grey\/Neutral Background) - NO CHANGE *\/\n    .mode-tag.smart {\n        background-color: #666666; \/* Medium Dark Grey *\/\n        color: #FFFFFF; \/* White text for contrast *\/\n    }\n\n    \/* Mode 2: Monochrome Mode (Black Background) - NO CHANGE *\/\n    .mode-tag.mono {\n        background-color: #000000; \/* Pure Black *\/\n        color: #FFFFFF; \/* White text for contrast *\/\n    }\n\n    \/* Mode 3: Colorful Streaming Light Mode (Vibrant Gradient Background) - NO CHANGE *\/\n    .mode-tag.color {\n        \/* Use a colorful gradient for the background *\/\n        background-image: linear-gradient(to right, #FF4136, #FFDC00, #2ECC40, #0074D9); \/* Multi-color gradient *\/\n        color: #000000; \/* Black text for readability on lighter parts of gradient *\/\n        font-weight: bold; \/* Bold text for better pop *\/\n    }\n\n    \/* Hover effect *\/\n    .mode-tag:hover {\n        transform: translateY(-2px);\n        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);\n    }\n    \/* ------------------------------------- *\/\n\n    \/* Header Container Style (Outer) *\/\n    .feedback-gallery-header-container {\n        \/* Adjusted top margin *\/\n        margin: 10px auto 20px auto; \n        max-width: 1200px;\n        padding: 0 20px;\n    }\n\n    \/* Header Style - Original Gallery Header *\/\n    .feedback-gallery-header {\n        font-size: 24px;\n        font-weight: bold;\n        margin-bottom: 20px;\n        text-align: left;\n        position: relative;\n    }\n\n    \/* Gradient Title - Black to Black for pure black text *\/\n    .feedback-gallery-header span {\n        background-image: linear-gradient(to right, #000000, #000000);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        transition: all 0.3s ease;\n    }\n\n    \/* Container Style - MODIFIED: border-radius set to 0 *\/\n    .feedback-gallery-section {\n        width: 100%;\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 10px 20px;\n        background-color: white;\n        border-radius: 0; \/* REMOVED ROUNDED CORNERS (MADE RECTANGULAR) *\/\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\n        overflow: hidden;\n    }\n\n    \/* Scrolling Container *\/\n    .review-slider {\n        display: flex;\n        overflow-x: auto;\n        scroll-snap-type: x mandatory;\n        scroll-behavior: smooth;\n        white-space: nowrap;\n        padding: 0 20px 10px 20px;\n    }\n\n    \/* Scrollbar and Image Spacing *\/\n    .review-slider::-webkit-scrollbar {\n        height: 12px;\n        background-color: transparent;\n        margin-top: 10px;\n    }\n\n    \/* Custom Scrollbar Design - Black only *\/\n    .review-slider::-webkit-scrollbar-thumb {\n        background-image: linear-gradient(to right, #000000, #000000); \/* Black to Black for pure black thumb *\/\n        border-radius: 16px;\n        border: 2px solid #fff;\n        box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);\n        transition: all 0.3s ease;\n    }\n\n    \/* Slider Thumb Scale on Hover *\/\n    .review-slider:hover::-webkit-scrollbar-thumb {\n        transform: scale(1.2);\n    }\n\n    \/* Each Image Item - MODIFIED: border-radius set to 0 *\/\n    .review-item {\n        flex-shrink: 0;\n        width: 200px;\n        height: 200px;\n        margin: 0 10px;\n        border-radius: 0; \/* REMOVED ROUNDED CORNERS (MADE RECTANGULAR) *\/\n        overflow: hidden;\n        scroll-snap-align: start;\n        transition: transform 0.3s ease;\n        cursor: pointer;\n    }\n\n    \/* Image Hover Effect *\/\n    .review-item:hover {\n        transform: scale(1.05);\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n    }\n\n    \/* Image Style *\/\n    .review-item img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"app-control-section\"\u003e\n\u003cdiv class=\"mode-tags\"\u003e\n\u003cspan class=\"mode-tag smart\"\u003eSmart APP Control\u003c\/span\u003e \u003cspan class=\"mode-tag mono\"\u003eMonochrome Mode\u003c\/span\u003e \u003cspan class=\"mode-tag color\"\u003eColorful Streaming Light Mode\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feedback-gallery-header-container\"\u003e\n\u003ch3 class=\"feedback-gallery-header\"\u003e\u003cspan\u003eCustomer Feedback Gallery\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feedback-gallery-section\"\u003e\n\u003cdiv class=\"review-slider\"\u003e\n\u003cdiv class=\"review-item\" style=\"text-align: start;\"\u003e\u003ca href=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/2_5c50d9a3-c1eb-409d-81c2-ae921f880db0.png?v=1745313741\u0026amp;width=1946\" target=\"_blank\"\u003e \u003cimg alt=\"Feedback Image 1\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/3_9d762280-87f7-4bd5-bb62-e6ab34b60ac3.png?v=1773727339\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"review-item\" style=\"text-align: start;\"\u003e\u003ca href=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/4_a4ffe151-bd94-49a2-bb78-42e10bbe054c.png?v=1745313741\u0026amp;width=1946\" target=\"_blank\"\u003e \u003cimg alt=\"Feedback Image 2\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/6_ecfc356b-f329-4fba-8ba6-3370ddd6c7a9.png?v=1773727338\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"review-item\" style=\"text-align: start;\"\u003e\u003ca href=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/8_21a9f5e9-8658-449c-b306-0cf819bef248.png?v=1745313741\u0026amp;width=1946\" target=\"_blank\"\u003e \u003cimg alt=\"Feedback Image 3\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/2_c1437a1d-6884-4da4-811a-6bd34eeae9cd.png?v=1773727338\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"review-item\" style=\"text-align: start;\"\u003e\u003ca href=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/3_f207456d-08d9-451e-8482-4fba702ba281.png?v=1745313741\u0026amp;width=1946\" target=\"_blank\"\u003e \u003cimg alt=\"Feedback Image 4\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/4_c66807a8-29b0-4232-adcd-ff18acf6f384.png?v=1773727338\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"review-item\" style=\"text-align: start;\"\u003e\u003ca href=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/6_8b2d5e59-a6c4-41c8-84ad-132b9acc2800.png?v=1745313741\u0026amp;width=1946\" target=\"_blank\"\u003e \u003cimg alt=\"Feedback Image 5\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/1_c3a3887e-9530-4fdb-a161-7bf1cc989aa1.jpg?v=1773727339\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"review-item\" style=\"text-align: start;\"\u003e\u003ca href=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/5_ab1e9eb4-663c-47b5-9754-6073dd6c96c2.png?v=1745313741\u0026amp;width=1946\" target=\"_blank\"\u003e \u003cimg alt=\"Feedback Image 6\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/5_18452e6b-005a-42f8-88db-0671e30bcd28.png?v=1773727337\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"review-item\" style=\"text-align: start;\"\u003e\u003ca href=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/1_e0f5753b-7d98-4c5c-917b-1ef1ce225a52.jpg?v=1745313741\u0026amp;width=1946\" target=\"_blank\"\u003e \u003cimg alt=\"Feedback Image 7\" src=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/1_f0061441-e38c-4229-a612-d5e3cc32251b.jpg?v=1745475821\u0026amp;width=1946\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"Please Select \/ Dashboard Only","offer_id":42684601958496,"sku":"sku-45597081010408","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Please Select \/ Center Console Only","offer_id":42684601991264,"sku":"sku-47760348086504","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Please Select \/ Dashboard + Center Console","offer_id":42684602024032,"sku":"sku-45597081075944","price":89.99,"currency_code":"USD","in_stock":true},{"title":"Please Select \/ Front Windshield Light 【Only Colorful Light Mode】","offer_id":42684602056800,"sku":"sku-47774501667048","price":65.99,"currency_code":"USD","in_stock":true},{"title":"Please Select \/ Sunroof Light","offer_id":42684602089568,"sku":"sku-47774501699816","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland \/ Model Y Juniper \/ Dashboard Only","offer_id":42684602122336,"sku":"TLA009","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland \/ Model Y Juniper \/ Sunroof Light","offer_id":42684602155104,"sku":"TLA010","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Model 3 2021-2023 \/ Model Y 2020-2024 \/ Dashboard Only","offer_id":42684602187872,"sku":"TSL1003-B","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Model 3 2021-2023 \/ Model Y 2020-2024 \/ Center Console Only","offer_id":42684602220640,"sku":"TSL1003-A","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Model 3 2021-2023 \/ Model Y 2020-2024 \/ Dashboard + Center Console","offer_id":42684602253408,"sku":"TSL1003","price":89.99,"currency_code":"USD","in_stock":true},{"title":"Model 3 2021-2023 \/ Model Y 2020-2024 \/ Front Windshield Light 【Only Colorful Light Mode】","offer_id":42684602286176,"sku":"TLA011","price":65.99,"currency_code":"USD","in_stock":true},{"title":"Model 3 2021-2023 \/ Model Y 2020-2024 \/ Sunroof Light","offer_id":42684602318944,"sku":"TLA010","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0598\/1922\/9280\/files\/streamer-led-ambient-light-for-model-3y-2020-present-app-controlled-3176773.jpg?v=1775586319","url":"https:\/\/bijoucc.myshopify.com\/products\/streamer-led-ambient-light-for-model-3-y-2020-present-app-controlled","provider":"CARIBBEAN CONNECT","version":"1.0","type":"link"}