{"product_id":"model-3y-music-synced-rgb-ambient-lighting-with-wireless-charging-phone-mount","title":"Model 3\/Y Music-Synced RGB Ambient Lighting With Wireless Charging Phone Mount","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\/* Basic styles *\/\nbody {\nfont-family: 'Roboto', Arial, sans-serif;\nmargin: 0;\npadding: 15px;\nbackground-color: white;\nline-height: 1.4;\n}\n\n\/* Main container *\/\n.demo-container {\nmax-width: 1200px;\nmargin: 0 auto;\nbackground-color: white;\n}\n\n\/* Section spacing - optimized for collapsed state *\/\n.section {\nmargin-bottom: 25px;\ntransition: margin-bottom 0.4s ease;\n}\n\n\/* Remove bottom margin when collapsed *\/\n.section:has(.section-toggle:checked) {\nmargin-bottom: 5px;\n}\n\n\/* Video section *\/\n.video-section {\nbackground-color: white;\nmargin-bottom: 0;\n}\n\n\/* Common header styles for both sections *\/\n.section-header {\nfont-size: 20px;\nfont-weight: bold;\nmargin-bottom: 15px;\ntext-align: left;\ncolor: #333;\nbackground-color: #f8f9fa;\npadding: 12px 20px;\nmargin: 0 0 15px 0;\ntransition: margin-bottom 0.4s ease;\nposition: relative;\nborder-left: 5px solid #007bff;\n}\n\n\/* Video section color indicator *\/\n.video-section .section-header {\nborder-left-color: #28a745;\n}\n\n\/* Gallery section color indicator *\/\n.feedback-section .section-header {\nborder-left-color: #dc3545;\n}\n\n\/* Remove header bottom margin when collapsed *\/\n.section-toggle:checked + .section-label.section-header {\nmargin-bottom: 0;\n}\n\n\/* Collapsible functionality using CSS only - for both sections *\/\n.section-toggle {\ndisplay: none;\n}\n\n.section-label {\ncursor: pointer;\ndisplay: flex;\nalign-items: center;\njustify-content: space-between;\ntransition: color 0.3s ease;\nuser-select: none;\n}\n\n.section-label:hover {\ncolor: #666;\n}\n\n.collapse-icon {\nfont-size: 16px;\ntransition: transform 0.3s ease;\nmargin-left: auto;\n}\n\n\/* 修改箭头方向逻辑：未选中时箭头向右，选中时箭头向下 *\/\n.section-toggle:not(:checked) + .section-label .collapse-icon {\ntransform: rotate(-90deg);\n}\n\n.section-toggle:checked + .section-label .collapse-icon {\ntransform: rotate(0deg);\n}\n\n\/* Video wrapper with clean rounded rectangle styling *\/\n.video-wrapper {\nposition: relative;\nwidth: 100%;\nheight: 0;\npadding-bottom: 56.25%; \/* 16:9 aspect ratio *\/\noverflow: hidden;\nopacity: 1;\ntransition: max-height 0.4s ease, opacity 0.3s ease, padding-bottom 0.4s ease, margin-bottom 0.4s ease;\nmax-height: 500px;\nmargin-bottom: 0;\nbackground-color: #000;\n\/* 移除绿色边框，保持圆角 *\/\nborder-radius: 12px;\nbox-shadow: 0 4px 16px rgba(0,0,0,0.1);\n}\n\n.section-toggle:checked ~ .video-wrapper {\nmax-height: 0;\nopacity: 0;\npadding-bottom: 0;\noverflow: hidden;\nmargin-bottom: 0;\n}\n\n.video-wrapper iframe {\nposition: absolute;\ntop: 0;\nleft: 0;\nwidth: 100%;\nheight: 100%;\nborder: none;\nborder-radius: 9px;\nobject-fit: cover;\n}\n\n\/* Alternative approach for better video fitting *\/\n@media (min-width: 769px) {\n.video-wrapper {\nmax-width: 100%;\npadding-bottom: 56.25%;\n}\n}\n\n\/* Customer feedback section *\/\n.feedback-section {\nbackground-color: white;\nmargin-bottom: 0;\n}\n\n\/* Scrollable gallery *\/\n.review-slider {\ndisplay: flex;\noverflow-x: auto;\nscroll-snap-type: x mandatory;\nscroll-behavior: smooth;\npadding: 0 10px 10px 10px;\ngap: 15px;\nmax-height: 220px;\nopacity: 1;\ntransition: max-height 0.4s ease, opacity 0.3s ease, padding 0.4s ease, margin-bottom 0.4s ease;\nmargin-bottom: 0;\n}\n\n.section-toggle:checked ~ .review-slider {\nmax-height: 0;\nopacity: 0;\npadding: 0 10px;\noverflow: hidden;\nmargin-bottom: 0;\n}\n\n.review-slider::-webkit-scrollbar {\nheight: 6px;\nbackground-color: #f5f5f5;\nborder-radius: 3px;\n}\n\n.review-slider::-webkit-scrollbar-thumb {\nbackground-color: #ccc;\nborder-radius: 3px;\ntransition: all 0.3s ease;\n}\n\n.review-slider::-webkit-scrollbar-thumb:hover {\nbackground-color: #999;\n}\n\n\/* Review items - optimized for Shopify *\/\n.review-item {\nflex-shrink: 0;\nwidth: 200px;\nheight: 200px;\noverflow: hidden;\nscroll-snap-align: start;\ntransition: transform 0.3s ease;\ncursor: pointer;\nborder-radius: 8px;\nbox-shadow: 0 2px 8px rgba(0,0,0,0.1);\nborder: 1px solid #e0e0e0;\n}\n\n.review-item:hover {\ntransform: scale(1.03);\nbox-shadow: 0 4px 16px rgba(0,0,0,0.15);\n}\n\n.review-item img {\nwidth: 100%;\nheight: 100%;\nobject-fit: cover;\n}\n\n\/* Responsive design *\/\n@media (max-width: 768px) {\nbody {\npadding: 10px;\n}\n\n.section {\nmargin-bottom: 20px;\n}\n\n.section:has(.section-toggle:checked) {\nmargin-bottom: 3px;\n}\n\n.section-header {\nfont-size: 18px;\nmargin-bottom: 8px;\npadding: 10px 15px;\n}\n\n\/* Mobile video optimization without border *\/\n.video-wrapper {\npadding-bottom: 56.25%;\nmax-height: 300px;\nbackground-color: transparent;\nborder-radius: 8px;\nbox-shadow: 0 2px 12px rgba(0,0,0,0.1);\n}\n\n.video-wrapper iframe {\nborder-radius: 5px;\nwidth: 100%;\nheight: 100%;\n}\n\n.review-item {\nwidth: 180px;\nheight: 180px;\n}\n}\n\n@media (max-width: 480px) {\n.section {\nmargin-bottom: 15px;\n}\n\n.section:has(.section-toggle:checked) {\nmargin-bottom: 2px;\n}\n\n.section-header {\nfont-size: 16px;\nmargin-bottom: 6px;\npadding: 8px 10px;\n}\n\n\/* Small mobile video optimization without border *\/\n.video-wrapper {\npadding-bottom: 56.25%;\nmax-height: 250px;\nmargin-bottom: 10px;\nbackground-color: transparent;\nborder-radius: 6px;\nbox-shadow: 0 2px 10px rgba(0,0,0,0.08);\n}\n\n.video-wrapper iframe {\nborder-radius: 3px;\nwidth: 100%;\nheight: 100%;\n}\n\n.review-item {\nwidth: 160px;\nheight: 160px;\n}\n\n.review-slider {\ngap: 12px;\n}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"demo-container\"\u003e\n\u003c!-- Installation Video Section with Collapsible Feature --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"video-section\"\u003e\n\u003cinput class=\"section-toggle\" id=\"videoToggle\" type=\"checkbox\" checked\u003e \u003clabel class=\"section-label section-header\" for=\"videoToggle\"\u003e Installation \u0026amp; User Experience \u003cspan class=\"collapse-icon\"\u003e▼\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"video-wrapper\"\u003e\u003ciframe loading=\"lazy\" title=\"Installation Demo Video\" src=\"https:\/\/www.youtube.com\/embed\/F8ph-wCOKcY?rel=0\u0026amp;modestbranding=1\u0026amp;showinfo=0\u0026amp;controls=1\u0026amp;autoplay=1\u0026amp;enablejsapi=1\u0026amp;origin=https:\/\/claude.ai\u0026amp;playsinline=0\" id=\"videoFrame\"\u003e\n\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Customer Feedback Gallery Section --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"feedback-section\"\u003e\n\u003cinput class=\"section-toggle\" id=\"galleryToggle\" type=\"checkbox\" checked\u003e \u003clabel class=\"section-label section-header\" for=\"galleryToggle\"\u003e Customer Photo Showcase \u003cspan class=\"collapse-icon\"\u003e▼\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv id=\"reviewSlider\" class=\"review-slider\"\u003e\n\u003c!-- Feedback Image 1 --\u003e\n\u003cdiv class=\"review-item\"\u003e \u003cimg alt=\"Customer Feedback 1\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/review_1.png?v=1763535372\u0026amp;width=700\"\u003e \u003c\/div\u003e\n\u003c!-- Feedback Image 2 --\u003e\n\u003cdiv class=\"review-item\"\u003e \u003cimg alt=\"Customer Feedback 2\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/review_4.png?v=1763535372\u0026amp;width=700\"\u003e \u003c\/div\u003e\n\u003c!-- Feedback Image 3 --\u003e\n\u003cdiv class=\"review-item\"\u003e \u003cimg alt=\"Customer Feedback 3\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/review_2.png?v=1763535372\u0026amp;width=700\"\u003e \u003c\/div\u003e\n\u003c!-- Feedback Image 4 --\u003e\n\u003cdiv class=\"review-item\"\u003e \u003cimg alt=\"Customer Feedback 4\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/review_5.png?v=1763535372\u0026amp;width=700\"\u003e \u003c\/div\u003e\n\u003c!-- Feedback Image 5 --\u003e\n\u003cdiv class=\"review-item\"\u003e \u003cimg alt=\"Customer Feedback 5\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/review_3.png?v=1763535372\u0026amp;width=700\"\u003e \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":"Please Select \/ Style 1【Wireless Charging*1】","offer_id":46373611602003,"sku":"vet1789756379745","price":85.02,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023.10 \u0026 Model Y 2020-2025.3 \/ Style 1【Wireless Charging*1】","offer_id":46373611634771,"sku":"apq1789756379746","price":74.12,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland \u0026 2025 New Model Y (15.4\") \/ Style 1【Wireless Charging*1】","offer_id":46373611667539,"sku":"pna1789756379747","price":53.4,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland \u0026 2025 New Model Y (15.4\") \/ Style 2【Wireless Charging*2】","offer_id":46373611700307,"sku":"plm1789756379748","price":72.27,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0716\/0499\/4131\/files\/model-3y-music-synced-rgb-ambient-lighting-with-wireless-charging-phone-mount_1.png?v=1789756384","url":"https:\/\/angorasoftfit.shop\/products\/model-3y-music-synced-rgb-ambient-lighting-with-wireless-charging-phone-mount","provider":"My Store","version":"1.0","type":"link"}