{"product_id":"modern-black-outdoor-wall-light-with-white-glass-shade","title":"Moderne schwarze Außenwandlampe mit weißem Glasschirm","description":"\u003cstyle\u003e     .outdoor-wall-light-detail {       --ow-ink: #1f2528;       --ow-muted: #697478;       --ow-line: #d8e0df;       --ow-paper: #ffffff;       --ow-soft: #f4f7f6;       --ow-accent: #2f6f6a;       --ow-deep: #263635;       color: var(--ow-ink);       background: var(--ow-paper);       font-family: inherit;       line-height: 1.55;     }     .outdoor-wall-light-detail * {       box-sizing: border-box;       letter-spacing: 0;     }     .outdoor-wall-light-detail img {       display: block;       max-width: 100%;       height: auto;     }     .ow-wrap {       width: min(1120px, calc(100% - 32px));       margin: 0 auto;     }     .ow-kicker {       margin: 0 0 8px;       color: var(--ow-accent);       font-size: 13px;       font-weight: 700;       text-transform: uppercase;     }     .ow-section h3 {       margin: 0;       color: var(--ow-ink);       font-weight: 700;       line-height: 1.18;     }     .ow-section {       padding: 34px 0;       border-top: 1px solid var(--ow-line);     }     .ow-section:first-child {       border-top: 0;       padding-top: 28px;     }     .ow-section-head {       display: grid;       grid-template-columns: minmax(0, 0.7fr) minmax(260px, 1fr);       gap: 28px;       align-items: end;       margin-bottom: 18px;     }     .ow-section h3 {       font-size: clamp(22px, 2.5vw, 32px);     }     .ow-section-head p {       margin: 0;       color: var(--ow-muted);       font-size: 15px;     }     .ow-detail-grid {       display: grid;       grid-template-columns: repeat(3, minmax(0, 1fr));       gap: 16px;     }     .ow-detail-card {       border: 1px solid var(--ow-line);       border-radius: 8px;       background: var(--ow-paper);       overflow: hidden;     }     .ow-detail-media {       aspect-ratio: 4 \/ 3;       background: var(--ow-soft);       padding: 10px;     }     .ow-detail-media img {       width: 100%;       height: 100%;       object-fit: cover;       border-radius: 5px;     }     .ow-story-media img,     .ow-sku-image img {       width: 100%;       height: 100%;       object-fit: cover;     }     .ow-detail-copy {       padding: 13px 14px 15px;     }     .ow-detail-copy h4 {       margin: 0 0 10px;       font-size: 17px;       line-height: 1.22;       color: var(--ow-ink);     }     .ow-detail-copy p {       margin: 0;       color: var(--ow-muted);       font-size: 14px;       line-height: 1.45;     }     .ow-story {       display: grid;       grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);       gap: clamp(20px, 4vw, 46px);       align-items: center;     }     .ow-story-copy {       padding: 18px 0;     }     .ow-story-copy h3 {       margin-bottom: 12px;     }     .ow-story-copy p {       margin: 0 0 14px;       color: var(--ow-muted);       font-size: 16px;     }     .ow-feature-list {       display: grid;       gap: 8px;       margin-top: 16px;     }     .ow-feature {       padding: 10px 12px;       border-left: 3px solid var(--ow-accent);       background: var(--ow-soft);       color: var(--ow-deep);       font-size: 14px;     }     .ow-story-media {       aspect-ratio: 1 \/ 1;       border-radius: 8px;       overflow: hidden;       background: var(--ow-soft);       border: 1px solid var(--ow-line);     }     .ow-spec-grid {       display: grid;       grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);       gap: 22px;       align-items: stretch;     }     .ow-table {       width: 100%;       border-collapse: collapse;       border: 1px solid var(--ow-line);       background: var(--ow-paper);       border-radius: 8px;       overflow: hidden;       font-size: 15px;     }     .ow-table th,     .ow-table td {       padding: 14px 16px;       border-bottom: 1px solid var(--ow-line);       text-align: left;       vertical-align: top;     }     .ow-table tr:last-child th,     .ow-table tr:last-child td {       border-bottom: 0;     }     .ow-table th {       width: 34%;       color: var(--ow-deep);       background: var(--ow-soft);       font-weight: 700;     }     .ow-table td {       color: var(--ow-muted);     }     .ow-sku-panel {       border: 1px solid var(--ow-line);       border-radius: 8px;       overflow: hidden;       background: var(--ow-paper);       display: flex;       flex-direction: column;     }     .ow-sku-image {       aspect-ratio: 1 \/ 1;       background: var(--ow-soft);     }     .ow-sku-copy {       padding: 16px;     }     .ow-sku-copy h4 {       margin: 0 0 8px;       font-size: 18px;       color: var(--ow-ink);     }     .ow-sku-copy p {       margin: 0;       color: var(--ow-muted);       font-size: 14px;     }     @media (max-width: 760px) {       .ow-wrap {         width: min(100% - 24px, 620px);       }       .ow-section {         padding: 28px 0;       }       .ow-section-head,       .ow-detail-grid,       .ow-story,       .ow-spec-grid {         grid-template-columns: 1fr;       }       .ow-section-head {         gap: 10px;         align-items: start;       }       .ow-detail-media {         aspect-ratio: 5 \/ 4;       }       .ow-story {         gap: 18px;       }       .ow-story-copy {         padding: 0;       }       .ow-table {         font-size: 14px;       }       .ow-table th,       .ow-table td {         display: block;         width: 100%;         padding: 11px 13px;       }       .ow-table td {         border-bottom: 1px solid var(--ow-line);       }     }   \u003c\/style\u003e\u003csection class=\"outdoor-wall-light-detail\"\u003e\u003cdiv class=\"ow-wrap\"\u003e\n\u003cdiv class=\"ow-section\"\u003e\n\u003cdiv class=\"ow-section-head\"\u003e\n\u003ch3\u003eDetails you can see up close\u003c\/h3\u003e\n\u003cp\u003eCurved glass, black front bars, and visible screw points give the fixture a clean outdoor profile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-detail-grid\"\u003e\n\u003cdiv class=\"ow-detail-card\"\u003e\n\u003cdiv class=\"ow-detail-media\"\u003e\u003cimg src=\"https:\/\/148a214072.yunchenkeji.com\/media\/product\/559\/image\/2026\/07\/16\/33ccdad3d43bb74e468d0d459f311ed8.webp\" alt=\"Close-up of the black frame and white glass shade\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ow-detail-copy\"\u003e\n\u003ch4\u003eCurved white glass shade\u003c\/h4\u003e\n\u003cp\u003eSoftens the light and keeps the front view clean.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-detail-card\"\u003e\n\u003cdiv class=\"ow-detail-media\"\u003e\u003cimg src=\"https:\/\/148a214072.yunchenkeji.com\/media\/product\/559\/image\/2026\/07\/16\/812fa24a4f871c59f8eb5ffab4a14966.webp\" alt=\"Close-up of glowing glass shade and black protective bars\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ow-detail-copy\"\u003e\n\u003ch4\u003eProtective front bars\u003c\/h4\u003e\n\u003cp\u003eAdds structure and a modern architectural line.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-detail-card\"\u003e\n\u003cdiv class=\"ow-detail-media\"\u003e\u003cimg src=\"https:\/\/148a214072.yunchenkeji.com\/media\/product\/559\/image\/2026\/07\/16\/42af44d0baf09fa45e89ec3eb7462007.webp\" alt=\"Close-up of screw, black base and curved glass shade\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ow-detail-copy\"\u003e\n\u003ch4\u003eLayered base and screw detail\u003c\/h4\u003e\n\u003cp\u003eDesigned for a stable wall-mounted look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-section\"\u003e\u003cdiv class=\"ow-story\"\u003e\n\u003cdiv class=\"ow-story-copy\"\u003e\n\u003cp class=\"ow-kicker\"\u003eEvening atmosphere\u003c\/p\u003e\n\u003ch3\u003eA compact glow for exterior walls\u003c\/h3\u003e\n\u003cp\u003eUse it beside an entrance, patio, balcony, or garden path to add a warm architectural accent.\u003c\/p\u003e\n\u003cdiv class=\"ow-feature-list\"\u003e\n\u003cdiv class=\"ow-feature\"\u003eIP65-rated protection for outdoor wall use\u003c\/div\u003e\n\u003cdiv class=\"ow-feature\"\u003eBlack frame with white glass shade\u003c\/div\u003e\n\u003cdiv class=\"ow-feature\"\u003eCompact size for patios, balconies, and corridors\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-story-media\"\u003e\u003cimg src=\"https:\/\/148a214072.yunchenkeji.com\/media\/product\/559\/image\/2026\/07\/16\/6573e2c63fc61b7d4a6b4490b486b851.webp\" alt=\"Outdoor wall light installed on an exterior wall at night\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"ow-section\"\u003e\n\u003cdiv class=\"ow-section-head\"\u003e\n\u003ch3\u003eSize, socket, and options\u003c\/h3\u003e\n\u003cp\u003eChoose one fixture or a matching set of two. The lamp uses an E27 socket; bulb is not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-spec-grid\"\u003e\n\u003ctable class=\"ow-table\" aria-label=\"Outdoor wall light specifications\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003e17.5 x 11 x 25.5 cm \/ 6.9 x 4.3 x 10.0 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShade Color\u003c\/th\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBase Color\u003c\/th\u003e\n\u003ctd\u003eBlack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMain Materials\u003c\/th\u003e\n\u003ctd\u003eAluminum body with glass shade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSocket\u003c\/th\u003e\n\u003ctd\u003eE27 socket, bulb not included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVoltage\u003c\/th\u003e\n\u003ctd\u003e110V-240V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProtection Rating\u003c\/th\u003e\n\u003ctd\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cdiv class=\"ow-sku-panel\"\u003e\n\u003cdiv class=\"ow-sku-image\"\u003e\u003cimg src=\"https:\/\/148a214072.yunchenkeji.com\/media\/product\/559\/image\/2026\/07\/16\/ca129530162ed826fd163e68bed221bd.webp\" alt=\"Black base and white glass outdoor wall light turned on\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ow-sku-copy\"\u003e\n\u003ch4\u003eWhite Shade \/ Black Base\u003c\/h4\u003e\n\u003cp\u003eSame appearance for both quantity options. Select individual for one location or set of 2 for a balanced pair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e","brand":"monulo","offers":[{"title":"Schwarz \/ 10\" \/ 25.5 cm \/ Einzelne","offer_id":47999010111646,"sku":"TBCODEX02-Black-10\" \/ 25.5 cm-Single-1004610","price":159.0,"currency_code":"USD","in_stock":true},{"title":"Schwarz \/ 10\" \/ 25.5 cm \/ Set aus 2","offer_id":47999010144414,"sku":"TBCODEX02-Black-10\" \/ 25.5 cm-Set of 2-1004609","price":318.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6349\/4302\/files\/8a28d0ab7b5341309f63395eb231eb43.jpg?v=1784525204","url":"https:\/\/www.monulo.com\/de\/products\/modern-black-outdoor-wall-light-with-white-glass-shade","provider":"Monulo","version":"1.0","type":"link"}