{"product_id":"salt-pepper-atmosphere-tischlampe-mit-eingebautem-akku","title":"Salt \u0026 Pepper Atmosphere Tischlampe mit eingebautem Akku","description":"\u003cstyle\u003e\n  \/*\n   ╔═ FARBPALLETTE — warmes Creme (entspricht dem tatsächlichen Produkt) ══╗\n   ║  Warmes Taupe      →  Hauptakzent     #8a7860          ║\n   ║  Dunkles Walnuss   →  dunkler Akzent  #2a1f10          ║\n   ║  Creme Off-White   →  Kartenhintergrund #faf6ec        ║\n   ║  Sanfte Cremekante  →  Ränder         #e8dcc4          ║\n   ║  Warmes Elfenbein   →  tiefe Karte    #f0e8d4          ║\n   ╚═════════════════════════════════════════════════════════╝\n  *\/\n  :root {\n    --bg:          #ffffff;\n    --bg-card:     #faf6ec;\n    --bg-deep:     #f0e8d4;\n    --border:      #e8dcc4;\n    --border-lt:   #ede4d0;\n    --accent:      #8a7860;\n    --accent-dk:   #2a1f10;\n    --accent-lt:   #b09878;\n    --accent-bg:   #f3ecd8;\n    --accent-bdr:  #d4c4a0;\n    --text:        #1c1408;\n    --text-mid:    #4a3820;\n    --text-light:  #8a7856;\n    --alert:       #b84a20;\n    --alert-bg:    #fdf0e8;\n    --alert-bdr:   #f0cab0;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  .d svg { fill: none !important; }\n\n  .d {\n    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;\n    color: var(--text);\n    background: var(--bg);\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0.5rem 0 2.5rem;\n  }\n\n  .sec { margin-bottom: 3rem; }\n  .sec:last-child { margin-bottom: 0; }\n  .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1.1rem; }\n  .sec-header-line { flex: 1; height: 0.5px; background: var(--border); }\n  .sec-title {\n    font-size: 10.5px; font-weight: 700;\n    letter-spacing: 0.14em; text-transform: uppercase;\n    color: var(--accent); white-space: nowrap;\n  }\n\n  \/* Übersicht *\/\n  .heritage-tag {\n    display: inline-flex; align-items: center; gap: 6px;\n    padding: 4px 10px; margin-bottom: 14px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    border-radius: 99px;\n    font-size: 10px; font-weight: 700; letter-spacing: 0.1em;\n    text-transform: uppercase; color: var(--accent);\n  }\n  .heritage-tag::before {\n    content: ''; width: 5px; height: 5px; border-radius: 50%;\n    background: var(--accent);\n  }\n  .overview-card p {\n    font-size: 12.5px; line-height: 1.9;\n    color: var(--text-mid); margin-bottom: 10px;\n  }\n  .overview-card p:last-child { margin-bottom: 0; }\n  .overview-card strong { color: var(--text); font-weight: 600; }\n\n  \/* Versandhinweis — Alarm mit Länderflaggen *\/\n  .ship-alert {\n    background: var(--alert-bg);\n    border: 0.5px solid var(--alert-bdr);\n    border-left: 3px solid var(--alert);\n    border-radius: 12px;\n    padding: 16px 20px;\n  }\n  .ship-alert-head {\n    display: flex; align-items: center; gap: 9px;\n    margin-bottom: 8px;\n  }\n  .ship-alert-title {\n    font-size: 11px; font-weight: 700; letter-spacing: 0.1em;\n    text-transform: uppercase; color: var(--alert);\n  }\n  .ship-alert-text {\n    font-size: 12.5px; color: var(--text); line-height: 1.7;\n    margin-bottom: 10px;\n  }\n  .ship-alert-text strong { color: var(--alert); font-weight: 700; }\n  .ship-countries {\n    display: flex; gap: 6px; flex-wrap: wrap;\n  }\n  .ship-country {\n    display: inline-flex; align-items: center; gap: 5px;\n    padding: 3px 10px;\n    background: rgba(255,255,255,0.6);\n    border: 0.5px solid var(--alert-bdr);\n    border-radius: 99px;\n    font-size: 11px; font-weight: 600;\n    color: var(--text);\n  }\n  .ship-flag { font-size: 13px; line-height: 1; }\n\n  \/* Funktionen *\/\n  .features-grid {\n    display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;\n  }\n  .feature-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 12px; padding: 14px 12px 12px;\n  }\n  .feature-icon-wrap {\n    width: 28px; height: 28px; border-radius: 7px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 10px;\n  }\n  .feature-title {\n    font-size: 11.5px; font-weight: 700;\n    color: var(--text); margin-bottom: 4px;\n  }\n  .feature-desc {\n    font-size: 10.5px; color: var(--text-light); line-height: 1.55;\n  }\n\n  \/* Abmessungen Karte *\/\n  .dim-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 14px; overflow: hidden;\n  }\n  .dim-img-wrap {\n    position: relative; display: block;\n    background: #fff;\n    border-bottom: 0.5px solid var(--border);\n    overflow: hidden;\n    text-decoration: none;\n  }\n  .dim-img-wrap img {\n    width: 100%; height: auto;\n    max-height: 460px;\n    object-fit: cover; display: block;\n    transition: opacity 0.15s;\n  }\n  .dim-img-wrap:hover img { opacity: 0.9; }\n  .zoom-pill {\n    position: absolute; bottom: 12px; right: 14px;\n    font-size: 10.5px; font-weight: 500;\n    background: rgba(14,14,12,0.55); color: #fff;\n    padding: 4px 11px; border-radius: 99px;\n    display: flex; align-items: center; gap: 5px;\n    pointer-events: none;\n  }\n  .dim-body { padding: 22px 26px; }\n  .dim-badge {\n    display: inline-block; font-size: 10px; font-weight: 700;\n    letter-spacing: 0.1em; text-transform: uppercase;\n    color: var(--accent); background: var(--accent-bg);\n    border: 0.5px solid var(--accent-bdr);\n    padding: 3px 10px; border-radius: 99px;\n    margin-bottom: 10px;\n  }\n  .dim-primary {\n    font-size: 17px; font-weight: 700; color: var(--text);\n    letter-spacing: -0.01em; margin-bottom: 3px;\n  }\n  .dim-secondary {\n    font-size: 12px; color: var(--text-light); margin-bottom: 14px;\n  }\n  .dim-spec-row {\n    display: flex; align-items: center; gap: 8px;\n    padding: 8px 0; font-size: 11.5px;\n    border-top: 0.5px solid var(--border-lt);\n  }\n  .dim-spec-row:last-child { border-bottom: 0.5px solid var(--border-lt); }\n  .dim-spec-key {\n    font-size: 10px; font-weight: 700; letter-spacing: 0.07em;\n    text-transform: uppercase; color: var(--accent);\n    min-width: 90px;\n  }\n  .dim-spec-val { color: var(--text); font-weight: 600; }\n\n  \/* Akku Karte *\/\n  .bat-card {\n    background: linear-gradient(135deg, #f5f5f4 0%, #e0e0dc 100%);\n    border: 0.5px solid var(--accent-bdr);\n    border-radius: 14px;\n    padding: 22px 28px;\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 20px;\n    align-items: center;\n  }\n  .bat-stat {\n    text-align: center;\n    padding: 0 10px;\n    border-right: 0.5px solid var(--accent-bdr);\n  }\n  .bat-stat:last-child { border-right: none; }\n  .bat-stat-icon {\n    width: 32px; height: 32px; border-radius: 8px;\n    background: #fff;\n    border: 0.5px solid var(--accent-bdr);\n    display: inline-flex; align-items: center; justify-content: center;\n    margin-bottom: 10px;\n  }\n  .bat-stat-value {\n    font-size: 22px; font-weight: 700; color: var(--accent-dk);\n    letter-spacing: -0.02em; line-height: 1; margin-bottom: 4px;\n  }\n  .bat-stat-value small {\n    font-size: 11px; font-weight: 500; color: var(--text-light);\n    margin-left: 2px;\n  }\n  .bat-stat-label {\n    font-size: 9.5px; font-weight: 700; letter-spacing: 0.1em;\n    text-transform: uppercase; color: var(--accent);\n    margin-bottom: 4px;\n  }\n  .bat-stat-sub {\n    font-size: 10.5px; color: var(--text-light); line-height: 1.5;\n  }\n\n  \/* Spezifikation *\/\n  .spec-grid {\n    display: flex; flex-direction: column;\n    border: 0.5px solid var(--border); border-radius: 14px;\n    overflow: hidden;\n  }\n  .spec-item {\n    padding: 10px 16px;\n    border-bottom: 0.5px solid var(--border-lt);\n    display: flex; align-items: center;\n    background: var(--bg-card);\n  }\n  .spec-item:nth-child(even) { background: var(--bg); }\n  .spec-item:last-child { border-bottom: none; }\n  .spec-key {\n    font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em;\n    text-transform: uppercase; color: var(--accent);\n    width: 155px; flex-shrink: 0;\n  }\n  .spec-val {\n    font-size: 12px; font-weight: 500;\n    color: var(--text); line-height: 1.5;\n  }\n\n  .cert-badges { display: flex; gap: 4px; flex-wrap: nowrap; }\n  .cert-badge {\n    font-size: 10px; font-weight: 500;\n    padding: 2px 7px; border-radius: 99px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    color: var(--accent); white-space: nowrap;\n  }\n\n  \/* Downloads *\/\n  .dl-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 8px;\n  }\n  .dl-btn {\n    display: flex; flex-direction: column; align-items: center;\n    justify-content: center; gap: 7px; padding: 16px 10px;\n    border-radius: 12px; border: 0.5px solid var(--border);\n    background: var(--bg-card); color: var(--text);\n    text-decoration: none; font-size: 12px; font-weight: 600;\n    text-align: center; cursor: pointer;\n    transition: background 0.15s, border-color 0.15s;\n  }\n  .dl-btn:hover {\n    background: #f9faf7; border-color: var(--accent-bdr);\n  }\n  .dl-icon-wrap {\n    width: 36px; height: 36px; border-radius: 9px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    display: flex; align-items: center; justify-content: center;\n  }\n\n  @media (max-width: 600px) {\n    .features-grid { grid-template-columns: 1fr 1fr; }\n    .bat-card { grid-template-columns: 1fr; gap: 16px; padding: 20px; }\n    .bat-stat { border-right: none; border-bottom: 0.5px solid var(--accent-bdr); padding-bottom: 14px; }\n    .bat-stat:last-child { border-bottom: none; padding-bottom: 0; }\n    .dl-grid { grid-template-columns: 1fr; }\n    .cert-badges { flex-wrap: wrap; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"d\"\u003e\n\u003c!-- ÜBERSICHT --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eÜbersicht\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cspan class=\"heritage-tag\"\u003eKabellos · Innen \u0026amp; Außen\u003c\/span\u003e\n\u003cp\u003eDie \u003cstrong\u003eSalt \u0026amp; Pepper Atmosphere Tischlampe\u003c\/strong\u003e geht überall hin, wo Sie hingehen. Ein \u003cstrong\u003eeingebauter 5200mAh Akku\u003c\/strong\u003e befreit sie von Kabeln und Steckdosen — wirft ein warmes, atmosphärisches Licht an langen Winternächten oder nehmen Sie sie mit auf die Terrasse für ein Sommerpicknick unter den Sternen.\u003c\/p\u003e\n\u003cp\u003eEin cleveres Paar skulpturaler Mini-Lampen in \u003cstrong\u003emattem Schwarz und reinem Weiß\u003c\/strong\u003e — wie ein Salz- und Pfefferstreuer für den Tisch. Touch-aktiviert, USB-wiederaufladbar und bereit für \u003cstrong\u003eNachttische, Esstische, Balkone, Terrassen und Wochenendausflüge\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- VERSANDHINWEIS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eVersandregion\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ship-alert\"\u003e\n\u003cdiv class=\"ship-alert-head\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#b84a20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cpath d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\u003e\u003c\/path\u003e\u003ccircle r=\"3\" cy=\"10\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003cspan class=\"ship-alert-title\"\u003eEingeschränkte Versandregionen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ship-alert-text\"\u003eAufgrund des \u003cstrong\u003eeingebauten Lithium-Akkus\u003c\/strong\u003e wird dieses Produkt derzeit nur versendet nach:\u003c\/div\u003e\n\u003cdiv class=\"ship-countries\"\u003e\n\u003cspan class=\"ship-country\"\u003e\u003cspan class=\"ship-flag\"\u003e🇺🇸\u003c\/span\u003eVereinigte Staaten\u003c\/span\u003e \u003cspan class=\"ship-country\"\u003e\u003cspan class=\"ship-flag\"\u003e🇯🇵\u003c\/span\u003eJapan\u003c\/span\u003e \u003cspan class=\"ship-country\"\u003e\u003cspan class=\"ship-flag\"\u003e🇦🇺\u003c\/span\u003eAustralien\u003c\/span\u003e \u003cspan class=\"ship-country\"\u003e\u003cspan class=\"ship-flag\"\u003e🇪🇺\u003c\/span\u003eEuropäische Union\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WARUM SIE ES LIEBEN WERDEN --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eWarum Sie es lieben werden\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#8a7860\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"15\" width=\"15\"\u003e\u003crect rx=\"2\" height=\"10\" width=\"18\" y=\"7\" x=\"2\"\u003e\u003c\/rect\u003e\u003cline y2=\"13\" x2=\"22\" y1=\"11\" x1=\"22\"\u003e\u003c\/line\u003e\u003crect stroke=\"none\" fill=\"#8a7860\" height=\"4\" width=\"10\" y=\"10\" x=\"5\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eKabelloser Akku\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e5200mAh interner Akku — bis zu 7–8 Stunden pro Ladung.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#8a7860\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"15\" width=\"15\"\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 4v3M12 17v3M4 12h3M17 12h3M6.3 6.3l2.1 2.1M15.6 15.6l2.1 2.1M6.3 17.7l2.1-2.1M15.6 8.4l2.1-2.1\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eDuale Farboptionen\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eWählen Sie Warmlicht oder Duale Farbtemperatur — wählen Sie die Stimmung, die zu Ihrem Raum passt.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#8a7860\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"15\" width=\"15\"\u003e\u003cpath d=\"M9 11.5a3 3 0 1 0 6 0V5a3 3 0 0 0-6 0v6.5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 12c0 4 3 7 7 7s7-3 7-7\"\u003e\u003c\/path\u003e\u003cline y2=\"23\" x2=\"12\" y1=\"19\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"23\" x2=\"16\" y1=\"23\" x1=\"8\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eTouch-Schalter\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eTippen Sie auf die Oberseite, um ein- und auszuschalten oder die Farbtemperatur zu wechseln.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#8a7860\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"15\" width=\"15\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M3 12h18M12 3a15 15 0 0 1 4 9 15 15 0 0 1-4 9 15 15 0 0 1-4-9 15 15 0 0 1 4-9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eInnen \u0026amp; Außen\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNehmen Sie sie vom Nachttisch auf die Terrasse — sie geht überall hin.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUKTDETAILS \u0026 ABMESSUNGEN --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eProduktdetails \u0026amp; Abmessungen\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-card\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Salt-_-Pepper-Atmosphere-Table-Lamp-Built-in-Battery..jpg?v=1720667823\" class=\"dim-img-wrap\" target=\"_blank\"\u003e \u003cimg alt=\"Salt \u0026amp; Pepper Atmosphere Tischlampe — Produktdetails\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Salt-_-Pepper-Atmosphere-Table-Lamp-Built-in-Battery..jpg?v=1720667823\"\u003e \u003cspan class=\"zoom-pill\"\u003e \u003csvg stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"10\" width=\"10\"\u003e\u003ccircle r=\"8\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.35-4.35M11 8v6M8 11h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Klicken Sie zum Vergrößern \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"dim-body\"\u003e\n\u003cspan class=\"dim-badge\"\u003eStandardgröße\u003c\/span\u003e\n\u003cdiv class=\"dim-primary\"\u003e∅ 5.1″ × H 7.9″\u003c\/div\u003e\n\u003cdiv class=\"dim-secondary\"\u003eDurchmesser 13 cm × H 20 cm · kompakt, leicht zu tragen\u003c\/div\u003e\n\u003cdiv class=\"dim-spec-row\"\u003e\n\u003cspan class=\"dim-spec-key\"\u003eDurchmesser\u003c\/span\u003e\u003cspan class=\"dim-spec-val\"\u003e5.1″ \/ 13 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-spec-row\"\u003e\n\u003cspan class=\"dim-spec-key\"\u003eHöhe\u003c\/span\u003e\u003cspan class=\"dim-spec-val\"\u003e7.9″ \/ 20 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-spec-row\"\u003e\n\u003cspan class=\"dim-spec-key\"\u003eLaden\u003c\/span\u003e\u003cspan class=\"dim-spec-val\"\u003eUSB-Kabel 39.4″ (100 cm) · Ladegerät nicht enthalten\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- AKKULEISTUNG --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eAkkuleistung\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bat-card\"\u003e\n\u003cdiv class=\"bat-stat\"\u003e\n\u003cdiv class=\"bat-stat-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#8a7860\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003crect rx=\"2\" height=\"10\" width=\"18\" y=\"7\" x=\"2\"\u003e\u003c\/rect\u003e\u003cline y2=\"13\" x2=\"22\" y1=\"11\" x1=\"22\"\u003e\u003c\/line\u003e\u003crect stroke=\"none\" fill=\"#8a7860\" height=\"6\" width=\"14\" y=\"9\" x=\"4\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"bat-stat-label\"\u003eKapazität\u003c\/div\u003e\n\u003cdiv class=\"bat-stat-value\"\u003e5200\u003csmall\u003emAh\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bat-stat-sub\"\u003eLithium-Akku im Sockel integriert\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bat-stat\"\u003e\n\u003cdiv class=\"bat-stat-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#8a7860\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 7v5l3 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"bat-stat-label\"\u003eBetriebsdauer\u003c\/div\u003e\n\u003cdiv class=\"bat-stat-value\"\u003e7–8\u003csmall\u003eStd.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bat-stat-sub\"\u003ePro vollständiger Ladung bei maximaler Leistung\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bat-stat\"\u003e\n\u003cdiv class=\"bat-stat-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#8a7860\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003crect rx=\"1\" height=\"6\" width=\"12\" y=\"2\" x=\"6\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 8v3a3 3 0 0 0 3 3v8M15 8v3a3 3 0 0 1-3 3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"bat-stat-label\"\u003eLaden\u003c\/div\u003e\n\u003cdiv class=\"bat-stat-value\"\u003eUSB\u003c\/div\u003e\n\u003cdiv class=\"bat-stat-sub\"\u003e39.4″ (100 cm) Kabel enthalten\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DETAILS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eDetails\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eAluminium, Acryl, Eisen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eGehäusefarbe\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 10px; flex-wrap: wrap;\" class=\"spec-val\"\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e \u003cspan style=\"width: 11px; height: 11px; border-radius: 50%; background: #0e0e0c; border: 0.5px solid rgba(0,0,0,0.15); flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Schwarz (Pfeffer) \u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e \u003cspan style=\"width: 11px; height: 11px; border-radius: 50%; background: #ffffff; border: 0.5px solid #c8c8c4; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Weiß (Salz) \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eStil\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eModern · Minimalistisch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eTyp\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eKabellose Atmosphären-Tischlampe · Innen \u0026amp; Außen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eLichtquelle\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eEingebaute LED · keine Glühbirne erforderlich\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eFarbtemperatur\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eWarmlicht oder duale Farbtemperatur (bei Bestellung angeben)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eSchalter\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eTouch-Sensor (Oberseite der Lampe)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eAkku\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e5200mAh Lithium · 7–8 Stunden pro Ladung\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eLaden\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eUSB-Kabel 39.4″ (100 cm) enthalten · USB-Ladegerät nicht enthalten\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eSpannung\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eAC 110–240V (Ladegerät kompatibel)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eZertifizierungen\u003c\/span\u003e\n\u003cdiv class=\"cert-badges\"\u003e\n\u003cspan class=\"cert-badge\"\u003eNordamerika\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eAustralien\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eEuropa\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eNaher Osten\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DOWNLOADS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eRessourcen \u0026amp; Downloads\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-grid\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1YOWKgGLsSjwpwXjqPlyZjPUz-V-0GhFD\/view?usp=drive_link\" class=\"dl-btn\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#8a7860\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"17\" width=\"17\"\u003e\u003cpath d=\"M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2\"\u003e\u003c\/path\u003e\u003crect rx=\"1\" height=\"4\" width=\"6\" y=\"3\" x=\"9\"\u003e\u003c\/rect\u003e\u003cline y2=\"12\" x2=\"15\" y1=\"12\" x1=\"9\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"13\" y1=\"16\" x1=\"9\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\nDatenblatt\u003c\/a\u003e\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/15TVxqRyONEnQlVfwafoVY563m23rtWIV\/view?usp=drive_link\" class=\"dl-btn\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#8a7860\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"17\" width=\"17\"\u003e\u003cpath d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nInstallationsanleitung\u003c\/a\u003e\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1gBeWACPQR4jx_R4kC8hAN7BSSFEZxK-M\/view?usp=drive_link\" class=\"dl-btn\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#8a7860\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"17\" width=\"17\"\u003e\u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\u003cline y2=\"12\" x2=\"12\" y1=\"22.08\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n3D-Dateien\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sarando.ch","offers":[{"title":"∅ 5.1″ x H 7.9″ \/ Dia 13cm x H 20cm \/ Schwarz \/ Warmlicht","offer_id":55074837234006,"sku":"MJT-MT10169-001","price":98.0,"currency_code":"GBP","in_stock":true},{"title":"∅ 5.1″ x H 7.9″ \/ Dia 13cm x H 20cm \/ Schwarz \/ Duale Farbtemperatur","offer_id":55074837266774,"sku":"MJT-MT10169-003","price":98.0,"currency_code":"GBP","in_stock":true},{"title":"∅ 5.1″ x H 7.9″ \/ Dia 13cm x H 20cm \/ Weiß \/ Warmlicht","offer_id":55074837299542,"sku":"MJT-MT10169-002","price":98.0,"currency_code":"GBP","in_stock":true},{"title":"∅ 5.1″ x H 7.9″ \/ Dia 13cm x H 20cm \/ Weiß \/ Duale Farbtemperatur","offer_id":55074837332310,"sku":"MJT-MT10169-004","price":98.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/8845\/3718\/files\/Salt-_-Pepper_Atmosphere_Table_Lamp_Built-in_Battery_01.jpg?v=1787491527","url":"https:\/\/www.sarando-shop.com\/de-gb\/products\/salt-pepper-atmosphere-tischlampe-mit-eingebautem-akku","provider":"Sarando.ch","version":"1.0","type":"link"}