{"product_id":"retro-bauhaus-plug-in-pendant-light","title":"Retro Bauhaus Plug-In Pendant Light","description":"\u003cstyle\u003e\n  .medieval-pendant-page {\n    --ink: #252923;\n    --muted: #62685f;\n    --paper: #fffdf9;\n    --ivory: #f7f1e8;\n    --orange: #d86b24;\n    --orange-dark: #a94d1d;\n    --line: rgba(37, 41, 35, 0.15);\n    --body: 16px;\n    --small: 13px;\n    --h2: 30px;\n    box-sizing: border-box;\n    overflow: hidden;\n    background: var(--ivory);\n    color: var(--ink);\n    font-family: inherit;\n    font-size: var(--body);\n    line-height: 1.55;\n    letter-spacing: normal;\n  }\n  .medieval-pendant-page *,\n  .medieval-pendant-page *::before,\n  .medieval-pendant-page *::after {\n    box-sizing: inherit;\n  }\n  .medieval-pendant-page img {\n    display: block;\n    max-width: 100%;\n  }\n  .medieval-pendant-page h1,\n  .medieval-pendant-page h2,\n  .medieval-pendant-page h3,\n  .medieval-pendant-page p {\n    margin: 0;\n  }\n  .medieval-pendant-page h1,\n  .medieval-pendant-page h2,\n  .medieval-pendant-page h3 {\n    color: var(--ink);\n    font-weight: 700;\n    line-height: 1.2;\n  }\n  .medieval-pendant-page h2 {\n    font-size: var(--h2);\n  }\n  .medieval-pendant-page h3 {\n    font-size: 18px;\n  }\n  .medieval-pendant-page p,\n  .medieval-pendant-page td,\n  .medieval-pendant-page th {\n    color: var(--ink);\n  }\n  .mp-wrap {\n    width: min(1180px, calc(100% - 48px));\n    margin: 0 auto;\n  }\n  .mp-kicker {\n    color: var(--orange-dark);\n    font-size: var(--small);\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n  .mp-section {\n    position: relative;\n    padding: 52px 0;\n  }\n  .mp-section::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    pointer-events: none;\n    opacity: 0.24;\n    background-image: repeating-linear-gradient(\n      116deg,\n      transparent 0 31px,\n      rgba(183, 144, 86, 0.13) 32px,\n      transparent 33px 82px\n    );\n    mask-image: linear-gradient(\n      90deg,\n      transparent,\n      #000 18%,\n      #000 82%,\n      transparent\n    );\n  }\n  .mp-section \u003e .mp-wrap {\n    position: relative;\n    z-index: 1;\n  }\n  .mp-compare {\n    padding: 36px 0 48px;\n    background: linear-gradient(135deg, #fffaf2 0%, #f5e8da 54%, #e9d5c2 100%);\n  }\n  .mp-compare-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);\n    gap: 48px;\n    align-items: center;\n  }\n  .mp-compare-media {\n    position: relative;\n    overflow: hidden;\n    aspect-ratio: 1.22 \/ 1;\n    border: 0;\n    background: transparent;\n  }\n  .mp-compare-media img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: 50% 50%;\n    opacity: 1;\n    transform: none;\n    transition: opacity 0.8s ease-in-out;\n  }\n  .mp-compare-media img:not(.is-active) {\n    opacity: 0;\n  }\n  .mp-compare-media::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    pointer-events: none;\n    opacity: 0;\n    background: linear-gradient(\n      180deg,\n      rgba(255, 249, 239, 0.02),\n      rgba(193, 110, 44, 0.1)\n    );\n    transition: opacity 0.8s ease-in-out;\n  }\n  .mp-compare-copy {\n    padding: 4px 0;\n  }\n  .mp-compare-copy h1 {\n    max-width: 540px;\n    margin-top: 9px;\n    font-size: 36px;\n  }\n  .mp-compare-intro {\n    max-width: 475px;\n    margin-top: 16px !important;\n    color: #454c43 !important;\n  }\n  .mp-note {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    margin-top: 18px;\n    color: var(--orange-dark);\n    font-size: var(--small);\n    font-weight: 700;\n  }\n  .mp-note::before {\n    content: \"\";\n    width: 25px;\n    height: 2px;\n    background: var(--orange);\n  }\n  .mp-compare-meta {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin-top: 24px;\n    color: var(--muted);\n    font-size: var(--small);\n  }\n  .mp-state-switch {\n    display: inline-grid;\n    grid-template-columns: repeat(2, minmax(92px, 1fr));\n    gap: 3px;\n    padding: 3px;\n    border: 1px solid rgba(169, 77, 29, 0.28);\n    border-radius: 4px;\n    background: rgba(255, 253, 249, 0.68);\n  }\n  .mp-state-button {\n    min-height: 36px;\n    padding: 7px 13px;\n    border: 0;\n    border-radius: 2px;\n    background: transparent;\n    color: var(--orange-dark);\n    font: inherit;\n    font-size: var(--small);\n    font-weight: 700;\n    cursor: pointer;\n  }\n  .mp-state-button.is-active {\n    background: var(--orange);\n    color: #fff;\n  }\n  .mp-state-button:focus-visible,\n  .mp-detail-mobile-nav button:focus-visible {\n    outline: 2px solid var(--ink);\n    outline-offset: 2px;\n  }\n  .mp-details {\n    background: var(--paper);\n  }\n  .mp-details .mp-wrap {\n    width: min(1240px, calc(100% - 40px));\n  }\n  .mp-section-head {\n    display: flex;\n    align-items: end;\n    justify-content: space-between;\n    gap: 24px;\n    margin-bottom: 24px;\n  }\n  .mp-section-head p {\n    max-width: 430px;\n    color: var(--muted);\n  }\n  .mp-detail-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n  .mp-detail-card {\n    overflow: hidden;\n    margin: 0;\n    border: 1px solid rgba(37, 41, 35, 0.2);\n    background: var(--paper);\n  }\n  .mp-detail-card img {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n  }\n  .mp-detail-card figcaption {\n    padding: 15px 17px 18px;\n    font-size: var(--body);\n  }\n  .mp-detail-card strong {\n    display: block;\n    color: var(--orange-dark);\n    font-size: var(--body);\n  }\n  .mp-detail-card span {\n    display: block;\n    margin-top: 5px;\n    color: var(--muted);\n    font-size: var(--body);\n    line-height: 1.5;\n  }\n  .mp-detail-mobile-nav {\n    display: none;\n  }\n  .mp-sr-only {\n    position: absolute !important;\n    width: 1px !important;\n    height: 1px !important;\n    padding: 0 !important;\n    margin: -1px !important;\n    overflow: hidden !important;\n    clip: rect(0, 0, 0, 0) !important;\n    white-space: nowrap !important;\n    border: 0 !important;\n  }\n  .mp-highlights {\n    background: linear-gradient(120deg, #e9eee7 0%, #f7f1e8 58%, #f5e1d2 100%);\n  }\n  .mp-highlights-grid {\n    display: grid;\n    grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1.1fr);\n    gap: 52px;\n    align-items: stretch;\n  }\n  .mp-highlights-copy {\n    display: flex;\n    max-width: 500px;\n    padding: 14px 0;\n    flex-direction: column;\n    justify-content: center;\n  }\n  .mp-highlights-copy h2 {\n    margin-top: 8px;\n  }\n  .mp-highlights-copy \u003e p {\n    margin-top: 14px;\n    color: var(--muted);\n  }\n  .mp-highlight-list {\n    display: grid;\n    gap: 14px;\n    margin: 24px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n  .mp-highlight-list li {\n    display: block;\n    padding: 10px 0;\n    border-top: 1px solid rgba(37, 41, 35, 0.12);\n  }\n  .mp-highlight-list b {\n    display: none;\n  }\n  .mp-highlight-list strong {\n    display: block;\n    color: var(--ink);\n  }\n  .mp-highlight-list span {\n    display: block;\n    margin-top: 3px;\n    color: var(--muted);\n    font-size: 15px;\n    line-height: 1.5;\n  }\n  .mp-design-card {\n    position: relative;\n    overflow: hidden;\n    padding: 0;\n    border: 0;\n    background: transparent;\n    box-shadow: none;\n  }\n  .mp-design-card::before {\n    content: none;\n  }\n  .mp-design-card img {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n  }\n  .mp-scenes {\n    background: #f5eee4;\n  }\n  .mp-scene-carousel {\n    position: relative;\n  }\n  .mp-scene-viewport {\n    overflow: hidden;\n  }\n  .mp-scene-track {\n    display: flex;\n    margin: 0 -8px;\n    transition: transform 0.48s ease;\n    will-change: transform;\n  }\n  .mp-scene {\n    flex: 0 0 25%;\n    min-width: 0;\n    margin: 0;\n    padding: 0 8px;\n    background: transparent;\n  }\n  .mp-scene-inner {\n    overflow: hidden;\n    height: 100%;\n    border: 1px solid rgba(37, 41, 35, 0.22);\n    background: var(--paper);\n  }\n  .mp-scene img {\n    width: 100%;\n    height: auto;\n    aspect-ratio: 3 \/ 4;\n    object-fit: contain;\n    border: 0;\n    transition: transform 0.4s ease;\n  }\n  .mp-scene:hover img {\n    transform: scale(1.025);\n  }\n  .mp-scene figcaption {\n    padding: 11px 13px 13px;\n    border-top: 1px solid rgba(37, 41, 35, 0.16);\n    color: var(--ink) !important;\n    font-size: 14px !important;\n    font-weight: 600;\n    line-height: 1.4;\n  }\n  .mp-scene-arrow {\n    position: absolute;\n    z-index: 2;\n    top: calc(50% - 24px);\n    display: grid;\n    place-items: center;\n    width: 38px;\n    height: 38px;\n    padding: 0;\n    border: 1px solid rgba(37, 41, 35, 0.28);\n    border-radius: 50%;\n    background: rgba(255, 253, 249, 0.94);\n    color: var(--ink);\n    font: inherit;\n    font-size: 21px;\n    line-height: 1;\n    cursor: pointer;\n  }\n  .mp-scene-prev {\n    left: -19px;\n  }\n  .mp-scene-next {\n    right: -19px;\n  }\n  .mp-parameters {\n    background: var(--paper);\n  }\n  .mp-parameters-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 0.88fr) minmax(330px, 1.12fr);\n    gap: 44px;\n    align-items: start;\n  }\n  .mp-dim-card {\n    align-self: center;\n    padding: 9px;\n    border: 1px solid var(--line);\n    background: #f5f0e8;\n  }\n  .mp-dim-card img {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    object-fit: contain;\n  }\n  .mp-colors-panel {\n    margin-top: 16px;\n    padding-top: 15px;\n    border-top: 1px solid var(--line);\n  }\n  .mp-colors-title {\n    margin-bottom: 11px !important;\n    color: var(--muted) !important;\n    font-size: 13px;\n    font-weight: 700;\n  }\n  .mp-spec-table {\n    width: 100%;\n    margin-top: 16px;\n    border-collapse: collapse;\n  }\n  .mp-spec-table th,\n  .mp-spec-table td {\n    padding: 10px 0;\n    border-bottom: 1px solid var(--line);\n    text-align: left;\n    vertical-align: top;\n  }\n  .mp-spec-table th {\n    width: 38%;\n    color: var(--muted);\n    font-weight: 600;\n  }\n  .mp-spec-table td {\n    font-weight: 500;\n  }\n  .mp-color-row th,\n  .mp-color-row td {\n    padding-top: 16px;\n    padding-bottom: 17px;\n  }\n  .mp-spec-table .mp-color-row {\n    display: none;\n  }\n  .mp-swatches {\n    display: flex;\n    justify-content: space-between;\n    gap: 5px;\n    margin: 0;\n  }\n  .mp-swatch {\n    min-width: 0;\n    text-align: center;\n  }\n  .mp-color-dot {\n    display: block;\n    width: 22px;\n    height: 22px;\n    margin: 0 auto 6px;\n    border: 2px solid rgba(37, 41, 35, 0.22);\n    border-radius: 50%;\n    box-shadow:\n      0 2px 5px rgba(37, 41, 35, 0.14),\n      inset 0 0 0 2px rgba(255, 255, 255, 0.2);\n  }\n  .mp-swatch span {\n    display: block;\n    color: var(--muted);\n    font-size: 10px;\n    line-height: 1.25;\n  }\n  @media (max-width: 900px) {\n    .mp-wrap {\n      width: min(100% - 36px, 720px);\n    }\n    .mp-section {\n      padding: 44px 0;\n    }\n    .mp-compare-grid,\n    .mp-highlights-grid,\n    .mp-parameters-grid {\n      grid-template-columns: 1fr;\n      gap: 28px;\n    }\n    .mp-compare-media {\n      width: 100%;\n      max-width: 700px;\n    }\n    .mp-compare-copy {\n      padding: 0;\n    }\n    .mp-highlights-copy {\n      max-width: none;\n      padding: 0;\n    }\n    .mp-design-card {\n      max-width: 700px;\n    }\n    .mp-parameters-grid {\n      gap: 24px;\n    }\n  }\n  @media (max-width: 768px) {\n    .mp-wrap {\n      width: min(100% - 28px, 420px);\n    }\n    .mp-section {\n      padding: 36px 0;\n    }\n    .mp-compare {\n      padding-top: 25px;\n    }\n    .medieval-pendant-page h2 {\n      font-size: 26px;\n    }\n    .mp-compare-copy h1 {\n      font-size: 28px;\n    }\n    .mp-compare-media {\n      aspect-ratio: 1 \/ 0.86;\n    }\n    .mp-section-head {\n      display: block;\n      margin-bottom: 19px;\n    }\n    .mp-section-head p {\n      margin-top: 10px;\n    }\n    .mp-details .mp-wrap {\n      width: min(100% - 28px, 420px);\n    }\n    .mp-detail-grid {\n      display: block;\n    }\n    .medieval-pendant-page .mp-detail-card {\n      display: none !important;\n    }\n    .medieval-pendant-page .mp-detail-card.is-mobile-active {\n      display: block !important;\n    }\n    .mp-detail-card img {\n      width: 100%;\n      height: auto;\n      min-height: 0;\n      aspect-ratio: 1 \/ 1;\n    }\n    .mp-detail-card figcaption {\n      min-height: 128px;\n      padding: 16px 17px 18px;\n    }\n    .mp-detail-mobile-nav {\n      display: grid;\n      grid-template-columns: 44px minmax(0, 1fr) 44px;\n      gap: 12px;\n      align-items: center;\n      margin-top: 14px;\n    }\n    .mp-detail-prev,\n    .mp-detail-next {\n      display: grid;\n      place-items: center;\n      width: 44px;\n      height: 44px;\n      padding: 0;\n      border: 1px solid var(--orange);\n      border-radius: 50%;\n      background: transparent;\n      color: var(--orange-dark);\n      font: inherit;\n      font-size: 21px;\n      line-height: 1;\n      cursor: pointer;\n    }\n    .mp-detail-dots {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 4px;\n    }\n    .mp-detail-dot {\n      position: relative;\n      width: 36px;\n      height: 36px;\n      padding: 0;\n      border: 0;\n      border-radius: 50%;\n      background: transparent;\n      cursor: pointer;\n    }\n    .mp-detail-dot::after {\n      content: \"\";\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      width: 9px;\n      height: 9px;\n      border: 1px solid var(--orange-dark);\n      border-radius: 50%;\n      background: transparent;\n      transform: translate(-50%, -50%);\n      transition:\n        background-color 0.2s ease,\n        transform 0.2s ease;\n    }\n    .mp-detail-dot.is-active::after {\n      background: var(--orange);\n      transform: translate(-50%, -50%) scale(1.25);\n    }\n    .mp-scene-grid {\n      grid-template-columns: minmax(0, 1fr);\n      gap: 14px;\n    }\n    .mp-scene {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n    }\n    .mp-scene img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center;\n    }\n    .mp-spec-table,\n    .mp-spec-table tbody {\n      display: block;\n      width: 100%;\n    }\n    .mp-spec-table tr {\n      display: grid;\n      width: 100%;\n      grid-template-columns: 38% minmax(0, 1fr);\n    }\n    .mp-spec-table th,\n    .mp-spec-table td {\n      width: auto;\n      padding: 9px 0;\n    }\n    .mp-color-row {\n      grid-template-columns: 1fr !important;\n    }\n    .mp-color-row th,\n    .mp-color-row td {\n      display: block;\n      width: 100%;\n    }\n    .mp-color-row th {\n      padding-bottom: 4px;\n      border-bottom: 0;\n    }\n    .mp-color-row td {\n      padding-top: 5px;\n    }\n    .mp-swatches {\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      gap: 12px 7px;\n      display: grid;\n    }\n    .mp-scene-track {\n      margin: 0;\n    }\n    .mp-scene {\n      flex-basis: 100%;\n      padding: 0;\n    }\n    .mp-scene-prev {\n      left: 9px;\n    }\n    .mp-scene-next {\n      right: 9px;\n    }\n    .mp-scene-arrow {\n      top: calc(50% - 30px);\n      width: 36px;\n      height: 36px;\n    }\n  }\n\u003c\/style\u003e\n\u003cmain class=\"medieval-pendant-page\"\u003e\n\u003csection class=\"mp-section mp-compare\"\u003e\n\u003cdiv class=\"mp-wrap mp-compare-grid\"\u003e\n\u003cdiv class=\"mp-compare-media\"\u003e\n\u003cimg class=\"is-active\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0680\/6349\/4302\/files\/1789896722345.jpg?v=1789896873\" alt=\"Bauhaus pendant light suspended in a straight hanging arrangement\" decoding=\"async\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0680\/6349\/4302\/files\/1789897001135.jpg?v=1789897049\" alt=\"Bauhaus pendant light arranged with a wrapped cord\" decoding=\"async\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-compare-copy\"\u003e\n\u003cdiv class=\"mp-kicker\"\u003eBauhaus colour \/ plug-in freedom\u003c\/div\u003e\n\u003ch1 id=\"mp-title\"\u003eMedieval Plug-In Iron Retro Bauhaus Pendant Light\u003c\/h1\u003e\n\u003cp class=\"mp-compare-intro\"\u003eHang it clean and straight, or wrap the generous cord into a relaxed sculptural line. One plug-in pendant adapts to two distinct looks.\u003c\/p\u003e\n\u003cdiv class=\"mp-note\"\u003eOne pendant · four plug options · eleven colours\u003c\/div\u003e\n\u003cdiv class=\"mp-compare-meta\"\u003e\n\u003cdiv class=\"mp-state-switch\" role=\"group\"\u003e\n\u003cbutton class=\"mp-state-button is-active\" type=\"button\"\u003e Straight Hang \u003c\/button\u003e \u003cbutton class=\"mp-state-button\" type=\"button\"\u003e Wrapped Hang \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mp-section mp-details\"\u003e\n\u003cdiv class=\"mp-wrap\"\u003e\n\u003cdiv class=\"mp-section-head\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"mp-kicker\"\u003eMaterial study\u003c\/div\u003e\n\u003ch2 id=\"mp-details-title\"\u003eDetails that reward a closer look\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp\u003eGloss-finished iron, layered rings and a tactile switch keep the piece useful as well as sculptural.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-detail-grid\"\u003e\n\u003cfigure class=\"mp-detail-card is-mobile-active\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0680\/6349\/4302\/files\/1789895346018.jpg?v=1789895525\" alt=\"Close view of the pendant light's layered metal shade\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cfigcaption\u003e\u003cstrong\u003eSmooth layered shades\u003c\/strong\u003e \u003cspan\u003eRounded metal profiles give each tier a clean, continuous finish.\u003c\/span\u003e\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cfigure class=\"mp-detail-card\"\u003e\u003cimg src=\"https:\/\/d5754b614d.yunchenkeji.com\/media\/product\/561\/image\/2026\/09\/11\/e66279d73c99a7d42c11fa7ee7a2d73e.webp\" alt=\"Close view of the orange centre cap, ventilation holes and fasteners\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cfigcaption\u003e\u003cstrong\u003eVentilated centre cap\u003c\/strong\u003e \u003cspan\u003eEvenly spaced openings and exposed fasteners keep the assembly neat.\u003c\/span\u003e\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cfigure class=\"mp-detail-card\"\u003e\u003cimg src=\"https:\/\/d5754b614d.yunchenkeji.com\/media\/product\/561\/image\/2026\/09\/11\/fd2fccf80fe8a3e6d9c624d33e9304ed.webp\" alt=\"Underside view of the pendant's concentric shade construction\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cfigcaption\u003e\u003cstrong\u003eOpen underside\u003c\/strong\u003e \u003cspan\u003eThe underside reveals the concentric construction and easy bulb access.\u003c\/span\u003e\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-detail-mobile-nav\"\u003e\n\u003cbutton class=\"mp-detail-prev\" type=\"button\" title=\"Previous detail\"\u003e ← \u003c\/button\u003e\n\u003cdiv class=\"mp-detail-dots\" role=\"group\"\u003e\n\u003cbutton class=\"mp-detail-dot is-active\" type=\"button\"\u003e\u003c\/button\u003e \u003cbutton class=\"mp-detail-dot\" type=\"button\"\u003e\u003c\/button\u003e \u003cbutton class=\"mp-detail-dot\" type=\"button\"\u003e\u003c\/button\u003e \u003cspan class=\"mp-detail-status mp-sr-only\"\u003eDetail 1 of 3\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"mp-detail-next\" type=\"button\" title=\"Next detail\"\u003e → \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mp-section mp-highlights\"\u003e\n\u003cdiv class=\"mp-wrap mp-highlights-grid\"\u003e\n\u003cdiv class=\"mp-highlights-copy\"\u003e\n\u003cdiv class=\"mp-kicker\"\u003eForm meets freedom\u003c\/div\u003e\n\u003ch2 id=\"mp-highlights-title\"\u003eA bold silhouette that bends to your space.\u003c\/h2\u003e\n\u003cp\u003eInspired by Bauhaus geometry, the shade turns stacked circles into a playful focal point. Its extra-long plug-in cord lets the same design hang neatly or sweep across the room in a more expressive arrangement.\u003c\/p\u003e\n\u003cul class=\"mp-highlight-list\"\u003e\n\u003cli\u003e\n\u003cb\u003e01\u003c\/b\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLayered Bauhaus geometry\u003c\/strong\u003e \u003cspan\u003eBalanced discs soften the industrial metal form while keeping its graphic character.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e02\u003c\/b\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eTwo ways to hang\u003c\/strong\u003e \u003cspan\u003eUse a straight drop for order, or wrap the cord for a more relaxed composition.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e03\u003c\/b\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eColour with personality\u003c\/strong\u003e \u003cspan\u003eEleven finishes make it easy to add a vivid accent or a quiet neutral.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-design-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0680\/6349\/4302\/files\/1789897194095.jpg?v=1789897210\" alt=\"Bauhaus pendant light displayed as a colorful sculptural focal point\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mp-section mp-scenes\"\u003e\n\u003cdiv class=\"mp-wrap\"\u003e\n\u003cdiv class=\"mp-section-head\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"mp-kicker\"\u003eIn the room\u003c\/div\u003e\n\u003ch2 id=\"mp-scenes-title\"\u003eDesigned to live with the way you use a space.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp\u003eFrom a breakfast island to a quiet bedside corner, the plug-in format keeps installation personal and low-commitment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-scene-carousel\"\u003e\n\u003cbutton class=\"mp-scene-arrow mp-scene-prev\" type=\"button\"\u003e ← \u003c\/button\u003e\n\u003cdiv class=\"mp-scene-viewport\"\u003e\n\u003cdiv class=\"mp-scene-track\"\u003e\n\u003cfigure class=\"mp-scene\"\u003e\n\u003cdiv class=\"mp-scene-inner\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0680\/6349\/4302\/files\/1789896029265.jpg?v=1789896053\" alt=\"Pendant light styled in an entryway\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cfigcaption\u003eEntryway\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cfigure class=\"mp-scene\"\u003e\n\u003cdiv class=\"mp-scene-inner\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0680\/6349\/4302\/files\/1789894979782.jpg?v=1789895525\" alt=\"Pendant light styled over a console corner\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cfigcaption\u003eConsole Corner\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cfigure class=\"mp-scene\"\u003e\n\u003cdiv class=\"mp-scene-inner\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0680\/6349\/4302\/files\/1789894785898.jpg?v=1789894803\" alt=\"Pendant light styled in a living room\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cfigcaption\u003eLiving Room\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cfigure class=\"mp-scene\"\u003e\n\u003cdiv class=\"mp-scene-inner\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0680\/6349\/4302\/files\/1789894318876.jpg?v=1789894803\" alt=\"Pendant light in a relaxed lounge\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cfigcaption\u003eRelaxed Lounge\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cfigure class=\"mp-scene\"\u003e\n\u003cdiv class=\"mp-scene-inner\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0680\/6349\/4302\/files\/1789894345797.jpg?v=1789894802\" alt=\"Pendant light styled in a coastal living room\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cfigcaption\u003eCoastal Living\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"mp-scene-arrow mp-scene-next\" type=\"button\"\u003e → \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mp-section mp-parameters\"\u003e\n\u003cdiv class=\"mp-wrap mp-parameters-grid\"\u003e\n\u003cdiv class=\"mp-dim-card\"\u003e\n\u003cimg src=\"https:\/\/d5754b614d.yunchenkeji.com\/media\/product\/561\/image\/2026\/09\/11\/bdbb2c7c4d60384a2a93c8b9d9cb687a.jpg\" alt=\"Pendant light dimension drawing with cord length and measurements\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"mp-colors-panel\"\u003e\n\u003cp class=\"mp-colors-title\"\u003eColour options\u003c\/p\u003e\n\u003cdiv class=\"mp-swatches\"\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #164a39;\"\u003e\u003c\/span\u003e\u003cspan\u003eDark Green\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #f5f4f0;\"\u003e\u003c\/span\u003e\u003cspan\u003eWhite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #d86b24;\"\u003e\u003c\/span\u003e\u003cspan\u003eOrange\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #e7b916;\"\u003e\u003c\/span\u003e\u003cspan\u003eYellow\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #dca7ad;\"\u003e\u003c\/span\u003e\u003cspan\u003ePink\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #b79056;\"\u003e\u003c\/span\u003e\u003cspan\u003eBrass\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #167ea9;\"\u003e\u003c\/span\u003e\u003cspan\u003eBlue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #9aa894;\"\u003e\u003c\/span\u003e\u003cspan\u003eSage Green\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #9fc3d7;\"\u003e\u003c\/span\u003e\u003cspan\u003eLight Blue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #c91f27;\"\u003e\u003c\/span\u003e\u003cspan\u003eRed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #101213;\"\u003e\u003c\/span\u003e\u003cspan\u003eBlack\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"mp-kicker\"\u003eProduct parameters\u003c\/div\u003e\n\u003ch2 id=\"mp-parameters-title\"\u003eClear specifications before you plug in.\u003c\/h2\u003e\n\u003ctable class=\"mp-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eIron\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLight Source\u003c\/th\u003e\n\u003ctd\u003eE27\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003eDia 35 cm x H 21 cm \/ Dia 13.8 in x H 8.3 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColours\u003c\/th\u003e\n\u003ctd\u003eDark Green, White, Orange, Yellow, Pink, Brass, Blue, Sage Green, Light Blue, Red, Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"mp-color-row\"\u003e\n\u003cth scope=\"row\"\u003eColour options\u003c\/th\u003e\n\u003ctd\u003e\n\u003cdiv class=\"mp-swatches\"\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #164a39;\"\u003e\u003c\/span\u003e \u003cspan\u003eDark Green\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #f5f4f0;\"\u003e\u003c\/span\u003e \u003cspan\u003eWhite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #d86b24;\"\u003e\u003c\/span\u003e \u003cspan\u003eOrange\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #e7b916;\"\u003e\u003c\/span\u003e \u003cspan\u003eYellow\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #dca7ad;\"\u003e\u003c\/span\u003e \u003cspan\u003ePink\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #b79056;\"\u003e\u003c\/span\u003e \u003cspan\u003eBrass\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #167ea9;\"\u003e\u003c\/span\u003e \u003cspan\u003eBlue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #9aa894;\"\u003e\u003c\/span\u003e \u003cspan\u003eSage Green\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #9fc3d7;\"\u003e\u003c\/span\u003e \u003cspan\u003eLight Blue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #c91f27;\"\u003e\u003c\/span\u003e \u003cspan\u003eRed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-swatch\"\u003e\n\u003cspan class=\"mp-color-dot\" style=\"background: #101213;\"\u003e\u003c\/span\u003e \u003cspan\u003eBlack\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePower Source\u003c\/th\u003e\n\u003ctd\u003ePlug-in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWire Length\u003c\/th\u003e\n\u003ctd\u003e177.2 in (450 cm), adjustable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e1 kg \/ 2.2 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eControl\u003c\/th\u003e\n\u003ctd\u003ePush-button switch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePlug Options\u003c\/th\u003e\n\u003ctd\u003eUS Plug · UK Plug · AU Plug · EU Plug\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBulb\u003c\/th\u003e\n\u003ctd\u003eNot included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/main\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"monulo","offers":[{"title":"Dark Green \/ Plug-in","offer_id":48303204270238,"sku":"Dark Green-US Plug-1016884","price":150.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Plug-in","offer_id":48303204303006,"sku":"White-US Plug-1016888","price":150.0,"currency_code":"USD","in_stock":true},{"title":"Orange \/ Plug-in","offer_id":48303204335774,"sku":"Orange-US Plug-1016892","price":150.0,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ Plug-in","offer_id":48303204368542,"sku":"Yellow-US Plug-1016896","price":150.0,"currency_code":"USD","in_stock":true},{"title":"Pink \/ Plug-in","offer_id":48303204401310,"sku":"Pink-US Plug-1016900","price":150.0,"currency_code":"USD","in_stock":true},{"title":"Brass \/ Plug-in","offer_id":48303204434078,"sku":"Brass-US Plug-1016904","price":150.0,"currency_code":"USD","in_stock":true},{"title":"Light Blue \/ Plug-in","offer_id":48303204466846,"sku":"Light Blue-US Plug-1016908","price":150.0,"currency_code":"USD","in_stock":true},{"title":"Sage Green \/ Plug-in","offer_id":48303204499614,"sku":"Sage Green-US Plug-1016912","price":150.0,"currency_code":"USD","in_stock":true},{"title":"Blue \/ Plug-in","offer_id":48303204532382,"sku":"Blue-US Plug-1016916","price":150.0,"currency_code":"USD","in_stock":true},{"title":"Red \/ Plug-in","offer_id":48303204565150,"sku":"Red-US Plug-1016920","price":150.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Plug-in","offer_id":48303204597918,"sku":"Black-US Plug-1016924","price":150.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6349\/4302\/files\/1789894979782.jpg?v=1789895525","url":"https:\/\/www.monulo.com\/fr\/products\/retro-bauhaus-plug-in-pendant-light","provider":"Monulo","version":"1.0","type":"link"}