{"product_id":"new-reading-vh4","title":"📖Playtrixlab® Clear LED Panel Plate Reading Book Light🌟Full Page Light for Reading in Bed at Night","description":"\u003cstyle\u003e   \/* Global Settings *\/\n  .playtrix-lander {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    line-height: 1.6;\n    color: #333;\n    width: 100%;\n    margin: 0 auto;\n    overflow: hidden;\n  }\n\n  \/* 進場動畫 *\/\n  @keyframes fadeInUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* Section Styling - Strict Compact Padding *\/\n  .pt-section {\n    padding: 20px 15px; \n    display: block;\n    text-align: center;\n    width: 100%;\n    box-sizing: border-box;\n    animation: fadeInUp 0.8s ease-out forwards;\n  }\n\n  \/* Content Width *\/\n  .pt-content-box {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  \/* Background Colors *\/\n  .bg-white { background-color: #ffffff; }\n  \n  \/* Hero \u0026 Feature Dark Mode (Gradient) *\/\n  .bg-dark, .bg-gray { \n    background: linear-gradient(135deg, #1a1a1a 0%, #2c3e50 100%); \n    color: #ffffff; \n  }\n\n  \/* Typography *\/\n  .playtrix-lander h2 {\n    font-size: 26px;\n    margin: 0 0 10px 0;\n    font-weight: 700;\n    line-height: 1.2;\n    color: #e67e22; \/* Orange Accent *\/\n    letter-spacing: -0.5px;\n    text-shadow: 0 2px 15px rgba(230, 126, 34, 0.4);\n  }\n\n  \/* Dark Background Headings - White Glow *\/\n  .bg-dark h3, .bg-gray h3 {\n    font-size: 22px;\n    margin: 0 0 10px 0;\n    font-weight: 600;\n    color: #ffffff;\n    text-shadow: 0 0 10px rgba(255, 255, 255, 0.6), 0 0 20px rgba(255, 255, 255, 0.2);\n  }\n\n  \/* White Background Headings *\/\n  .bg-white h3 {\n    font-size: 20px;\n    margin: 0 0 8px 0;\n    color: #444;\n    font-weight: 600;\n  }\n\n  \/* Text Colors *\/\n  .bg-dark p, .bg-gray p { color: #eeeeee; opacity: 0.95; }\n  .bg-white p { color: #333; opacity: 0.9; }\n\n  \/* Images \u0026 Effects *\/\n  .playtrix-lander img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n    margin: 15px auto;\n    border-radius: 12px;\n    box-shadow: 0 5px 15px rgba(0,0,0,0.15); \n    transition: transform 0.3s ease, box-shadow 0.3s ease; \n  }\n\n  .playtrix-lander img:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 12px 24px rgba(0,0,0,0.25);\n    border: 1px solid rgba(255,255,255,0.1);\n  }\n\n  \/* Feature List Box *\/\n  .pt-features {\n    list-style: none;\n    padding: 0;\n    margin: 15px auto;\n    display: inline-block;\n    text-align: left;\n    background: rgba(255, 255, 255, 0.1); \n    border: 1px solid rgba(255, 255, 255, 0.2);\n    backdrop-filter: blur(5px);\n    padding: 15px 25px;\n    border-radius: 10px;\n  }\n  \n  .pt-features li {\n    margin-bottom: 8px;\n    padding-left: 25px;\n    position: relative;\n    font-size: 15px;\n    color: #fff;\n  }\n\n  .pt-features li:before {\n    content: '✓';\n    position: absolute;\n    left: 0;\n    color: #e67e22;\n    font-weight: bold;\n    font-size: 18px;\n    text-shadow: 0 0 5px rgba(230, 126, 34, 0.5);\n  }\n\n  \/* PAIN POINTS STYLING *\/\n  .pt-pain-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 15px;\n    justify-content: center;\n    margin-top: 20px;\n  }\n\n  .pt-pain-item {\n    flex: 1;\n    min-width: 200px;\n    padding: 15px;\n    border-radius: 10px;\n    background-color: #fcfcfc;\n    border: 1px solid #eee;\n    box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n  }\n\n  .pt-pain-icon {\n    font-size: 24px;\n    color: #e74c3c;\n    display: block;\n    margin-bottom: 5px;\n    font-weight: bold;\n  }\n\n  .pt-pain-item strong {\n    color: #c0392b;\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  .pt-pain-item p {\n    font-size: 13px;\n    color: #666;\n    margin: 0;\n    line-height: 1.4;\n  }\n\n  \/* NEW: BLUE LIGHT BOX *\/\n  .pt-blue-light-box {\n    border: 1px solid rgba(255, 255, 255, 0.2);\n    background: rgba(0, 0, 0, 0.2);\n    border-radius: 12px;\n    padding: 20px;\n    margin-top: 15px;\n  }\n  \n  .pt-blue-light-number {\n    font-size: 36px;\n    font-weight: 800;\n    color: #f39c12;\n    display: block;\n    margin-bottom: 5px;\n    text-shadow: 0 0 15px rgba(243, 156, 18, 0.5);\n  }\n\n  \/* NEW: LIFESTYLE SCENARIO GRID *\/\n  .pt-scenario-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 15px;\n    justify-content: center;\n    margin-top: 20px;\n  }\n\n  .pt-scenario-item {\n    flex: 1;\n    min-width: 250px;\n    background: #fff;\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n  }\n\n  .pt-scenario-item img {\n    margin: 0;\n    width: 100%;\n    height: 180px;\n    object-fit: cover;\n    border-radius: 10px 10px 0 0;\n  }\n\n  .pt-scenario-text {\n    padding: 15px;\n    text-align: left;\n  }\n\n  .pt-scenario-text strong {\n    color: #e67e22;\n    display: block;\n    font-size: 16px;\n    margin-bottom: 5px;\n  }\n  \n  .pt-scenario-text p {\n    font-size: 13px;\n    margin: 0;\n    color: #666;\n  }\n\n  \/* SPEC TABLE STYLING *\/\n  .pt-spec-table {\n    width: 100%;\n    max-width: 500px;\n    margin: 10px auto 0 auto;\n    border-collapse: collapse;\n    font-size: 14px;\n    text-align: left;\n  }\n\n  .pt-spec-table td {\n    padding: 12px 10px;\n    border-bottom: 1px solid rgba(255,255,255,0.15); \n  }\n\n  .pt-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .pt-spec-label {\n    color: #e67e22; \n    font-weight: 600;\n    width: 45%;\n  }\n\n  .pt-spec-value {\n    color: #eeeeee;\n    text-align: right;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"playtrix-lander\"\u003e\n\u003cdiv class=\"pt-section bg-dark\"\u003e\n\u003cdiv class=\"pt-content-box\" style=\"text-align: center;\"\u003e\n\u003ch2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0775\/1945\/4445\/files\/gif_e79987e5-b1c3-46ea-8da8-89df19e267ea_480x480.gif?v=1768471226\" style=\"margin: 15px auto; float: none; display: block;\"\u003eRead Comfortably. Disturb No One.\u003c\/h2\u003e\n\u003cp\u003eNew ideas for nighttime reading. The 2-in-1 design works as a private page light or a bedside lamp.\u003c\/p\u003e\n\u003cimg style=\"max-width: 100%;\" alt=\"Reading in bed\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0775\/1945\/4445\/files\/11_fc16e8bb-5606-4746-b755-0d74871eeac9.png?v=1767759417\"\u003e \u003cimg style=\"max-width: 100%;\" alt=\"Bedside light mode\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0775\/1945\/4445\/files\/16.jpg?v=1767759706\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pt-section bg-white\"\u003e\n\u003cdiv class=\"pt-content-box\"\u003e\n\u003ch3 style=\"color: #c0392b;\"\u003eTired of These Reading Struggles?\u003cspan class=\"pt-pain-icon\"\u003e\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cimg style=\"display: block; margin-left: auto; margin-right: auto;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0775\/1945\/4445\/files\/pain.png?v=1768279229\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pt-section bg-gray\"\u003e\n\u003cdiv class=\"pt-content-box\"\u003e\n\u003ch3\u003eEye Care First\u003c\/h3\u003e\n\u003cp\u003eWe care for the eyes of every reading enthusiast.\u003c\/p\u003e\n\u003cdiv class=\"pt-blue-light-box\"\u003e\n\u003cspan class=\"pt-blue-light-number\"\u003e\u003cimg style=\"display: block; margin-left: auto; margin-right: auto;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0775\/1945\/4445\/files\/21.png?v=1768282449\"\u003e99.99%\u003c\/span\u003e\n\u003ch3 style=\"margin-bottom: 5px; font-size: 18px; color: #fff; text-shadow: none;\"\u003eBlue Light Blocked\u003c\/h3\u003e\n\u003cp style=\"font-size: 14px; opacity: 0.8; color: #eee;\"\u003eOur warm light mode is scientifically tuned to filter out harmful blue light, reducing eye strain and helping you produce melatonin for better sleep.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pt-section bg-white\"\u003e\n\u003cdiv class=\"pt-content-box\"\u003e\n\u003ch3\u003eHD Clear Panel Plate\u003c\/h3\u003e\n\u003cp\u003eSpecially hardened, wear-resistant transparent panel. It prevents scratches and ensures crystal clear light without dazzling.\u003c\/p\u003e\n\u003cimg style=\"max-width: 600px;\" alt=\"Clear panel detail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0775\/1945\/4445\/files\/12_e820d2e6-5cec-4baa-9b76-df3e31677b1f.jpg?v=1767759461\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pt-section bg-gray\"\u003e\n\u003cdiv class=\"pt-content-box\"\u003e\n\u003ch3\u003e3 Color Temperatures\u003c\/h3\u003e\n\u003cp\u003eMeet different space requirements with a simple tap:\u003c\/p\u003e\n\u003cul class=\"pt-features\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eWarm Light:\u003c\/strong\u003e Cozy ambiance for sleep.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWhite Light:\u003c\/strong\u003e Bright clarity for details.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNeutral Light:\u003c\/strong\u003e Natural tone for studying.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg style=\"max-width: 100%;\" alt=\"3 light colors\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0775\/1945\/4445\/files\/13.jpg?v=1767759482\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pt-section bg-white\"\u003e\n\u003cdiv class=\"pt-content-box\"\u003e\n\u003ch3\u003eMore Than Just a Book Light\u003c\/h3\u003e\n\u003cp\u003eFrom bedtime stories to creative hobbies, see how others use it.\u003c\/p\u003e\n\u003cdiv class=\"pt-scenario-grid\"\u003e\n\u003cdiv class=\"pt-scenario-item\"\u003e\n\u003cdiv class=\"pt-scenario-text\"\u003e\n\u003cstrong\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0775\/1945\/4445\/files\/18_ddf164e5-4951-4a52-a3b0-b8d242c98537.png?v=1768281673\"\u003eMagic in a Tent\u003c\/strong\u003e\n\u003cp\u003ePerfect for kids' secret hideouts. Safe, cool to the touch, and creates a magical atmosphere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pt-scenario-item\"\u003e\n\u003cdiv class=\"pt-scenario-text\"\u003e\n\u003cstrong\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0775\/1945\/4445\/files\/19.png?v=1768281723\"\u003eCrafting \u0026amp; Knitting\u003c\/strong\u003e\n\u003cp\u003eDetailed light for needlework without shadows or holding a flashlight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pt-scenario-item\"\u003e\n\u003cdiv class=\"pt-scenario-text\"\u003e\n\u003cstrong\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0775\/1945\/4445\/files\/20_0a1d0a79-2487-4808-a057-e79772af2d6f.png?v=1768281820\"\u003eRelaxing Evenings\u003c\/strong\u003e\n\u003cp\u003eEnjoy your novel on the sofa while the family watches TV in the dark.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pt-section bg-gray\"\u003e\n\u003cdiv class=\"pt-content-box\"\u003e\n\u003ch3\u003eStepless Dimming \u0026amp; Timer\u003c\/h3\u003e\n\u003cp\u003eAdjust brightness from 25% to 100%. Plus, use the smart \u003cstrong\u003e0-99 minute timer\u003c\/strong\u003e to auto-off the light as you fall asleep.\u003c\/p\u003e\n\u003cimg style=\"max-width: 100%;\" alt=\"Timer function\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0775\/1945\/4445\/files\/14.jpg?v=1767759514\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pt-section bg-white\"\u003e\n\u003cdiv class=\"pt-content-box\"\u003e\n\u003ch3\u003eRechargeable \u0026amp; Cordless\u003c\/h3\u003e\n\u003cp\u003eBuilt with a \u003cstrong\u003e1200mAh battery\u003c\/strong\u003e for up to \u003cstrong\u003e35 hours\u003c\/strong\u003e of working time. Easy USB-C charging means no more buying batteries.\u003c\/p\u003e\n\u003cimg style=\"max-width: 100%;\" alt=\"Rechargeable battery\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0775\/1945\/4445\/files\/15.jpg?v=1767759669\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pt-section bg-gray\"\u003e\n\u003cdiv class=\"pt-content-box\"\u003e\n\u003ch3\u003eThe Perfect Gift for Readers\u003c\/h3\u003e\n\u003cp\u003eInnovative, funny, and creative. The ideal gift for men, women, and students for Christmas, Birthdays, or just because.\u003c\/p\u003e\n\u003cimg style=\"max-width: 100%;\" alt=\"Gift for readers\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0775\/1945\/4445\/files\/17.jpg?v=1767759557\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pt-section bg-dark\"\u003e\n\u003cdiv class=\"pt-content-box\"\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0775\/1945\/4445\/files\/7_1.png?v=1768211239\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/p\u003e\n\u003ctable class=\"pt-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"pt-spec-label\"\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd class=\"pt-spec-value\"\u003e1200 mAh (Rechargeable)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pt-spec-label\"\u003eCharging Type\u003c\/td\u003e\n\u003ctd class=\"pt-spec-value\"\u003eUSB Type-C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pt-spec-label\"\u003eWorking Time\u003c\/td\u003e\n\u003ctd class=\"pt-spec-value\"\u003e5 - 35 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pt-spec-label\"\u003eTimer Range\u003c\/td\u003e\n\u003ctd class=\"pt-spec-value\"\u003e1 - 99 Minutes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pt-spec-label\"\u003eLight Colors\u003c\/td\u003e\n\u003ctd class=\"pt-spec-value\"\u003eWarm \/ White \/ Neutral\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pt-spec-label\"\u003eSize\u003c\/td\u003e\n\u003ctd class=\"pt-spec-value\"\u003e7.3\" x 6.0\" x 0.6\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Art \u0026 Drawing Toys","offers":[{"title":"Buy1","offer_id":49241139839213,"sku":"RM-LEDPlatelight*1","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Buy2📖$17\/PC","offer_id":49241139871981,"sku":"RM-LEDPlatelight*2","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Buy3🔥$14\/PC","offer_id":49241139904749,"sku":"RM-LEDPlatelight*3","price":44.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0775\/1945\/4445\/files\/1_2bd7fb07-a8a0-43ac-8de7-606b77514d23.jpg?v=1767758787","url":"https:\/\/playtrixlab.com\/products\/new-reading-vh4","provider":"Playtrixlab","version":"1.0","type":"link"}