{"product_id":"cambell-pendant-light","title":"Cambell Pendant Light","description":"\u003cstyle\u003e\n  \/*\n   ╔═ COLOR PALETTE — Macaron Pastel Theme ═══════════════════╗\n   ║  Inspired by the glass jar colors: soft pastels          ║\n   ║  Macaron cream bg + warm amber accent + pastel blue      ║\n   ╚══════════════════════════════════════════════════════════╝\n  *\/\n  :root {\n    --bg:          #ffffff;\n    --bg-card:     #faf7f2;      \/* warm cream — macaron base *\/\n    --bg-deep:     #f2ede4;\n    --border:      #e8ddd0;      \/* warm biscuit border *\/\n    --border-lt:   #f0e8dc;\n    --accent:      #b07840;      \/* warm amber — from amber glass *\/\n    --accent-dk:   #6a4018;\n    --accent-bg:   #fdf0dc;      \/* soft amber cream *\/\n    --accent-bdr:  #d8a868;\n    --text:        #1e1810;\n    --text-mid:    #584830;\n    --text-light:  #a09070;\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    background: var(--bg);\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0.5rem 0 2.5rem;\n  }\n\n  .sec { margin-bottom: 3rem; }\n  .sec:last-child { margin-bottom: 0; }\n  .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1.1rem; }\n  .sec-header-line { flex: 1; height: 0.5px; background: var(--border); }\n  .sec-title {\n    font-size: 10.5px; font-weight: 700;\n    letter-spacing: 0.14em; text-transform: uppercase;\n    color: var(--accent); white-space: nowrap;\n  }\n\n  \/* Video *\/\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  \/* Overview *\/\n  .overview-card p { font-size: 12.5px; line-height: 1.85; color: var(--text-mid); }\n  .overview-card strong { color: var(--text); font-weight: 600; }\n\n  \/* Color note *\/\n  .color-note {\n    margin-top: 12px;\n    display: flex; gap: 9px; align-items: center;\n    padding: 10px 14px;\n    background: var(--accent-bg);\n    border: 0.5px solid var(--accent-bdr);\n    border-left: 2.5px solid var(--accent);\n    border-radius: 10px;\n  }\n\n  \/* Image zoom *\/\n  .img-zoom-wrap {\n    display: block; position: relative;\n    border-radius: 14px; overflow: hidden;\n    border: 0.5px solid var(--border); text-decoration: none;\n  }\n  .img-zoom-wrap img { display: block; width: 100%; height: auto; transition: opacity 0.15s; }\n  .img-zoom-wrap:hover img { opacity: 0.9; }\n  .zoom-pill {\n    position: absolute; bottom: 12px; right: 14px;\n    font-size: 10.5px; font-weight: 500;\n    background: rgba(20,28,48,0.5); color: #fff;\n    padding: 4px 11px; border-radius: 99px;\n    display: flex; align-items: center; gap: 5px; pointer-events: none;\n  }\n\n  \/* Features *\/\n  .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }\n  .feature-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 12px; padding: 13px 12px 11px;\n  }\n  .feature-icon-wrap {\n    width: 27px; height: 27px; border-radius: 7px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 9px;\n  }\n  .feature-title { font-size: 11.5px; font-weight: 700; color: var(--text); margin-bottom: 3px; }\n  .feature-desc { font-size: 11px; color: var(--text-light); line-height: 1.55; }\n\n  \/* Color chips *\/\n  .color-palette {\n    display: flex; flex-wrap: wrap; gap: 8px;\n  }\n  .color-chip {\n    display: flex; align-items: center; gap: 8px;\n    padding: 8px 14px; border-radius: 99px;\n    border: 0.5px solid var(--border);\n    background: var(--bg-card);\n    font-size: 12px; font-weight: 500; color: var(--text);\n  }\n  .chip-dot { width: 14px; height: 14px; border-radius: 50%; flex-shrink: 0; box-shadow: 0 1px 3px rgba(0,0,0,0.15); }\n\n  \/* Models — single column *\/\n  .model-list { display: flex; flex-direction: column; gap: 12px; }\n  .model-row {\n    display: flex; align-items: stretch; gap: 0;\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 12px; overflow: hidden;\n  }\n  .model-img {\n    flex-shrink: 0; width: 180px; background: #fff;\n    border-right: 0.5px solid var(--border);\n    display: flex; align-items: center; justify-content: center;\n    padding: 14px;\n  }\n  .model-img img { width: 100%; height: auto; max-height: 200px; object-fit: contain; display: block; }\n  .model-info { flex: 1; padding: 16px 20px; display: flex; flex-direction: column; justify-content: center; }\n  .model-badge {\n    display: inline-block; font-size: 10px; font-weight: 700;\n    letter-spacing: 0.07em; 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  .model-dims { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 2px; }\n  .model-dims-sub { font-size: 11.5px; color: var(--text-light); }\n\n  \/* Spec *\/\n  .spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--border); border-radius: 14px; overflow: hidden; }\n  .spec-item { padding: 9px 16px; border-bottom: 0.5px solid var(--border-lt); display: flex; align-items: center; background: var(--bg-card); }\n  .spec-item:nth-child(even) { background: var(--bg); }\n  .spec-item:last-child { border-bottom: none; }\n  .spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent); width: 145px; flex-shrink: 0; }\n  .spec-val { font-size: 12px; font-weight: 500; color: var(--text); line-height: 1.5; }\n\n  .cert-badges { display: flex; gap: 4px; flex-wrap: nowrap; }\n  .cert-badge { font-size: 10px; font-weight: 500; padding: 2px 7px; border-radius: 99px; background: var(--accent-bg); border: 0.5px solid var(--accent-bdr); color: var(--accent); white-space: nowrap; }\n\n  \/* Downloads *\/\n  .dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }\n  .dl-btn {\n    display: flex; flex-direction: column; align-items: center;\n    justify-content: center; 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: 600;\n    text-align: center; cursor: pointer; transition: background 0.15s;\n  }\n  .dl-btn:hover { background: var(--accent-bg); border-color: var(--accent-bdr); }\n  .dl-icon-wrap { width: 34px; height: 34px; border-radius: 9px; background: var(--accent-bg); border: 0.5px solid var(--accent-bdr); display: flex; align-items: center; justify-content: center; }\n\n  \/* FAQ *\/\n  .faq-list { display: flex; flex-direction: column; border: 0.5px solid var(--border); border-radius: 14px; overflow: hidden; }\n  .faq-list details { border-bottom: 0.5px solid var(--border-lt); background: #ffffff; }\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: 13px 16px; cursor: pointer; gap: 12px; list-style: none;\n    font-size: 13px; font-weight: 600; color: var(--text); line-height: 1.4;\n  }\n  .faq-list summary::-webkit-details-marker { display: none; }\n  .faq-list summary::after {\n    content: ''; flex-shrink: 0; width: 19px; height: 19px; 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='%23b07840' 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); 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 13px; font-size: 12.5px; color: var(--text-mid); line-height: 1.8; }\n\n  @media (max-width: 600px) {\n    .features-grid { grid-template-columns: 1fr 1fr; }\n    .model-row { flex-direction: column; }\n    .model-img { width: 100%; border-right: none; border-bottom: 0.5px solid var(--border); }\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\"\u003eProduct Video\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\/1HPETBoWNwc?si=CsKzlsm_zoPMgAhW\" title=\"Cambell Pendant Light\"\u003e\u003c\/iframe\u003e\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\u003cp\u003eTransform your space with the \u003cstrong\u003eCambell Pendant Light\u003c\/strong\u003e. Its macaron glass jar design is inspired by Nordic style and showcases exquisite craftsmanship. Selected materials ensure quality and durability, while the soft integrated LED creates a warm and cozy atmosphere — an exquisite and unique pendant that elevates any interior.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-note\"\u003e\n\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b07840\" stroke-width=\"1.5\" style=\"flex-shrink: 0;\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v4M12 16h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eColor note:\u003c\/strong\u003e Colors shown may vary — please refer to the actual product for the most accurate shade.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT SHOWCASE --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eProduct Showcase\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 10px;\"\u003e\n\u003cdiv style=\"background: var(--bg-card); border: 0.5px solid var(--border); border-radius: 12px; overflow: hidden;\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell_Pendant_Light_0826.jpg\" rel=\"noopener\" style=\"display: flex; background: #fff; border-bottom: 0.5px solid var(--border); height: 200px; align-items: center; justify-content: center; padding: 12px; text-decoration: none; overflow: hidden;\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell_Pendant_Light_0826_600x600.jpg?v=1756201670\" alt=\"Cambell Pendant Light color range\" style=\"max-width: 100%; max-height: 176px; object-fit: contain; display: block; transition: opacity 0.15s;\"\u003e \u003c\/a\u003e\n\u003cdiv style=\"padding: 8px 12px 10px; display: flex; align-items: center; justify-content: space-between;\"\u003e\n\u003cspan style=\"font-size: 11px; font-weight: 600; color: var(--text-mid);\"\u003eColor Range\u003c\/span\u003e \u003cspan style=\"font-size: 10px; color: var(--text-light);\"\u003eClick to enlarge ↗\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--bg-card); border: 0.5px solid var(--border); border-radius: 12px; overflow: hidden;\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell_Pendant_Light_4.jpg?v=1726731488\" rel=\"noopener\" style=\"display: flex; background: #fff; border-bottom: 0.5px solid var(--border); height: 200px; align-items: center; justify-content: center; padding: 12px; text-decoration: none; overflow: hidden;\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell_Pendant_Light_4.jpg?v=1726731488\" alt=\"Cambell Pendant Light in room setting\" style=\"max-width: 100%; max-height: 176px; object-fit: contain; display: block; transition: opacity 0.15s;\"\u003e \u003c\/a\u003e\n\u003cdiv style=\"padding: 8px 12px 10px; display: flex; align-items: center; justify-content: space-between;\"\u003e\n\u003cspan style=\"font-size: 11px; font-weight: 600; color: var(--text-mid);\"\u003eDifferent Model Comparison\u003c\/span\u003e \u003cspan style=\"font-size: 10px; color: var(--text-light);\"\u003eClick to enlarge ↗\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\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=\"#b07840\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\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\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.5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eMacaron Glass Jar Design\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eInspired by Nordic aesthetics — playful, rounded glass forms that add color and character.\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=\"#b07840\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eBuilt-in LED\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNo bulb needed — integrated LED emits a warm, soft glow through the colored glass.\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=\"#b07840\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003cpath d=\"M3 12h1M20 12h1M12 3v1M12 20v1M5.64 5.64l.7.7M17.66 17.66l.7.7M5.64 18.36l.7-.7M17.66 6.34l.7-.7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e6 Vibrant Colors\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eBlue, Red, Light Blue, Green, Yellow, Amber — each casts a unique, colorful atmosphere.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- COLOR OPTIONS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eGlass Color Options\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-palette\"\u003e\n\u003cdiv class=\"color-chip\"\u003e\n\u003cspan class=\"chip-dot\" style=\"background: radial-gradient(circle at 35% 30%,#6898e8,#1848c8 55%,#0828a0 88%);\"\u003e\u003c\/span\u003eBlue\u003c\/div\u003e\n\u003cdiv class=\"color-chip\"\u003e\n\u003cspan class=\"chip-dot\" style=\"background: radial-gradient(circle at 35% 30%,#f07070,#e01818 55%,#a00808 88%);\"\u003e\u003c\/span\u003eRed\u003c\/div\u003e\n\u003cdiv class=\"color-chip\"\u003e\n\u003cspan class=\"chip-dot\" style=\"background: radial-gradient(circle at 35% 30%,#a8d8f8,#58a8e8 55%,#2878c8 88%);\"\u003e\u003c\/span\u003eLight Blue\u003c\/div\u003e\n\u003cdiv class=\"color-chip\"\u003e\n\u003cspan class=\"chip-dot\" style=\"background: radial-gradient(circle at 35% 30%,#68c868,#18a818 55%,#086808 88%);\"\u003e\u003c\/span\u003eGreen\u003c\/div\u003e\n\u003cdiv class=\"color-chip\"\u003e\n\u003cspan class=\"chip-dot\" style=\"background: radial-gradient(circle at 35% 30%,#f8e058,#e8c010 55%,#c09000 88%);\"\u003e\u003c\/span\u003eYellow\u003c\/div\u003e\n\u003cdiv class=\"color-chip\"\u003e\n\u003cspan class=\"chip-dot\" style=\"background: radial-gradient(circle at 35% 30%,#f8c840,#d88010 55%,#a04800 88%);\"\u003e\u003c\/span\u003eAmber\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MODELS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eModels \u0026amp; Sizes\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 10px;\"\u003e\n\u003cdiv style=\"background: var(--bg-card); border: 0.5px solid var(--border); border-radius: 12px; overflow: hidden;\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell-Pendant-Light-01.png?v=1729588272\" rel=\"noopener\" style=\"display: flex; background: #fff; border-bottom: 0.5px solid var(--border); overflow: hidden; height: 180px; align-items: center; justify-content: center; padding: 12px; text-decoration: none;\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell-Pendant-Light-01.png?v=1729588272\" alt=\"Model A\" style=\"max-width: 100%; max-height: 156px; object-fit: contain; display: block; transition: opacity 0.15s;\"\u003e \u003c\/a\u003e\n\u003cdiv style=\"padding: 10px 14px 12px;\"\u003e\n\u003cspan class=\"model-badge\"\u003eModel A\u003c\/span\u003e\n\u003cdiv class=\"model-dims\"\u003e∅ 7.5″ × H 28″\u003c\/div\u003e\n\u003cdiv class=\"model-dims-sub\"\u003eDia 19 cm × H 71 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--bg-card); border: 0.5px solid var(--border); border-radius: 12px; overflow: hidden;\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell-Pendant-Light-02.png?v=1729588273\" rel=\"noopener\" style=\"display: flex; background: #fff; border-bottom: 0.5px solid var(--border); overflow: hidden; height: 180px; align-items: center; justify-content: center; padding: 12px; text-decoration: none;\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell-Pendant-Light-02.png?v=1729588273\" alt=\"Model B\" style=\"max-width: 100%; max-height: 156px; object-fit: contain; display: block; transition: opacity 0.15s;\"\u003e \u003c\/a\u003e\n\u003cdiv style=\"padding: 10px 14px 12px;\"\u003e\n\u003cspan class=\"model-badge\"\u003eModel B\u003c\/span\u003e\n\u003cdiv class=\"model-dims\"\u003e∅ 6.3″ × H 31.1″\u003c\/div\u003e\n\u003cdiv class=\"model-dims-sub\"\u003eDia 16 cm × H 79 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--bg-card); border: 0.5px solid var(--border); border-radius: 12px; overflow: hidden;\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell-Pendant-Light-03.png?v=1729588273\" rel=\"noopener\" style=\"display: flex; background: #fff; border-bottom: 0.5px solid var(--border); overflow: hidden; height: 180px; align-items: center; justify-content: center; padding: 12px; text-decoration: none;\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell-Pendant-Light-03.png?v=1729588273\" alt=\"Model C\" style=\"max-width: 100%; max-height: 156px; object-fit: contain; display: block; transition: opacity 0.15s;\"\u003e \u003c\/a\u003e\n\u003cdiv style=\"padding: 10px 14px 12px;\"\u003e\n\u003cspan class=\"model-badge\"\u003eModel C\u003c\/span\u003e\n\u003cdiv class=\"model-dims\"\u003e∅ 7.5″ × H 24.4″\u003c\/div\u003e\n\u003cdiv class=\"model-dims-sub\"\u003eDia 19 cm × H 62 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--bg-card); border: 0.5px solid var(--border); border-radius: 12px; overflow: hidden;\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell-Pendant-Light-04.png?v=1729588273\" rel=\"noopener\" style=\"display: flex; background: #fff; border-bottom: 0.5px solid var(--border); overflow: hidden; height: 180px; align-items: center; justify-content: center; padding: 12px; text-decoration: none;\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell-Pendant-Light-04.png?v=1729588273\" alt=\"Model D\" style=\"max-width: 100%; max-height: 156px; object-fit: contain; display: block; transition: opacity 0.15s;\"\u003e \u003c\/a\u003e\n\u003cdiv style=\"padding: 10px 14px 12px;\"\u003e\n\u003cspan class=\"model-badge\"\u003eModel D\u003c\/span\u003e\n\u003cdiv class=\"model-dims\"\u003e∅ 5.9″ × H 30.7″\u003c\/div\u003e\n\u003cdiv class=\"model-dims-sub\"\u003eDia 15 cm × H 78 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--bg-card); border: 0.5px solid var(--border); border-radius: 12px; overflow: hidden; grid-column: 1 \/ -1; max-width: calc(50% - 5px);\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell-Pendant-Light-05.png?v=1729588273\" rel=\"noopener\" style=\"display: flex; background: #fff; border-bottom: 0.5px solid var(--border); overflow: hidden; height: 180px; align-items: center; justify-content: center; padding: 12px; text-decoration: none;\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell-Pendant-Light-05.png?v=1729588273\" alt=\"Model E\" style=\"max-width: 100%; max-height: 156px; object-fit: contain; display: block; transition: opacity 0.15s;\"\u003e \u003c\/a\u003e\n\u003cdiv style=\"padding: 10px 14px 12px;\"\u003e\n\u003cspan class=\"model-badge\"\u003eModel E\u003c\/span\u003e\n\u003cdiv class=\"model-dims\"\u003e∅ 5.9″ × H 21.3″\u003c\/div\u003e\n\u003cdiv class=\"model-dims-sub\"\u003eDia 15 cm × H 54 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 10.5px; color: var(--text-light); margin-top: 8px; text-align: center;\"\u003eClick any image to view full size\u003c\/p\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, Glass\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eGlass Color\u003c\/span\u003e \u003cspan class=\"spec-val\" style=\"display: flex; align-items: center; gap: 6px; flex-wrap: wrap;\"\u003e \u003cspan style=\"display: flex; align-items: center; gap: 4px;\"\u003e\u003cspan style=\"width: 10px; height: 10px; border-radius: 50%; background: #1848c8; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eBlue\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 4px;\"\u003e\u003cspan style=\"width: 10px; height: 10px; border-radius: 50%; background: #e01818; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eRed\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 4px;\"\u003e\u003cspan style=\"width: 10px; height: 10px; border-radius: 50%; background: #58a8e8; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eLight Blue\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 4px;\"\u003e\u003cspan style=\"width: 10px; height: 10px; border-radius: 50%; background: #18a818; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eGreen\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 4px;\"\u003e\u003cspan style=\"width: 10px; height: 10px; border-radius: 50%; background: #e8c010; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eYellow\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 4px;\"\u003e\u003cspan style=\"width: 10px; height: 10px; border-radius: 50%; background: #d88010; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eAmber\u003c\/span\u003e \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\"\u003eLight Source\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eIntegrated LED — no bulb required\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\/1nXy6fckT0A5FFsJG7SjiA8joaA8_yTK6\/view?usp=drive_link\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b07840\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\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\u003crect x=\"9\" y=\"3\" width=\"6\" height=\"4\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cline x1=\"9\" y1=\"12\" x2=\"15\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"16\" x2=\"13\" y2=\"16\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\nTear Sheet\u003c\/a\u003e\u003ca class=\"dl-btn\" href=\"https:\/\/drive.google.com\/file\/d\/1DxtSBTI-sdRbNlhWJPRoP7n8gpCM4oVm\/view?usp=drive_link\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b07840\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\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\u003c\/svg\u003e\u003c\/div\u003e\nInstallation Guide\u003c\/a\u003e\u003ca class=\"dl-btn\" href=\"https:\/\/drive.google.com\/file\/d\/1_yuZJeA3ZWGjJqohzEL81j83dKaB2Xtu\/view?usp=drive_link\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b07840\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\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\u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\u003cline x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n3D Files (Model E)\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 are the differences between the 5 models?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eAll five models share the same macaron glass jar design concept but differ in \u003cstrong\u003ediameter, height, and silhouette\u003c\/strong\u003e. Models A and C (∅7.5″) are wider; Models B, D, and E (∅5.9–6.3″) are slimmer and taller. Choose based on ceiling height, table size, and how dramatic a presence you want. Mixing models at different heights is a popular approach for dining rooms and kitchen islands.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this lamp require a bulb?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eNo — the Cambell features an \u003cstrong\u003eintegrated LED\u003c\/strong\u003e. There is no bulb to purchase or replace. It arrives ready to hardwire and use straight out of the box.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I choose a color temperature?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eWarm Light (3000K)\u003c\/strong\u003e creates a cozy, inviting glow — ideal for dining and living spaces. \u003cstrong\u003eNeutral (4000K)\u003c\/strong\u003e gives balanced, natural light. \u003cstrong\u003eCool Light (6000K)\u003c\/strong\u003e is crisp and modern. Please specify your preference when placing your order.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill the color look exactly like the photos?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eColors may vary slightly from the product images due to glass manufacturing and photography lighting conditions. The actual product is the most accurate reference. This is noted on each listing.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use multiple pendants together?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — mixing different Cambell models (e.g., Model A and B together) at varying heights creates a beautiful cluster arrangement over a dining table or kitchen island. Each requires its own electrical connection point.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tumdi.com","offers":[{"title":"Model A: ∅ 7.5″ x H 28″ Light Blue \/ Warm Light","offer_id":58264374837593,"sku":"MJP-1533-01","price":146.0,"currency_code":"USD","in_stock":true},{"title":"Model B: ∅ 6.3″ x H 31.1″ Amber \/ Warm Light","offer_id":58264374870361,"sku":"MJP-1533-03","price":146.0,"currency_code":"USD","in_stock":true},{"title":"Model C: ∅ 7.5″ x H 24.4″ Light Blue \/ Warm Light","offer_id":58264374903129,"sku":"MJP-1533-05","price":146.0,"currency_code":"USD","in_stock":true},{"title":"Model D: ∅ 5.9″ x H 30.7″ Green \/ Warm Light","offer_id":58264374935897,"sku":"MJP-1533-07","price":146.0,"currency_code":"USD","in_stock":true},{"title":"Model E: ∅ 5.9″ x H 21.3″ Red \/ Warm Light","offer_id":58264374968665,"sku":"MJP-1533-09","price":146.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/8722\/3897\/files\/Cambell_Pendant_Light_1.jpg?v=1781123870","url":"https:\/\/www.tumdi.co\/products\/cambell-pendant-light","provider":"Tumdi.com","version":"1.0","type":"link"}