{"product_id":"lampada-da-parete-peak-plug-in","title":"Peak Plug-In Wall Lamp","description":"\u003c!-- ============================================================\n     LAMPADA DA PARETE PEAK PLUG-IN — Descrizione del prodotto Shopify\n     Palette: Abbinata al tema del negozio docos.us\n     Ottimizzazione della conversione: plug-in senza installazione a perforazione + scena di lettura + aggiornamento dello spazio\n     Include: contenuti visivi per i consumatori + dati strutturati GEO JSON-LD\n     ============================================================ --\u003e\n\u003c!-- ① Dati strutturati JSON-LD --\u003e\n\u003c!-- ② Stile --\u003e\n\u003cstyle\u003e\n  \/*\n   * Token di design Docos\n   * #ffffff  sfondo bianco        #f7f7f7  fondo della scheda\n   * #e5e5e5  bordo        #1a1a1a  testo principale\n   * #555555  testo secondario    #b8924a  accento oro caldo\n   * #fff8ee  fondo del messaggio      #e8c87a  bordo del messaggio\n   * #5a3e10  testo del messaggio\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  \/* Titolo della sezione *\/\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  \/* Video a piena larghezza *\/\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  \/* Introduzione *\/\n  .pkw-intro {\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.8;\n    margin-bottom: 1rem;\n  }\n\n  \/* Banner senza cablaggio *\/\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  \/* Immagine del prodotto *\/\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  \/* Schede dei punti di forza *\/\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  \/* Passaggi di installazione *\/\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  \/* Banner di avviso *\/\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  \/* Campioni di colore *\/\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  \/* Etichette delle stanze *\/\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  \/* Scheda delle dimensioni *\/\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  \/* Elenco delle specifiche *\/\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  \/* Badge di certificazione *\/\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  \/* Download *\/\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\u003c!-- ③ Contenuti visivi --\u003e\n\u003cdiv class=\"pkw-wrap\"\u003e\n \u003c!-- Video --\u003e\n \u003cdiv class=\"pkw-section-title\"\u003eSee It in Action\u003c\/div\u003e\n \u003cdiv class=\"pkw-video-box\"\u003e\n \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/gGrHn08Su_k\" title=\"La lampada da parete Peak Plug-In che aggiorna istantaneamente il tuo spazio\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen loading=\"lazy\"\u003e\u003c\/iframe\u003e\n \u003c\/div\u003e\n \u003c!-- Introduzione --\u003e\n \u003cp class=\"pkw-intro\"\u003e\n A table lamp takes up surface space. An overhead light floods the entire room.\n What you really want — for reading, relaxing, or a little focused warmth —\n it's the \u003cstrong\u003ePeak Wall Lamp\u003c\/strong\u003e. It mounts to the wall and points exactly where you need it,\n and plugs into any standard outlet. No wiring. No wall holes. No electrician.\n \u003c\/p\u003e\n \u003cp class=\"pkw-intro\"\u003e\n The 360-degree swiveling head follows you — tilted for reading, angled for ambiance,\n or rotate it flush when you want to keep it out of the way.\n \u003c\/p\u003e\n \u003c!-- Banner senza cablaggio --\u003e\n \u003cdiv class=\"pkw-plug-banner\"\u003e\n \u003cspan class=\"pkw-plug-banner__icon\"\u003e🔌\u003c\/span\u003e\n \u003cdiv\u003e\n No wiring. No electrician. No junction box.\n \u003cspan class=\"pkw-plug-banner__sub\"\u003eJust mount it, plug it into any standard outlet, and you're done.\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c!-- Avviso --\u003e\n \u003cdiv class=\"pkw-notice\"\u003e\n \u003cspan class=\"pkw-notice__icon\"\u003e💡\u003c\/span\u003e\n \u003cspan\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e The on\/off switch is on the power cord, not on the lamp body.\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c!-- Immagine del prodotto --\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 Wall Lamp — adjustable swiveling arm detail\" loading=\"lazy\"\u003e\n \u003c\/div\u003e\n \u003c!-- Punti di forza --\u003e\n \u003cdiv class=\"pkw-section-title\"\u003eWhy 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° Swiveling Head\u003c\/span\u003e\n Tilt it for reading. Angle it toward artwork. Rotate it for soft side lighting. One lamp,\n every use case.\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\"\u003eWall-Mounted, Zero Surface Space\u003c\/span\u003e\n Completely free up your nightstand, desk, or shelf. The lamp lives on the wall —\n your surfaces stay clear.\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 Compatible\u003c\/span\u003e\n Pair it with a dimmer switch (sold separately) to go from bright reading light to\n nearly imperceptible ambient lighting — same lamp, different mood.\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\"\u003eRated for Damp Environments\u003c\/span\u003e\n Safe for bathrooms and covered outdoor areas. Use it anywhere in your home, not just bedrooms.\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c!-- Passaggi di installazione --\u003e\n \u003cdiv class=\"pkw-section-title\"\u003eInstall in 3 Steps\u003c\/div\u003e\n \u003cdiv class=\"pkw-steps\"\u003e\n \u003cdiv class=\"pkw-step\"\u003e\n \u003cspan class=\"pkw-step__title\"\u003eSecure the Mounting Plate\u003c\/span\u003e\n Secure the mounting plate to the wall using the included screws and anchors.\n \u003c\/div\u003e\n \u003cdiv class=\"pkw-step\"\u003e\n \u003cspan class=\"pkw-step__title\"\u003eAttach the Wall Box\u003c\/span\u003e\n Secure the wall box and mounting plate together from the side until firmly fastened.\n \u003c\/div\u003e\n \u003cdiv class=\"pkw-step\"\u003e\n \u003cspan class=\"pkw-step__title\"\u003ePlug In and Go\u003c\/span\u003e\n Run the 70.8″ cord to the nearest outlet. The switch is on the cord — easy to reach from bed.\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c!-- Barra dei colori --\u003e\n \u003cdiv class=\"pkw-section-title\"\u003eAvailable Finishes\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=\"Bianco\"\u003e\u003c\/span\u003e\n \u003cspan class=\"pkw-swatch pkw-swatch--black\" title=\"Nero\"\u003e\u003c\/span\u003e\n \u003cspan class=\"pkw-swatch pkw-swatch--red\" title=\"Rosso\"\u003e\u003c\/span\u003e\n \u003cspan class=\"pkw-swatch pkw-swatch--chrome\" title=\"Cromo\"\u003e\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cspan\u003eWhite · Black · Red · Chrome\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c!-- Scenari d'uso --\u003e\n \u003cdiv class=\"pkw-section-title\"\u003eWorks in Every Room\u003c\/div\u003e\n \u003cdiv class=\"pkw-rooms\"\u003e\n \u003cspan class=\"pkw-room-tag\"\u003e🛏 Bedside Reading\u003c\/span\u003e\n \u003cspan class=\"pkw-room-tag\"\u003e🛋 Living Room Corner\u003c\/span\u003e\n \u003cspan class=\"pkw-room-tag\"\u003e🚿 Bathroom\u003c\/span\u003e\n \u003cspan class=\"pkw-room-tag\"\u003e🖼 Gallery Wall Accent\u003c\/span\u003e\n \u003cspan class=\"pkw-room-tag\"\u003e📚 Home Office\u003c\/span\u003e\n \u003cspan class=\"pkw-room-tag\"\u003e🏡 Covered Porch\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c!-- Dimensioni --\u003e\n \u003cdiv class=\"pkw-section-title\"\u003eProduct Dimensions\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\u003eL 25 cm × H 25 cm\u003c\/strong\u003e  \/  L 9.8″ × H 9.8″\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c!-- Dettagli delle specifiche --\u003e\n \u003cdiv class=\"pkw-section-title\"\u003eDetails\u003c\/div\u003e\n \u003cul class=\"pkw-specs\"\u003e\n \u003cli\u003eBody \u0026amp; Shade: \u003cstrong\u003eMetal\u003c\/strong\u003e\n\u003c\/li\u003e\n \u003cli\u003eSocket: \u003cstrong\u003eE26 o E27\u003c\/strong\u003e\n\u003c\/li\u003e\n \u003cli\u003eBulb: \u003cstrong\u003e5W LED\u003c\/strong\u003e or equivalent to a 40W incandescent bulb\u003c\/li\u003e\n \u003cli\u003eWiring: \u003cstrong\u003ePlug-in\u003c\/strong\u003e — 70.8-inch cord with switch\u003c\/li\u003e\n \u003cli\u003eSwitch: \u003cstrong\u003eOn the power cord\u003c\/strong\u003e\n\u003c\/li\u003e\n \u003cli\u003eSwiveling: \u003cstrong\u003e360° adjustable head\u003c\/strong\u003e\n\u003c\/li\u003e\n \u003cli\u003e\n\u003cstrong\u003eDimmer compatible\u003c\/strong\u003e (switch not included)\u003c\/li\u003e\n \u003cli\u003e\n\u003cstrong\u003eRated for damp environments\u003c\/strong\u003e — bathrooms \u0026amp; covered outdoor areas\u003c\/li\u003e\n \u003cli\u003eCertified: North America · Australia · Europe · Middle East\u003c\/li\u003e\n \u003c\/ul\u003e\n \u003c!-- Badge di certificazione --\u003e\n \u003cdiv class=\"pkw-badges\"\u003e\n \u003cspan class=\"pkw-badge\"\u003e🌎 North America\u003c\/span\u003e\n \u003cspan class=\"pkw-badge\"\u003e🌏 Australia\u003c\/span\u003e\n \u003cspan class=\"pkw-badge\"\u003e🌍 Europe\u003c\/span\u003e\n \u003cspan class=\"pkw-badge\"\u003e🌍 Middle East\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c!-- Download dei documenti --\u003e\n \u003cdiv class=\"pkw-section-title\" style=\"margin-top:2.5rem;\"\u003eDownload\u003c\/div\u003e\n \u003cdiv class=\"pkw-downloads\"\u003e\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=\"Specification Sheet\" loading=\"lazy\"\u003e\n Specifications\n \u003c\/a\u003e\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=\"Installation Guide\" loading=\"lazy\"\u003e\n Installation\n \u003c\/a\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\u003c!-- end .pkw-wrap --\u003e","brand":"TrendsBySarando.it","offers":[{"title":"L 25 cm x H 25 cm \/ L 9.8″ x H 9.8″ \/ White \/ Spine USA","offer_id":54934955360598,"sku":"DCW-1748-1","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"L 25 cm x H 25 cm \/ L 9.8″ x H 9.8″ \/ White \/ UK Plug","offer_id":54934955393366,"sku":"DCW-1748-2","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"L 25 cm x H 25 cm \/ L 9.8″ x H 9.8″ \/ White \/ Spine AU","offer_id":54934955426134,"sku":"DCW-1748-3","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"L 25 cm x H 25 cm \/ L 9.8″ x H 9.8″ \/ White \/ Spine EU","offer_id":54934955458902,"sku":"DCW-1748-4","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"L 25 cm x H 25 cm \/ L 9.8″ x H 9.8″ \/ Nero \/ Spine USA","offer_id":54934955491670,"sku":"DCW-1748-5","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"L 25 cm x H 25 cm \/ L 9.8″ x H 9.8″ \/ Nero \/ UK Plug","offer_id":54934955524438,"sku":"DCW-1748-6","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"L 25 cm x H 25 cm \/ L 9.8″ x H 9.8″ \/ Nero \/ Spine AU","offer_id":54934955557206,"sku":"DCW-1748-7","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"L 25 cm x H 25 cm \/ L 9.8″ x H 9.8″ \/ Nero \/ Spine EU","offer_id":54934955589974,"sku":"DCW-1748-8","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"L 25 cm x H 25 cm \/ L 9.8″ x H 9.8″ \/ Red \/ Spine USA","offer_id":54934955622742,"sku":"DCW-1748-9","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"L 25 cm x H 25 cm \/ L 9.8″ x H 9.8″ \/ Red \/ UK Plug","offer_id":54934955655510,"sku":"DCW-1748-10","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"L 25 cm x H 25 cm \/ L 9.8″ x H 9.8″ \/ Red \/ Spine AU","offer_id":54934955688278,"sku":"DCW-1748-11","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"L 25 cm x H 25 cm \/ L 9.8″ x H 9.8″ \/ Red \/ Spine EU","offer_id":54934955721046,"sku":"DCW-1748-12","price":129.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0918\/8438\/8694\/files\/Peak_Wall_Lamp_1.jpg?v=1786289794","url":"https:\/\/www.trendsbysarando.it\/en-gb\/products\/lampada-da-parete-peak-plug-in","provider":"TrendsBySarando.it","version":"1.0","type":"link"}