{"product_id":"cambell-pendant-light","title":"Cambell Hanglamp","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\"\u003eProductvideo\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\"\u003eOverzicht\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 Hanglamp\u003c\/strong\u003e. Het design met gekleurde glazen potjes is geïnspireerd op Nordic design en toont uitzonderlijk vakmanschap. Geselecteerde materialen garanderen kwaliteit en duurzaamheid, terwijl de zachte geïntegreerde LED een warme en gezellige sfeer creëert — een verfijnde en unieke hanglamp die elk interieur naar een hoger niveau tilt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-note\"\u003e\u003csvg fill=\"none\" height=\"13\" stroke=\"#b07840\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" style=\"flex-shrink: 0;\" viewbox=\"0 0 24 24\" width=\"13\"\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\u003eKleurop merking:\u003c\/strong\u003e De weergegeven kleuren kunnen verschillen — raadpleeg het daadwerkelijke product voor de meest nauwkeurige schaduwering.\u003c\/span\u003e\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\"\u003eProductweergave\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 alt=\"Cambell Pendant Light color range\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell_Pendant_Light_0826_600x600.jpg?v=1756201670\" 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\u003cspan style=\"font-size: 11px; font-weight: 600; color: var(--text-mid);\"\u003eKleurenbereik\u003c\/span\u003e \u003cspan style=\"font-size: 10px; color: var(--text-light);\"\u003eKlik om uit te vergroten ↗\u003c\/span\u003e\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 alt=\"Cambell Pendant Light in room setting\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell_Pendant_Light_4.jpg?v=1726731488\" 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\u003cspan style=\"font-size: 11px; font-weight: 600; color: var(--text-mid);\"\u003eVergelijking van verschillende modellen\u003c\/span\u003e \u003cspan style=\"font-size: 10px; color: var(--text-light);\"\u003eKlik om uit te vergroten ↗\u003c\/span\u003e\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\"\u003eWaarom u ervan zal houden\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 fill=\"none\" height=\"14\" stroke=\"#b07840\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.6\" viewbox=\"0 0 24 24\" width=\"14\"\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 Glazen Potjesontwerp\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eGeïnspireerd op Nordic esthetiek — speelse, afgeronde glassvormen die kleur en karakter toevoegen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg fill=\"none\" height=\"14\" stroke=\"#b07840\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.6\" viewbox=\"0 0 24 24\" width=\"14\"\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\"\u003eIngebouwde LED\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eGeen gloeilamp nodig — geïntegreerde LED geeft een warm, zacht gloeien af door het gekleurde glas.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg fill=\"none\" height=\"14\" stroke=\"#b07840\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.6\" viewbox=\"0 0 24 24\" width=\"14\"\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 Levendige Kleuren\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eBlauw, Rood, Lichtblauw, Groen, Geel, Amber — elk creëert een unieke, kleurrijke sfeer.\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\"\u003eGlaskleur Opties\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\u003cspan class=\"chip-dot\" style=\"background: radial-gradient(circle at 35% 30%,#6898e8,#1848c8 55%,#0828a0 88%);\"\u003e\u003c\/span\u003eBlauw\u003c\/div\u003e\n\u003cdiv class=\"color-chip\"\u003e\u003cspan class=\"chip-dot\" style=\"background: radial-gradient(circle at 35% 30%,#f07070,#e01818 55%,#a00808 88%);\"\u003e\u003c\/span\u003eRood\u003c\/div\u003e\n\u003cdiv class=\"color-chip\"\u003e\u003cspan class=\"chip-dot\" style=\"background: radial-gradient(circle at 35% 30%,#a8d8f8,#58a8e8 55%,#2878c8 88%);\"\u003e\u003c\/span\u003eLichtblauw\u003c\/div\u003e\n\u003cdiv class=\"color-chip\"\u003e\u003cspan class=\"chip-dot\" style=\"background: radial-gradient(circle at 35% 30%,#68c868,#18a818 55%,#086808 88%);\"\u003e\u003c\/span\u003eGroen\u003c\/div\u003e\n\u003cdiv class=\"color-chip\"\u003e\u003cspan class=\"chip-dot\" style=\"background: radial-gradient(circle at 35% 30%,#f8e058,#e8c010 55%,#c09000 88%);\"\u003e\u003c\/span\u003eGeel\u003c\/div\u003e\n\u003cdiv class=\"color-chip\"\u003e\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\"\u003eModellen \u0026amp; Maten\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 alt=\"Model A\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell-Pendant-Light-01.png?v=1729588272\" 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 alt=\"Model B\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell-Pendant-Light-02.png?v=1729588273\" 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 alt=\"Model C\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell-Pendant-Light-03.png?v=1729588273\" 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 alt=\"Model D\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell-Pendant-Light-04.png?v=1729588273\" 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 alt=\"Model E\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell-Pendant-Light-05.png?v=1729588273\" 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;\"\u003eKlik op een afbeelding om volledige grootte weer te geven\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\u003cspan class=\"spec-key\"\u003eMateriaal\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eMetaal, Glas\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cspan class=\"spec-key\"\u003eGlaskleur\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\u003eBlauw\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\u003eRood\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\u003eLichtblauw\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\u003eGroen\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\u003eGeel\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\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cspan class=\"spec-key\"\u003eStijl\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eModern Scandinavisch\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cspan class=\"spec-key\"\u003eType\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eHanglamp — Alleen binnenshuis (IP20)\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cspan class=\"spec-key\"\u003eSpanning\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eAC 110–240V\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cspan class=\"spec-key\"\u003eBedrading\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eIngebouwd\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cspan class=\"spec-key\"\u003eLichtbron\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eGeïntegreerde LED — geen fitting nodig\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\u003cspan class=\"spec-key\"\u003eSnoerlengte\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e59″ (150 cm) — verstelbaar\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eCertificeringen\u003c\/span\u003e\n\u003cdiv class=\"cert-badges\"\u003e\u003cspan class=\"cert-badge\"\u003eNoord-Amerika\u003c\/span\u003e\u003cspan class=\"cert-badge\"\u003eAustralië\u003c\/span\u003e\u003cspan class=\"cert-badge\"\u003eEuropa\u003c\/span\u003e\u003cspan class=\"cert-badge\"\u003eMidden-Oosten\u003c\/span\u003e\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\"\u003eBronnen \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 fill=\"none\" height=\"16\" stroke=\"#b07840\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.6\" viewbox=\"0 0 24 24\" width=\"16\"\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 height=\"4\" rx=\"1\" width=\"6\" x=\"9\" y=\"3\"\u003e\u003c\/rect\u003e\u003cline x1=\"9\" x2=\"15\" y1=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" x2=\"13\" y1=\"16\" y2=\"16\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\nFactsheet\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 fill=\"none\" height=\"16\" stroke=\"#b07840\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.6\" viewbox=\"0 0 24 24\" width=\"16\"\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\nInstallatiegids\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 fill=\"none\" height=\"16\" stroke=\"#b07840\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.6\" viewbox=\"0 0 24 24\" width=\"16\"\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\" x2=\"12\" y1=\"22.08\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n3D-bestanden (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\"\u003eVeelgestelde vragen\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\u003eWat zijn de verschillen tussen de 5 modellen?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eAlle vijf modellen delen hetzelfde macaronglaskruik-ontwerp, maar verschillen in \u003cstrong\u003ediameter, hoogte en vorm\u003c\/strong\u003e. Modellen A en C (∅19 cm) zijn breder; Modellen B, D en E (∅15–16 cm) zijn slanker en hoger. Kies op basis van plafondhoogte, tafelmaat en de gewenste visuele impact. Het combineren van verschillende modellen op verschillende hoogten is een populaire aanpak voor eetkamers en keukeneilanden.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHeeft deze lamp een gloeilamp nodig?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eNee — de Cambell heeft een \u003cstrong\u003egeïntegreerde LED\u003c\/strong\u003e. Er is geen fitting om te kopen of vervangen. Het is klaar om direct aan te sluiten en te gebruiken.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHoe kies ik een kleurtemperatuur?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e\u003cstrong\u003eWarm wit licht (3000K)\u003c\/strong\u003e creëert een gezellige, uitnodigende gloed — ideaal voor eet- en woonruimtes. \u003cstrong\u003eNeutraal wit (4000K)\u003c\/strong\u003e geeft evenwichtig, natuurlijk licht. \u003cstrong\u003eKoel wit licht (6000K)\u003c\/strong\u003e is fris en modern. Geef uw voorkeur op bij het plaatsen van uw bestelling.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eZiet de kleur er exact uit zoals op de foto's?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eKleuren kunnen licht afwijken van de productafbeeldingen vanwege glasproductie en fotografieverlichting. Het werkelijke product is de meest nauwkeurige referentie. Dit staat vermeld bij elke productpagina.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eKan ik meerdere hanglamps samen gebruiken?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eJa — het combineren van verschillende Cambell-modellen (bijv. Model A en B samen) op verschillende hoogten creëert een prachtig clusterarrangement boven een eettafel of keukeneiland. Elk vereist een eigen stroomaansluitingspunt.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Mooijane","offers":[{"title":"Model A: ∅ 7.5″ x H 28″ Lichtblauw \/ Warm Licht","offer_id":43821953843257,"sku":"MJP-1533-01","price":146.0,"currency_code":"USD","in_stock":true},{"title":"Model B: ∅ 6.3″ x H 31.1″ Amber \/ Warm Licht","offer_id":43821953908793,"sku":"MJP-1533-03","price":146.0,"currency_code":"USD","in_stock":true},{"title":"Model C: ∅ 7.5″ x H 24.4″ Lichtblauw \/ Warm Licht","offer_id":43821953974329,"sku":"MJP-1533-05","price":146.0,"currency_code":"USD","in_stock":true},{"title":"Model D: ∅ 5,9″ x H 30,7″ Groen \/ Warm Licht","offer_id":43821954072633,"sku":"MJP-1533-07","price":146.0,"currency_code":"USD","in_stock":true},{"title":"Model E: ∅ 5,9″ x H 21,3″ Rood \/ Warm Licht","offer_id":43821954138169,"sku":"MJP-1533-09","price":146.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cambell_Pendant_Light_1.jpg?v=1726731488","url":"https:\/\/mooijane.com\/nl-it\/products\/cambell-pendant-light","provider":"Mooijane","version":"1.0","type":"link"}