{"product_id":"windsor-alabaster-lantern-pendant-lamp","title":"Windsor Alabaster Lantern Pendant Lamp","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    .vk-windsor-pendant-wrap *,\n    .vk-windsor-pendant-wrap *::before,\n    .vk-windsor-pendant-wrap *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n    .vk-windsor-pendant-wrap {\n      width: 100%;\n      max-width: 680px;\n      margin: 2rem auto;\n      padding: 0 16px;\n      color: #261d16;\n      font-family: \"DM Sans\", sans-serif;\n    }\n    .vk-windsor-pendant-divider {\n      height: 1px;\n      margin: 2rem 0;\n      background: #e5dacb;\n    }\n    .vk-windsor-pendant-intro {\n      margin-bottom: 1rem;\n      color: #62584d;\n      font-size: 15px;\n      line-height: 1.75;\n    }\n    .vk-windsor-pendant-section-label {\n      margin-bottom: 0.65rem;\n      color: #876846;\n      font-size: 11px;\n      font-weight: 500;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n    }\n    .vk-windsor-pendant-features {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 10px;\n    }\n    .vk-windsor-pendant-feature {\n      padding: 0.9rem;\n      border: 1px solid #e1d4c1;\n      border-radius: 8px;\n      background: #fff;\n    }\n    .vk-windsor-pendant-icon {\n      display: flex;\n      width: 28px;\n      height: 28px;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 0.6rem;\n      border-radius: 6px;\n      background: #e8dbc6;\n    }\n    .vk-windsor-pendant-feature h4 {\n      margin-bottom: 0.3rem;\n      color: #261d16;\n      font-size: 13px;\n      font-weight: 500;\n    }\n    .vk-windsor-pendant-feature p {\n      color: #6c6257;\n      font-size: 12px;\n      line-height: 1.6;\n    }\n    .vk-windsor-pendant-dimension-card {\n      padding: 1.2rem;\n      border: 1px solid #e4d7c7;\n      border-radius: 10px;\n      background: #f5eee5;\n    }\n    .vk-windsor-pendant-dimension-table,\n    .vk-windsor-pendant-spec-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n    .vk-windsor-pendant-dimension-table tr {\n      border-bottom: 1px solid #ddcfbd;\n    }\n    .vk-windsor-pendant-dimension-table tr:last-child {\n      border-bottom: 0;\n    }\n    .vk-windsor-pendant-dimension-table td {\n      padding: 8px 0;\n      color: #4f453a;\n      font-size: 12px;\n      line-height: 1.55;\n      vertical-align: top;\n    }\n    .vk-windsor-pendant-dimension-table td:first-child {\n      width: 34%;\n      padding-right: 12px;\n      color: #876846;\n      font-weight: 500;\n    }\n    .vk-windsor-pendant-dimension-note {\n      margin-top: 0.75rem;\n      color: #876846;\n      font-size: 11px;\n      line-height: 1.5;\n      text-align: center;\n    }\n\n    \/* Shrunk Interactive Thumbnail *\/\n    .vk-windsor-pendant-thumb-container {\n      display: flex;\n      justify-content: center;\n      margin: 1.1rem auto 0.25rem;\n    }\n    .vk-windsor-pendant-thumb-link {\n      position: relative;\n      display: inline-block;\n      max-width: 200px;\n      border-radius: 8px;\n      overflow: hidden;\n      border: 1px solid #d8c8b4;\n      background: #ffffff;\n      box-shadow: 0 2px 8px rgba(38, 29, 22, 0.06);\n      cursor: zoom-in;\n      text-decoration: none;\n      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;\n      user-select: none;\n      -webkit-user-select: none;\n    }\n    .vk-windsor-pendant-thumb-link:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 6px 14px rgba(38, 29, 22, 0.12);\n      border-color: #ba9973;\n    }\n    .vk-windsor-pendant-thumb-link img {\n      display: block;\n      width: 100%;\n      height: auto;\n      object-fit: cover;\n      transition: opacity 0.2s ease;\n    }\n    .vk-windsor-pendant-thumb-link:hover img {\n      opacity: 0.94;\n    }\n    .vk-windsor-pendant-thumb-badge {\n      position: absolute;\n      bottom: 8px;\n      right: 8px;\n      display: inline-flex;\n      align-items: center;\n      gap: 4px;\n      padding: 3px 8px;\n      background: rgba(38, 29, 22, 0.82);\n      backdrop-filter: blur(4px);\n      -webkit-backdrop-filter: blur(4px);\n      color: #ffffff;\n      font-size: 11px;\n      font-weight: 500;\n      border-radius: 4px;\n      pointer-events: none;\n    }\n\n    \/* Lightbox Modal *\/\n    .vk-windsor-pendant-lightbox {\n      display: none;\n      position: fixed;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      width: 100vw;\n      height: 100vh;\n      z-index: 9999999;\n      background: rgba(20, 15, 11, 0.88);\n      backdrop-filter: blur(6px);\n      -webkit-backdrop-filter: blur(6px);\n      align-items: center;\n      justify-content: center;\n      padding: 20px;\n      opacity: 0;\n      cursor: zoom-out;\n      transition: opacity 0.22s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n    .vk-windsor-pendant-lightbox.vk-active {\n      display: flex !important;\n      opacity: 1 !important;\n    }\n    .vk-windsor-pendant-lightbox-inner {\n      position: relative;\n      max-width: 92vw;\n      max-height: 90vh;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      cursor: default;\n      transform: scale(0.94);\n      transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n    .vk-windsor-pendant-lightbox.vk-active .vk-windsor-pendant-lightbox-inner {\n      transform: scale(1);\n    }\n    .vk-windsor-pendant-lightbox-img {\n      max-width: 100%;\n      max-height: 82vh;\n      width: auto;\n      height: auto;\n      border-radius: 8px;\n      background: #ffffff;\n      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);\n      display: block;\n      object-fit: contain;\n      cursor: default;\n    }\n    .vk-windsor-pendant-lightbox-close {\n      position: absolute;\n      top: -42px;\n      right: 0;\n      width: 36px;\n      height: 36px;\n      background: rgba(255, 255, 255, 0.16);\n      border: 1px solid rgba(255, 255, 255, 0.28);\n      border-radius: 50%;\n      color: #ffffff;\n      font-size: 24px;\n      line-height: 1;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      cursor: pointer;\n      padding: 0;\n      transition: background 0.15s ease, transform 0.15s ease;\n      user-select: none;\n    }\n    .vk-windsor-pendant-lightbox-close:hover {\n      background: rgba(255, 255, 255, 0.32);\n      transform: scale(1.08);\n    }\n    .vk-windsor-pendant-lightbox-hint {\n      margin-top: 10px;\n      color: #e5dacb;\n      font-size: 12px;\n      letter-spacing: 0.02em;\n      pointer-events: none;\n    }\n\n    .vk-windsor-pendant-spec-table tr {\n      border-bottom: 1px solid #e5dacb;\n    }\n    .vk-windsor-pendant-spec-table tr:last-child {\n      border-bottom: 0;\n    }\n    .vk-windsor-pendant-spec-table td {\n      padding: 9px 0;\n      font-size: 14px;\n      line-height: 1.55;\n      vertical-align: top;\n    }\n    .vk-windsor-pendant-spec-table td:first-child {\n      width: 42%;\n      padding-right: 1rem;\n      color: #998b78;\n    }\n    .vk-windsor-pendant-care {\n      margin: 0;\n      padding: 0;\n      list-style: none;\n    }\n    .vk-windsor-pendant-care li {\n      position: relative;\n      padding: 8px 0 8px 20px;\n      border-bottom: 1px solid #e5dacb;\n      color: #6c6257;\n      font-size: 14px;\n      line-height: 1.65;\n    }\n    .vk-windsor-pendant-care li:last-child {\n      border-bottom: 0;\n    }\n    .vk-windsor-pendant-care li::before {\n      position: absolute;\n      top: 16px;\n      left: 0;\n      width: 6px;\n      height: 6px;\n      border-radius: 50%;\n      background: #ad8e68;\n      content: \"\";\n    }\n    .vk-windsor-pendant-downloads {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 10px;\n    }\n    .vk-windsor-pendant-download {\n      display: flex;\n      min-height: 72px;\n      align-items: center;\n      gap: 10px;\n      padding: 0.85rem;\n      border: 1px solid #e1d4c1;\n      border-radius: 8px;\n      background: #fff;\n      color: #261d16;\n      text-decoration: none;\n      transition:\n        border-color 0.2s ease,\n        background 0.2s ease;\n    }\n    .vk-windsor-pendant-download:hover {\n      border-color: #c9b494;\n      background: #faf7f2;\n    }\n    .vk-windsor-pendant-download-icon {\n      display: flex;\n      width: 30px;\n      min-width: 30px;\n      height: 30px;\n      align-items: center;\n      justify-content: center;\n      border-radius: 6px;\n      background: #ecdfcb;\n    }\n    .vk-windsor-pendant-download-text {\n      flex: 1;\n      color: #4f453a;\n      font-size: 12px;\n      font-weight: 500;\n    }\n    .vk-windsor-pendant-download-arrow {\n      color: #97744e;\n      font-size: 15px;\n    }\n    .vk-windsor-pendant-faq-item {\n      border-bottom: 1px solid #e5dacb;\n    }\n    .vk-windsor-pendant-faq-item:last-child {\n      border-bottom: 0;\n    }\n    .vk-windsor-pendant-faq-item \u003e summary {\n      position: relative;\n      display: flex;\n      min-height: 44px;\n      cursor: pointer;\n      align-items: center;\n      padding: 14px 32px 14px 0;\n      color: #261d16;\n      font-size: 15px;\n      font-weight: 500;\n      line-height: 1.5;\n      list-style: none;\n    }\n    .vk-windsor-pendant-faq-item \u003e summary::-webkit-details-marker {\n      display: none;\n    }\n    .vk-windsor-pendant-faq-item \u003e summary::after {\n      position: absolute;\n      top: 50%;\n      right: 4px;\n      width: 10px;\n      height: 10px;\n      border-right: 1.5px solid #876846;\n      border-bottom: 1.5px solid #876846;\n      content: \"\";\n      transform: translateY(-70%) rotate(45deg);\n      transition: transform 0.2s ease;\n    }\n    .vk-windsor-pendant-faq-item[open] \u003e summary::after {\n      transform: translateY(-30%) rotate(-135deg);\n    }\n    .vk-windsor-pendant-faq-a {\n      margin: 0 0 14px;\n      padding-right: 32px;\n      color: #6c6257;\n      font-size: 13px;\n      line-height: 1.7;\n    }\n    @media (max-width: 520px) {\n      .vk-windsor-pendant-features {\n        grid-template-columns: 1fr 1fr;\n      }\n      .vk-windsor-pendant-downloads {\n        grid-template-columns: 1fr;\n      }\n      .vk-windsor-pendant-thumb-link {\n        max-width: 175px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"vk-windsor-pendant-wrap\"\u003e\n\u003cp class=\"vk-windsor-pendant-intro\"\u003eThe Windsor Alabaster Lantern Pendant hangs a scalloped, tiered alabaster shade from a chain and an ornately embossed brass canopy, in the spirit of a vintage lantern. The stone glows a warm honey tone when lit, while the cast-brass fittings at the canopy, collar, and base finial add a hand-finished, antique-brass character throughout.\u003c\/p\u003e\n\u003cdiv class=\"vk-windsor-pendant-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-section-label\"\u003eFeatures\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-features\"\u003e\n\u003cdiv class=\"vk-windsor-pendant-feature\"\u003e\n\u003cdiv class=\"vk-windsor-pendant-icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M8 4c0 2 1.5 3 4 3s4-1 4-3\"\u003e\u003c\/path\u003e\n          \u003crect x=\"7\" y=\"7\" width=\"10\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M8 20c0-2 1.5-3 4-3s4 1 4 3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eScalloped alabaster shade\u003c\/h4\u003e\n\u003cp\u003eA tiered, scalloped shade cut from a translucent alabaster-style stone glows warmly from within when lit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-feature\"\u003e\n\u003cdiv class=\"vk-windsor-pendant-icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"1.8\"\u003e\n          \u003cellipse cx=\"12\" cy=\"4.5\" rx=\"7\" ry=\"2\"\u003e\u003c\/ellipse\u003e\n          \u003cpath d=\"M5 4.5c0 4-2 5-2 5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M19 4.5c0 4 2 5 2 5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 5v3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M16 5v3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eOrnate cast-brass fittings\u003c\/h4\u003e\n\u003cp\u003eThe ceiling canopy, collar, and base finial are cast in brass with a raised floral and leaf motif.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-feature\"\u003e\n\u003cdiv class=\"vk-windsor-pendant-icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"4.5\" r=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"8\" r=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"11.5\" r=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 15v3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eChain suspension, E12\/E14 socket\u003c\/h4\u003e\n\u003cp\u003eHangs from a brass chain and accepts either an E12 or E14 base bulb.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-section-label\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-dimension-card\"\u003e\n\u003ctable class=\"vk-windsor-pendant-dimension-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade Diameter\u003c\/td\u003e\n\u003ctd\u003e16 cm \/ 6.3″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOverall Height (drop)\u003c\/td\u003e\n\u003ctd\u003e55 cm \/ 21.7″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- Shrunk dimension diagram with click-to-zoom --\u003e\n\u003cdiv class=\"vk-windsor-pendant-thumb-container\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0355\/1320\/4874\/files\/Windsor-Alabaster-Lantern-Pendant-Lamp.jpg?v=1788677204\" rel=\"noopener noreferrer\" class=\"vk-windsor-pendant-thumb-link\" title=\"Click to enlarge dimension diagram\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0355\/1320\/4874\/files\/Windsor-Alabaster-Lantern-Pendant-Lamp.jpg?v=1788677204\" alt=\"Windsor Alabaster Lantern Pendant Dimensions Diagram\" loading=\"lazy\"\u003e \u003cspan class=\"vk-windsor-pendant-thumb-badge\"\u003e \u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"11\" cy=\"11\" r=\"8\"\u003e\u003c\/circle\u003e\n            \u003cline x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"11\" y1=\"8\" x2=\"11\" y2=\"14\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"8\" y1=\"11\" x2=\"14\" y2=\"11\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e \u003cspan\u003eClick to enlarge\u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-section-label\"\u003eSpecifications\u003c\/div\u003e\n\u003ctable class=\"vk-windsor-pendant-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eWindsor Alabaster Lantern Pendant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003ePendant Light \/ Lantern\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBrass, Alabaster\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eAntique Brass hardware, Natural Alabaster-Style shade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade Diameter\u003c\/td\u003e\n\u003ctd\u003e16 cm \/ 6.3″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOverall Height\u003c\/td\u003e\n\u003ctd\u003e55 cm \/ 21.7″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBulb Socket\u003c\/td\u003e\n\u003ctd\u003eE12 or E14\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Count\u003c\/td\u003e\n\u003ctd\u003e1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuspension\u003c\/td\u003e\n\u003ctd\u003eBrass Chain\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMounting\u003c\/td\u003e\n\u003ctd\u003eCeiling\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEnvironment\u003c\/td\u003e\n\u003ctd\u003eIndoor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuitable Spaces\u003c\/td\u003e\n\u003ctd\u003eEntryway, stairwell, powder room, bedside\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"vk-windsor-pendant-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-section-label\"\u003eInstallation \u0026amp; Care\u003c\/div\u003e\n\u003cul class=\"vk-windsor-pendant-care\"\u003e\n\u003cli\u003eMount to a secure ceiling structure; installation should follow local electrical requirements.\u003c\/li\u003e\n\u003cli\u003eHandle the stone shade carefully during installation — natural stone shades can chip or crack if dropped.\u003c\/li\u003e\n\u003cli\u003eDust the shade and brass fittings gently with a soft, dry cloth; avoid water, solvents, or abrasive cleaners.\u003c\/li\u003e\n\u003cli\u003eKeep away from high humidity, which can affect the stone's finish and the brass patina over time.\u003c\/li\u003e\n\u003cli\u003eDisconnect power before cleaning or servicing the fixture.\u003c\/li\u003e\n\u003cli\u003eIntended for indoor, dry use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"vk-windsor-pendant-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-section-label\"\u003eDownloads \u0026amp; Resources\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-downloads\"\u003e\n\u003ca class=\"vk-windsor-pendant-download\" href=\"https:\/\/drive.google.com\/file\/d\/13JmBCU8uqy49HMeqLNhUbyhFTyy9aPUJ\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"vk-windsor-pendant-download-icon\"\u003e\u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M6 2h8l4 4v16H6z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 2v5h5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 12h6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 16h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-download-text\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-download-arrow\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"vk-windsor-pendant-download\" href=\"INSTALLATION_GUIDE_URL\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"vk-windsor-pendant-download-icon\"\u003e\u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 4h14v16H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 16h5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-download-text\"\u003eInstallation\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-download-arrow\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"vk-windsor-pendant-download\" href=\"3D_FILES_URL\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"vk-windsor-pendant-download-icon\"\u003e\u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 2l8 4.5v9L12 20l-8-4.5v-9z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 6.5l8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 11v9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-download-text\"\u003e3D Files\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-download-arrow\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-section-label\"\u003eFAQs\u003c\/div\u003e\n\u003cdiv class=\"vk-windsor-pendant-faq\"\u003e\n\u003cdetails class=\"vk-windsor-pendant-faq-item\"\u003e\n\u003csummary\u003eWhat is the Windsor shade made of?\u003c\/summary\u003e\n\u003cp class=\"vk-windsor-pendant-faq-a\"\u003eThe scalloped, tiered shade is made from a translucent, alabaster-style natural stone that glows warmly from within when lit. The true material may be onyx or marble rather than true alabaster — \"alabaster\" is used here as the closest common retail term, and gentle variation in veining and tone between pieces should be expected.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-windsor-pendant-faq-item\"\u003e\n\u003csummary\u003eWhat bulb does it use?\u003c\/summary\u003e\n\u003cp class=\"vk-windsor-pendant-faq-a\"\u003eWindsor accepts either an E12 or E14 base bulb, one per fixture.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-windsor-pendant-faq-item\"\u003e\n\u003csummary\u003eHow do I clean the shade and brass fittings?\u003c\/summary\u003e\n\u003cp class=\"vk-windsor-pendant-faq-a\"\u003eDust gently with a soft, dry cloth. Avoid water, solvents, or abrasive cleaners, and handle the shade carefully, as natural stone can chip or crack if dropped.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Fullscreen Lightbox Overlay --\u003e\n\u003cdiv id=\"vk-windsor-pendant-lightbox\" class=\"vk-windsor-pendant-lightbox\" role=\"dialog\"\u003e\n\u003cdiv class=\"vk-windsor-pendant-lightbox-inner\"\u003e\n\u003cbutton type=\"button\" class=\"vk-windsor-pendant-lightbox-close\"\u003e×\u003c\/button\u003e \u003cimg class=\"vk-windsor-pendant-lightbox-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0355\/1320\/4874\/files\/Windsor-Alabaster-Lantern-Pendant-Lamp.jpg?v=1788677204\" alt=\"Windsor Alabaster Lantern Pendant Dimensions Enlarged\"\u003e\n\u003cdiv class=\"vk-windsor-pendant-lightbox-hint\"\u003eClick anywhere on background or × to close\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Vakkerlight","offers":[{"title":"Φ 6.3″ × H 21.7″ \/ Antique Brass \u0026 White","offer_id":48674072002801,"sku":"VKP9-2692-01","price":985.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0355\/1320\/4874\/files\/5656564564554656465.jpg?v=1788418270","url":"https:\/\/vakkerlight.com\/products\/windsor-alabaster-lantern-pendant-lamp","provider":"Vakkerlight","version":"1.0","type":"link"}