{"product_id":"adjustable-angle-led-nightlight","title":"Verstelbare Hoek LED Nachtlampje","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Smart Home \/ Lighting (LED Night Light)\nTarget Audience: Homeowners, parents, readers, organizers looking for practical \u0026 aesthetic lighting.\nVisual Style: Modern, clean, warm, functional.\nColor Strategy: Deep navy\/charcoal for premium tech feel, Warm amber\/yellow for illumination accents, off-white background for crisp reading.\nShape Strategy: Radius 16px (soft, friendly, approachable, mimicking the sleek hardware of modern smart lights).\nTypography Strategy: Large Type \/ Mobile-first readable (H1 up to 44px, Body up to 20px).\nMobile Table Strategy: Card-based (No horizontal scroll), flex layout for data rows.\nImage Mapping: Hero=image_1, Rotation=image_2, Touch=image_3, Versatility=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 0) Design System \u0026 Typography *\/\n  .product-detail-container {\n    --primary: #FFB347; \/* Warm illumination accent *\/\n    --primary-light: #FFF0DB;\n    --text-main: #1A1F24;\n    --text-sub: #545D66;\n    --bg-body: #FFFFFF;\n    --bg-card: #F8F9FA;\n    --border-color: #E2E8F0;\n    --radius-md: 12px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n    --shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.1);\n    \n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background: var(--bg-body);\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n  }\n\n  .product-detail-container *,\n  .product-detail-container *::before,\n  .product-detail-container *::after {\n    box-sizing: inherit;\n  }\n\n  \/* Typography System *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    line-height: 1.2;\n    font-weight: 800;\n    margin: 0 0 1rem 0;\n    letter-spacing: -0.02em;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    line-height: 1.3;\n    font-weight: 700;\n    margin: 0 0 1rem 0;\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    line-height: 1.4;\n    font-weight: 600;\n    margin: 0 0 0.75rem 0;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2vw, 20px);\n    line-height: 1.7;\n    color: var(--text-sub);\n    margin: 0 0 1.5rem 0;\n  }\n\n  .product-detail-container .subtitle {\n    font-size: clamp(20px, 2vw, 24px);\n    color: var(--text-sub);\n    font-weight: 400;\n    margin-bottom: clamp(1.5rem, 3vw, 2rem);\n  }\n\n  \/* Image \u0026 Media Protocol *\/\n  .product-detail-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n  }\n\n  .placeholder-img {\n    width: 100%;\n    aspect-ratio: 4 \/ 3;\n    background-color: #f1f3f5;\n    border: 2px dashed #ced4da;\n    border-radius: var(--radius-lg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #495057;\n    font-size: 18px;\n    font-weight: bold;\n    text-align: center;\n    padding: 1rem;\n  }\n\n  \/* Badges (Non-interactive) *\/\n  .visual-badge {\n    display: inline-flex;\n    align-items: center;\n    background: var(--primary-light);\n    color: #B26A00;\n    padding: 0.5rem 1rem;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 1.5rem;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n\n  \/* Layout Spacing *\/\n  .section-spacing {\n    margin-bottom: clamp(4rem, 8vw, 6rem);\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n    padding-top: clamp(2rem, 4vw, 4rem);\n  }\n\n  \/* Mobile Ordering Lock \u0026 Feature Items *\/\n  .feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(2rem, 5vw, 4rem);\n    margin-bottom: clamp(4rem, 8vw, 6rem);\n  }\n\n  .feature-media {\n    order: 1; \/* Force image on top for mobile *\/\n    width: 100%;\n  }\n\n  .feature-copy {\n    order: 2; \/* Force text on bottom for mobile *\/\n    width: 100%;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  \/* Z-Pattern for Desktop *\/\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n      align-items: center;\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n      order: unset; \/* Remove order lock on desktop *\/\n    }\n    .feature-copy {\n      padding: 0 2rem;\n    }\n  }\n\n  \/* Specifications Table (Mobile Card Trick) *\/\n  .specs-section {\n    background: var(--bg-card);\n    padding: clamp(2rem, 5vw, 4rem);\n    border-radius: var(--radius-lg);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 2rem;\n  }\n\n  .specs-table th, .specs-table td {\n    padding: 1rem 1.5rem;\n    text-align: left;\n    font-size: 18px;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .specs-table th {\n    font-weight: 600;\n    background: #Eef2f6;\n    color: var(--text-main);\n  }\n\n  @media (max-width: 767px) {\n    .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .specs-table thead {\n      display: none;\n    }\n    .specs-table tr {\n      background: var(--bg-body);\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 1rem;\n      box-shadow: var(--shadow-sm);\n    }\n    .specs-table td {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 0.75rem 0;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n      text-align: right;\n    }\n    .specs-table td:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-sub);\n      text-align: left;\n      padding-right: 1rem;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .faq-item {\n    background: var(--bg-card);\n    padding: clamp(1.5rem, 3vw, 2rem);\n    border-radius: var(--radius-md);\n    margin-bottom: 1.5rem;\n  }\n\n  .faq-item h3 {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n  }\n  \n  .faq-item h3::before {\n    content: \"Q.\";\n    color: var(--primary);\n    font-weight: 800;\n  }\n\n  .faq-item p {\n    margin: 0;\n    padding-left: 2.2rem;\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eOogvriendelijke technologie\u003c\/div\u003e\n\n\u003ch1\u003eVerlicht elke hoek met perfecte helderheid\u003c\/h1\u003e\n\n\u003cdiv class=\"subtitle\"\u003eDe ultieme 270° draaibare LED-nachtlamp ontworpen voor moeiteloze huisverlichting.\u003c\/div\u003e\n\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323161248\/24eeeb4fcf2ffd7ba07c331840b6b8ba.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-section section-spacing\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323161248\/e5758725072ed915047b02115e4d4e0b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eRicht het licht precies waar je het nodig hebt\u003c\/h2\u003e\n\n\u003cp\u003eMet een innovatieve \u003cstrong\u003e270° draaibare lichtkop\u003c\/strong\u003e doorbreekt dit nachtlampje de grenzen van traditionele vaste armaturen. Richt de straal omhoog voor zachte, sfeervolle weerkaatsing, of richt hem direct op je leesmateriaal zonder je partner wakker te maken.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eVoordeel:\u003c\/strong\u003e Geniet van aangepaste verlichtingshoeken die harde schitteringen en donkere schaduwen in huis elimineren.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Touch Control \u0026 Colors --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323161248\/73602adf7131ef966ee0f798cea95418.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eStel de perfecte sfeer in met een simpele aanraking\u003c\/h2\u003e\n\n\u003cp\u003eJe verlichting moet zich aanpassen aan jouw leven, niet andersom. Tik eenvoudig om te schakelen tussen \u003cstrong\u003edrie verschillende kleurtemperaturen\u003c\/strong\u003e: gezellig warm wit om te ontspannen, helder natuurlijk wit voor dagelijkse taken en fel koel wit voor geconcentreerd werk.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eVoordeel:\u003c\/strong\u003e Bescherm je ogen ’s nachts en verander direct de sfeer van elke kamer met naadloze, traploze dimmogelijkheden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Versatility --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323161248\/67be738b9421df6b0fabc6a3f6b35681.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEén slimme lamp, eindeloze mogelijkheden\u003c\/h2\u003e\n\n\u003cp\u003eOntworpen voor ongeëvenaarde aanpasbaarheid, past deze compacte verlichtingsoplossing moeiteloos in elke omgeving. Of je nu je \u003cstrong\u003ekeukenkasten verbetert, kasten organiseert, donkere gangen verlicht of een gezellige leeshoek creëert\u003c\/strong\u003e.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eVoordeel:\u003c\/strong\u003e Verhoog direct de functionaliteit en uitstraling van je huis zonder een elektricien in te schakelen of rommelige draden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"specs-section section-spacing\"\u003e\n\u003ch2\u003eTechnische specificaties\u003c\/h2\u003e\n\n\u003cp\u003ePremium vakmanschap ontworpen voor dagelijkse betrouwbaarheid.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecificatie\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Light Modes\"\u003eWarm (3000K), Natuurlijk (4000K), Koel (6000K)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e3 instelbare kleurtemperaturen\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Rotation Angle\"\u003e270 graden\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eVolledig verstelbare lichtrichting\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Control Type\"\u003eSlimme Touch Sensor\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eTik om kleur te veranderen, lang indrukken om te dimmen\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003e20 x 4 x 2 cm (7,9 x 1,6 x 0,8 inch)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eCompact en ruimtebesparend ontwerp\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e150 g (5,3 oz)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eUltralicht voor eenvoudige montage\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section section-spacing\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWaar is de beste plek om dit nachtlampje te gebruiken?\u003c\/h3\u003e\n\n\u003cp\u003eDankzij het veelzijdige ontwerp is hij perfect voor onder keukenkasten, in diepe kasten, langs donkere gangen, naast je bed als leeslamp of zelfs in de babykamer.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHoe schakel ik tussen de lichtkleuren?\u003c\/h3\u003e\n\n\u003cp\u003eHij heeft een zeer responsief touchpad. Een simpele, snelle tik schakelt de lamp door warm wit, natuurlijk wit en koel wit. Wil je de helderheid aanpassen, houd dan de sensor ingedrukt.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eZal het mijn meubels of muren beschadigen?\u003c\/h3\u003e\n\n\u003cp\u003eHelemaal niet. De lamp is ontworpen voor probleemloze, schadevrije plaatsing. Hij is licht genoeg om stevig te worden gemonteerd zonder te boren, waardoor je kasten en muren in perfecte staat blijven.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"💡 1-Pack (Starter)","offer_id":45843478577325,"sku":"0324-18281056","price":11.95,"currency_code":"EUR","in_stock":true},{"title":"🔥 2-Pack (Bespaar 20%)","offer_id":45843478610093,"sku":"0324-18282925","price":17.95,"currency_code":"EUR","in_stock":true},{"title":"🏡 4-Pack (Complete Kamer Setup)","offer_id":45843478642861,"sku":"0324-18289575","price":36.95,"currency_code":"EUR","in_stock":true},{"title":"🚀 6-Pack (Ultiem Thuis)","offer_id":45843478675629,"sku":"0324-18288836","price":52.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/24eeeb4fcf2ffd7ba07c331840b6b8ba.jpg?v=1774348147","url":"https:\/\/0ixug9-pv.myshopify.com\/nl\/products\/adjustable-angle-led-nightlight","provider":"Newjoyloo","version":"1.0","type":"link"}