{"product_id":"louise-plug-in-wall-lamp","title":"Louise Plug In Wall Lamp","description":"\u003c!-- ============================================================\n     LOUISE PLUG-IN WALL LAMP — Shopify Product Description\n     Color Scheme: Matches the docos.us store theme\n     Conversion Optimization: No installation wall lamp + Elegant design + Atmosphere upgrade\n     Includes: Consumer visualization content + GEO JSON-LD structured data\n     ============================================================ --\u003e\n\n\u003c!-- ① JSON-LD Structured Data --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Louise Plug-In Wall Lamp\",\n  \"description\": \"The Louise Plug-In Wall Lamp features an elegantly pleated fabric shade, ash wood detail, and a 59-inch cord — no hardwiring required. Available in Gold and White. Dimmer compatible, damp rated, and ideal for bedside use.\",\n  \"brand\": { \"@type\": \"Brand\", \"name\": \"Docos\" },\n  \"material\": \"Metal, Fabric, Ash Wood\",\n  \"color\": \"Gold, White\",\n  \"additionalProperty\": [\n    { \"@type\": \"PropertyValue\", \"name\": \"Width\",             \"value\": \"31 cm \/ 12.2 inches\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Height\",            \"value\": \"31 cm \/ 12.2 inches\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Shade\",             \"value\": \"White Pleated Fabric\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Socket\",            \"value\": \"E26 \/ E27\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Max Wattage\",       \"value\": \"5W LED or 40W incandescent equivalent\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Wiring\",            \"value\": \"Plug-in — 59-inch cord with switch\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Dimmer\",            \"value\": \"Compatible (switch not included)\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Wet Rating\",        \"value\": \"Damp rated — suitable for bathrooms and covered outdoor areas\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Certifications\",    \"value\": \"North America, Australia, Europe, Middle East\" }\n  ],\n  \"video\": [\n    {\n      \"@type\": \"VideoObject\",\n      \"name\": \"Louise Plug-In Wall Lamp\",\n      \"embedUrl\": \"https:\/\/www.youtube.com\/embed\/0doI3TEhv94\",\n      \"thumbnailUrl\": \"https:\/\/img.youtube.com\/vi\/0doI3TEhv94\/hqdefault.jpg\"\n    },\n    {\n      \"@type\": \"VideoObject\",\n      \"name\": \"Louise Plug-In Wall Lamp – Video 2\",\n      \"embedUrl\": \"https:\/\/www.youtube.com\/embed\/J6BNDWciVyA\",\n      \"thumbnailUrl\": \"https:\/\/img.youtube.com\/vi\/J6BNDWciVyA\/hqdefault.jpg\"\n    },\n    {\n      \"@type\": \"VideoObject\",\n      \"name\": \"Pleated Lampshade Installation\",\n      \"embedUrl\": \"https:\/\/www.youtube.com\/embed\/bWFq7YNk17k\",\n      \"thumbnailUrl\": \"https:\/\/img.youtube.com\/vi\/bWFq7YNk17k\/hqdefault.jpg\"\n    }\n  ],\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"priceCurrency\": \"USD\",\n    \"seller\": { \"@type\": \"Organization\", \"name\": \"Docos\" }\n  }\n}\n\u003c\/script\u003e\n\n\u003c!-- ② Styles --\u003e\n\u003cstyle\u003e\n  \/*\n   * Docos Design Tokens\n   * #ffffff  White background    #f7f7f7  Card background\n   * #e5e5e5  Border              #1a1a1a  Body text\n   * #555555  Secondary text      #b8924a  Warm gold accent\n   * #fff8ee  Hint background      #e8c87a  Hint border\n   *\/\n  .lpw-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  \/* Section Title *\/\n  .lpw-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 Grid: 2×2 (3 videos) *\/\n  .lpw-video-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-bottom: 2rem;\n  }\n  .lpw-video-box {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    border-radius: 8px;\n    background: #111;\n  }\n  .lpw-video-box iframe {\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%; height: 100%;\n    border: none;\n  }\n  @media (max-width: 540px) {\n    .lpw-video-grid { grid-template-columns: 1fr; }\n  }\n\n  \/* Hero Copy *\/\n  .lpw-intro {\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.8;\n    margin-bottom: 1rem;\n  }\n\n  \/* No Hardwiring Banner *\/\n  .lpw-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  }\n  .lpw-plug-banner__icon { font-size: 1.4rem; flex-shrink: 0; }\n  .lpw-plug-banner__sub {\n    font-size: .8rem;\n    font-weight: 400;\n    color: #777;\n    display: block;\n    margin-top: .1rem;\n  }\n\n  \/* Core Selling Points Card *\/\n  .lpw-features {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n  .lpw-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  .lpw-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; }\n  .lpw-feature-card__title {\n    font-weight: 600;\n    font-size: .82rem;\n    color: #1a1a1a;\n    display: block;\n    margin-bottom: .2rem;\n  }\n\n  \/* Pair Suggestion Cards *\/\n  .lpw-pair-cards {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n  .lpw-pair-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  .lpw-pair-card__icon { font-size: 1.2rem; display: block; margin-bottom: .3rem; }\n  .lpw-pair-card__title {\n    font-weight: 600;\n    font-size: .82rem;\n    color: #1a1a1a;\n    display: block;\n    margin-bottom: .2rem;\n  }\n  @media (max-width: 400px) {\n    .lpw-pair-cards { grid-template-columns: 1fr; }\n  }\n\n  \/* Applicable Scenarios *\/\n  .lpw-rooms {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n  .lpw-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  \/* Color Swatches *\/\n  .lpw-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  .lpw-color-bar__swatches { display: flex; gap: 8px; flex-shrink: 0; }\n  .lpw-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  .lpw-swatch--gold  { background: linear-gradient(135deg, #c8a040, #e8c060); }\n  .lpw-swatch--white { background: #f4f0e8; border-color: rgba(0,0,0,.18); }\n\n  \/* Size Card *\/\n  .lpw-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  .lpw-size-card svg { flex-shrink: 0; }\n\n  \/* Specifications List *\/\n  .lpw-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  .lpw-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  .lpw-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  \/* Certification Badges *\/\n  .lpw-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 1.4rem;\n  }\n  .lpw-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  .lpw-downloads {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n    margin-bottom: 2rem;\n  }\n  .lpw-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  .lpw-dl-item:hover { opacity: .65; }\n  .lpw-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!-- ③ Visualization Content --\u003e\n\u003cdiv class=\"lpw-wrap\"\u003e\n\n  \u003c!-- Videos --\u003e\n  \u003cdiv class=\"lpw-section-title\"\u003eSee It In Action\u003c\/div\u003e\n  \u003cdiv class=\"lpw-video-grid\"\u003e\n    \u003cdiv class=\"lpw-video-box\"\u003e\n      \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/0doI3TEhv94?si=WR-Q8vSITyEaTjx0\" title=\"Louise Plug-In Wall Lamp\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen loading=\"lazy\"\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lpw-video-box\"\u003e\n      \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/J6BNDWciVyA?si=BLQNwRJqi_JWkCqr\" title=\"Louise Plug-In Wall Lamp – Video 2\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen loading=\"lazy\"\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lpw-video-box\"\u003e\n      \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/bWFq7YNk17k\" title=\"Pleated Lampshade Installation\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen loading=\"lazy\"\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Hero Copy --\u003e\n  \u003cp class=\"lpw-intro\"\u003e\n    The \u003cstrong\u003eLouise Plug-In Wall Lamp\u003c\/strong\u003e brings the kind of bedside lighting that\n    used to require an electrician — pleated fabric shade, ash wood arm, warm glow that\n    settles onto the wall beside a bed or mirror — and makes it available to anyone with\n    a wall and an outlet. No hardwiring. No junction box. Two screws and a plug.\n  \u003c\/p\u003e\n  \u003cp class=\"lpw-intro\"\u003e\n    The pleated shade is the detail that earns the price — each fold catches light\n    differently as the bulb warms from inside, creating a soft, textured glow that\n    a smooth diffuser simply doesn't produce.\n  \u003c\/p\u003e\n\n  \u003c!-- No Hardwiring Banner --\u003e\n  \u003cdiv class=\"lpw-plug-banner\"\u003e\n    \u003cspan class=\"lpw-plug-banner__icon\"\u003e🔌\u003c\/span\u003e\n    \u003cdiv\u003e\n      No hardwiring. No electrician. No junction box.\n      \u003cspan class=\"lpw-plug-banner__sub\"\u003e59″ cord with plug switch — mounted and lit in under 15 minutes.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Core Selling Points --\u003e\n  \u003cdiv class=\"lpw-section-title\"\u003eWhy Louise\u003c\/div\u003e\n  \u003cdiv class=\"lpw-features\"\u003e\n    \u003cdiv class=\"lpw-feature-card\"\u003e\n      \u003cspan class=\"lpw-feature-card__icon\"\u003e🎀\u003c\/span\u003e\n      \u003cspan class=\"lpw-feature-card__title\"\u003ePleated Fabric Shade\u003c\/span\u003e\n      The pleats create a layered texture that catches and diffuses light across\n      multiple surfaces at once — a warmth and depth that smooth acrylic and\n      glass shades don't produce. Even unlit, the shade reads as considered.\n    \u003c\/div\u003e\n    \u003cdiv class=\"lpw-feature-card\"\u003e\n      \u003cspan class=\"lpw-feature-card__icon\"\u003e🪵\u003c\/span\u003e\n      \u003cspan class=\"lpw-feature-card__title\"\u003eAsh Wood \u0026amp; Metal\u003c\/span\u003e\n      The combination of natural ash wood and warm metal gives Louise a\n      material quality above its price point — organic and refined at once,\n      without leaning into either rustic or industrial territory.\n    \u003c\/div\u003e\n    \u003cdiv class=\"lpw-feature-card\"\u003e\n      \u003cspan class=\"lpw-feature-card__icon\"\u003e🔆\u003c\/span\u003e\n      \u003cspan class=\"lpw-feature-card__title\"\u003eDimmer Compatible\u003c\/span\u003e\n      From task-level reading brightness to the lowest bedside glow.\n      Pair with a dimmer switch (sold separately) for full control\n      without replacing the fixture.\n    \u003c\/div\u003e\n    \u003cdiv class=\"lpw-feature-card\"\u003e\n      \u003cspan class=\"lpw-feature-card__icon\"\u003e🚿\u003c\/span\u003e\n      \u003cspan class=\"lpw-feature-card__title\"\u003eDamp Rated\u003c\/span\u003e\n      Safe for bathrooms and covered outdoor areas — a plug-in wall\n      lamp rated for damp environments is rare. Louise handles both\n      a bedroom wall and a bathroom mirror with equal ease.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Pair Suggestions --\u003e\n  \u003cdiv class=\"lpw-section-title\"\u003eOne or Two\u003c\/div\u003e\n  \u003cdiv class=\"lpw-pair-cards\"\u003e\n    \u003cdiv class=\"lpw-pair-card\"\u003e\n      \u003cspan class=\"lpw-pair-card__icon\"\u003e🕯\u003c\/span\u003e\n      \u003cspan class=\"lpw-pair-card__title\"\u003eSingle — Wall Accent\u003c\/span\u003e\n      One Louise beside a bed, above a console, or in a reading corner —\n      a deliberate design moment that replaces a table lamp without\n      taking up any surface space.\n    \u003c\/div\u003e\n    \u003cdiv class=\"lpw-pair-card\"\u003e\n      \u003cspan class=\"lpw-pair-card__icon\"\u003e🪞\u003c\/span\u003e\n      \u003cspan class=\"lpw-pair-card__title\"\u003ePair — Bedside Symmetry\u003c\/span\u003e\n      Two Louises flanking a bed bring balanced, equal light to both sides\n      and clear the nightstands entirely. The pleated shades match — the\n      arrangement looks considered rather than assembled.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Applicable Scenarios --\u003e\n  \u003cdiv class=\"lpw-section-title\"\u003eWorks In\u003c\/div\u003e\n  \u003cdiv class=\"lpw-rooms\"\u003e\n    \u003cspan class=\"lpw-room-tag\"\u003e🛏 Bedside — single or pair\u003c\/span\u003e\n    \u003cspan class=\"lpw-room-tag\"\u003e🪞 Beside a Mirror\u003c\/span\u003e\n    \u003cspan class=\"lpw-room-tag\"\u003e🚪 Hallway\u003c\/span\u003e\n    \u003cspan class=\"lpw-room-tag\"\u003e🛁 Bathroom\u003c\/span\u003e\n    \u003cspan class=\"lpw-room-tag\"\u003e📚 Reading Corner\u003c\/span\u003e\n    \u003cspan class=\"lpw-room-tag\"\u003e🛋 Living Room Accent\u003c\/span\u003e\n    \u003cspan class=\"lpw-room-tag\"\u003e🏠 Rental — no permanent work\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Color Bar --\u003e\n  \u003cdiv class=\"lpw-color-bar\"\u003e\n    \u003cdiv class=\"lpw-color-bar__swatches\"\u003e\n      \u003cspan class=\"lpw-swatch lpw-swatch--gold\" title=\"Gold\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"lpw-swatch lpw-swatch--white\" title=\"White\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cspan\u003eGold · White\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Size --\u003e\n  \u003cdiv class=\"lpw-section-title\"\u003eProduct Size\u003c\/div\u003e\n  \u003cdiv class=\"lpw-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\u003eW 31 cm × H 31 cm\u003c\/strong\u003e  \/  W 12.2″ × H 12.2″\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Specification Details --\u003e\n  \u003cdiv class=\"lpw-section-title\"\u003eDetails\u003c\/div\u003e\n  \u003cul class=\"lpw-specs\"\u003e\n    \u003cli\u003eShade: \u003cstrong\u003eWhite Pleated Fabric\u003c\/strong\u003e\n\u003c\/li\u003e\n    \u003cli\u003eMaterials: \u003cstrong\u003eMetal, Fabric \u0026amp; Ash Wood\u003c\/strong\u003e\n\u003c\/li\u003e\n    \u003cli\u003eSocket: \u003cstrong\u003eE26 or E27\u003c\/strong\u003e\n\u003c\/li\u003e\n    \u003cli\u003eBulb: \u003cstrong\u003e5W LED\u003c\/strong\u003e or 40W incandescent equivalent\u003c\/li\u003e\n    \u003cli\u003eWiring: \u003cstrong\u003ePlug-in\u003c\/strong\u003e — 59-inch cord with switch\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eDimmer compatible\u003c\/strong\u003e (switch not included)\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eDamp rated\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\n  \u003c!-- Certification Badges --\u003e\n  \u003cdiv class=\"lpw-badges\"\u003e\n    \u003cspan class=\"lpw-badge\"\u003e🌎 North America\u003c\/span\u003e\n    \u003cspan class=\"lpw-badge\"\u003e🌏 Australia\u003c\/span\u003e\n    \u003cspan class=\"lpw-badge\"\u003e🌍 Europe\u003c\/span\u003e\n    \u003cspan class=\"lpw-badge\"\u003e🌍 Middle East\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Document Downloads --\u003e\n  \u003cdiv class=\"lpw-section-title\" style=\"margin-top:2.5rem;\"\u003eDownloads\u003c\/div\u003e\n  \u003cdiv class=\"lpw-downloads\"\u003e\n\n    \u003ca class=\"lpw-dl-item\" href=\"https:\/\/drive.google.com\/file\/d\/1X-d1qN0QJLHTPROrZMYWclaVQw_iluXd\/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=\"Parameter document\" loading=\"lazy\"\u003e\n      Parameter\n    \u003c\/a\u003e\n\n    \u003ca class=\"lpw-dl-item\" href=\"https:\/\/drive.google.com\/file\/d\/1iRL3jijXrT-GFJOG_4CtNmgjNyaAzwkI\/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\n    \u003ca class=\"lpw-dl-item\" href=\"https:\/\/drive.google.com\/file\/d\/1Wo-fzWWm6cGkRIfTnjzXgnOGoq1DoZ37\/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 2\" loading=\"lazy\"\u003e\n      Installation 2\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- end .lpw-wrap --\u003e","brand":"Tumdi.com","offers":[{"title":"W 31cm x H 31cm \/ W 12.2″ x H 12.2″ \/ Gold \u0026 White \/ US plug","offer_id":58312469709145,"sku":"DCW-0214-1","price":157.0,"currency_code":"USD","in_stock":true},{"title":"W 31cm x H 31cm \/ W 12.2″ x H 12.2″ \/ Gold \u0026 White \/ UK plug","offer_id":58312469741913,"sku":"DCW-0214-2","price":157.0,"currency_code":"USD","in_stock":true},{"title":"W 31cm x H 31cm \/ W 12.2″ x H 12.2″ \/ Gold \u0026 White \/ AU plug","offer_id":58312469774681,"sku":"DCW-0214-3","price":157.0,"currency_code":"USD","in_stock":true},{"title":"W 31cm x H 31cm \/ W 12.2″ x H 12.2″ \/ Gold \u0026 White \/ EU plug","offer_id":58312469807449,"sku":"DCW-0214-4","price":157.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/8722\/3897\/files\/Louise_Wall_Lamp_1_538b22eb-54e1-4c16-bc44-fbefa1caf2d2.jpg?v=1781621668","url":"https:\/\/www.tumdi.co\/products\/louise-plug-in-wall-lamp","provider":"Tumdi.com","version":"1.0","type":"link"}