{"product_id":"wave-floating-leaf-chandelier-36102927","title":"Wave Floating Leaf Chandelier","description":"\u003cstyle\u003e  \/* ===== WAVE FLOATING LEAF COLOR SYSTEM =====     Amber deep       : #8a4a0e  (richest amber glass)     Amber warm       : #c08030  (mid amber glow)     Amber honey      : #e0a848  (highlight amber)     Steel dark       : #4a5058  (stainless shadow)     Steel mid        : #8090a0  (brushed metal)     Steel light      : #c0c8d0  (steel highlight)     Champagne bg     : #faf4e8  (card surface. warm champagne)     Warm paper       : #fcf8f0  (lighter surface)     Amber border     : #e8d4a8  (divider)     Deep coffee      : #3a2810  (body text)     Warm muted       : #8a6838  (secondary text)  ============================================= *\/  * { box-sizing: border-box; margin: 0; padding: 0; }  body { background: #fff; padding: 2rem; }  :root {    --amber-deep: #8a4a0e;    --amber: #c08030;    --honey: #e0a848;    --steel-dark: #4a5058;    --steel: #8090a0;    --steel-light: #c0c8d0;    --champagne: #faf4e8;    --paper: #fcf8f0;    --border: #e8d4a8;    --coffee: #3a2810;    --muted: #8a6838;  }  .vk-wrap { font-family: 'DM Sans'. sans-serif; color: var(--coffee); max-width: 680px; margin: 0; padding: 0; }  .vk-divider { height: 1px; background: var(--border); margin: 1.75rem 0; }  .vk-intro { font-size: 15px; color: #5a4018; line-height: 1.9; margin-bottom: 1rem; }  .vk-section-label { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--amber-deep); margin-bottom: .7rem; }  \/* Editorial headline — for hero statement *\/  .vk-headline { font-family: 'DM Serif Display'. serif; font-size: 22px; color: var(--coffee); line-height: 1.4; margin-bottom: .75rem; letter-spacing: -.01em; }  .vk-headline em { font-style: italic; color: var(--amber-deep); }  \/* Video *\/  .vk-video-wrap { width: 100%; aspect-ratio: 16\/9; border-radius: 6px; overflow: hidden; background: var(--champagne); margin-bottom: .5rem; }  .vk-video-wrap iframe { display: block; width: 100%; height: 100%; border: 0; }  .vk-video-caption { font-size: 11px; color: var(--honey); text-align: center; margin-bottom: .75rem; letter-spacing: .06em; font-style: italic; }  \/* Hero detail image *\/  .vk-hero-img { width: 100%; border-radius: 6px; border: 1px solid var(--border); margin-bottom: 1rem; display: block; }  \/* Features *\/  .vk-features { display: grid; grid-template-columns: repeat(3. 1fr); gap: 10px; margin-bottom: 1.25rem; }  .vk-feat { background: var(--paper); border-radius: 6px; padding: .9rem; border: 1px solid var(--border); }  .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: var(--champagne); display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; border: 1px solid var(--border); }  .vk-feat h4 { font-size: 13px; font-weight: 500; color: var(--coffee); margin-bottom: .25rem; }  .vk-feat p { font-size: 12px; color: var(--muted); line-height: 1.6; margin: 0; }  \/* Custom service callout — premium. prominent *\/  .vk-custom {    background: linear-gradient(135deg. #fcf6ea 0%. #f9efd8 100%);    border: 1px solid var(--border);    border-radius: 8px;    padding: 1.25rem 1.25rem;    margin-bottom: 1rem;    position: relative;  }  .vk-custom::before {    content: '';    position: absolute;    top: 0; left: 0; bottom: 0;    width: 3px;    background: linear-gradient(180deg. var(--honey) 0%. var(--amber) 60%. var(--amber-deep) 100%);    border-radius: 8px 0 0 8px;  }  .vk-custom h4 { font-family: 'DM Serif Display'. serif; font-size: 17px; color: var(--coffee); margin-bottom: .45rem; font-style: italic; }  .vk-custom p { font-size: 13.5px; color: #5a4018; line-height: 1.7; margin: 0; }  .vk-custom a { color: var(--amber-deep); font-weight: 500; text-decoration: underline; text-decoration-color: rgba(138.74.14..35); text-underline-offset: 3px; }  .vk-custom-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: .75rem; }  .vk-custom-chip {    font-size: 11.5px;    padding: 3px 10px;    border-radius: 12px;    background: rgba(255.255.255..7);    color: var(--amber-deep);    border: 1px solid var(--border);    font-weight: 500;  }  \/* Section divider with label — elegant *\/  .vk-subhead {    display: flex;    align-items: baseline;    gap: .75rem;    margin-bottom: 1rem;  }  .vk-subhead-title {    font-family: 'DM Serif Display'. serif;    font-size: 17px;    color: var(--coffee);  }  .vk-subhead-note {    font-size: 11.5px;    color: var(--muted);    letter-spacing: .05em;  }  \/* Config card — enhanced for large product *\/  .vk-config {    border: 1px solid var(--border);    border-radius: 6px;    padding: 1rem;    margin-bottom: .75rem;    display: flex;    gap: 1rem;    align-items: flex-start;    background: var(--paper);  }  .vk-config-thumb { flex-shrink: 0; }  .vk-config-thumb a { display: block; }  .vk-config-thumb img { width: 130px; height: auto; border-radius: 5px; border: 1px solid var(--border); display: block; }  .vk-config-thumb-hint { font-size: 10px; color: var(--amber); text-align: center; margin-top: 3px; letter-spacing: .03em; }  .vk-config-info { flex: 1; padding-top: .15rem; }  .vk-config-tag {    display: inline-block;    background: var(--amber-deep);    color: var(--champagne);    font-size: 10px;    padding: 2px 10px;    border-radius: 10px;    font-weight: 500;    letter-spacing: .06em;    margin-bottom: .5rem;  }  .vk-config-name { font-size: 15px; font-weight: 500; color: var(--coffee); margin-bottom: .25rem; }  .vk-config-detail { font-size: 12.5px; color: var(--muted); line-height: 1.65; }  .vk-config-specs {    display: flex; gap: 14px; margin-top: .5rem;    font-size: 11.5px; color: var(--amber-deep);    padding-top: .5rem; border-top: 1px dashed var(--border);  }  .vk-config-specs span { display: inline-flex; align-items: center; gap: 3px; }  .vk-config-specs strong { color: var(--coffee); font-weight: 500; }  \/* Light calc *\/  .vk-light-calc {    background: var(--paper);    border: 1px solid var(--border);    border-radius: 6px;    padding: .9rem 1rem;    margin-bottom: .75rem;  }  .vk-light-calc h5 { font-size: 13px; font-weight: 500; color: var(--coffee); margin-bottom: .3rem; }  .vk-light-calc p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.6; }  \/* Swatches *\/  .vk-swatches { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 1.25rem; }  .vk-swatch-item { display: flex; align-items: center; gap: 6px; background: var(--paper); border: 1px solid var(--border); border-radius: 14px; padding: 4px 12px; font-size: 12px; color: var(--muted); }  .vk-swatch-dot { width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0; }  \/* Color temperature showcase *\/  .vk-kelvin { display: grid; grid-template-columns: repeat(3. 1fr); gap: 10px; margin-bottom: 1.25rem; }  .vk-kelvin-card { background: var(--paper); border: 1px solid var(--border); border-radius: 6px; padding: .75rem; text-align: center; }  .vk-kelvin-preview { width: 100%; height: 48px; border-radius: 4px; margin-bottom: .5rem; }  .vk-kelvin-preview.warm { background: radial-gradient(ellipse at center. #ffd488. #c08030 70%. #8a4a0e); }  .vk-kelvin-preview.neutral { background: radial-gradient(ellipse at center. #fff8e0. #e8dab0 60%. #c0a878); }  .vk-kelvin-preview.cool { background: radial-gradient(ellipse at center. #e8f0fa. #c8d8e8 60%. #8098b0); }  .vk-kelvin-k { font-size: 12px; font-weight: 500; color: var(--coffee); }  .vk-kelvin-label { font-size: 11px; color: var(--muted); margin-top: 2px; }  \/* Spec table *\/  .vk-spec-table { width: 100%; border-collapse: collapse; }  .vk-spec-table tr { border-bottom: 1px solid var(--champagne); }  .vk-spec-table tr:last-child { border-bottom: none; }  .vk-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; }  .vk-spec-table td:first-child { color: var(--muted); width: 42%; padding-right: 1rem; }  \/* Downloads *\/  .vk-dl { display: flex; gap: 8px; flex-wrap: wrap; }  .vk-dl-btn {    display: inline-flex; align-items: center; gap: 6px;    font-size: 13px; color: var(--amber-deep);    border: 1px solid var(--border); padding: 7px 14px;    border-radius: 5px; text-decoration: none; background: var(--paper);  }  .vk-dl-btn:hover { background: var(--champagne); }  @media (max-width: 520px) {    .vk-features { grid-template-columns: 1fr 1fr; }    .vk-config { flex-direction: column; }    .vk-config-thumb img { width: 100%; }    .vk-kelvin { grid-template-columns: 1fr; }    .vk-custom h4 { font-size: 15px; }  }\u003c\/style\u003e\n\u003cdiv class=\"vk-wrap\"\u003e\n\u003c!-- Hero editorial --\u003e\n\u003cdiv class=\"vk-section-label\"\u003eSpecifications\u003c\/div\u003e\n\u003ctable class=\"vk-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterials\u003c\/td\u003e\n\u003ctd\u003eMetal · Glass · Stainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSingle leaf diameter\u003c\/td\u003e\n\u003ctd\u003e∅7.1 (18 cm) each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight source\u003c\/td\u003e\n\u003ctd\u003eIntegrated LED · 3W per leaf · 5W per canopy light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor temperature\u003c\/td\u003e\n\u003ctd\u003e3000K · 4000K · 6000K — select at checkout\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVoltage\u003c\/td\u003e\n\u003ctd\u003eAC 110–240V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCable\u003c\/td\u003e\n\u003ctd\u003e59 (150 cm) adjustable · Extendable on request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl\u003c\/td\u003e\n\u003ctd\u003eStandard wall switch (not included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWiring\u003c\/td\u003e\n\u003ctd\u003eHardwired\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMounting\u003c\/td\u003e\n\u003ctd\u003eCeiling pendant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBody finish\u003c\/td\u003e\n\u003ctd\u003eStainless steel (custom finishes available)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade finish\u003c\/td\u003e\n\u003ctd\u003eAmber (custom colors available)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"vk-dl\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Vakkerlight","offers":[{"title":"7-lights L 31.5″ x W 9.8″ x H 59.1″ \/ Amber \u0026 Stainless steel \/ Warm Light","offer_id":51627081138392,"sku":"VKC-240524-20","price":756.0,"currency_code":"GBP","in_stock":true},{"title":"9-lights L 39.4″ x W 9.8″ x H 59.1″ \/ Amber \u0026 Stainless steel \/ Warm Light","offer_id":51627081171160,"sku":"VKC-240524-22","price":899.0,"currency_code":"GBP","in_stock":true},{"title":"11-lights L 47.2″ x W 9.8″ x H 59.1″ \/ Amber \u0026 Stainless steel \/ Warm Light","offer_id":51627081203928,"sku":"VKC-240524-28","price":985.0,"currency_code":"GBP","in_stock":true},{"title":"11-lights \u0026 11-glass ∅ 23.6″ x 59.1″ \/ Amber \u0026 Stainless steel \/ Warm Light","offer_id":51627081236696,"sku":"VKC-240524-08","price":1088.0,"currency_code":"GBP","in_stock":true},{"title":"23-lights \u0026 23-glass ∅ 31.5″ x 59.1″ \/ Amber \u0026 Stainless steel \/ Warm Light","offer_id":51627081269464,"sku":"VKC-240524-09","price":1388.0,"currency_code":"GBP","in_stock":true},{"title":"29-lights \u0026 29-glass ∅ 39.4″ x 78.7″ \/ Amber \u0026 Stainless steel \/ Warm Light","offer_id":51627081302232,"sku":"VKC-240524-18","price":1888.0,"currency_code":"GBP","in_stock":true},{"title":"42-lights \u0026 42-glass ∅ 47.2″ x 78.7″ \/ Amber \u0026 Stainless steel \/ Warm Light","offer_id":51627081335000,"sku":"VKC-240524-03","price":2588.0,"currency_code":"GBP","in_stock":true},{"title":"42-lights  \u0026 42-glass ∅ 47.2″ x 78.7″ \/ Amber \u0026 Stainless steel \/ Warm Light","offer_id":51627081367768,"sku":"VKC-240524-01","price":2788.0,"currency_code":"GBP","in_stock":true},{"title":"Support Customized Drawings \/ Amber \u0026 Stainless steel \/ Warm Light","offer_id":51627081400536,"sku":"VKC-240524-02","price":5888.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/9588\/5016\/files\/Wave_Floating_Leaf_Chandelier__1_e6992f7b-63a6-49e0-8c14-b4430047f7a8.jpg?v=1777618009","url":"https:\/\/neutraldecor.co.uk\/products\/wave-floating-leaf-chandelier-36102927","provider":"Neutral Decor UK","version":"1.0","type":"link"}