{"product_id":"peak-plug-in-wandlampe","title":"Peak Plug In Wandlampe","description":"\u003c!-- ============================================================\n     PEAK PLUG-IN WANDLAMPE — Shopify Produktbeschreibung\n     Farbgestaltung: Entspricht dem Thema des Shops docos.us\n     Konversionsoptimierung: Plug-in ohne bohren + Leselichtszene + Raumaufwertung\n     Enthält: Verbrauchervisualisierungsinhalt + GEO JSON-LD strukturierte Daten\n     ============================================================ --\u003e\n\n\u003c!-- ① JSON-LD strukturierte Daten --\u003e\n\n\n\u003c!-- ② Stil --\u003e\n\u003cstyle\u003e\n  \/*\n   * Docos Design Tokens\n   * #ffffff  Weiß        #f7f7f7  Kartenhintergrund\n   * #e5e5e5  Rahmen      #1a1a1a  Haupttext\n   * #555555  Sekundärtext #b8924a  Warmgoldene Akzentfarbe\n   * #fff8ee  Hinweis Hintergrund #e8c87a  Hinweis Rahmen\n   * #5a3e10  Hinweistext\n   *\/\n  .pkw-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;\n    color: #1a1a1a;\n    line-height: 1.7;\n    max-width: 860px;\n    margin: 0 auto;\n    background: #ffffff;\n  }\n\n  \/* Abschnittsüberschrift *\/\n  .pkw-section-title {\n    font-size: 0.72rem;\n    font-weight: 600;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #1a1a1a;\n    border-bottom: 1.5px solid #b8924a;\n    padding-bottom: .45rem;\n    margin: 2.2rem 0 1.1rem;\n  }\n\n  \/* Einzelvideo Vollbreite *\/\n  .pkw-video-box {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    border-radius: 8px;\n    background: #111;\n    margin-bottom: 2rem;\n  }\n  .pkw-video-box iframe {\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%; height: 100%;\n    border: none;\n  }\n\n  \/* Hero Text *\/\n  .pkw-intro {\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.8;\n    margin-bottom: 1rem;\n  }\n\n  \/* Keine harte Verkabelung Banner *\/\n  .pkw-plug-banner {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-left: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .9rem 1.2rem;\n    margin-bottom: 2rem;\n    font-size: .92rem;\n    color: #1a1a1a;\n    font-weight: 500;\n    flex-wrap: wrap;\n    gap: 8px 14px;\n  }\n  .pkw-plug-banner__icon { font-size: 1.4rem; flex-shrink: 0; }\n  .pkw-plug-banner__sub {\n    font-size: .8rem;\n    font-weight: 400;\n    color: #777;\n    display: block;\n    margin-top: .1rem;\n  }\n\n  \/* Produktillustration *\/\n  .pkw-illus {\n    margin: 1.2rem 0 2rem;\n    text-align: center;\n  }\n  .pkw-illus img {\n    max-width: 100%;\n    border-radius: 8px;\n    display: inline-block;\n    border: 1px solid #e5e5e5;\n  }\n\n  \/* Kernverkaufsargumente *\/\n  .pkw-features {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n  .pkw-feature-card {\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-top: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .85rem 1rem;\n    font-size: .85rem;\n    color: #333;\n    line-height: 1.55;\n  }\n  .pkw-feature-card__icon {\n    font-size: 1.2rem;\n    display: block;\n    margin-bottom: .35rem;\n  }\n  .pkw-feature-card__title {\n    font-weight: 600;\n    font-size: .82rem;\n    color: #1a1a1a;\n    display: block;\n    margin-bottom: .2rem;\n  }\n\n  \/* Installationsschritte *\/\n  .pkw-steps {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));\n    gap: 8px;\n    margin-bottom: 2rem;\n    counter-reset: step;\n  }\n  .pkw-step {\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-radius: 6px;\n    padding: .85rem 1rem .85rem 1rem;\n    font-size: .85rem;\n    color: #333;\n    line-height: 1.55;\n    position: relative;\n    padding-top: 2.4rem;\n  }\n  .pkw-step::before {\n    counter-increment: step;\n    content: counter(step);\n    position: absolute;\n    top: .75rem;\n    left: 1rem;\n    width: 22px;\n    height: 22px;\n    background: #b8924a;\n    color: #fff;\n    font-size: .72rem;\n    font-weight: 700;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    line-height: 1;\n  }\n  .pkw-step__title {\n    font-weight: 600;\n    font-size: .82rem;\n    color: #1a1a1a;\n    display: block;\n    margin-bottom: .2rem;\n  }\n\n  \/* Hinweisbanner *\/\n  .pkw-notice {\n    display: flex;\n    gap: 10px;\n    background: #fff8ee;\n    border: 1px solid #e8c87a;\n    border-left: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .75rem 1rem;\n    margin-bottom: 1.5rem;\n    font-size: .88rem;\n    color: #5a3e10;\n    line-height: 1.6;\n  }\n  .pkw-notice__icon { flex-shrink: 0; margin-top: .05rem; }\n\n  \/* Farbige Swatches *\/\n  .pkw-color-bar {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-left: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .75rem 1.1rem;\n    margin-bottom: 2rem;\n    font-size: .88rem;\n    color: #555;\n  }\n  .pkw-color-bar__swatches { display: flex; gap: 8px; flex-shrink: 0; }\n  .pkw-swatch {\n    width: 22px; height: 22px;\n    border-radius: 50%;\n    border: 2px solid rgba(0,0,0,.1);\n    box-shadow: 0 1px 4px rgba(0,0,0,.15);\n  }\n  .pkw-swatch--white  { background: #f4f0e8; border-color: rgba(0,0,0,.18); }\n  .pkw-swatch--black  { background: #1e1a17; }\n  .pkw-swatch--red    { background: #c82020; }\n  .pkw-swatch--chrome { background: linear-gradient(135deg, #b8bcC0, #d8dce0); border-color: rgba(0,0,0,.15); }\n\n  \/* Szenen Tags *\/\n  .pkw-rooms {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n  .pkw-room-tag {\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-radius: 20px;\n    padding: .3rem .9rem;\n    font-size: .82rem;\n    color: #555;\n    display: flex;\n    align-items: center;\n    gap: 5px;\n  }\n\n  \/* Größenkarte *\/\n  .pkw-size-card {\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-left: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .75rem 1.2rem;\n    font-size: .9rem;\n    color: #1a1a1a;\n    margin-bottom: 2rem;\n  }\n  .pkw-size-card svg { flex-shrink: 0; }\n\n  \/* Spezifikationsliste *\/\n  .pkw-specs {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 2rem;\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\n    gap: 8px;\n  }\n  .pkw-specs li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-radius: 6px;\n    padding: .6rem .9rem;\n    font-size: .9rem;\n    color: #333;\n  }\n  .pkw-specs li::before {\n    content: '';\n    display: block;\n    width: 5px; height: 5px;\n    min-width: 5px;\n    border-radius: 50%;\n    background: #b8924a;\n    margin-top: 8px;\n  }\n\n  \/* Zertifizierungsabzeichen *\/\n  .pkw-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 1.4rem;\n  }\n  .pkw-badge {\n    background: #ffffff;\n    border: 1px solid #d4d4d4;\n    border-radius: 20px;\n    padding: .28rem .85rem;\n    font-size: .78rem;\n    color: #333;\n    font-weight: 500;\n    letter-spacing: .03em;\n  }\n\n  \/* Downloads *\/\n  .pkw-downloads {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n    margin-bottom: 2rem;\n  }\n  .pkw-dl-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 8px;\n    text-decoration: none;\n    color: #1a1a1a;\n    font-size: .78rem;\n    font-weight: 600;\n    letter-spacing: .06em;\n    text-transform: uppercase;\n    transition: opacity .2s;\n  }\n  .pkw-dl-item:hover { opacity: .65; }\n  .pkw-dl-item img {\n    width: 60px; height: 60px;\n    object-fit: contain;\n    border: 1px solid #e5e5e5;\n    border-radius: 6px;\n    background: #fff;\n    padding: 8px;\n  }\n\u003c\/style\u003e\n\n\u003c!-- ③ Visualisierungsinhalt --\u003e\n\u003cdiv class=\"pkw-wrap\"\u003e\n\n  \u003c!-- Video --\u003e\n  \u003cdiv class=\"pkw-section-title\"\u003eSiehe es in Aktion\u003c\/div\u003e\n  \u003cdiv class=\"pkw-video-box\"\u003e\n    \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/gGrHn08Su_k\" title=\"Die Peak Plug-In Wandlampe, die Ihren Raum sofort aufwertet\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen loading=\"lazy\"\u003e\u003c\/iframe\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Hero Text --\u003e\n  \u003cp class=\"pkw-intro\"\u003e\n    Eine Nachttischlampe nimmt Platz in Anspruch. Ein Deckenlicht überflutet den ganzen Raum.\n    Was Sie tatsächlich wollen — zum Lesen, zum Entspannen, für ein wenig gerichtete Wärme —\n    ist die \u003cstrong\u003ePeak Wandlampe\u003c\/strong\u003e. Sie wird an der Wand montiert, zeigt genau dorthin, wo Sie sie brauchen,\n    und wird in jede Standardsteckdose eingesteckt. Keine Verkabelung. Keine Löcher in der Wand. Kein Elektriker.\n  \u003c\/p\u003e\n  \u003cp class=\"pkw-intro\"\u003e\n    Der 360-Grad-Schwenkkopf bedeutet, dass sie Ihnen folgt — geneigt zum Lesen, in einem Winkel für Atmosphäre,\n    oder flach gedreht, wenn Sie sie außer Sicht haben möchten.\n  \u003c\/p\u003e\n\n  \u003c!-- Keine harte Verkabelung Banner --\u003e\n  \u003cdiv class=\"pkw-plug-banner\"\u003e\n    \u003cspan class=\"pkw-plug-banner__icon\"\u003e🔌\u003c\/span\u003e\n    \u003cdiv\u003e\n      Keine Verkabelung. Kein Elektriker. Keine Anschlussdose.\n      \u003cspan class=\"pkw-plug-banner__sub\"\u003eEinfach montieren, in eine Standardsteckdose einstecken und fertig.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Hinweis --\u003e\n  \u003cdiv class=\"pkw-notice\"\u003e\n    \u003cspan class=\"pkw-notice__icon\"\u003e💡\u003c\/span\u003e\n    \u003cspan\u003e\u003cstrong\u003eHinweis:\u003c\/strong\u003e Der Ein\/Aus-Schalter befindet sich am Kabel, nicht am Lampengehäuse selbst.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Produktillustration --\u003e\n  \u003cdiv class=\"pkw-illus\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Peak_Wall_Lamp_22_600x600.jpg?v=1724635337\" alt=\"Peak Wandlampe — Detail des verstellbaren Schwenkarms\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Kernverkaufsargumente --\u003e\n  \u003cdiv class=\"pkw-section-title\"\u003eWarum Peak\u003c\/div\u003e\n  \u003cdiv class=\"pkw-features\"\u003e\n    \u003cdiv class=\"pkw-feature-card\"\u003e\n      \u003cspan class=\"pkw-feature-card__icon\"\u003e🔄\u003c\/span\u003e\n      \u003cspan class=\"pkw-feature-card__title\"\u003e360° Schwenkkopf\u003c\/span\u003e\n      Neigen Sie sie zum Lesen. Neigen Sie sie zur Kunst. Drehen Sie sie für sanftes Seitenlicht. Eine Lampe,\n      jeder Anwendungsfall.\n    \u003c\/div\u003e\n    \u003cdiv class=\"pkw-feature-card\"\u003e\n      \u003cspan class=\"pkw-feature-card__icon\"\u003e📐\u003c\/span\u003e\n      \u003cspan class=\"pkw-feature-card__title\"\u003eWandmontiert, Platzsparend\u003c\/span\u003e\n      Befreit Ihren Nachttisch, Schreibtisch oder Regal vollständig. Die Lampe lebt an der Wand —\n      Ihre Oberflächen bleiben frei.\n    \u003c\/div\u003e\n    \u003cdiv class=\"pkw-feature-card\"\u003e\n      \u003cspan class=\"pkw-feature-card__icon\"\u003e🔆\u003c\/span\u003e\n      \u003cspan class=\"pkw-feature-card__title\"\u003eDimmer Kompatibel\u003c\/span\u003e\n      Kombinieren Sie sie mit einem Dimmer (separat erhältlich), um von hellem Leselicht zu\n      einem kaum wahrnehmbaren Ambienteglanz zu wechseln — dieselbe Lampe, andere Stimmung.\n    \u003c\/div\u003e\n    \u003cdiv class=\"pkw-feature-card\"\u003e\n      \u003cspan class=\"pkw-feature-card__icon\"\u003e🚿\u003c\/span\u003e\n      \u003cspan class=\"pkw-feature-card__title\"\u003eFeuchtraumgeeignet\u003c\/span\u003e\n      Sicher für Badezimmer und überdachte Außenbereiche. Verwenden Sie sie überall im Haus, nicht nur in Schlafzimmern.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Installationsschritte --\u003e\n  \u003cdiv class=\"pkw-section-title\"\u003eIn 3 Schritten installieren\u003c\/div\u003e\n  \u003cdiv class=\"pkw-steps\"\u003e\n    \u003cdiv class=\"pkw-step\"\u003e\n      \u003cspan class=\"pkw-step__title\"\u003eBefestigen Sie die Aufhängung\u003c\/span\u003e\n      Sichern Sie die Aufhängung mit den mitgelieferten Schrauben und Dübel an der Wand.\n    \u003c\/div\u003e\n    \u003cdiv class=\"pkw-step\"\u003e\n      \u003cspan class=\"pkw-step__title\"\u003eBefestigen Sie die Wandbox\u003c\/span\u003e\n      Befestigen Sie die Wandbox und die Aufhängung von der Seite, bis sie fest sitzt.\n    \u003c\/div\u003e\n    \u003cdiv class=\"pkw-step\"\u003e\n      \u003cspan class=\"pkw-step__title\"\u003eEinstecken \u0026amp; loslegen\u003c\/span\u003e\n      Führen Sie das 70,8″ Kabel zur nächsten Steckdose. Der Schalter ist am Kabel — leicht erreichbar vom Bett.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Farbige Optionen --\u003e\n  \u003cdiv class=\"pkw-section-title\"\u003eVerfügbare Oberflächen\u003c\/div\u003e\n  \u003cdiv class=\"pkw-color-bar\"\u003e\n    \u003cdiv class=\"pkw-color-bar__swatches\"\u003e\n      \u003cspan class=\"pkw-swatch pkw-swatch--white\" title=\"Weiß\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"pkw-swatch pkw-swatch--black\" title=\"Schwarz\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"pkw-swatch pkw-swatch--red\" title=\"Rot\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"pkw-swatch pkw-swatch--chrome\" title=\"Chrom\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cspan\u003eWeiß · Schwarz · Rot · Chrom\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Nutzungsszenarien --\u003e\n  \u003cdiv class=\"pkw-section-title\"\u003eFunktioniert in jedem Raum\u003c\/div\u003e\n  \u003cdiv class=\"pkw-rooms\"\u003e\n    \u003cspan class=\"pkw-room-tag\"\u003e🛏 Nachttischlesung\u003c\/span\u003e\n    \u003cspan class=\"pkw-room-tag\"\u003e🛋 Wohnzimmer-Ecke\u003c\/span\u003e\n    \u003cspan class=\"pkw-room-tag\"\u003e🚿 Badezimmer\u003c\/span\u003e\n    \u003cspan class=\"pkw-room-tag\"\u003e🖼 Galerie Wandakzent\u003c\/span\u003e\n    \u003cspan class=\"pkw-room-tag\"\u003e📚 Home Office\u003c\/span\u003e\n    \u003cspan class=\"pkw-room-tag\"\u003e🏡 Überdachte Veranda\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Größe --\u003e\n  \u003cdiv class=\"pkw-section-title\"\u003eProduktgröße\u003c\/div\u003e\n  \u003cdiv class=\"pkw-size-card\"\u003e\n    \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b8924a\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003crect x=\"2\" y=\"7\" width=\"20\" height=\"10\" rx=\"2\"\u003e\u003c\/rect\u003e\n      \u003cline x1=\"6\" y1=\"7\" x2=\"6\" y2=\"11\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"10\" y1=\"7\" x2=\"10\" y2=\"11\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"14\" y1=\"7\" x2=\"14\" y2=\"11\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"18\" y1=\"7\" x2=\"18\" y2=\"11\"\u003e\u003c\/line\u003e\n    \u003c\/svg\u003e\n    \u003cspan\u003e\u003cstrong\u003eB 25 cm × H 25 cm\u003c\/strong\u003e  \/  B 9.8″ × H 9.8″\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Spezifikationsdetails --\u003e\n  \u003cdiv class=\"pkw-section-title\"\u003eDetails\u003c\/div\u003e\n  \u003cul class=\"pkw-specs\"\u003e\n    \u003cli\u003eGehäuse \u0026amp; Schirm: \u003cstrong\u003eMetall\u003c\/strong\u003e\n\u003c\/li\u003e\n    \u003cli\u003eFassung: \u003cstrong\u003eE26 oder E27\u003c\/strong\u003e\n\u003c\/li\u003e\n    \u003cli\u003eGlühbirne: \u003cstrong\u003e5W LED\u003c\/strong\u003e oder 40W Glühlampenäquivalent\u003c\/li\u003e\n    \u003cli\u003eVerdrahtung: \u003cstrong\u003ePlug-in\u003c\/strong\u003e — 70,8 Zoll Kabel mit Schalter\u003c\/li\u003e\n    \u003cli\u003eSchalter: \u003cstrong\u003eAm Kabel\u003c\/strong\u003e\n\u003c\/li\u003e\n    \u003cli\u003eSchwenkbar: \u003cstrong\u003e360°\u003c\/strong\u003e verstellbarer Kopf\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eDimmer kompatibel\u003c\/strong\u003e (Schalter nicht enthalten)\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eFeuchtraumgeeignet\u003c\/strong\u003e — Badezimmer \u0026amp; überdachte Außenbereiche\u003c\/li\u003e\n    \u003cli\u003eZertifiziert: Nordamerika · Australien · Europa · Naher Osten\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003c!-- Zertifizierungsabzeichen --\u003e\n  \u003cdiv class=\"pkw-badges\"\u003e\n    \u003cspan class=\"pkw-badge\"\u003e🌎 Nordamerika\u003c\/span\u003e\n    \u003cspan class=\"pkw-badge\"\u003e🌏 Australien\u003c\/span\u003e\n    \u003cspan class=\"pkw-badge\"\u003e🌍 Europa\u003c\/span\u003e\n    \u003cspan class=\"pkw-badge\"\u003e🌍 Naher Osten\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Dokumenten Downloads --\u003e\n  \u003cdiv class=\"pkw-section-title\" style=\"margin-top:2.5rem;\"\u003eDownloads\u003c\/div\u003e\n  \u003cdiv class=\"pkw-downloads\"\u003e\n\n    \u003ca class=\"pkw-dl-item\" href=\"https:\/\/drive.google.com\/file\/d\/1gDIEHCnLGkeNeij4W6Tc0OYDGiaLPK82\/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/document-file-icon-docos-1_480x480.jpg?v=1683337478\" alt=\"Parameterdokument\" loading=\"lazy\"\u003e\n      Parameter\n    \u003c\/a\u003e\n\n    \u003ca class=\"pkw-dl-item\" href=\"https:\/\/drive.google.com\/file\/d\/147c79duEFLxIGvDuT8LmDM5BhfhKNKI5\/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/document-file-icon-docos-1_480x480.jpg?v=1683337478\" alt=\"Installationsanleitung\" loading=\"lazy\"\u003e\n      Installation\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- end .pkw-wrap --\u003e","brand":"Sarando.ch","offers":[{"title":"B 25 cm x H 25 cm \/ B 9.8″ x H 9.8″ \/ Weiß \/ US-Stecker","offer_id":54934172107094,"sku":"DCW-1748-1","price":10923.95,"currency_code":"EUR","in_stock":true},{"title":"B 25 cm x H 25 cm \/ B 9.8″ x H 9.8″ \/ Weiß \/ UK-Stecker","offer_id":54934172139862,"sku":"DCW-1748-2","price":10923.95,"currency_code":"EUR","in_stock":true},{"title":"B 25 cm x H 25 cm \/ B 9.8″ x H 9.8″ \/ Weiß \/ AU-Stecker","offer_id":54934172172630,"sku":"DCW-1748-3","price":10923.95,"currency_code":"EUR","in_stock":true},{"title":"B 25 cm x H 25 cm \/ B 9.8″ x H 9.8″ \/ Weiß \/ EU-Stecker","offer_id":54934172205398,"sku":"DCW-1748-4","price":10923.95,"currency_code":"EUR","in_stock":true},{"title":"B 25 cm x H 25 cm \/ B 9.8″ x H 9.8″ \/ Schwarz \/ US-Stecker","offer_id":54934172238166,"sku":"DCW-1748-5","price":10923.95,"currency_code":"EUR","in_stock":true},{"title":"B 25 cm x H 25 cm \/ B 9.8″ x H 9.8″ \/ Schwarz \/ UK-Stecker","offer_id":54934172270934,"sku":"DCW-1748-6","price":10923.95,"currency_code":"EUR","in_stock":true},{"title":"B 25 cm x H 25 cm \/ B 9.8″ x H 9.8″ \/ Schwarz \/ AU-Stecker","offer_id":54934172303702,"sku":"DCW-1748-7","price":10923.95,"currency_code":"EUR","in_stock":true},{"title":"B 25 cm x H 25 cm \/ B 9.8″ x H 9.8″ \/ Schwarz \/ EU-Stecker","offer_id":54934172336470,"sku":"DCW-1748-8","price":10923.95,"currency_code":"EUR","in_stock":true},{"title":"B 25 cm x H 25 cm \/ B 9.8″ x H 9.8″ \/ Rot \/ US-Stecker","offer_id":54934172369238,"sku":"DCW-1748-9","price":10923.95,"currency_code":"EUR","in_stock":true},{"title":"B 25 cm x H 25 cm \/ B 9.8″ x H 9.8″ \/ Rot \/ UK-Stecker","offer_id":54934172402006,"sku":"DCW-1748-10","price":10923.95,"currency_code":"EUR","in_stock":true},{"title":"B 25 cm x H 25 cm \/ B 9.8″ x H 9.8″ \/ Rot \/ AU-Stecker","offer_id":54934172434774,"sku":"DCW-1748-11","price":10923.95,"currency_code":"EUR","in_stock":true},{"title":"B 25 cm x H 25 cm \/ B 9.8″ x H 9.8″ \/ Rot \/ EU-Stecker","offer_id":54934172467542,"sku":"DCW-1748-12","price":10923.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/8845\/3718\/files\/Peak_Wall_Lamp_1.jpg?v=1786282724","url":"https:\/\/www.sarando-shop.com\/de-ie\/products\/peak-plug-in-wandlampe","provider":"Sarando.ch","version":"1.0","type":"link"}