{"product_id":"peak-plug-in-wall-lamp","title":"Peak Plug In Wall Lamp","description":"\u003c!-- ============================================================     PEAK PLUG-IN WALL LAMP — Shopify Product Description     配色：匹配 docos.us 店铺主题     转化优化：plug-in 无穿孔安装 + 阅读灯场景 + 空间升级     包含：消费者可视化内容 + GEO JSON-LD 结构化数据     ============================================================ --\u003e\u003c!-- ① JSON-LD 结构化数据 --\u003e\u003cscript type=\"application\/ld+json\"\u003e{  \"@context\": \"https:\/\/schema.org\",  \"@type\": \"Product\",  \"name\": \"Peak Plug-In Wall Lamp\",  \"description\": \"The Peak Wall Lamp is a luxurious plug-in wall lamp with a 360-degree swivel and adjustable arm. No hardwiring required — simply plug in and place it anywhere. Available in White, Black, Red, and Chrome. Damp rated and dimmer compatible.\",  \"brand\": { \"@type\": \"Brand\", \"name\": \"Docos\" },  \"material\": \"Metal\",  \"color\": \"White, Black, Red, Chrome\",  \"additionalProperty\": [    { \"@type\": \"PropertyValue\", \"name\": \"Width\",             \"value\": \"25 cm \/ 9.8 inches\" },    { \"@type\": \"PropertyValue\", \"name\": \"Height\",            \"value\": \"25 cm \/ 9.8 inches\" },    { \"@type\": \"PropertyValue\", \"name\": \"Body\",              \"value\": \"Metal body and shade\" },    { \"@type\": \"PropertyValue\", \"name\": \"Socket\",            \"value\": \"E26 \/ E27\" },    { \"@type\": \"PropertyValue\", \"name\": \"Wattage\",           \"value\": \"5W LED or 40W incandescent equivalent\" },    { \"@type\": \"PropertyValue\", \"name\": \"Wiring\",            \"value\": \"Plug-in — 70.8-inch cord with switch\" },    { \"@type\": \"PropertyValue\", \"name\": \"Switch\",            \"value\": \"Switch on plug cord\" },    { \"@type\": \"PropertyValue\", \"name\": \"Swivel\",            \"value\": \"360-degree adjustable\" },    { \"@type\": \"PropertyValue\", \"name\": \"Dimmer Compatible\", \"value\": \"Yes (dimmer switch not included)\" },    { \"@type\": \"PropertyValue\", \"name\": \"Wet Rating\",        \"value\": \"Damp rated — suitable for bathrooms and covered outdoor areas\" },    { \"@type\": \"PropertyValue\", \"name\": \"Certifications\",    \"value\": \"North America, Australia, Europe, Middle East\" }  ],  \"video\": [    {      \"@type\": \"VideoObject\",      \"name\": \"The Peak Plug-In Wall Lamp That Instantly Upgrades Your Space\",      \"embedUrl\": \"https:\/\/www.youtube.com\/embed\/gGrHn08Su_k\",      \"thumbnailUrl\": \"https:\/\/img.youtube.com\/vi\/gGrHn08Su_k\/hqdefault.jpg\"    }  ],  \"offers\": {    \"@type\": \"Offer\",    \"availability\": \"https:\/\/schema.org\/InStock\",    \"priceCurrency\": \"USD\",    \"seller\": { \"@type\": \"Organization\", \"name\": \"Docos\" }  }}\u003c\/noscript\u003e\u003c!-- ② 样式 --\u003e\u003cstyle\u003e  \/*   * Docos Design Tokens   * #ffffff  白底        #f7f7f7  卡片底   * #e5e5e5  边框        #1a1a1a  正文   * #555555  次级文字    #b8924a  暖金强调   * #fff8ee  提示底      #e8c87a  提示边框   * #5a3e10  提示文字   *\/  .pkw-wrap {    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;    color: #1a1a1a;    line-height: 1.7;    max-width: 860px;    margin: 0 auto;    background: #ffffff;  }  \/* 章节标题 *\/  .pkw-section-title {    font-size: 0.72rem;    font-weight: 600;    letter-spacing: .12em;    text-transform: uppercase;    color: #1a1a1a;    border-bottom: 1.5px solid #b8924a;    padding-bottom: .45rem;    margin: 2.2rem 0 1.1rem;  }  \/* 单视频全宽 *\/  .pkw-video-box {    position: relative;    padding-bottom: 56.25%;    height: 0;    overflow: hidden;    border-radius: 8px;    background: #111;    margin-bottom: 2rem;  }  .pkw-video-box iframe {    position: absolute;    top: 0; left: 0;    width: 100%; height: 100%;    border: none;  }  \/* Hero 文案 *\/  .pkw-intro {    font-size: 1rem;    color: #555;    line-height: 1.8;    margin-bottom: 1rem;  }  \/* 无需硬接线横幅 *\/  .pkw-plug-banner {    display: flex;    align-items: center;    gap: 14px;    background: #f7f7f7;    border: 1px solid #e5e5e5;    border-left: 3px solid #b8924a;    border-radius: 6px;    padding: .9rem 1.2rem;    margin-bottom: 2rem;    font-size: .92rem;    color: #1a1a1a;    font-weight: 500;    flex-wrap: wrap;    gap: 8px 14px;  }  .pkw-plug-banner__icon { font-size: 1.4rem; flex-shrink: 0; }  .pkw-plug-banner__sub {    font-size: .8rem;    font-weight: 400;    color: #777;    display: block;    margin-top: .1rem;  }  \/* 产品示意图 *\/  .pkw-illus {    margin: 1.2rem 0 2rem;    text-align: center;  }  .pkw-illus img {    max-width: 100%;    border-radius: 8px;    display: inline-block;    border: 1px solid #e5e5e5;  }  \/* 核心卖点卡片 *\/  .pkw-features {    display: grid;    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));    gap: 8px;    margin-bottom: 2rem;  }  .pkw-feature-card {    background: #f7f7f7;    border: 1px solid #e5e5e5;    border-top: 3px solid #b8924a;    border-radius: 6px;    padding: .85rem 1rem;    font-size: .85rem;    color: #333;    line-height: 1.55;  }  .pkw-feature-card__icon {    font-size: 1.2rem;    display: block;    margin-bottom: .35rem;  }  .pkw-feature-card__title {    font-weight: 600;    font-size: .82rem;    color: #1a1a1a;    display: block;    margin-bottom: .2rem;  }  \/* 安装步骤 *\/  .pkw-steps {    display: grid;    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));    gap: 8px;    margin-bottom: 2rem;    counter-reset: step;  }  .pkw-step {    background: #f7f7f7;    border: 1px solid #e5e5e5;    border-radius: 6px;    padding: .85rem 1rem .85rem 1rem;    font-size: .85rem;    color: #333;    line-height: 1.55;    position: relative;    padding-top: 2.4rem;  }  .pkw-step::before {    counter-increment: step;    content: counter(step);    position: absolute;    top: .75rem;    left: 1rem;    width: 22px;    height: 22px;    background: #b8924a;    color: #fff;    font-size: .72rem;    font-weight: 700;    border-radius: 50%;    display: flex;    align-items: center;    justify-content: center;    line-height: 1;  }  .pkw-step__title {    font-weight: 600;    font-size: .82rem;    color: #1a1a1a;    display: block;    margin-bottom: .2rem;  }  \/* 提示横幅 *\/  .pkw-notice {    display: flex;    gap: 10px;    background: #fff8ee;    border: 1px solid #e8c87a;    border-left: 3px solid #b8924a;    border-radius: 6px;    padding: .75rem 1rem;    margin-bottom: 1.5rem;    font-size: .88rem;    color: #5a3e10;    line-height: 1.6;  }  .pkw-notice__icon { flex-shrink: 0; margin-top: .05rem; }  \/* 颜色 swatches *\/  .pkw-color-bar {    display: flex;    align-items: center;    gap: 14px;    background: #f7f7f7;    border: 1px solid #e5e5e5;    border-left: 3px solid #b8924a;    border-radius: 6px;    padding: .75rem 1.1rem;    margin-bottom: 2rem;    font-size: .88rem;    color: #555;  }  .pkw-color-bar__swatches { display: flex; gap: 8px; flex-shrink: 0; }  .pkw-swatch {    width: 22px; height: 22px;    border-radius: 50%;    border: 2px solid rgba(0,0,0,.1);    box-shadow: 0 1px 4px rgba(0,0,0,.15);  }  .pkw-swatch--white  { background: #f4f0e8; border-color: rgba(0,0,0,.18); }  .pkw-swatch--black  { background: #1e1a17; }  .pkw-swatch--red    { background: #c82020; }  .pkw-swatch--chrome { background: linear-gradient(135deg, #b8bcC0, #d8dce0); border-color: rgba(0,0,0,.15); }  \/* 场景标签 *\/  .pkw-rooms {    display: flex;    flex-wrap: wrap;    gap: 8px;    margin-bottom: 2rem;  }  .pkw-room-tag {    background: #f7f7f7;    border: 1px solid #e5e5e5;    border-radius: 20px;    padding: .3rem .9rem;    font-size: .82rem;    color: #555;    display: flex;    align-items: center;    gap: 5px;  }  \/* 尺寸卡片 *\/  .pkw-size-card {    display: inline-flex;    align-items: center;    gap: 12px;    background: #f7f7f7;    border: 1px solid #e5e5e5;    border-left: 3px solid #b8924a;    border-radius: 6px;    padding: .75rem 1.2rem;    font-size: .9rem;    color: #1a1a1a;    margin-bottom: 2rem;  }  .pkw-size-card svg { flex-shrink: 0; }  \/* 规格列表 *\/  .pkw-specs {    list-style: none;    padding: 0;    margin: 0 0 2rem;    display: grid;    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));    gap: 8px;  }  .pkw-specs li {    display: flex;    align-items: flex-start;    gap: 10px;    background: #f7f7f7;    border: 1px solid #e5e5e5;    border-radius: 6px;    padding: .6rem .9rem;    font-size: .9rem;    color: #333;  }  .pkw-specs li::before {    content: '';    display: block;    width: 5px; height: 5px;    min-width: 5px;    border-radius: 50%;    background: #b8924a;    margin-top: 8px;  }  \/* 认证徽章 *\/  .pkw-badges {    display: flex;    flex-wrap: wrap;    gap: 8px;    margin-top: 1.4rem;  }  .pkw-badge {    background: #ffffff;    border: 1px solid #d4d4d4;    border-radius: 20px;    padding: .28rem .85rem;    font-size: .78rem;    color: #333;    font-weight: 500;    letter-spacing: .03em;  }  \/* 下载 *\/  .pkw-downloads {    display: flex;    flex-wrap: wrap;    gap: 16px;    margin-bottom: 2rem;  }  .pkw-dl-item {    display: flex;    flex-direction: column;    align-items: center;    gap: 8px;    text-decoration: none;    color: #1a1a1a;    font-size: .78rem;    font-weight: 600;    letter-spacing: .06em;    text-transform: uppercase;    transition: opacity .2s;  }  .pkw-dl-item:hover { opacity: .65; }  .pkw-dl-item img {    width: 60px; height: 60px;    object-fit: contain;    border: 1px solid #e5e5e5;    border-radius: 6px;    background: #fff;    padding: 8px;  }\u003c\/style\u003e\u003c!-- ③ 可视化内容 --\u003e\u003cdiv class=\"pkw-wrap\"\u003e  \u003c!-- 视频 --\u003e  \u003cdiv class=\"pkw-section-title\"\u003eSee It In Action\u003c\/div\u003e  \u003cdiv class=\"pkw-video-box\"\u003e    \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/gGrHn08Su_k\" title=\"The Peak Plug-In Wall Lamp That Instantly Upgrades Your Space\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen loading=\"lazy\"\u003e\u003c\/iframe\u003e  \u003c\/div\u003e  \u003c!-- Hero 文案 --\u003e  \u003cp class=\"pkw-intro\"\u003e    A bedside table lamp takes up surface space. An overhead light floods the whole room.    What you actually want — for reading, for winding down, for a little directed warmth —    is the \u003cstrong\u003ePeak Wall Lamp\u003c\/strong\u003e. It mounts to the wall, points exactly where you need it,    and plugs into any standard outlet. No hardwiring. No holes in the wall. No electrician.  \u003c\/p\u003e  \u003cp class=\"pkw-intro\"\u003e    The 360-degree swivel head means it follows you — tilted for reading, angled for ambiance,    or rotated flush when you want it out of the way.  \u003c\/p\u003e  \u003c!-- 无需硬接线横幅 --\u003e  \u003cdiv class=\"pkw-plug-banner\"\u003e    \u003cspan class=\"pkw-plug-banner__icon\"\u003e🔌\u003c\/span\u003e    \u003cdiv\u003e      No hardwiring. No electrician. No junction box.      \u003cspan class=\"pkw-plug-banner__sub\"\u003eJust mount, plug into any standard outlet, and you're done.\u003c\/span\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- 注意事项 --\u003e  \u003cdiv class=\"pkw-notice\"\u003e    \u003cspan class=\"pkw-notice__icon\"\u003e💡\u003c\/span\u003e    \u003cspan\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e The on\/off switch is located on the plug cord, not on the lamp body itself.\u003c\/span\u003e  \u003c\/div\u003e  \u003c!-- 产品示意图 --\u003e  \u003cdiv class=\"pkw-illus\"\u003e    \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 swivel arm detail\" loading=\"lazy\"\u003e  \u003c\/div\u003e  \u003c!-- 核心卖点 --\u003e  \u003cdiv class=\"pkw-section-title\"\u003eWhy Peak\u003c\/div\u003e  \u003cdiv class=\"pkw-features\"\u003e    \u003cdiv class=\"pkw-feature-card\"\u003e      \u003cspan class=\"pkw-feature-card__icon\"\u003e🔄\u003c\/span\u003e      \u003cspan class=\"pkw-feature-card__title\"\u003e360° Swivel Head\u003c\/span\u003e      Angle it for reading. Tilt it toward art. Rotate it for soft side-lighting. One lamp,      every use case.    \u003c\/div\u003e    \u003cdiv class=\"pkw-feature-card\"\u003e      \u003cspan class=\"pkw-feature-card__icon\"\u003e📐\u003c\/span\u003e      \u003cspan class=\"pkw-feature-card__title\"\u003eWall-Mounted, Space-Free\u003c\/span\u003e      Frees up your nightstand, desk, or shelf entirely. The lamp lives on the wall —      your surfaces stay clear.    \u003c\/div\u003e    \u003cdiv class=\"pkw-feature-card\"\u003e      \u003cspan class=\"pkw-feature-card__icon\"\u003e🔆\u003c\/span\u003e      \u003cspan class=\"pkw-feature-card__title\"\u003eDimmer Compatible\u003c\/span\u003e      Pair with a dimmer switch (sold separately) to go from bright reading light to      a barely-there ambient glow — same lamp, different mood.    \u003c\/div\u003e    \u003cdiv class=\"pkw-feature-card\"\u003e      \u003cspan class=\"pkw-feature-card__icon\"\u003e🚿\u003c\/span\u003e      \u003cspan class=\"pkw-feature-card__title\"\u003eDamp Rated\u003c\/span\u003e      Safe for bathrooms and covered outdoor areas. Use it anywhere in the home, not just bedrooms.    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- 安装步骤 --\u003e  \u003cdiv class=\"pkw-section-title\"\u003eInstall in 3 Steps\u003c\/div\u003e  \u003cdiv class=\"pkw-steps\"\u003e    \u003cdiv class=\"pkw-step\"\u003e      \u003cspan class=\"pkw-step__title\"\u003eFix the hanging board\u003c\/span\u003e      Secure the hanging board to the wall using the included screws and anchors.    \u003c\/div\u003e    \u003cdiv class=\"pkw-step\"\u003e      \u003cspan class=\"pkw-step__title\"\u003eAttach the wall box\u003c\/span\u003e      Fix the wall box and hanging board together from the side until firmly seated.    \u003c\/div\u003e    \u003cdiv class=\"pkw-step\"\u003e      \u003cspan class=\"pkw-step__title\"\u003ePlug in \u0026amp; go\u003c\/span\u003e      Run the 70.8″ cord to the nearest outlet. Switch is on the cord — easy reach from bed.    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- 颜色条 --\u003e  \u003cdiv class=\"pkw-section-title\"\u003eAvailable Finishes\u003c\/div\u003e  \u003cdiv class=\"pkw-color-bar\"\u003e    \u003cdiv class=\"pkw-color-bar__swatches\"\u003e      \u003cspan class=\"pkw-swatch pkw-swatch--white\" title=\"White\"\u003e\u003c\/span\u003e      \u003cspan class=\"pkw-swatch pkw-swatch--black\" title=\"Black\"\u003e\u003c\/span\u003e      \u003cspan class=\"pkw-swatch pkw-swatch--red\" title=\"Red\"\u003e\u003c\/span\u003e      \u003cspan class=\"pkw-swatch pkw-swatch--chrome\" title=\"Chrome\"\u003e\u003c\/span\u003e    \u003c\/div\u003e    \u003cspan\u003eWhite · Black · Red · Chrome\u003c\/span\u003e  \u003c\/div\u003e  \u003c!-- 使用场景 --\u003e  \u003cdiv class=\"pkw-section-title\"\u003eWorks In Every Room\u003c\/div\u003e  \u003cdiv class=\"pkw-rooms\"\u003e    \u003cspan class=\"pkw-room-tag\"\u003e🛏 Bedside Reading\u003c\/span\u003e    \u003cspan class=\"pkw-room-tag\"\u003e🛋 Living Room Corner\u003c\/span\u003e    \u003cspan class=\"pkw-room-tag\"\u003e🚿 Bathroom\u003c\/span\u003e    \u003cspan class=\"pkw-room-tag\"\u003e🖼 Gallery Wall Accent\u003c\/span\u003e    \u003cspan class=\"pkw-room-tag\"\u003e📚 Home Office\u003c\/span\u003e    \u003cspan class=\"pkw-room-tag\"\u003e🏡 Covered Porch\u003c\/span\u003e  \u003c\/div\u003e  \u003c!-- 尺寸 --\u003e  \u003cdiv class=\"pkw-section-title\"\u003eProduct Size\u003c\/div\u003e  \u003cdiv class=\"pkw-size-card\"\u003e        \u003cspan\u003e\u003cstrong\u003eW 25 cm × H 25 cm\u003c\/strong\u003e  \/  W 9.8″ × H 9.8″\u003c\/span\u003e  \u003c\/div\u003e  \u003c!-- 规格详情 --\u003e  \u003cdiv class=\"pkw-section-title\"\u003eDetails\u003c\/div\u003e  \u003cul class=\"pkw-specs\"\u003e    \u003cli\u003eBody \u0026amp; Shade: \u003cstrong\u003eMetal\u003c\/strong\u003e\u003c\/li\u003e    \u003cli\u003eSocket: \u003cstrong\u003eE26 or E27\u003c\/strong\u003e\u003c\/li\u003e    \u003cli\u003eBulb: \u003cstrong\u003e5W LED\u003c\/strong\u003e or 40W incandescent equivalent\u003c\/li\u003e    \u003cli\u003eWiring: \u003cstrong\u003ePlug-in\u003c\/strong\u003e — 70.8-inch cord with switch\u003c\/li\u003e    \u003cli\u003eSwitch: \u003cstrong\u003eOn plug cord\u003c\/strong\u003e\u003c\/li\u003e    \u003cli\u003eSwivel: \u003cstrong\u003e360°\u003c\/strong\u003e adjustable head\u003c\/li\u003e    \u003cli\u003e\u003cstrong\u003eDimmer compatible\u003c\/strong\u003e (switch not included)\u003c\/li\u003e    \u003cli\u003e\u003cstrong\u003eDamp rated\u003c\/strong\u003e — bathrooms \u0026amp; covered outdoor areas\u003c\/li\u003e    \u003cli\u003eCertified: North America · Australia · Europe · Middle East\u003c\/li\u003e  \u003c\/ul\u003e  \u003c!-- 认证徽章 --\u003e  \u003cdiv class=\"pkw-badges\"\u003e    \u003cspan class=\"pkw-badge\"\u003e🌎 North America\u003c\/span\u003e    \u003cspan class=\"pkw-badge\"\u003e🌏 Australia\u003c\/span\u003e    \u003cspan class=\"pkw-badge\"\u003e🌍 Europe\u003c\/span\u003e    \u003cspan class=\"pkw-badge\"\u003e🌍 Middle East\u003c\/span\u003e  \u003c\/div\u003e  \u003c!-- 文档下载 --\u003e  \u003cdiv class=\"pkw-section-title\" style=\"margin-top:2.5rem;\"\u003eDownloads\u003c\/div\u003e  \u003cdiv class=\"pkw-downloads\"\u003e          \u003c\/div\u003e\u003c\/div\u003e\u003c!-- end .pkw-wrap --\u003e\u003c\/script\u003e","brand":"mysite","offers":[{"title":"W 25cm x H 25cm \/ W 9.8″ x H 9.8″ \/ White \/ US plug","offer_id":45897239167033,"sku":"DCW-1748-1","price":165.0,"currency_code":"USD","in_stock":true},{"title":"W 25cm x H 25cm \/ W 9.8″ x H 9.8″ \/ White \/ UK plug","offer_id":45897239199801,"sku":"DCW-1748-2","price":165.0,"currency_code":"USD","in_stock":true},{"title":"W 25cm x H 25cm \/ W 9.8″ x H 9.8″ \/ White \/ AU plug","offer_id":45897239232569,"sku":"DCW-1748-3","price":165.0,"currency_code":"USD","in_stock":true},{"title":"W 25cm x H 25cm \/ W 9.8″ x H 9.8″ \/ White \/ EU plug","offer_id":45897239265337,"sku":"DCW-1748-4","price":165.0,"currency_code":"USD","in_stock":true},{"title":"W 25cm x H 25cm \/ W 9.8″ x H 9.8″ \/ Black \/ US plug","offer_id":45897239298105,"sku":"DCW-1748-5","price":165.0,"currency_code":"USD","in_stock":true},{"title":"W 25cm x H 25cm \/ W 9.8″ x H 9.8″ \/ Black \/ UK plug","offer_id":45897239330873,"sku":"DCW-1748-6","price":165.0,"currency_code":"USD","in_stock":true},{"title":"W 25cm x H 25cm \/ W 9.8″ x H 9.8″ \/ Black \/ AU plug","offer_id":45897239363641,"sku":"DCW-1748-7","price":165.0,"currency_code":"USD","in_stock":true},{"title":"W 25cm x H 25cm \/ W 9.8″ x H 9.8″ \/ Black \/ EU plug","offer_id":45897239396409,"sku":"DCW-1748-8","price":165.0,"currency_code":"USD","in_stock":true},{"title":"W 25cm x H 25cm \/ W 9.8″ x H 9.8″ \/ Red \/ US plug","offer_id":45897239429177,"sku":"DCW-1748-9","price":165.0,"currency_code":"USD","in_stock":true},{"title":"W 25cm x H 25cm \/ W 9.8″ x H 9.8″ \/ Red \/ UK plug","offer_id":45897239461945,"sku":"DCW-1748-10","price":165.0,"currency_code":"USD","in_stock":true},{"title":"W 25cm x H 25cm \/ W 9.8″ x H 9.8″ \/ Red \/ AU plug","offer_id":45897239494713,"sku":"DCW-1748-11","price":165.0,"currency_code":"USD","in_stock":true},{"title":"W 25cm x H 25cm \/ W 9.8″ x H 9.8″ \/ Red \/ EU plug","offer_id":45897239527481,"sku":"DCW-1748-12","price":165.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0790\/2324\/3321\/files\/Peak_Wall_Lamp_1_c70ec168-9a68-44ff-8708-f78cd2eca951.jpg?v=1780134802","url":"https:\/\/www.minu-mart.com\/it\/products\/peak-plug-in-wall-lamp","provider":"Minu Mart","version":"1.0","type":"link"}