{"product_id":"charlotte","title":"Charlotte","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n\u003cstyle\u003e\n\/* 主手风琴样式 *\/\n.accordion {\n  max-width: 820px;\n  margin: 30px auto 8px;\n  font-family: Arial, \"Helvetica Neue\", Helvetica, sans-serif;\n  color:#333;\n  border: 1px solid #ddd;\n  border-radius: 12px;\n  box-shadow: 0 8px 20px rgba(0,0,0,0.08);\n  background: #fff;\n  overflow: hidden;\n  padding: 4px;\n}\n.accordion input { display:none; }\n\n\/* 手风琴标题 *\/\n.accordion label {\n  display:flex;\n  align-items:center;\n  gap:8px;\n  padding:14px 20px;\n  background:#f9f9f9;\n  border-bottom:1px solid #eee;\n  border-radius:8px;\n  cursor:pointer;\n  font-weight:600;\n  margin-bottom:0;\n  font-size:15px;\n  position: relative;\n  transition: background 0.25s, color 0.25s;\n}\n.accordion label:hover { background:#f0f0f0; color:#111; }\n.accordion label::after {\n  content:\"\\25BC\";\n  font-size:12px;\n  position:absolute;\n  right:18px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#777;\n  transition: transform .25s ease;\n}\n.accordion input:checked + label::after { transform: translateY(-50%) rotate(180deg); }\n\n\/* Lucide icon + 动效（Charlotte 专用） *\/\n.accordion label i[data-lucide],\n.accordion label svg {\n  width:18px;\n  height:18px;\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  color:#4b5563;\n  stroke: currentColor;\n  transition: transform .25s ease, color .25s ease;\n}\n.accordion label:hover i[data-lucide],\n.accordion label:hover svg {\n  transform: translateY(-1px) scale(1.05) rotate(-4deg);\n  color:#111827;\n}\n\n\/* 展开时 icon 变色 *\/\n#ch-desc:checked + label i[data-lucide],\n#ch-desc:checked + label svg { color:#2563eb; }     \/* 蓝：Description *\/\n\n#ch-faq:checked + label i[data-lucide],\n#ch-faq:checked + label svg { color:#f97316; }      \/* 橙：FAQ *\/\n\n#ch-specs:checked + label i[data-lucide],\n#ch-specs:checked + label svg { color:#8b5cf6; }    \/* 紫：Specs *\/\n\n#ch-shipping:checked + label i[data-lucide],\n#ch-shipping:checked + label svg { color:#22c55e; } \/* 绿：Shipping *\/\n\n#ch-install:checked + label i[data-lucide],\n#ch-install:checked + label svg { color:#ef4444; }  \/* 红：Installation *\/\n\n\/* 内容区域 *\/\n.accordion .content {\n  max-height:0;\n  overflow:hidden;\n  transition:max-height .4s ease, padding .3s ease;\n  padding:0 20px;\n  font-size:14px;\n  line-height:1.6;\n  margin-bottom:12px;\n}\n.accordion input:checked + label + .content {\n  max-height:3000px;\n  padding:12px 20px;\n}\n\n\/* Key features *\/\n.key-features h3 { font-size:18px; font-weight:700; margin:6px 0 12px; }\n.kf-list { list-style:none; padding-left:0; margin:0 0 14px; }\n.kf-list li { margin-bottom:8px; font-size:15px; display:flex; align-items:center; }\n.kf-list .tick { width:20px; margin-right:8px; color:#0073e6; }\n\n\/* FAQ 子折叠 *\/\n.faq-sub input { display:none; }\n.faq-sub label {\n  display:block;\n  padding:12px 14px;\n  background:#fafafa;\n  border:1px solid #eee;\n  border-radius:6px;\n  cursor:pointer;\n  font-weight:600;\n  margin-bottom:6px;\n  position:relative;\n}\n.faq-sub label::after {\n  content:\"\\25BC\";\n  position:absolute;\n  right:14px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#777;\n  transition: transform .25s ease;\n}\n.faq-sub input:checked + label::after { transform: translateY(-50%) rotate(180deg); }\n.faq-sub .faq-answer {\n  max-height:0;\n  overflow:hidden;\n  transition:max-height .35s ease, padding .25s ease;\n  padding:0 14px;\n  font-size:14px;\n  border:1px solid #eee;\n  border-top:none;\n  background:#fafafa;\n  border-radius:0 0 6px 6px;\n  margin-bottom:8px;\n}\n.faq-sub input:checked + label + .faq-answer {\n  max-height:1200px;\n  padding:12px 14px;\n}\n\n\/* 尺寸折叠（3 \/ 4 \/ 5 Rings） *\/\n.accordion .content input + label.ch-variant-label {\n  padding-left:30px;\n  background:#f6f6f6;\n  font-size:14px;\n  border-radius:6px;\n  margin-top:8px;\n  border:1px solid #eee;\n}\n.accordion .content .ch-variant-content {\n  padding-left:40px;\n  margin-top:6px;\n}\n\n\/* 通用图片 *\/\n.accordion .content img {\n  max-width:100%;\n  margin:12px auto;\n  display:block;\n  border-radius:6px;\n}\n\n\/* 底部独立文字与视频 *\/\n.extra-text {\n  max-width:820px;\n  margin:18px auto;\n  text-align:center;\n}\n.extra-text h3 {\n  font-size:26px;\n  font-weight:700;\n  margin-bottom:10px;\n}\n.extra-video {\n  max-width:820px;\n  margin:12px auto 8px;\n  text-align:center;\n}\n.extra-video video {\n  width: 100%;\n  max-width: 700px;\n  height: auto;\n  border-radius: 8px;\n  box-shadow: 0 6px 16px rgba(0,0,0,0.08);\n  display: block;\n  margin: 0 auto;\n}\n\n\/* mobile *\/\n@media (max-width:640px){\n  .accordion label { font-size:14px; padding:12px 16px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"accordion\"\u003e\n\n  \u003c!-- Description \u0026 Features --\u003e\n  \u003cinput type=\"checkbox\" id=\"ch-desc\"\u003e\n  \u003clabel for=\"ch-desc\"\u003e\u003ci data-lucide=\"file-text\"\u003e\u003c\/i\u003e Description \u0026amp; Features\u003c\/label\u003e\n  \u003cdiv class=\"content\"\u003e\n    \u003cdiv class=\"key-features\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n      \u003cul class=\"kf-list\"\u003e\n        \u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eCompatible with standard dimmer switches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eDistinct modern ring design in 2 finishes and 3 sizes\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eReplaceable LED light strip\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eSuitable for angled \/ slanted ceilings\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eAdjustable \u0026amp; customizable hanging length\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eCharlotte\u003c\/strong\u003e is a modern black-and-gold ring chandelier made to feel both sculptural and refined.\n      Layered rings create a clean sense of movement, turning open spaces, dining rooms, entryways, and stairwells into a dramatic focal point.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Choose a 3-ring, 4-ring, or 5-ring configuration to match your ceiling height and room scale.\n      The finish options—\u003cstrong\u003eGold\u003c\/strong\u003e and \u003cstrong\u003eBlack\u003c\/strong\u003e—add contrast and depth, while the slim profiles keep the overall look light and contemporary.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Charlotte is compatible with dimmer switches, so you can shift from bright everyday lighting to a softer evening glow.\n      Adjustable cables help you set the height of each ring for a balanced, gallery-like composition—even on slanted ceilings.\n    \u003c\/p\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/8_15091339-da0c-4115-b56a-067f23bb3a40.png?v=1766114075\" alt=\"Charlotte modern black and gold ring chandelier main image\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Common Questions --\u003e\n  \u003cinput type=\"checkbox\" id=\"ch-faq\"\u003e\n  \u003clabel for=\"ch-faq\"\u003e\u003ci data-lucide=\"help-circle\"\u003e\u003c\/i\u003e Common Questions\u003c\/label\u003e\n  \u003cdiv class=\"content\"\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"ch-cq1\"\u003e\n      \u003clabel for=\"ch-cq1\"\u003eHow is Charlotte installed?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Charlotte installs as a hard-wired chandelier with a ceiling base that connects directly to your junction box.\n          The adjustable suspension cables let you set each ring at the right height for the look you want.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          For most homes, installation is straightforward for a licensed electrician. If you’re replacing an older fixture,\n          your electrician can typically use the existing junction box (as long as it’s properly rated and secure).\n          Because Charlotte uses multiple rings, careful leveling helps achieve the cleanest final result.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          You can find the installation guide and the installation video on the product page under the Installation tab.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"ch-cq2\"\u003e\n      \u003clabel for=\"ch-cq2\"\u003eIs Charlotte dimmable?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Yes. Charlotte is compatible with dimmer switches, so you can adjust brightness using your wall dimmer (not included).\n          Dimming is especially useful for moving between brighter task lighting and a warm, ambient evening glow.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"ch-cq3\"\u003e\n      \u003clabel for=\"ch-cq3\"\u003eDoes Charlotte provide sufficient lighting?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Yes. Output varies by configuration—from \u003cstrong\u003e90W to 165W\u003c\/strong\u003e—so you can choose the size that fits your room and desired coverage.\n          The ring layout spreads light evenly across the space rather than concentrating it in one spot.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          For larger open-concept areas or higher ceilings, selecting the larger configuration helps the room feel bright and balanced.\n          If you’d like a recommendation, share your room size and ceiling height via the contact form.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"ch-cq4\"\u003e\n      \u003clabel for=\"ch-cq4\"\u003eCan I customize the Charlotte Chandelier?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Charlotte is available in multiple sizes, and additional customizations may be possible depending on your project.\n          If you need changes such as finish, extended hanging length, light quantity, or color temperature, contact us with your request.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Please note: customized orders typically require longer processing time and may be non-refundable.\n          If you have any issues with your order, reach out—we’re here to help.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"ch-cq5\"\u003e\n      \u003clabel for=\"ch-cq5\"\u003eCan it be installed on an angled \/ slanted ceiling?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Yes. Because the rings are suspended with adjustable cables, Charlotte can be leveled for installation on slanted ceilings.\n          This makes it a great option for vaulted rooms, stairwell landings, and architectural spaces where standard mounts can be limiting.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- Dimensions \u0026 Specs --\u003e\n  \u003cinput type=\"checkbox\" id=\"ch-specs\"\u003e\n  \u003clabel for=\"ch-specs\"\u003e\u003ci data-lucide=\"ruler\"\u003e\u003c\/i\u003e Dimensions \u0026amp; Specs\u003c\/label\u003e\n  \u003cdiv class=\"content\"\u003e\n\n    \u003c!-- 3 Rings --\u003e\n    \u003cinput type=\"checkbox\" id=\"ch-3r\"\u003e\n    \u003clabel for=\"ch-3r\" class=\"ch-variant-label\"\u003e3 Rings\u003c\/label\u003e\n    \u003cdiv class=\"content ch-variant-content\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDiameter of Rings:\u003c\/strong\u003e\u003cbr\u003e16\" (40 cm) + 24\" (60 cm) + 31\" (80 cm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLength of Hanging Wire:\u003c\/strong\u003e\u003cbr\u003e47\" (120 cm) | Adjustable \u0026amp; Customizable\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e\u003cbr\u003e90W (6300lm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCeiling Base Diameter:\u003c\/strong\u003e\u003cbr\u003e10\" (25 cm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e\u003cbr\u003e12 lbs (5.5 kg)\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/9_b5c2e6f3-230d-4739-b7bc-42255ff45af1.png?v=1766114075\" alt=\"Charlotte chandelier 3 rings dimensions\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 4 Rings --\u003e\n    \u003cinput type=\"checkbox\" id=\"ch-4r\"\u003e\n    \u003clabel for=\"ch-4r\" class=\"ch-variant-label\"\u003e4 Rings\u003c\/label\u003e\n    \u003cdiv class=\"content ch-variant-content\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDiameter of Rings:\u003c\/strong\u003e\u003cbr\u003e8\" (20 cm) + 16\" (40 cm) + 24\" (60 cm) + 31\" (80 cm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLength of Hanging Wire:\u003c\/strong\u003e\u003cbr\u003e47\" (120 cm) | Adjustable \u0026amp; Customizable\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e\u003cbr\u003e100W (7000lm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCeiling Base Diameter:\u003c\/strong\u003e\u003cbr\u003e12\" (30 cm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e\u003cbr\u003e13 lbs (6 kg)\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/10_456eb2a4-84a4-45b7-991d-a37e280b2690.png?v=1766114075\" alt=\"Charlotte chandelier 4 rings dimensions\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 5 Rings --\u003e\n    \u003cinput type=\"checkbox\" id=\"ch-5r\"\u003e\n    \u003clabel for=\"ch-5r\" class=\"ch-variant-label\"\u003e5 Rings\u003c\/label\u003e\n    \u003cdiv class=\"content ch-variant-content\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDiameter of Rings:\u003c\/strong\u003e\u003cbr\u003e16\" (40 cm) + 24\" (60 cm) + 31\" (80 cm) + 24\" (60 cm) + 16\" (40 cm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLength of Hanging Wire:\u003c\/strong\u003e\u003cbr\u003e47\" (120 cm) | Adjustable \u0026amp; Customizable\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e\u003cbr\u003e165W (11550lm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCeiling Base Diameter:\u003c\/strong\u003e\u003cbr\u003e12\" (30 cm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e\u003cbr\u003e17 lbs (7.5 kg)\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/11_cbf9a26d-93d1-42c4-8809-5b14d27a73c1.png?v=1766114075\" alt=\"Charlotte chandelier 5 rings dimensions\"\u003e\n    \u003c\/div\u003e\n\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFixture Type:\u003c\/strong\u003e Chandelier\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eStyle:\u003c\/strong\u003e Modern\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eInstallation Style:\u003c\/strong\u003e Surface Mounted\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Aluminum | Acrylic\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFinish Options:\u003c\/strong\u003e Gold | Black\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eIP Rating:\u003c\/strong\u003e IP20\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eLight Source:\u003c\/strong\u003e LED Light Strip (Replaceable)\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eLED Included:\u003c\/strong\u003e Yes\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eLight Emitting:\u003c\/strong\u003e Warm White \/ 3000K\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eDimmable:\u003c\/strong\u003e Yes (with Dimmer Switch)\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eRemote:\u003c\/strong\u003e No\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCRI:\u003c\/strong\u003e 90\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePower Source:\u003c\/strong\u003e AC\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eVoltage:\u003c\/strong\u003e 110V–240V\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWarranty:\u003c\/strong\u003e 1 Year\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCertifications:\u003c\/strong\u003e UL, CCC, CE, CQC, EMC, FCC, GS, LVD, PSE, ROHS, SAA, VDE, EAC\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c!-- Installation --\u003e\n  \u003cinput type=\"checkbox\" id=\"ch-install\"\u003e\n  \u003clabel for=\"ch-install\"\u003e\u003ci data-lucide=\"wrench\"\u003e\u003c\/i\u003e Installation\u003c\/label\u003e\n  \u003cdiv class=\"content\"\u003e\n    \u003cp\u003e\n      Charlotte is hard-wired with a ceiling base. The adjustable suspension cables allow you to fine-tune ring heights\n      and achieve a clean, balanced layout—even on slanted ceilings.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      You can find the installation guide and installation video on the product page under the Installation tab.\n      For multi-ring configurations and high ceilings, professional installation is recommended.\n    \u003c\/p\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/8a3205e3b80dc860a3ea98f1763d634e.png?v=1766114416\" alt=\"Charlotte chandelier installation example\"\u003e\n\n    \u003cp\u003eWatch the installation video:\u003c\/p\u003e\n    \u003cvideo controls style=\"max-width:100%; display:block; margin:12px auto;\"\u003e\n      \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ea3c74ba59044828b71c88dee0c9c55f.mp4\" type=\"video\/mp4\"\u003e\n      Your browser does not support the video tag.\n    \u003c\/source\u003e\u003c\/video\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- 底部文案 + 宣传视频 --\u003e\n\u003cdiv class=\"extra-text\"\u003e\n  \u003ch3\u003eModern Rings, Refined Contrast\u003c\/h3\u003e\n  \u003cp\u003e\n    Charlotte creates a luxury statement with layered rings and a crisp black-and-gold finish.\n    Designed to feel sculptural yet streamlined, it adds depth and elegance to dining rooms, living spaces, and grand entryways—\n    with dimmer-friendly control for lighting that adapts to every moment.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"extra-video\"\u003e\n  \u003cvideo controls\u003e\n    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/17a979be8ed64592ad9fb6e5f9e37bfe.mp4\" type=\"video\/mp4\"\u003e\n    Your browser does not support the video tag.\n  \u003c\/source\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\n\u003c!-- Lucide 图标 CDN + 渲染 --\u003e\n\u003cscript src=\"https:\/\/unpkg.com\/lucide@latest\"\u003e\u003c\/script\u003e\n\u003cscript\u003e\n  if (window.lucide) {\n    lucide.createIcons();\n  }\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Modern Lighting Pro","offers":[{"title":"Gold \/ 3 Rings \/ Warm White (3000K)","offer_id":55798987620696,"sku":null,"price":399.9,"currency_code":"USD","in_stock":true},{"title":"Gold \/ 4 Rings \/ Warm White (3000K)","offer_id":55798987653464,"sku":null,"price":499.9,"currency_code":"USD","in_stock":true},{"title":"Gold \/ 5 Rings \/ Warm White (3000K)","offer_id":55798987686232,"sku":null,"price":599.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3 Rings \/ Warm White (3000K)","offer_id":55798987719000,"sku":null,"price":399.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ 4 Rings \/ Warm White (3000K)","offer_id":55798987751768,"sku":null,"price":499.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ 5 Rings \/ Warm White (3000K)","offer_id":55798987784536,"sku":null,"price":599.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/8_15091339-da0c-4115-b56a-067f23bb3a40.png?v=1766114075","url":"https:\/\/modernlightingpro.com\/en-gl\/products\/charlotte","provider":"MODERN LIGHTING PRO","version":"1.0","type":"link"}