{"product_id":"white-lotus-pendant-light","title":"White Lotus Pendant Light","description":"\u003cstyle\u003e\n  \/*\n   ╔═ COLOR PALETTE — warm neutral \/ soft ivory ═════════════╗\n   ║  Warm mink taupe   →  primary accent   #8a7e6a          ║\n   ║  Deep espresso     →  dark accent      #3a3228          ║\n   ║  Soft ivory        →  card bg          #faf8f5          ║\n   ║  Cream border      →  borders          #ece7dd          ║\n   ║  Pale sand         →  deep card        #f2ede3          ║\n   ╚═════════════════════════════════════════════════════════╝\n  *\/\n  :root {\n    --bg:          #ffffff;\n    --bg-card:     #faf8f5;\n    --bg-deep:     #f2ede3;\n    --border:      #ece7dd;\n    --border-lt:   #f0ebe1;\n    --accent:      #8a7e6a;\n    --accent-dk:   #3a3228;\n    --accent-lt:   #b0a693;\n    --accent-bg:   #f0ebe2;\n    --accent-bdr:  #d8cfc0;\n    --text:        #1c1810;\n    --text-mid:    #5a5244;\n    --text-light:  #8e8678;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  .d svg { fill: none !important; }\n\n  .d {\n    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;\n    color: var(--text);\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0.5rem 0 2.5rem;\n  }\n\n  .sec { margin-bottom: 2.8rem; }\n  .sec:last-child { margin-bottom: 0; }\n\n  .sec-header {\n    display: flex; align-items: center; gap: 10px;\n    margin-bottom: 1.1rem;\n  }\n  .sec-header-line { flex: 1; height: 0.5px; background: var(--border); }\n  .sec-title {\n    font-size: 10.5px; font-weight: 600;\n    letter-spacing: 0.12em; text-transform: uppercase;\n    color: var(--accent); white-space: nowrap;\n  }\n\n  \/* Video grid *\/\n  .video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }\n  .video-frame {\n    border-radius: 14px; overflow: hidden;\n    aspect-ratio: 16\/9; background: #111;\n    border: 0.5px solid var(--border);\n  }\n  .video-frame iframe { width: 100%; height: 100%; border: none; display: block; }\n\n  \/* Installation video link card (click to expand + play) *\/\n  .install-links { margin-top: 14px; }\n  .install-links-label {\n    font-size: 10px; font-weight: 600; letter-spacing: 0.12em;\n    text-transform: uppercase; color: var(--accent);\n    margin-bottom: 8px; padding-left: 2px;\n  }\n  .install-link-details {\n    border: 0.5px solid var(--border);\n    border-radius: 12px;\n    background: var(--bg-card);\n    overflow: hidden;\n    transition: border-color 0.15s;\n  }\n  .install-link-details[open] { border-color: var(--accent-bdr); }\n  .install-link-item {\n    display: flex; align-items: center; gap: 14px;\n    padding: 14px 18px;\n    cursor: pointer;\n    list-style: none;\n    transition: background 0.15s;\n  }\n  .install-link-item::-webkit-details-marker { display: none; }\n  .install-link-item:hover { background: var(--bg-deep); }\n  .install-link-details[open] .install-link-item { background: var(--bg-deep); }\n  .install-link-icon {\n    flex-shrink: 0; width: 40px; height: 28px; border-radius: 6px;\n    background: #e60023;\n    display: flex; align-items: center; justify-content: center;\n  }\n  .install-link-body {\n    flex: 1; min-width: 0;\n    display: flex; flex-direction: column; gap: 3px;\n  }\n  .install-link-title {\n    display: block;\n    font-size: 13px; font-weight: 600; color: var(--text);\n    letter-spacing: -0.005em;\n    line-height: 1.3;\n    text-decoration: underline; text-underline-offset: 2px;\n  }\n  .install-link-sub {\n    display: block;\n    font-size: 11px; color: var(--text-light);\n    line-height: 1.4;\n    text-decoration: underline; text-underline-offset: 2px;\n    text-decoration-color: rgba(138, 126, 106, 0.4);\n  }\n  .install-link-toggle {\n    flex-shrink: 0;\n    width: 26px; height: 26px; border-radius: 50%;\n    background: var(--accent-bg);\n    border: 0.5px solid var(--accent-bdr);\n    display: flex; align-items: center; justify-content: center;\n    transition: transform 0.2s;\n  }\n  .install-link-details[open] .install-link-toggle { transform: rotate(180deg); }\n  .install-link-video {\n    position: relative;\n    width: 100%;\n    aspect-ratio: 16\/9;\n    background: #000;\n    border-top: 0.5px solid var(--border);\n  }\n  .install-link-video iframe {\n    position: absolute; top: 0; left: 0;\n    width: 100%; height: 100%; border: 0;\n  }\n\n  \/* Overview *\/\n  .heritage-tag {\n    display: inline-flex; align-items: center; gap: 6px;\n    padding: 4px 10px; margin-bottom: 14px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    border-radius: 99px;\n    font-size: 10px; font-weight: 600; letter-spacing: 0.1em;\n    text-transform: uppercase; color: var(--accent);\n  }\n  .heritage-tag::before {\n    content: ''; width: 5px; height: 5px; border-radius: 50%;\n    background: var(--accent);\n  }\n  .overview-card p {\n    font-size: 12px; line-height: 1.8;\n    color: var(--text-mid); margin-bottom: 9px;\n  }\n  .overview-card p:last-child { margin-bottom: 0; }\n  .overview-card strong { color: var(--text); font-weight: 600; }\n\n  \/* Features *\/\n  .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }\n  .feature-card {\n    background: var(--bg-card);\n    border: 0.5px solid var(--border);\n    border-radius: 10px;\n    padding: 12px 12px 10px;\n  }\n  .feature-icon-wrap {\n    width: 26px; height: 26px; border-radius: 7px;\n    background: var(--accent-bg);\n    border: 0.5px solid var(--accent-bdr);\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 8px;\n  }\n  .feature-title { font-size: 11.5px; font-weight: 600; color: var(--text); margin-bottom: 3px; }\n  .feature-desc { font-size: 11px; color: var(--text-light); line-height: 1.55; }\n\n  \/* Dimensions diagram *\/\n  .dim-diagram-wrap {\n    display: block;\n    background: var(--bg-card);\n    border: 0.5px solid var(--border);\n    border-radius: 14px;\n    padding: 1.5rem;\n    text-align: center;\n    margin-bottom: 10px;\n    position: relative;\n    text-decoration: none;\n  }\n  .dim-diagram-wrap img {\n    display: block;\n    width: auto;\n    max-width: 100%;\n    height: auto;\n    margin: 0 auto;\n    transition: opacity 0.15s;\n  }\n  .dim-diagram-wrap:hover img { opacity: 0.92; }\n  .dim-zoom-pill {\n    position: absolute; bottom: 12px; right: 14px;\n    font-size: 10.5px; font-weight: 500;\n    background: rgba(26,31,38,0.55); color: #fff;\n    padding: 4px 11px; border-radius: 99px;\n    display: inline-flex; align-items: center; gap: 5px;\n    pointer-events: none;\n  }\n\n  .size-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n  .size-card {\n    background: var(--bg-card);\n    border: 0.5px solid var(--border);\n    border-radius: 12px;\n    padding: 14px 16px 15px;\n    text-align: center;\n  }\n  .size-badge {\n    display: inline-block;\n    font-size: 10px; font-weight: 600;\n    letter-spacing: 0.06em; text-transform: uppercase;\n    color: var(--accent); background: var(--accent-bg);\n    border: 0.5px solid var(--accent-bdr);\n    padding: 2px 9px; border-radius: 99px; margin-bottom: 8px;\n  }\n  .size-dims { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 3px; }\n  .size-dims-sub { font-size: 11px; color: var(--text-light); margin-bottom: 9px; }\n  .size-use {\n    padding-top: 9px; border-top: 0.5px solid var(--border);\n    font-size: 10.5px; color: var(--text-light); line-height: 1.5;\n  }\n  .size-use strong { color: var(--accent); font-weight: 600; }\n\n  \/* Details *\/\n  .spec-grid {\n    display: flex; flex-direction: column;\n    border: 0.5px solid var(--border); border-radius: 14px;\n    overflow: hidden;\n  }\n  .spec-item {\n    padding: 8px 16px;\n    border-bottom: 0.5px solid var(--border);\n    display: flex; align-items: center;\n    background: var(--bg-card);\n  }\n  .spec-item:nth-child(even) { background: var(--bg); }\n  .spec-item:last-child { border-bottom: none; }\n  .spec-key {\n    font-size: 10.5px; font-weight: 600;\n    letter-spacing: 0.06em; text-transform: uppercase;\n    color: var(--accent); width: 145px; flex-shrink: 0;\n  }\n  .spec-val { font-size: 12px; font-weight: 500; color: var(--text); line-height: 1.5; }\n  .spec-val a { color: var(--accent); text-decoration: underline; }\n\n  .cert-badges { display: flex; gap: 4px; flex-wrap: nowrap; }\n  .cert-badge {\n    font-size: 10px; font-weight: 500;\n    padding: 2px 7px; border-radius: 99px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    color: var(--accent); white-space: nowrap;\n  }\n\n  \/* Downloads *\/\n  .dl-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 8px;\n  }\n  .dl-btn {\n    display: flex; flex-direction: column; align-items: center; justify-content: center;\n    gap: 6px; padding: 14px 10px;\n    border-radius: 12px; border: 0.5px solid var(--border);\n    background: var(--bg-card); color: var(--text);\n    text-decoration: none; font-size: 12px; font-weight: 500;\n    text-align: center; cursor: pointer;\n    transition: background 0.15s, border-color 0.15s;\n  }\n  .dl-btn:hover { background: #fff; border-color: var(--accent-bdr); }\n  .dl-icon-wrap {\n    width: 34px; height: 34px; border-radius: 9px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    display: flex; align-items: center; justify-content: center;\n  }\n\n  \/* FAQ *\/\n  .faq-list { display: flex; flex-direction: column;\n    border: 0.5px solid var(--border); border-radius: 14px; overflow: hidden; }\n  .faq-list details {\n    border-bottom: 0.5px solid var(--border);\n    background: #ffffff;\n  }\n  .faq-list details:last-child { border-bottom: none; }\n  .faq-list summary {\n    display: flex; justify-content: space-between; align-items: center;\n    padding: 12px 16px; cursor: pointer; gap: 12px;\n    list-style: none;\n    font-size: 13px; font-weight: 500; color: var(--text);\n    line-height: 1.4;\n  }\n  .faq-list summary::-webkit-details-marker { display: none; }\n  .faq-list summary::after {\n    content: '';\n    flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%;\n    background: var(--accent-bg) url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='9' height='9' viewBox='0 0 24 24' fill='none' stroke='%238a7e6a' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'\/%3E%3C\/svg%3E\") center\/9px no-repeat;\n    border: 0.5px solid var(--accent-bdr);\n    transition: transform 0.2s;\n  }\n  .faq-list details[open] summary::after { transform: rotate(180deg); }\n  .faq-list details[open] summary { color: var(--accent); }\n  .faq-a { padding: 0 16px 12px; font-size: 12.5px; color: var(--text-mid); line-height: 1.75; }\n  .faq-a a { color: var(--accent); text-decoration: underline; }\n  .faq-a strong { color: var(--text); font-weight: 600; }\n\n  @media (max-width: 600px) {\n    .video-grid { grid-template-columns: 1fr; }\n    .features-grid { grid-template-columns: 1fr 1fr; }\n    .size-grid { grid-template-columns: 1fr; }\n    .dl-grid { grid-template-columns: 1fr; }\n    .cert-badges { flex-wrap: wrap; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"d\"\u003e\n\u003c!-- VIDEO --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eVideo\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"video-frame\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/cSRyOKzFY6o?si=0Oq4u5_7-F3Kn7kZ\" title=\"White Lotus Pendant Light — Assembly\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"install-links\"\u003e\n\u003cdetails class=\"install-link-details\"\u003e\n\u003csummary class=\"install-link-item\"\u003e\u003cspan class=\"install-link-icon\"\u003e \u003csvg width=\"18\" height=\"13\" viewbox=\"0 0 18 13\" fill=\"none\"\u003e\u003cpolygon points=\"7,3.5 13,6.5 7,9.5\" fill=\"#ffffff\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"install-link-body\"\u003e \u003cspan class=\"install-link-title\"\u003eInstallation Process\u003c\/span\u003e \u003cspan class=\"install-link-sub\"\u003eClick to watch the full step-by-step installation\u003c\/span\u003e \u003c\/span\u003e \u003cspan class=\"install-link-toggle\"\u003e \u003csvg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a8a96\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"install-link-video\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/9UP0ic-OwiY\" title=\"White Lotus Pendant Light — Installation Process\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- OVERVIEW --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eOverview\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cspan class=\"heritage-tag\"\u003eNordic · Acrylic Lotus\u003c\/span\u003e\n\u003cp\u003eThe \u003cstrong\u003eWhite Lotus Pendant Light\u003c\/strong\u003e is sculpted from premium white acrylic into the shape of a blooming lotus — petal layered over petal, soft and sculptural, quietly luminous. Light filters through the translucent white, casting an even, glare-free glow that feels both serene and refined.\u003c\/p\u003e\n\u003cp\u003eA clean centerpiece for \u003cstrong\u003edining tables, living rooms, bedrooms, and entryways\u003c\/strong\u003e — at its best in modern and Nordic-style interiors where simple forms and calm materials do the heavy lifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY YOU'LL LOVE IT --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eWhy You’ll Love It\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#8a7e6a\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003ePremium Acrylic\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHigh-quality white acrylic with a clean, matte-to-soft finish — holds color, resists yellowing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#8a7e6a\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M12 2v2M12 20v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M2 12h2M20 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eSoft, Even Light\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eLayered petals diffuse the bulb into a warm, glare-free wash — comfortable in any setting.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#8a7e6a\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 2a10 10 0 0 1 10 10c0 5.52-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72M10.48 21.19C9.64 17.04 7.42 9.52 4.07 4.5M16.5 21.19L12 2M7.5 2.81l4.5 18.38\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eSculptural Silhouette\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eA blooming lotus form that reads as a sculpture during the day, a glowing centerpiece at night.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SIZES \u0026 DIMENSIONS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eSizes \u0026amp; Dimensions\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"dim-diagram-wrap\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/White-Lotus-Pendant-Light.png?v=1729395922\" rel=\"noopener\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/White-Lotus-Pendant-Light.png?v=1729395922\" alt=\"White Lotus Pendant Light dimensions diagram\"\u003e \u003cspan class=\"dim-zoom-pill\"\u003e \u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\"\u003e\n          \u003ccircle cx=\"11\" cy=\"11\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M21 21l-4.35-4.35M11 8v6M8 11h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e Click to enlarge \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"size-grid\"\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003cdiv class=\"size-badge\"\u003eSmall\u003c\/div\u003e\n\u003cdiv class=\"size-dims\"\u003e∅ 15.7″ × H 9.8″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eDia 40 cm × H 25 cm\u003c\/div\u003e\n\u003cdiv class=\"size-use\"\u003e\n\u003cstrong\u003eBest for\u003c\/strong\u003e bedrooms, small dining tables, and reading nooks.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003cdiv class=\"size-badge\"\u003eMedium\u003c\/div\u003e\n\u003cdiv class=\"size-dims\"\u003e∅ 19.7″ × H 9.8″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eDia 50 cm × H 25 cm\u003c\/div\u003e\n\u003cdiv class=\"size-use\"\u003e\n\u003cstrong\u003eBest for\u003c\/strong\u003e most dining rooms, entryways, and living areas.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003cdiv class=\"size-badge\"\u003eLarge\u003c\/div\u003e\n\u003cdiv class=\"size-dims\"\u003e∅ 23.6″ × H 11″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eDia 60 cm × H 28 cm\u003c\/div\u003e\n\u003cdiv class=\"size-use\"\u003e\n\u003cstrong\u003eBest for\u003c\/strong\u003e open-plan living — a grand statement piece.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DETAILS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eDetails\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eMetal Frame, White Acrylic Petals\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBody Color\u003c\/span\u003e \u003cspan class=\"spec-val\" style=\"display: flex; align-items: center; gap: 7px;\"\u003e \u003cspan style=\"width: 12px; height: 12px; border-radius: 50%; background: #ffffff; border: 0.5px solid #d8cfc0; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e White \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eShade Color\u003c\/span\u003e \u003cspan class=\"spec-val\" style=\"display: flex; align-items: center; gap: 7px;\"\u003e \u003cspan style=\"width: 12px; height: 12px; border-radius: 50%; background: #fafafa; border: 0.5px solid #d8cfc0; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Translucent White \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eStyle\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eModern · Nordic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eType\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003ePendant Light — Indoor only (IP20)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eVoltage\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eAC 110–240V\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eWiring\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eHardwired\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBulb Included\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eNo\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBulb Socket\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eE26 \/ E27 base (standard US) · MAX 40W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eCord Length\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e59″ (150 cm) — adjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eCertifications\u003c\/span\u003e\n\u003cdiv class=\"cert-badges\"\u003e\n\u003cspan class=\"cert-badge\"\u003eNorth America\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eAustralia\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eEurope\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eMiddle East\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DOWNLOADS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eResources \u0026amp; Downloads\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-grid\"\u003e\n\u003ca class=\"dl-btn\" href=\"https:\/\/drive.google.com\/file\/d\/1a91IC_Z-bGSCtenYNe5VhJ9pNjvzrPPN\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a8a96\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2\"\u003e\u003c\/path\u003e\n            \u003crect x=\"9\" y=\"3\" width=\"6\" height=\"4\" rx=\"1\"\u003e\u003c\/rect\u003e\n            \u003cline x1=\"9\" y1=\"12\" x2=\"15\" y2=\"12\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"9\" y1=\"16\" x2=\"13\" y2=\"16\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\nSpec Sheet\u003c\/a\u003e\u003ca class=\"dl-btn\" href=\"https:\/\/drive.google.com\/file\/d\/1nIOqyYmsty-V9C8F-meuFC-hcZSz2OqV\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a8a96\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\nInstallation Guide\u003c\/a\u003e\u003ca class=\"dl-btn\" href=\"#\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a8a96\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\n            \u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\n            \u003cline x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n3D Files\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eFrequently Asked Questions\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat bulb do I need?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThis pendant uses an \u003cstrong\u003eE26 or E27 base bulb\u003c\/strong\u003e (the standard US socket), \u003cstrong\u003eMAX 40W\u003c\/strong\u003e. We recommend a warm-white LED bulb (2700–3000K) for a soft, cozy glow that complements the translucent white petals. Bulbs are sold separately.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I adjust the hanging height?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — the pendant comes with a \u003cstrong\u003e59″ (150 cm) adjustable cord\u003c\/strong\u003e, which works well for standard 8 ft ceilings as well as higher spaces. Excess cord can be tucked into the canopy during installation.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it require professional installation?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThe fixture is hardwired, so we recommend having a licensed electrician handle the ceiling connection. The acrylic petal assembly itself is simple and can be done at home — see the \u003ca href=\"https:\/\/www.youtube.com\/watch?v=uzGtBuLqO6w\" rel=\"noopener\" target=\"_blank\"\u003eassembly video\u003c\/a\u003e for step-by-step guidance.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich rooms work best for this light?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThe White Lotus Pendant Light works beautifully in \u003cstrong\u003edining rooms, living rooms, bedrooms, and entryways\u003c\/strong\u003e. Its sculptural silhouette makes it a natural focal point in any space with adequate ceiling clearance — at least \u003cstrong\u003e8 ft (244 cm)\u003c\/strong\u003e is recommended.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use this light outdoors?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eNo — this pendant has an \u003cstrong\u003eIP20 rating\u003c\/strong\u003e and is designed for indoor use only. It is not waterproof or weather-resistant, and should not be installed in covered patios, bathrooms, or other damp locations.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich size should I choose?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eAs a general guide: \u003cbr\u003e• \u003cstrong\u003eSmall (∅ 15.7″)\u003c\/strong\u003e — works well over a small dining table, in a bedroom, or above a reading nook. \u003cbr\u003e• \u003cstrong\u003eMedium (∅ 19.7″)\u003c\/strong\u003e — suits most dining rooms, entryways, and living spaces. \u003cbr\u003e• \u003cstrong\u003eLarge (∅ 23.6″)\u003c\/strong\u003e — ideal for larger open-plan areas or as a grand statement piece over a long dining table.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill the acrylic yellow over time?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThis pendant uses \u003cstrong\u003epremium-grade white acrylic\u003c\/strong\u003e selected for its color stability. When paired with an LED bulb (which produces very little heat and no UV), the petals will maintain their clean white finish for years. We recommend avoiding high-wattage incandescent bulbs to preserve the finish.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tumdi.com","offers":[{"title":"∅ 15.7” x H 9.8” \/ Dia 40cm x H 25cm \/ White","offer_id":58264294883673,"sku":"MJP-1644-01","price":126.0,"currency_code":"USD","in_stock":true},{"title":"∅ 19.7” x H 9.8” \/ Dia 50cm x H 25cm \/ White","offer_id":58264294916441,"sku":"MJP-1644-02","price":165.0,"currency_code":"USD","in_stock":true},{"title":"∅ 23.6” x H 11” \/ Dia 60cm x H 28cm \/ White","offer_id":58264294949209,"sku":"MJP-1644-03","price":335.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/8722\/3897\/files\/White_Lotus_Pendant_Light_1.jpg?v=1781122196","url":"https:\/\/www.tumdi.co\/products\/white-lotus-pendant-light","provider":"Tumdi.com","version":"1.0","type":"link"}