
Night Light Plug In - Original Photo Style
Product Performance ▼ This LED sensor night light turns on based on ambient brightness. The built-in photoconductive resistor detects the external light levels. When the environment becomes dark, the resistor activates the circuit, and the night light turns on. Conversely, when the ambient light reaches a certain level, the circuit automatically shuts off, turning off the light to conserve energy. 1. Input Voltage: AC110-127V 2. Output Voltage: DC2.8V 3. Current: ≤25mA 4. Dimensions: 3” W × 4.5” D × 2” H (76mm × 114mm × 48mm) 5. Power: 0.5W Personalization ▼ Personalized Area This Personalized Photo Night Light allows you to upload your own image and add a personalized text. If you don't need text, simply leave the field blank. If your image doesn't cover the entire customizable area, you can opt for our free Photo Border Expansion Service. For text customization, you can choose the color and font style. The text will automatically be placed in the most suitable area, but if you'd like it positioned elsewhere, feel free to specify your preference in the "Special Request" section of the product page. About Photo Border Expansion Service When you want to center the main area of your image but it doesn't fully cover the customization frame, the best solution is to expand the image's edges. As shown below, we offer a free Image Border Expansion Service to seamlessly fill the entire frame. Simply mention this request in the Special Request section during customization, and we'll take care of the rest! Product Details ▼ Size Material Description Environmental ABS Plastic Special Notes There is a risk of electric shock and fire. This product is not a toy and is not suitable for children. For adult use only. For safe operation, plug it only into exposed wall outlets where the device has proper ventilation and is not in contact with bed coverings or other materials. Do not use with extension cords. Shipping & Refund Policies ▼ Shipping Information Due to the nature of custom products, please allow 1-3 days for design and production. Shipping typically takes an average of 8-12 days, but this may vary depending on the destination and local conditions. Refund Policies As our products are custom-made, we do not accept returns. However, if the product is damaged upon arrival, please contact us via email within 15 days of receiving the product. To help us process your claim, kindly include photos of the damaged product and the packaging upon unboxing as proof of damage during transit. Once verified, we will gladly resend the same item to you free of charge.Thank you for your understanding! .production-description { border: none; } .production-description .accordion-item { margin-bottom: 8px; border-bottom: 1px solid #ddd; } .production-description .accordion-toggle { width: 100%; background: #f5f5f5; border: none; outline: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 15px 15px; transition: background 0.3s ease; } .production-description .accordion-toggle:hover { background: #e9e9e9; } .production-description .accordion-title { margin: 0; font-size: 15px; color: #333; text-align: left; } .production-description .accordion-toggle .arrow { font-size: 14px; transition: transform 0.3s ease; } .production-description .accordion-toggle.active .arrow { transform: rotate(180deg); } .production-description .accordion-content { display: none; background: #fff; padding: 8px 12px; font-size: 15px; line-height: 1.8; color: #555; } .production-description .accordion-content img { display: block; margin: 0 auto 10px; } .production-description h3 { font-size: 15px; margin-bottom: 10px; } document.querySelectorAll('.accordion-toggle').forEach((button) => { button.addEventListener('click', () => { button.classList.toggle('active'); const content = button.nextElementSibling; content.style.display = content.style.display === 'block' ? 'none' : 'block'; }); });