{"product_id":"center-console-ambient-lighting-led-strip-for-model-3y","title":"Center Console Ambient Lighting LED Strip for Model 3\/Y","description":"\u003cstyle\u003e\n\/* Basic Styles *\/\nbody {\nfont-family: Arial, sans-serif;\nmargin: 0;\npadding: 0;\nbackground-color: white; \/* Ensure background is pure white *\/\n}\n\n\/* --- APP CONTROL SECTION (Single Line) --- *\/\n.app-control-section {\nmax-width: 1200px;\n\/* Adjusted bottom margin for separation *\/\nmargin: 40px auto 20px auto;\npadding: 0 20px;\ntext-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 *\/\ndisplay: none;\n}\n\n\/* Container for the Mode Tags *\/\n.mode-tags {\ndisplay: flex;\ngap: 15px; \/* Spacing between mode tags *\/\nalign-items: center;\nflex-wrap: wrap;\npadding-bottom: 10px; \/* Padding for mobile view\/wrapping *\/\n}\n\n\/* Individual Mode Tag Style - Kept as is *\/\n.mode-tag {\nfont-size: 14px;\nfont-weight: 600;\npadding: 8px 12px;\nborder-radius: 6px;\ntransition: transform 0.2s, box-shadow 0.2s;\ncursor: default;\ndisplay: flex;\nalign-items: center;\nwhite-space: nowrap;\nborder: none;\nbox-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n\n\/* Remove the color indicator dot (::before) *\/\n.mode-tag::before {\ncontent: none;\n}\n\n\/* Mode 1: Smart APP Control (Grey\/Neutral Background) - NO CHANGE *\/\n.mode-tag.smart {\nbackground-color: #666666; \/* Medium Dark Grey *\/\ncolor: #FFFFFF; \/* White text for contrast *\/\n}\n\n\/* Mode 2: Monochrome Mode (Black Background) - NO CHANGE *\/\n.mode-tag.mono {\nbackground-color: #000000; \/* Pure Black *\/\ncolor: #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 *\/\nbackground-image: linear-gradient(to right, #FF4136, #FFDC00, #2ECC40, #0074D9); \/* Multi-color gradient *\/\ncolor: #000000; \/* Black text for readability on lighter parts of gradient *\/\nfont-weight: bold; \/* Bold text for better pop *\/\n}\n\n\/* Hover effect *\/\n.mode-tag:hover {\ntransform: translateY(-2px);\nbox-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 *\/\nmargin: 10px auto 20px auto;\nmax-width: 1200px;\npadding: 0 20px;\n}\n\n\/* Header Style - Original Gallery Header *\/\n.feedback-gallery-header {\nfont-size: 24px;\nfont-weight: bold;\nmargin-bottom: 20px;\ntext-align: left;\nposition: relative;\n}\n\n\/* Gradient Title - Black to Black for pure black text *\/\n.feedback-gallery-header span {\nbackground-image: linear-gradient(to right, #000000, #000000);\n-webkit-background-clip: text;\n-webkit-text-fill-color: transparent;\ntransition: all 0.3s ease;\n}\n\n\/* Container Style - MODIFIED: border-radius set to 0 *\/\n.feedback-gallery-section {\nwidth: 100%;\nmax-width: 1200px;\nmargin: 0 auto;\npadding: 10px 20px;\nbackground-color: white;\nborder-radius: 0; \/* REMOVED ROUNDED CORNERS (MADE RECTANGULAR) *\/\nbox-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\noverflow: hidden;\n}\n\n\/* Scrolling Container *\/\n.review-slider {\ndisplay: flex;\noverflow-x: auto;\nscroll-snap-type: x mandatory;\nscroll-behavior: smooth;\nwhite-space: nowrap;\npadding: 0 20px 10px 20px;\n}\n\n\/* Scrollbar and Image Spacing *\/\n.review-slider::-webkit-scrollbar {\nheight: 12px;\nbackground-color: transparent;\nmargin-top: 10px;\n}\n\n\/* Custom Scrollbar Design - Black only *\/\n.review-slider::-webkit-scrollbar-thumb {\nbackground-image: linear-gradient(to right, #000000, #000000); \/* Black to Black for pure black thumb *\/\nborder-radius: 16px;\nborder: 2px solid #fff;\nbox-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);\ntransition: all 0.3s ease;\n}\n\n\/* Slider Thumb Scale on Hover *\/\n.review-slider:hover::-webkit-scrollbar-thumb {\ntransform: scale(1.2);\n}\n\n\/* Each Image Item - MODIFIED: border-radius set to 0 *\/\n.review-item {\nflex-shrink: 0;\nwidth: 200px;\nheight: 200px;\nmargin: 0 10px;\nborder-radius: 0; \/* REMOVED ROUNDED CORNERS (MADE RECTANGULAR) *\/\noverflow: hidden;\nscroll-snap-align: start;\ntransition: transform 0.3s ease;\ncursor: pointer;\n}\n\n\/* Image Hover Effect *\/\n.review-item:hover {\ntransform: scale(1.05);\nbox-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n}\n\n\/* Image Style *\/\n.review-item img {\nwidth: 100%;\nheight: 100%;\nobject-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 \u003cimg alt=\"Feedback Image 1\" src=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/2_e73fd5bf-eb0c-4de0-9acd-edd1ef9ea09e.png?v=1745475821\u0026amp;amp%3Bwidth=1946\u0026amp;width=700\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003c\/div\u003e\n\u003cdiv class=\"review-item\" style=\"text-align: start;\"\u003e \u003cimg alt=\"Feedback Image 2\" src=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/4_c299e0d9-e742-4bd4-a049-f0302a27ea70.png?v=1745475821\u0026amp;amp%3Bwidth=1946\u0026amp;width=700\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003c\/div\u003e\n\u003cdiv class=\"review-item\" style=\"text-align: start;\"\u003e \u003cimg alt=\"Feedback Image 3\" src=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/7_d7a04ad9-db47-4036-a4ad-7b004ad2f268.png?v=1745475821\u0026amp;amp%3Bwidth=1946\u0026amp;width=700\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003c\/div\u003e\n\u003cdiv class=\"review-item\" style=\"text-align: start;\"\u003e \u003cimg alt=\"Feedback Image 4\" src=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/3_d4c07038-910a-4b3c-be07-95aee9ce485e.png?v=1745475821\u0026amp;amp%3Bwidth=1946\u0026amp;width=700\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003c\/div\u003e\n\u003cdiv class=\"review-item\" style=\"text-align: start;\"\u003e \u003cimg alt=\"Feedback Image 5\" src=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/6_16fb6e5f-427b-4e6b-bae3-19439eaf32ca.png?v=1745475821\u0026amp;amp%3Bwidth=1946\u0026amp;width=700\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003c\/div\u003e\n\u003cdiv class=\"review-item\" style=\"text-align: start;\"\u003e \u003cimg alt=\"Feedback Image 6\" src=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/5_5b08295d-a958-4519-ae7e-9a768efbf804.png?v=1745475820\u0026amp;amp%3Bwidth=1946\u0026amp;width=700\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003c\/div\u003e\n\u003cdiv class=\"review-item\" style=\"text-align: start;\"\u003e \u003cimg alt=\"Feedback Image 7\" src=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/1_f0061441-e38c-4229-a612-d5e3cc32251b.jpg?v=1745475821\u0026amp;amp%3Bwidth=1946\u0026amp;width=700\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"Please Select","offer_id":46373203771475,"sku":"xip1789754641265","price":25.91,"currency_code":"USD","in_stock":true},{"title":"Model 3 21-23 \/ Model Y 21-24","offer_id":46373203804243,"sku":"ecv1789754641266","price":27.35,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2020【Old Version】","offer_id":46373203837011,"sku":"tmy1789754641267","price":28.05,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0716\/0499\/4131\/files\/center-console-ambient-lighting-led-strip-for-model-3y_1.jpg?v=1789754647","url":"https:\/\/angorasoftfit.shop\/products\/center-console-ambient-lighting-led-strip-for-model-3y","provider":"My Store","version":"1.0","type":"link"}