{"title":"Desk Lamps","description":"","products":[{"product_id":"double-head-led-desk-lamp-dimmable-pc-monitor-light-usb-table-lamps-black","title":"The Span Desk Lamp","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --charcoal: #1c1c1c;\n    --mid: #6b6560;\n    --accent: #c4b49a;\n    --rule: #ddd8d0;\n  }\n  .lamp-intro {\n    background: transparent;\n    font-family: 'Jost', sans-serif;\n    -webkit-font-smoothing: antialiased;\n    padding: 0 0 28px 0;\n    border-bottom: 1px solid var(--rule);\n    margin-bottom: 28px;\n    width: 100%;\n  }\n  .lamp-eyebrow {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    opacity: 0;\n    animation: fadeUp 0.6s ease 0.05s forwards;\n  }\n  .lamp-eyebrow::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--rule);\n  }\n  .lamp-headline {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 300;\n    font-size: clamp(24px, 3.5vw, 32px);\n    line-height: 1.25;\n    color: var(--charcoal);\n    margin-bottom: 12px;\n    opacity: 0;\n    animation: fadeUp 0.6s ease 0.12s forwards;\n  }\n  .lamp-headline em {\n    font-style: italic;\n    color: var(--mid);\n  }\n  .lamp-body {\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    font-weight: 300;\n    line-height: 1.85;\n    color: var(--mid);\n    opacity: 0;\n    animation: fadeUp 0.6s ease 0.2s forwards;\n  }\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(10px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n  .product-section {\n    background: transparent;\n    font-family: 'Jost', sans-serif;\n    color: var(--charcoal);\n    -webkit-font-smoothing: antialiased;\n    padding: 0;\n    width: 100%;\n  }\n  .block {\n    margin-bottom: 24px;\n    opacity: 0;\n    transform: translateY(12px);\n    animation: fadeUp 0.6s ease forwards;\n  }\n  .block:nth-child(1) { animation-delay: 0.28s; }\n  .block:nth-child(2) { animation-delay: 0.35s; }\n  .block:nth-child(3) { animation-delay: 0.42s; }\n  .block:nth-child(4) { animation-delay: 0.49s; }\n  .block:nth-child(5) { animation-delay: 0.56s; }\n  .block-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.20em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .block-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--rule);\n  }\n  .spec-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px 16px;\n  }\n  .spec-key {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 2px;\n  }\n  .spec-value {\n    font-size: 14px;\n    font-weight: 300;\n    line-height: 1.5;\n    color: var(--mid);\n  }\n  .mode-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 10px;\n  }\n  .mode-item {\n    border: 1px solid var(--rule);\n    border-radius: 2px;\n    padding: 10px 12px;\n    text-align: center;\n  }\n  .mode-label {\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--charcoal);\n    margin-bottom: 4px;\n    letter-spacing: 0.05em;\n  }\n  .mode-desc {\n    font-size: 10px;\n    font-weight: 300;\n    color: var(--mid);\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n    line-height: 1.5;\n  }\n  .feature-list { list-style: none; }\n  .feature-list li {\n    font-size: 14px;\n    font-weight: 300;\n    line-height: 1.75;\n    color: var(--mid);\n    padding-left: 14px;\n    position: relative;\n    margin-bottom: 4px;\n  }\n  .feature-list li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 10px;\n    width: 4px;\n    height: 1px;\n    background: var(--accent);\n  }\n  .notice-box {\n    border: 1px solid var(--rule);\n    padding: 12px 14px;\n    border-radius: 2px;\n  }\n  .notice-box p {\n    font-size: 13px;\n    font-weight: 300;\n    line-height: 1.75;\n    color: var(--mid);\n    margin-bottom: 4px;\n  }\n  .notice-box p:last-child { margin-bottom: 0; }\n  .quote-block {\n    border-left: 2px solid var(--accent);\n    padding: 4px 0 4px 16px;\n    margin: 0;\n    opacity: 0;\n    transform: translateY(12px);\n    animation: fadeUp 0.6s ease 0.63s forwards;\n  }\n  .quote-block p {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 17px;\n    font-weight: 300;\n    font-style: italic;\n    line-height: 1.55;\n    color: var(--charcoal);\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lamp-intro\"\u003e\n  \u003cdiv class=\"lamp-eyebrow\"\u003eThe details\u003c\/div\u003e\n  \u003cdiv class=\"lamp-headline\"\u003eTwo bars of light —\u003cbr\u003e\u003cem\u003eone focused mind.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eMost desk lamps light a corner. The Span lights the whole desk. Two independently adjustable LED bars extend 60cm across your workspace, flooding every corner with bright, even, shadow-free light. Ten dimming levels, three colour temperatures, and a memory function that remembers exactly where you left it. Clamp it to the edge, bend the gooseneck to where you need it, and get on with the work.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-section\"\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eWidth\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e60 cm\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eHeight\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e50 cm\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eMaterial\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eAluminium alloy + ABS\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eLight source\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eLED, 40,000 hour lifespan\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eDimming\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e10 levels\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eMemory function\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eYes — saves last used setting\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eControl\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eInline button controller\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eMounting\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eDesk clamp\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003ePower\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUSB mains plug\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eColour temperatures\u003c\/div\u003e\n    \u003cdiv class=\"mode-grid\"\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-label\"\u003e3000K\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eWarm\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-label\"\u003e4000K\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eNeutral\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-label\"\u003e6000K\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eCool\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eFeatures\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eDual-head design for wide, even illumination across the full desk\u003c\/li\u003e\n      \u003cli\u003e60cm total spread — lights laptops, notebooks, and work surfaces simultaneously\u003c\/li\u003e\n      \u003cli\u003e10 dimming levels for precise brightness control\u003c\/li\u003e\n      \u003cli\u003e3 colour temperatures: warm (3000K), neutral (4000K), and cool (6000K)\u003c\/li\u003e\n      \u003cli\u003eMemory function saves your last used brightness and colour setting\u003c\/li\u003e\n      \u003cli\u003e360° flexible gooseneck — bends and holds in any position\u003c\/li\u003e\n      \u003cli\u003eFlicker-free and glare-free light — easy on the eyes during long sessions\u003c\/li\u003e\n      \u003cli\u003eDurable aluminium alloy construction with a 40,000 hour LED lifespan\u003c\/li\u003e\n      \u003cli\u003eInline button controller for easy one-hand operation\u003c\/li\u003e\n      \u003cli\u003eClamps securely to any standard desk edge\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eIn the box\u003c\/div\u003e\n    \u003cdiv class=\"notice-box\"\u003e\n      \u003cp\u003e\u003cstrong style=\"font-weight:500; color: var(--charcoal);\"\u003eIncluded\u003c\/strong\u003e — 1 × Span dual-head LED desk lamp · 1 × Inline button controller · 1 × Desk clamp · 1 × Power cable\u003c\/p\u003e\n      \u003cp\u003eThis lamp is powered via mains plug and is fully compatible with standard UK power sockets. The clamp fits most standard desk edges. Not suitable for glass desks.\u003c\/p\u003e\n      \u003cp\u003eThe dual heads can be adjusted independently to direct light exactly where it is needed.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eTwo bars of light. Everything you need to do your best work.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":57042807718219,"sku":"CJSN279562801AZ","price":49.99,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Apr_25_2026_04_18_09_PM.png?v=1777128001"},{"product_id":"four-in-one-desk-lamp-wireless-charging-desk-lamp-10w-desk-lamp","title":"The Hub Desk Lamp","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --charcoal: #1c1c1c;\n    --mid: #6b6560;\n    --accent: #c4b49a;\n    --rule: #ddd8d0;\n  }\n  .lamp-intro {\n    background: transparent;\n    font-family: 'Jost', sans-serif;\n    -webkit-font-smoothing: antialiased;\n    padding: 0 0 28px 0;\n    border-bottom: 1px solid var(--rule);\n    margin-bottom: 28px;\n    width: 100%;\n  }\n  .lamp-eyebrow {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    opacity: 0;\n    animation: fadeUp 0.6s ease 0.05s forwards;\n  }\n  .lamp-eyebrow::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--rule);\n  }\n  .lamp-headline {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 300;\n    font-size: clamp(24px, 3.5vw, 32px);\n    line-height: 1.25;\n    color: var(--charcoal);\n    margin-bottom: 12px;\n    opacity: 0;\n    animation: fadeUp 0.6s ease 0.12s forwards;\n  }\n  .lamp-headline em {\n    font-style: italic;\n    color: var(--mid);\n  }\n  .lamp-body {\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    font-weight: 300;\n    line-height: 1.85;\n    color: var(--mid);\n    opacity: 0;\n    animation: fadeUp 0.6s ease 0.2s forwards;\n  }\n  @keyframes fadeUp {\n    to { opacity: 1; transform: translateY(0); }\n  }\n  .product-section {\n    background: transparent;\n    font-family: 'Jost', sans-serif;\n    color: var(--charcoal);\n    -webkit-font-smoothing: antialiased;\n    padding: 0;\n    width: 100%;\n  }\n  .block {\n    margin-bottom: 24px;\n    opacity: 0;\n    transform: translateY(12px);\n    animation: fadeUp 0.6s ease forwards;\n  }\n  .block:nth-child(1) { animation-delay: 0.28s; }\n  .block:nth-child(2) { animation-delay: 0.35s; }\n  .block:nth-child(3) { animation-delay: 0.42s; }\n  .block:nth-child(4) { animation-delay: 0.49s; }\n  .block:nth-child(5) { animation-delay: 0.56s; }\n  .block-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.20em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .block-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--rule);\n  }\n  .spec-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px 16px;\n  }\n  .spec-key {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 2px;\n  }\n  .spec-value {\n    font-size: 14px;\n    font-weight: 300;\n    line-height: 1.5;\n    color: var(--mid);\n  }\n  .charge-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n  }\n  .charge-item {\n    border: 1px solid var(--rule);\n    border-radius: 2px;\n    padding: 10px 12px 8px;\n  }\n  .charge-title {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 4px;\n  }\n  .charge-desc {\n    font-size: 13px;\n    font-weight: 300;\n    line-height: 1.6;\n    color: var(--mid);\n  }\n  .feature-list { list-style: none; }\n  .feature-list li {\n    font-size: 14px;\n    font-weight: 300;\n    line-height: 1.75;\n    color: var(--mid);\n    padding-left: 14px;\n    position: relative;\n    margin-bottom: 4px;\n  }\n  .feature-list li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 10px;\n    width: 4px;\n    height: 1px;\n    background: var(--accent);\n  }\n  .notice-box {\n    border: 1px solid var(--rule);\n    padding: 12px 14px;\n    border-radius: 2px;\n  }\n  .notice-box p {\n    font-size: 13px;\n    font-weight: 300;\n    line-height: 1.75;\n    color: var(--mid);\n    margin-bottom: 4px;\n  }\n  .notice-box p:last-child { margin-bottom: 0; }\n  .quote-block {\n    border-left: 2px solid var(--accent);\n    padding: 4px 0 4px 16px;\n    margin: 0;\n    opacity: 0;\n    transform: translateY(12px);\n    animation: fadeUp 0.6s ease 0.63s forwards;\n  }\n  .quote-block p {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 17px;\n    font-weight: 300;\n    font-style: italic;\n    line-height: 1.55;\n    color: var(--charcoal);\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lamp-intro\"\u003e\n  \u003cdiv class=\"lamp-eyebrow\"\u003eThe details\u003c\/div\u003e\n  \u003cdiv class=\"lamp-headline\"\u003eOne surface.\u003cbr\u003e\u003cem\u003eEverything charged.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eYour phone, your watch, your AirPods — all charged while you work, all in one place. This slim LED desk lamp does more than light your desk. Its base quietly powers up to three Apple devices wirelessly at once, with a USB-A port on the side for anything else. Less clutter, fewer cables, and a desk that finally feels under control.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-section\"\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eFolded size\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e383.5 x 140 x 44.5 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eShade material\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003ePlastic\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eLamp voltage\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e12V\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eSwitch type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eTouch control\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eWireless charging\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUp to 10W max output\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eOutput current\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e9V \/ 1.6A\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eInput port\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUSB-C, 5V\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eOutput port\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUSB-A (wired charging)\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eCharging stations\u003c\/div\u003e\n    \u003cdiv class=\"charge-grid\"\u003e\n      \u003cdiv class=\"charge-item\"\u003e\n        \u003cdiv class=\"charge-title\"\u003eiPhone\u003c\/div\u003e\n        \u003cdiv class=\"charge-desc\"\u003eWireless Qi pad for iPhone and other Qi-compatible phones, up to 10W\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"charge-item\"\u003e\n        \u003cdiv class=\"charge-title\"\u003eApple Watch\u003c\/div\u003e\n        \u003cdiv class=\"charge-desc\"\u003eDedicated wireless cradle on the lamp stem\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"charge-item\"\u003e\n        \u003cdiv class=\"charge-title\"\u003eAirPods\u003c\/div\u003e\n        \u003cdiv class=\"charge-desc\"\u003eWireless charging spot for AirPods case\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"charge-item\"\u003e\n        \u003cdiv class=\"charge-title\"\u003eUSB-A port\u003c\/div\u003e\n        \u003cdiv class=\"charge-desc\"\u003eWired output port on the base for a 4th device\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eFeatures\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eCharges iPhone, Apple Watch, and AirPods wirelessly at the same time\u003c\/li\u003e\n      \u003cli\u003eUSB-A output port for wired charging of a 4th device\u003c\/li\u003e\n      \u003cli\u003eUp to 10W wireless output for fast, efficient charging\u003c\/li\u003e\n      \u003cli\u003eAdjustable LED arm folds flat for compact storage\u003c\/li\u003e\n      \u003cli\u003eTouch control switch on the lamp head\u003c\/li\u003e\n      \u003cli\u003eSingle USB-C cable powers the entire unit\u003c\/li\u003e\n      \u003cli\u003eClean, minimal design that declutters the desk as it lights it\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003ePlease note\u003c\/div\u003e\n    \u003cdiv class=\"notice-box\"\u003e\n      \u003cp\u003ePowered via a single USB-C cable. A UK plug adaptor is not included — any standard 5V USB-C adaptor will work.\u003c\/p\u003e\n      \u003cp\u003eWireless charging is optimised for Apple devices. Qi-compatible Android phones will also charge on the phone pad. Apple Watch and AirPods wireless charging requires compatible Apple accessories.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eOne lamp. Four charges. A desk that works as hard as you do.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"White","offer_id":57043084607819,"sku":"CJJT116062702BY","price":59.0,"currency_code":"GBP","in_stock":true},{"title":"Black","offer_id":57043084575051,"sku":"CJJT116062701AZ","price":59.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260417_233149_53bda07f-0ff6-4296-b2a5-0bdc224692f9.png?v=1776469847"},{"product_id":"usb-charging-desk-lamp","title":"The Petal Desk Lamp","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --charcoal: #1c1c1c;\n    --mid: #6b6560;\n    --accent: #c4b49a;\n    --rule: #ddd8d0;\n  }\n  .lamp-intro {\n    background: transparent;\n    font-family: 'Jost', sans-serif;\n    -webkit-font-smoothing: antialiased;\n    padding: 0 0 28px 0;\n    border-bottom: 1px solid var(--rule);\n    margin-bottom: 28px;\n    width: 100%;\n  }\n  .lamp-eyebrow {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    opacity: 0;\n    animation: fadeUp 0.6s ease 0.05s forwards;\n  }\n  .lamp-eyebrow::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--rule);\n  }\n  .lamp-headline {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 300;\n    font-size: clamp(24px, 3.5vw, 32px);\n    line-height: 1.25;\n    color: var(--charcoal);\n    margin-bottom: 12px;\n    opacity: 0;\n    animation: fadeUp 0.6s ease 0.12s forwards;\n  }\n  .lamp-headline em {\n    font-style: italic;\n    color: var(--mid);\n  }\n  .lamp-body {\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    font-weight: 300;\n    line-height: 1.85;\n    color: var(--mid);\n    opacity: 0;\n    animation: fadeUp 0.6s ease 0.2s forwards;\n  }\n  @keyframes fadeUp {\n    to { opacity: 1; transform: translateY(0); }\n  }\n  .product-section {\n    background: transparent;\n    font-family: 'Jost', sans-serif;\n    color: var(--charcoal);\n    -webkit-font-smoothing: antialiased;\n    padding: 0;\n    width: 100%;\n  }\n  .block {\n    margin-bottom: 24px;\n    opacity: 0;\n    transform: translateY(12px);\n    animation: fadeUp 0.6s ease forwards;\n  }\n  .block:nth-child(1) { animation-delay: 0.28s; }\n  .block:nth-child(2) { animation-delay: 0.35s; }\n  .block:nth-child(3) { animation-delay: 0.42s; }\n  .block:nth-child(4) { animation-delay: 0.49s; }\n  .block:nth-child(5) { animation-delay: 0.56s; }\n  .block-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.20em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .block-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--rule);\n  }\n  .spec-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px 16px;\n  }\n  .spec-key {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 2px;\n  }\n  .spec-value {\n    font-size: 14px;\n    font-weight: 300;\n    line-height: 1.5;\n    color: var(--mid);\n  }\n  .feature-list { list-style: none; }\n  .feature-list li {\n    font-size: 14px;\n    font-weight: 300;\n    line-height: 1.75;\n    color: var(--mid);\n    padding-left: 14px;\n    position: relative;\n    margin-bottom: 4px;\n  }\n  .feature-list li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 10px;\n    width: 4px;\n    height: 1px;\n    background: var(--accent);\n  }\n  .notice-box {\n    border: 1px solid var(--rule);\n    padding: 12px 14px;\n    border-radius: 2px;\n  }\n  .notice-box p {\n    font-size: 13px;\n    font-weight: 300;\n    line-height: 1.75;\n    color: var(--mid);\n    margin-bottom: 4px;\n  }\n  .notice-box p:last-child { margin-bottom: 0; }\n  .quote-block {\n    border-left: 2px solid var(--accent);\n    padding: 4px 0 4px 16px;\n    margin: 0;\n    opacity: 0;\n    transform: translateY(12px);\n    animation: fadeUp 0.6s ease 0.63s forwards;\n  }\n  .quote-block p {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 17px;\n    font-weight: 300;\n    font-style: italic;\n    line-height: 1.55;\n    color: var(--charcoal);\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lamp-intro\"\u003e\n  \u003cdiv class=\"lamp-eyebrow\"\u003eThe details\u003c\/div\u003e\n  \u003cdiv class=\"lamp-headline\"\u003eBend it, place it,\u003cbr\u003e\u003cem\u003eread by it.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eA lamp that goes wherever the moment takes you. The flexible 360 degree neck bends and holds in any direction — over a book, toward a notebook, across a desk. Twenty evenly spread LED beads keep the light soft and even, three brightness levels mean you can dial down for late nights, and with 15 hours of battery life on a single charge, it outlasts even the longest reading session.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-section\"\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eHeight\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eApprox. 36 cm\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003ePackaging size\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e13.4 x 11.3 x 12.7 cm\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eWeight\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eApprox. 300 g\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eMaterial\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eABS + PP\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eLight source\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eLED, 20 beads, 5W\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eLight colour\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eWhite light\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eBattery\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e1200 mAh lithium\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eBattery life\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUp to 15 hours\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eCharging port\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUSB-C, 5V\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eSwitch type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eTouch control\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eDimming\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e3 brightness levels\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eAvailable colours\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eBlue, Pink, White, Yellow\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eFeatures\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003e360 degree flexible neck — bends and holds in any position\u003c\/li\u003e\n      \u003cli\u003e20 evenly distributed LED beads for soft, shadow-free light\u003c\/li\u003e\n      \u003cli\u003e3 brightness levels for reading, working, or winding down\u003c\/li\u003e\n      \u003cli\u003e1200 mAh battery with up to 15 hours of use per charge\u003c\/li\u003e\n      \u003cli\u003eUSB-C charging port built into the round base\u003c\/li\u003e\n      \u003cli\u003eTouch control on the base — simple, clean, intuitive\u003c\/li\u003e\n      \u003cli\u003eCompact and portable, folds flat for easy carrying\u003c\/li\u003e\n      \u003cli\u003eRounded base design sits stably on any surface\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eWhat's in the box\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003e1 x Desk lamp\u003c\/li\u003e\n      \u003cli\u003e1 x USB charging cable\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003ePlease note\u003c\/div\u003e\n    \u003cdiv class=\"notice-box\"\u003e\n      \u003cp\u003eCharged via USB-C cable. A UK plug adaptor is not included — any standard 5V USB-C adaptor will work.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eFifteen hours of light on a single charge. The only lamp that keeps up with you.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Pink","offer_id":57043195920715,"sku":"CJJJJTJT18530-Pink","price":34.99,"currency_code":"GBP","in_stock":true},{"title":"Blue","offer_id":57043195887947,"sku":"CJJJJTJT18530-Blue","price":34.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57043195953483,"sku":"CJJJJTJT18530-White","price":34.99,"currency_code":"GBP","in_stock":true},{"title":"Yellow","offer_id":57043195986251,"sku":"CJJJJTJT18530-Yellow","price":34.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260417_225601_03cabf43-c68e-4288-945c-1ca8da5a1394.png?v=1776467873"},{"product_id":"nordic-eye-protection-simple-bedroom-bedside-lamp","title":"The Nordic Desk Lamp","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --charcoal: #1c1c1c;\n    --mid: #6b6560;\n    --accent: #c4b49a;\n    --rule: #ddd8d0;\n  }\n  .lamp-intro {\n    background: transparent;\n    font-family: 'Jost', sans-serif;\n    -webkit-font-smoothing: antialiased;\n    padding: 0 0 28px 0;\n    border-bottom: 1px solid var(--rule);\n    margin-bottom: 28px;\n    width: 100%;\n  }\n  .lamp-eyebrow {\n    font-size: 8px;\n    font-weight: 500;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    opacity: 0;\n    animation: fadeUp 0.6s ease 0.05s forwards;\n  }\n  .lamp-eyebrow::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--rule);\n  }\n  .lamp-headline {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 300;\n    font-size: clamp(22px, 3.5vw, 30px);\n    line-height: 1.25;\n    color: var(--charcoal);\n    margin-bottom: 12px;\n    opacity: 0;\n    animation: fadeUp 0.6s ease 0.12s forwards;\n  }\n  .lamp-headline em {\n    font-style: italic;\n    color: var(--mid);\n  }\n  .lamp-body {\n    font-family: 'Jost', sans-serif;\n    font-size: 12px;\n    font-weight: 300;\n    line-height: 1.85;\n    color: var(--mid);\n    opacity: 0;\n    animation: fadeUp 0.6s ease 0.2s forwards;\n  }\n  @keyframes fadeUp {\n    to { opacity: 1; transform: translateY(0); }\n  }\n  .product-section {\n    background: transparent;\n    font-family: 'Jost', sans-serif;\n    color: var(--charcoal);\n    -webkit-font-smoothing: antialiased;\n    padding: 0;\n    width: 100%;\n  }\n  .block {\n    margin-bottom: 24px;\n    opacity: 0;\n    transform: translateY(12px);\n    animation: fadeUp 0.6s ease forwards;\n  }\n  .block:nth-child(1) { animation-delay: 0.28s; }\n  .block:nth-child(2) { animation-delay: 0.35s; }\n  .block:nth-child(3) { animation-delay: 0.42s; }\n  .block:nth-child(4) { animation-delay: 0.49s; }\n  .block:nth-child(5) { animation-delay: 0.56s; }\n  .block-label {\n    font-size: 8px;\n    font-weight: 500;\n    letter-spacing: 0.20em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .block-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--rule);\n  }\n  .spec-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px 16px;\n  }\n  .spec-key {\n    font-size: 8px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 2px;\n  }\n  .spec-value {\n    font-size: 12px;\n    font-weight: 300;\n    line-height: 1.5;\n    color: var(--mid);\n  }\n  .feature-list { list-style: none; }\n  .feature-list li {\n    font-size: 12px;\n    font-weight: 300;\n    line-height: 1.75;\n    color: var(--mid);\n    padding-left: 14px;\n    position: relative;\n    margin-bottom: 4px;\n  }\n  .feature-list li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 10px;\n    width: 4px;\n    height: 1px;\n    background: var(--accent);\n  }\n  .notice-box {\n    border: 1px solid var(--rule);\n    padding: 12px 14px;\n    border-radius: 2px;\n  }\n  .notice-box p {\n    font-size: 11px;\n    font-weight: 300;\n    line-height: 1.75;\n    color: var(--mid);\n    margin-bottom: 4px;\n  }\n  .notice-box p:last-child { margin-bottom: 0; }\n  .quote-block {\n    border-left: 2px solid var(--accent);\n    padding: 4px 0 4px 16px;\n    margin: 0;\n    opacity: 0;\n    transform: translateY(12px);\n    animation: fadeUp 0.6s ease 0.63s forwards;\n  }\n  .quote-block p {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 15px;\n    font-weight: 300;\n    font-style: italic;\n    line-height: 1.55;\n    color: var(--charcoal);\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lamp-intro\"\u003e\n  \u003cdiv class=\"lamp-eyebrow\"\u003eThe details\u003c\/div\u003e\n  \u003cdiv class=\"lamp-headline\"\u003eLight that follows\u003cbr\u003e\u003cem\u003eyour lead.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003ePoint it at your book. Angle it over your desk. Tilt it just so for the perfect reading light. This Scandi-inspired desk lamp pairs natural rubberwood with a matte metal shade in five soft, considered colours — and with a simple twist of the knuckle joint, it holds exactly where you put it. Warm and inviting, practical and personal.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-section\"\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eSize\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e150 x 150 x 450 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eMaterial\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eIron, rubberwood\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eLight source\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eLED, 5W\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eVoltage\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eAC 85 to 265V\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eColour temperature\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eWarm white \/ Cool white\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eDimming\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eAdjustable brightness\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eAvailable colours\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eBlack, White, Yellow, Green, Pink\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eBulb included\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eYes, LED bulb included\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eFeatures\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eAdjustable knuckle joint for flexible shade angle\u003c\/li\u003e\n      \u003cli\u003eNatural rubberwood arm and base for a warm, Scandi aesthetic\u003c\/li\u003e\n      \u003cli\u003eDimmable LED for comfortable reading and task lighting\u003c\/li\u003e\n      \u003cli\u003eWarm white and cool white colour temperature options\u003c\/li\u003e\n      \u003cli\u003eSuitable for desks, bedside tables, and reading nooks\u003c\/li\u003e\n      \u003cli\u003eWide voltage compatibility, works with standard UK mains power\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eWhat's in the box\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003e1 x LED desk lamp\u003c\/li\u003e\n      \u003cli\u003e1 x LED bulb (pre-installed)\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003ePlease note\u003c\/div\u003e\n    \u003cdiv class=\"notice-box\"\u003e\n      \u003cp\u003eThis lamp uses a standard mains plug and is compatible with UK power sockets (AC 85 to 265V).\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eSimple materials, thoughtful design, and light that goes exactly where you need it.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Black","offer_id":57043571016011,"sku":"CJSN144545342PK","price":65.0,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57043571114315,"sku":"CJSN144545333GT","price":65.0,"currency_code":"GBP","in_stock":true},{"title":"Green","offer_id":57043571048779,"sku":"CJSN144545315OL","price":65.0,"currency_code":"GBP","in_stock":true},{"title":"Pink","offer_id":57043571081547,"sku":"CJSN144545306FU","price":65.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow","offer_id":57043571147083,"sku":"CJSN144545324XC","price":65.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260416_072255_f17f0272-ac27-493b-8b83-264eeb483766_1.png?v=1776324917"},{"product_id":"clip-on-rechargeable-desk-lamp","title":"The Clip Desk Lamp","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --charcoal: #1c1c1c;\n    --mid: #6b6560;\n    --accent: #c4b49a;\n    --rule: #ddd8d0;\n  }\n  .lamp-intro {\n    background: transparent;\n    font-family: 'Jost', sans-serif;\n    -webkit-font-smoothing: antialiased;\n    padding: 0 0 28px 0;\n    border-bottom: 1px solid var(--rule);\n    margin-bottom: 28px;\n    width: 100%;\n  }\n  .lamp-eyebrow {\n    font-size: 8px;\n    font-weight: 500;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    opacity: 0;\n    animation: fadeUp 0.6s ease 0.05s forwards;\n  }\n  .lamp-eyebrow::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--rule);\n  }\n  .lamp-headline {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 300;\n    font-size: clamp(22px, 3.5vw, 30px);\n    line-height: 1.25;\n    color: var(--charcoal);\n    margin-bottom: 12px;\n    opacity: 0;\n    animation: fadeUp 0.6s ease 0.12s forwards;\n  }\n  .lamp-headline em {\n    font-style: italic;\n    color: var(--mid);\n  }\n  .lamp-body {\n    font-family: 'Jost', sans-serif;\n    font-size: 12px;\n    font-weight: 300;\n    line-height: 1.85;\n    color: var(--mid);\n    opacity: 0;\n    animation: fadeUp 0.6s ease 0.2s forwards;\n  }\n  @keyframes fadeUp {\n    to { opacity: 1; transform: translateY(0); }\n  }\n  .product-section {\n    background: transparent;\n    font-family: 'Jost', sans-serif;\n    color: var(--charcoal);\n    -webkit-font-smoothing: antialiased;\n    padding: 0;\n    width: 100%;\n  }\n  .block {\n    margin-bottom: 24px;\n    opacity: 0;\n    transform: translateY(12px);\n    animation: fadeUp 0.6s ease forwards;\n  }\n  .block:nth-child(1) { animation-delay: 0.28s; }\n  .block:nth-child(2) { animation-delay: 0.35s; }\n  .block:nth-child(3) { animation-delay: 0.42s; }\n  .block:nth-child(4) { animation-delay: 0.49s; }\n  .block:nth-child(5) { animation-delay: 0.56s; }\n  .block-label {\n    font-size: 8px;\n    font-weight: 500;\n    letter-spacing: 0.20em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .block-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--rule);\n  }\n  .spec-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px 16px;\n  }\n  .spec-key {\n    font-size: 8px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 2px;\n  }\n  .spec-value {\n    font-size: 12px;\n    font-weight: 300;\n    line-height: 1.5;\n    color: var(--mid);\n  }\n  .feature-list { list-style: none; }\n  .feature-list li {\n    font-size: 12px;\n    font-weight: 300;\n    line-height: 1.75;\n    color: var(--mid);\n    padding-left: 14px;\n    position: relative;\n    margin-bottom: 4px;\n  }\n  .feature-list li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 10px;\n    width: 4px;\n    height: 1px;\n    background: var(--accent);\n  }\n  .notice-box {\n    border: 1px solid var(--rule);\n    padding: 12px 14px;\n    border-radius: 2px;\n  }\n  .notice-box p {\n    font-size: 11px;\n    font-weight: 300;\n    line-height: 1.75;\n    color: var(--mid);\n    margin-bottom: 4px;\n  }\n  .notice-box p:last-child { margin-bottom: 0; }\n  .quote-block {\n    border-left: 2px solid var(--accent);\n    padding: 4px 0 4px 16px;\n    margin: 0;\n    opacity: 0;\n    transform: translateY(12px);\n    animation: fadeUp 0.6s ease 0.63s forwards;\n  }\n  .quote-block p {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 15px;\n    font-weight: 300;\n    font-style: italic;\n    line-height: 1.55;\n    color: var(--charcoal);\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lamp-intro\"\u003e\n  \u003cdiv class=\"lamp-eyebrow\"\u003eThe details\u003c\/div\u003e\n  \u003cdiv class=\"lamp-headline\"\u003eLight that goes\u003cbr\u003e\u003cem\u003ewherever you do.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eWhether it is clipped to your desk, standing on your bedside table, or mounted on the wall, this lamp adapts without a fuss. Bend the flexible arm into exactly the angle you need, tap to switch between warm, natural, or cool light, and dial in your perfect brightness. One lamp. Every corner of your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-section\"\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eLight source\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eLED\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003ePower supply\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eBuilt-in lithium battery, USB charged\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eRated voltage\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e5V, 1A\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eClip capacity\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eSurfaces up to 5 cm thick\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eShade material\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003ePlastic\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eSwitch type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eTouch control\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eFeatures\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003e360 degree flexible arm, bends and holds any position\u003c\/li\u003e\n      \u003cli\u003e3 light modes: warm, natural, and cool white\u003c\/li\u003e\n      \u003cli\u003eStepless dimming for precise brightness control\u003c\/li\u003e\n      \u003cli\u003eCircular ring head for even, shadow-free light\u003c\/li\u003e\n      \u003cli\u003e3 ways to use: freestanding on a desk, clipped to a surface, or wall mounted with a hook\u003c\/li\u003e\n      \u003cli\u003eTouch control, simple one-finger operation\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eWhat's in the box\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003e1 x Clip desk lamp\u003c\/li\u003e\n      \u003cli\u003e1 x USB charging cable (no plug included)\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003ePlease note\u003c\/div\u003e\n    \u003cdiv class=\"notice-box\"\u003e\n      \u003cp\u003eThis lamp is charged via USB cable. A UK plug adaptor is not included — any standard USB plug adaptor rated at 5V, 1A will work.\u003c\/p\u003e\n      \u003cp\u003eKeep away from damp environments and flammable materials. The LED light source is not user replaceable.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eQuiet design. Thoughtful light. Built for the way you actually live.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":57043618562379,"sku":"CJJZLELE00303-Charging three colors","price":29.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260503_142324_609ec53b-4bc7-4327-af1c-09f73168e232_1.png?v=1777818795"},{"product_id":"simple-dual-lamp-holder-table-lamp-for-children-and-students","title":"Duo — Double Head Desk Lamp","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --charcoal: #1c1c1c;\n    --mid: #6b6560;\n    --accent: #c4b49a;\n    --rule: #ddd8d0;\n  }\n  .lamp-intro {\n    background: transparent;\n    font-family: 'Jost', sans-serif;\n    -webkit-font-smoothing: antialiased;\n    padding: 0 0 28px 0;\n    border-bottom: 1px solid var(--rule);\n    margin-bottom: 28px;\n    width: 100%;\n  }\n  .lamp-eyebrow {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    opacity: 0;\n    animation: fadeUp 0.6s ease 0.05s forwards;\n  }\n  .lamp-eyebrow::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--rule);\n  }\n  .lamp-headline {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 300;\n    font-size: clamp(24px, 3.5vw, 32px);\n    line-height: 1.25;\n    color: var(--charcoal);\n    margin-bottom: 12px;\n    opacity: 0;\n    animation: fadeUp 0.6s ease 0.12s forwards;\n  }\n  .lamp-headline em {\n    font-style: italic;\n    color: var(--mid);\n  }\n  .lamp-body {\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    font-weight: 300;\n    line-height: 1.85;\n    color: var(--mid);\n    opacity: 0;\n    animation: fadeUp 0.6s ease 0.2s forwards;\n  }\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(10px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n  .product-section {\n    background: transparent;\n    font-family: 'Jost', sans-serif;\n    color: var(--charcoal);\n    -webkit-font-smoothing: antialiased;\n    padding: 0;\n    width: 100%;\n  }\n  .block {\n    margin-bottom: 24px;\n    opacity: 0;\n    transform: translateY(12px);\n    animation: fadeUp 0.6s ease forwards;\n  }\n  .block:nth-child(1) { animation-delay: 0.28s; }\n  .block:nth-child(2) { animation-delay: 0.35s; }\n  .block:nth-child(3) { animation-delay: 0.42s; }\n  .block:nth-child(4) { animation-delay: 0.49s; }\n  .block-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.20em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .block-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--rule);\n  }\n  .spec-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px 16px;\n  }\n  .spec-key {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 2px;\n  }\n  .spec-value {\n    font-size: 14px;\n    font-weight: 300;\n    line-height: 1.5;\n    color: var(--mid);\n  }\n  .mode-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 10px;\n  }\n  .mode-item {\n    border: 1px solid var(--rule);\n    border-radius: 2px;\n    padding: 10px 12px;\n  }\n  .mode-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 4px;\n  }\n  .mode-desc {\n    font-size: 12px;\n    font-weight: 300;\n    color: var(--mid);\n    line-height: 1.5;\n  }\n  .colour-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n  .colour-tag {\n    border: 1px solid var(--rule);\n    border-radius: 2px;\n    padding: 6px 14px;\n    font-size: 12px;\n    font-weight: 300;\n    letter-spacing: 0.10em;\n    text-transform: uppercase;\n    color: var(--mid);\n  }\n  .feature-list { list-style: none; }\n  .feature-list li {\n    font-size: 14px;\n    font-weight: 300;\n    line-height: 1.75;\n    color: var(--mid);\n    padding-left: 14px;\n    position: relative;\n    margin-bottom: 4px;\n  }\n  .feature-list li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 10px;\n    width: 4px;\n    height: 1px;\n    background: var(--accent);\n  }\n  .notice-box {\n    border: 1px solid var(--rule);\n    padding: 12px 14px;\n    border-radius: 2px;\n  }\n  .notice-box p {\n    font-size: 13px;\n    font-weight: 300;\n    line-height: 1.75;\n    color: var(--mid);\n    margin-bottom: 4px;\n  }\n  .notice-box p:last-child { margin-bottom: 0; }\n  .quote-block {\n    border-left: 2px solid var(--accent);\n    padding: 4px 0 4px 16px;\n    margin: 0;\n    opacity: 0;\n    transform: translateY(12px);\n    animation: fadeUp 0.6s ease 0.56s forwards;\n  }\n  .quote-block p {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 17px;\n    font-weight: 300;\n    font-style: italic;\n    line-height: 1.55;\n    color: var(--charcoal);\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lamp-intro\"\u003e\n  \u003cdiv class=\"lamp-eyebrow\"\u003eThe details\u003c\/div\u003e\n  \u003cdiv class=\"lamp-headline\"\u003eTwo heads, twice the light,\u003cbr\u003e\u003cem\u003enone of the eye strain.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eA dual-head LED desk lamp designed for focused work, reading, and long hours at a desk — without the fatigue. Two independently angled light bars spread soft, flicker-free illumination evenly across your workspace, eliminating the harsh shadows of a single-point lamp. Three colour temperatures and stepless touch dimming let you dial in exactly the right light for any moment. Built-in 1200 mAh battery means it works cordlessly when you need it to, or plugged in when you don't. A built-in phone stand keeps your desk tidy. Folds flat for storage or travel. Available in White, Blue, and Pink.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-section\"\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eDimensions\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e40 cm wide · 29 cm tall\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eVoltage\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e≤ 36V\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eBattery\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eBuilt-in 1200 mAh lithium battery\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003ePower mode\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eCordless (battery) or plug-in — dual-purpose\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eLight heads\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eDual — independently adjustable angles\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eDimming\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eStepless touch dimming\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eLight modes\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e3 colour temperatures\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eStyle\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eSimple and modern · foldable design\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eLight modes\u003c\/div\u003e\n    \u003cdiv class=\"mode-grid\"\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-label\"\u003eWhite\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eBright cool white — sharp focus for detailed tasks\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-label\"\u003eNatural\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eBalanced neutral — comfortable for long sessions\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-label\"\u003eWarm\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eSoft amber — easy on the eyes in the evening\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eAvailable colours\u003c\/div\u003e\n    \u003cdiv class=\"colour-grid\"\u003e\n      \u003cdiv class=\"colour-tag\"\u003eWhite\u003c\/div\u003e\n      \u003cdiv class=\"colour-tag\"\u003eBlue\u003c\/div\u003e\n      \u003cdiv class=\"colour-tag\"\u003ePink\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eFeatures\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eDual light heads — spread even, shadow-free illumination across a wide work area\u003c\/li\u003e\n      \u003cli\u003eSoft, flicker-free LED light — gentle on eyes during long reading or study sessions\u003c\/li\u003e\n      \u003cli\u003eStepless touch dimming — hold to glide smoothly between brightness levels\u003c\/li\u003e\n      \u003cli\u003e3 colour temperatures — white, natural, and warm\u003c\/li\u003e\n      \u003cli\u003eBuilt-in 1200 mAh battery — use cordlessly or keep plugged in\u003c\/li\u003e\n      \u003cli\u003eDual-purpose charging — works on battery or direct power simultaneously\u003c\/li\u003e\n      \u003cli\u003eIntegrated phone stand in the base — keeps your desk organised\u003c\/li\u003e\n      \u003cli\u003eFoldable design — collapses flat for easy storage or travel\u003c\/li\u003e\n      \u003cli\u003e40 cm wide light spread · 29 cm tall\u003c\/li\u003e\n      \u003cli\u003eIncludes desk lamp and charging cable\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eIn the box\u003c\/div\u003e\n    \u003cdiv class=\"notice-box\"\u003e\n      \u003cp\u003e1 × Dual-head desk lamp\u003c\/p\u003e\n      \u003cp\u003e1 × Charging cable\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eMore light. Less strain. Exactly where you need it.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"White","offer_id":57108771995979,"sku":"CJJT232715501AZ","price":24.99,"currency_code":"GBP","in_stock":true},{"title":"Blue","offer_id":57108771930443,"sku":"CJJT232715502BY","price":24.99,"currency_code":"GBP","in_stock":true},{"title":"Pink","offer_id":57108771963211,"sku":"CJJT232715503CX","price":24.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/Ontwerp_zonder_titel_9_492da82b-10a8-4625-ba2e-5cb34c868938.png?v=1777375727"},{"product_id":"brume-serenity-diffuser","title":"Brume — Serenity Diffuser","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0;}\n.lamp-intro{background:transparent;font-family:'Jost',sans-serif;-webkit-font-smoothing:antialiased;padding:0 0 28px 0;border-bottom:1px solid var(--rule);margin-bottom:28px;width:100%;}\n.lamp-eyebrow{font-size:12px;font-weight:500;letter-spacing:0.22em;text-transform:uppercase;color:var(--accent);margin-bottom:10px;display:flex;align-items:center;gap:8px;opacity:0;animation:fadeUp 0.6s ease 0.05s forwards;}\n.lamp-eyebrow::after{content:'';flex:1;height:1px;background:var(--rule);}\n.lamp-headline{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:clamp(28px,4vw,38px);line-height:1.25;color:var(--charcoal);margin-bottom:14px;opacity:0;animation:fadeUp 0.6s ease 0.12s forwards;}\n.lamp-headline em{font-style:italic;color:var(--mid);}\n.lamp-body{font-family:'Jost',sans-serif;font-size:16px;font-weight:300;line-height:1.85;color:var(--mid);opacity:0;animation:fadeUp 0.6s ease 0.2s forwards;}\n.product-section{background:transparent;font-family:'Jost',sans-serif;color:var(--charcoal);-webkit-font-smoothing:antialiased;padding:0;width:100%;}\n.block{margin-bottom:28px;opacity:0;transform:translateY(12px);animation:fadeUp 0.6s ease forwards;}\n.block:nth-child(1){animation-delay:0.28s;}.block:nth-child(2){animation-delay:0.35s;}.block:nth-child(3){animation-delay:0.42s;}.block:nth-child(4){animation-delay:0.49s;}.block:nth-child(5){animation-delay:0.56s;}\n.block-label{font-size:12px;font-weight:500;letter-spacing:0.20em;text-transform:uppercase;color:var(--accent);margin-bottom:12px;display:flex;align-items:center;gap:8px;}\n.block-label::after{content:'';flex:1;height:1px;background:var(--rule);}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px;}\n.spec-key{font-size:12px;font-weight:500;letter-spacing:0.14em;text-transform:uppercase;color:var(--accent);margin-bottom:3px;}\n.spec-value{font-size:16px;font-weight:300;line-height:1.5;color:var(--mid);}\n.feature-list{list-style:none;}\n.feature-list li{font-size:16px;font-weight:300;line-height:1.75;color:var(--mid);padding-left:16px;position:relative;margin-bottom:6px;}\n.feature-list li::before{content:'';position:absolute;left:0;top:11px;width:5px;height:1px;background:var(--accent);}\n.notice-box{border:1px solid var(--rule);padding:14px 16px;border-radius:2px;}\n.notice-box p{font-size:15px;font-weight:300;line-height:1.75;color:var(--mid);margin-bottom:6px;}\n.notice-box p:last-child{margin-bottom:0;}\n.quote-block{border-left:2px solid var(--accent);padding:6px 0 6px 18px;margin:0;opacity:0;transform:translateY(12px);animation:fadeUp 0.6s ease 0.63s forwards;}\n.quote-block p{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:300;font-style:italic;line-height:1.55;color:var(--charcoal);}\n@keyframes fadeUp{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}\n\u003c\/style\u003e\n\n\u003cdiv class=\"lamp-intro\"\u003e\n  \u003cdiv class=\"lamp-eyebrow\"\u003eThe details\u003c\/div\u003e\n  \u003cdiv class=\"lamp-headline\"\u003eSoft fabric, warm glow, gentle mist —\u003cbr\u003e\u003cem\u003ecalm, beautifully made.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eAn ultrasonic aromatherapy diffuser wrapped in soft natural linen fabric on a warm wood grain base. When lit from within, the fabric glows like a lantern — warm, quiet, and genuinely beautiful on any surface. Add a few drops of essential oil, press the button, and let ultra-fine mist fill the room. Covers up to 30 m², whisper quiet, and designed to look as good turned off as it does on. The kind of piece that improves every room it sits in.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-section\"\u003e\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCoverage\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e21–30 m²\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eNoise level\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eBelow 36 dB — whisper quiet\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eTechnology\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eUltrasonic cold atomisation\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003ePower\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eDirect current (DC)\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eNatural linen fabric · wood grain base\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eShape\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eCylindrical\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eControl\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003ePush-button\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eColour\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eNatural linen with wood grain\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eFeatures\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eSoft natural linen fabric body — glows warmly from within when the light is on\u003c\/li\u003e\n      \u003cli\u003eUltrasonic cold atomisation — preserves the purity of essential oils for true aromatherapy\u003c\/li\u003e\n      \u003cli\u003eCovers 21–30 m² — one of the largest coverage areas of any home diffuser\u003c\/li\u003e\n      \u003cli\u003eWhisper quiet at under 36 dB — you won't hear it, only smell it\u003c\/li\u003e\n      \u003cli\u003eWarm wood grain base — tactile, natural, and beautifully finished\u003c\/li\u003e\n      \u003cli\u003eEssential oil compatible — simply add a few drops to the water tank\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eWhere to use it\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eLiving rooms and open-plan spaces — large enough to fill the whole room\u003c\/li\u003e\n      \u003cli\u003eBedrooms — calm scent and soft warm light for a perfect evening wind-down\u003c\/li\u003e\n      \u003cli\u003eHome offices — focus and calm without distraction\u003c\/li\u003e\n      \u003cli\u003eYoga and meditation spaces\u003c\/li\u003e\n      \u003cli\u003eBoutique hotel rooms, spas, and wellness studios\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003ePlease note\u003c\/div\u003e\n    \u003cdiv class=\"notice-box\"\u003e\n      \u003cp\u003eEssential oils are not included — add a few drops of your preferred oil to the water tank.\u003c\/p\u003e\n      \u003cp\u003eDo not overfill the water tank beyond the indicated maximum level.\u003c\/p\u003e\n      \u003cp\u003eKeep the linen fabric dry — do not allow water to come into contact with the fabric exterior.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eLinen and wood. Mist and light. A room that finally breathes.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":57345200193867,"sku":"CJJT253075001AZ","price":54.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260517_204713_5a6858e6-dc9b-44f2-b6d2-be35a7f28c89_2.png?v=1779051469"},{"product_id":"candle-filament-diffuser","title":"Candle Filament Diffuser","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0;}\n.lamp-intro{background:transparent;font-family:'Jost',sans-serif;-webkit-font-smoothing:antialiased;padding:0 0 28px 0;border-bottom:1px solid var(--rule);margin-bottom:28px;width:100%;}\n.lamp-eyebrow{font-size:12px;font-weight:500;letter-spacing:0.22em;text-transform:uppercase;color:var(--accent);margin-bottom:10px;display:flex;align-items:center;gap:8px;opacity:0;animation:fadeUp 0.6s ease 0.05s forwards;}\n.lamp-eyebrow::after{content:'';flex:1;height:1px;background:var(--rule);}\n.lamp-headline{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:clamp(28px,4vw,38px);line-height:1.25;color:var(--charcoal);margin-bottom:14px;opacity:0;animation:fadeUp 0.6s ease 0.12s forwards;}\n.lamp-headline em{font-style:italic;color:var(--mid);}\n.lamp-body{font-family:'Jost',sans-serif;font-size:16px;font-weight:300;line-height:1.85;color:var(--mid);opacity:0;animation:fadeUp 0.6s ease 0.2s forwards;}\n.product-section{background:transparent;font-family:'Jost',sans-serif;color:var(--charcoal);-webkit-font-smoothing:antialiased;padding:0;width:100%;}\n.block{margin-bottom:28px;opacity:0;transform:translateY(12px);animation:fadeUp 0.6s ease forwards;}\n.block:nth-child(1){animation-delay:0.28s;}.block:nth-child(2){animation-delay:0.35s;}.block:nth-child(3){animation-delay:0.42s;}.block:nth-child(4){animation-delay:0.49s;}.block:nth-child(5){animation-delay:0.56s;}\n.block-label{font-size:12px;font-weight:500;letter-spacing:0.20em;text-transform:uppercase;color:var(--accent);margin-bottom:12px;display:flex;align-items:center;gap:8px;}\n.block-label::after{content:'';flex:1;height:1px;background:var(--rule);}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px;}\n.spec-key{font-size:12px;font-weight:500;letter-spacing:0.14em;text-transform:uppercase;color:var(--accent);margin-bottom:3px;}\n.spec-value{font-size:16px;font-weight:300;line-height:1.5;color:var(--mid);}\n.feature-list{list-style:none;}\n.feature-list li{font-size:16px;font-weight:300;line-height:1.75;color:var(--mid);padding-left:16px;position:relative;margin-bottom:6px;}\n.feature-list li::before{content:'';position:absolute;left:0;top:11px;width:5px;height:1px;background:var(--accent);}\n.notice-box{border:1px solid var(--rule);padding:14px 16px;border-radius:2px;}\n.notice-box p{font-size:15px;font-weight:300;line-height:1.75;color:var(--mid);margin-bottom:6px;}\n.notice-box p:last-child{margin-bottom:0;}\n.quote-block{border-left:2px solid var(--accent);padding:6px 0 6px 18px;margin:0;opacity:0;transform:translateY(12px);animation:fadeUp 0.6s ease 0.63s forwards;}\n.quote-block p{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:300;font-style:italic;line-height:1.55;color:var(--charcoal);}\n@keyframes fadeUp{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}\n\u003c\/style\u003e\n\n\u003cdiv class=\"lamp-intro\"\u003e\n  \u003cdiv class=\"lamp-eyebrow\"\u003eThe details\u003c\/div\u003e\n  \u003cdiv class=\"lamp-headline\"\u003eA candle glow inside a glass dome —\u003cbr\u003e\u003cem\u003escent and light, together.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eAn aromatherapy diffuser with a glowing Edison-style candle filament at its centre, housed inside a clear glass dome. The warm filament light is as soothing as a real candle — without the flame, without the worry. Add a few drops of essential oil, plug it in via USB, and within minutes your room is filled with soft scented mist and warm amber light. Quiet, compact, and genuinely beautiful. The kind of thing that sits on your bedside table and makes the whole room feel calmer.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-section\"\u003e\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCapacity\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e120 ml\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003ePower\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eUSB · DC 5V \/ 1A · ≤4.5W\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eNoise level\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eBelow 36 dB — whisper quiet\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eLight\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eCandle filament warm ambient glow\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eABS \/ PP \/ AS with clear glass dome\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eControl\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eMechanical push-button\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eUSB cable included\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eColours\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eBeige \/ Black\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eFeatures\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eCandle filament warm light inside a clear glass dome — the most beautiful diffuser glow you'll find\u003c\/li\u003e\n      \u003cli\u003eEssential oil compatible — add a few drops to the 120 ml water tank for scented mist\u003c\/li\u003e\n      \u003cli\u003eUSB powered with cable included — plug into any USB socket, power bank, or laptop\u003c\/li\u003e\n      \u003cli\u003eWhisper quiet at under 36 dB — perfect for bedrooms and quiet workspaces\u003c\/li\u003e\n      \u003cli\u003eCompact and portable — light enough to move from room to room or take away with you\u003c\/li\u003e\n      \u003cli\u003eSmart timer function — set it and let it switch off automatically\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eWhere to use it\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eBedside table — warm light and scent for the perfect wind-down\u003c\/li\u003e\n      \u003cli\u003eHome office desk — calm focus without distraction\u003c\/li\u003e\n      \u003cli\u003eBathroom shelf — spa atmosphere at home\u003c\/li\u003e\n      \u003cli\u003eLiving room and yoga or meditation spaces\u003c\/li\u003e\n      \u003cli\u003eBoutique hotel rooms and wellness studios\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003ePlease note\u003c\/div\u003e\n    \u003cdiv class=\"notice-box\"\u003e\n      \u003cp\u003eUSB cable is included in the box. A USB plug adaptor is not included — plug into any USB socket, laptop, or power bank.\u003c\/p\u003e\n      \u003cp\u003eEssential oils are not included — add a few drops of your preferred oil to the water tank.\u003c\/p\u003e\n      \u003cp\u003eDo not overfill beyond the 120 ml maximum capacity.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eThe warmth of a candle. The calm of essential oils. No flame needed.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Beige","offer_id":57346075165003,"sku":"CJJT154827201AZ","price":44.99,"currency_code":"GBP","in_stock":true},{"title":"Black","offer_id":57346075197771,"sku":"CJJT154827202BY","price":44.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260517_213050_e34bde75-a493-482a-bdf2-ceb4eb574751.png?v=1779054411"},{"product_id":"levity-lamp-wireless-charging-table-lamp","title":"Levity Lamp — Wireless Charging Table Lamp","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0;}\n.lamp-intro{font-family:'Jost',sans-serif;-webkit-font-smoothing:antialiased;padding:0 0 28px 0;border-bottom:1px solid var(--rule);margin-bottom:28px;width:100%;}\n.lamp-eyebrow{font-size:12px;font-weight:500;letter-spacing:0.22em;text-transform:uppercase;color:var(--accent);margin-bottom:10px;display:flex;align-items:center;gap:8px;opacity:0;animation:fadeUp 0.6s ease 0.05s forwards;}\n.lamp-eyebrow::after{content:'';flex:1;height:1px;background:var(--rule);}\n.lamp-headline{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:clamp(28px,4vw,38px);line-height:1.25;color:var(--charcoal);margin-bottom:14px;opacity:0;animation:fadeUp 0.6s ease 0.12s forwards;}\n.lamp-headline em{font-style:italic;color:var(--mid);}\n.lamp-body{font-family:'Jost',sans-serif;font-size:16px;font-weight:300;line-height:1.85;color:var(--mid);opacity:0;animation:fadeUp 0.6s ease 0.2s forwards;}\n.product-section{font-family:'Jost',sans-serif;color:var(--charcoal);-webkit-font-smoothing:antialiased;padding:0;width:100%;}\n.block{margin-bottom:28px;opacity:0;transform:translateY(12px);animation:fadeUp 0.6s ease forwards;}\n.block:nth-child(1){animation-delay:0.28s;}.block:nth-child(2){animation-delay:0.35s;}.block:nth-child(3){animation-delay:0.42s;}.block:nth-child(4){animation-delay:0.49s;}.block:nth-child(5){animation-delay:0.56s;}\n.block-label{font-size:12px;font-weight:500;letter-spacing:0.20em;text-transform:uppercase;color:var(--accent);margin-bottom:12px;display:flex;align-items:center;gap:8px;}\n.block-label::after{content:'';flex:1;height:1px;background:var(--rule);}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px;}\n.spec-key{font-size:12px;font-weight:500;letter-spacing:0.14em;text-transform:uppercase;color:var(--accent);margin-bottom:3px;}\n.spec-value{font-size:16px;font-weight:300;line-height:1.5;color:var(--mid);}\n.feature-list{list-style:none;}\n.feature-list li{font-size:16px;font-weight:300;line-height:1.75;color:var(--mid);padding-left:16px;position:relative;margin-bottom:6px;}\n.feature-list li::before{content:'';position:absolute;left:0;top:11px;width:5px;height:1px;background:var(--accent);}\n.notice-box{border:1px solid var(--rule);padding:14px 16px;border-radius:2px;}\n.notice-box p{font-size:15px;font-weight:300;line-height:1.75;color:var(--mid);margin-bottom:6px;}\n.notice-box p:last-child{margin-bottom:0;}\n.quote-block{border-left:2px solid var(--accent);padding:6px 0 6px 18px;margin:0;opacity:0;transform:translateY(12px);animation:fadeUp 0.6s ease 0.63s forwards;}\n.quote-block p{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:300;font-style:italic;line-height:1.55;color:var(--charcoal);}\n@keyframes fadeUp{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}\n\u003c\/style\u003e\n\n\u003cdiv class=\"lamp-intro\"\u003e\n  \u003cdiv class=\"lamp-eyebrow\"\u003eLighting · Table Lamp\u003c\/div\u003e\n  \u003cdiv class=\"lamp-headline\"\u003eA lamp that \u003cem\u003edoes more\u003c\/em\u003e than light the room.\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eThe Levity Lamp is a geometric LED table lamp, wireless charger, and modern sculpture in one. Its floating acrylic frame casts a warm, even glow with no flicker and no harsh shadows — while the base quietly charges your phone, no cable required. Beautifully made, genuinely useful, and the kind of piece that improves every surface it sits on.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-section\"\u003e\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e12 × 12 × 22 cm\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e≤36 V · USB powered\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eLight\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eWarm LED · flicker-free\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eControl\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eTouch\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eWireless Charging\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eQi compatible\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eWired Ports\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e2 × USB-A · 1 × USB-C input\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eShade\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eAcrylic panels\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eColour\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eWhite\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eStorage\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eFoldable frame\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eFeatures\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eGeometric floating frame with warm acrylic panels — a sculptural centrepiece that looks as considered as it is functional\u003c\/li\u003e\n      \u003cli\u003eQi wireless charging pad built into the base — place your compatible phone down and it charges without a cable\u003c\/li\u003e\n      \u003cli\u003eDual USB-A ports and USB-C input — charge the lamp and two other devices simultaneously\u003c\/li\u003e\n      \u003cli\u003eTouch control with multiple brightness levels — adjust the mood with a single tap, even in the dark\u003c\/li\u003e\n      \u003cli\u003eFlicker-free, shadow-free warm light — easy on the eyes for reading, working, or winding down\u003c\/li\u003e\n      \u003cli\u003eFolds flat for storage or travel — practical without compromising how it looks on display\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eWhere to use it\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eBedside table — warm light to wind down by, phone charging while you sleep\u003c\/li\u003e\n      \u003cli\u003eHome office desk — task lighting and device charging without the cable clutter\u003c\/li\u003e\n      \u003cli\u003eLiving room side table — a statement piece that earns its space\u003c\/li\u003e\n      \u003cli\u003eStudent desk or dorm room — light, charger, and décor in a single footprint\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003ePlease note\u003c\/div\u003e\n    \u003cdiv class=\"notice-box\"\u003e\n      \u003cp\u003eWireless charging requires a Qi-compatible device. The lamp must be connected to a wall charger via the supplied USB cable for wireless charging to function.\u003c\/p\u003e\n      \u003cp\u003eIncludes power cord and instruction manual.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eOne surface. Light, charge, and calm.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":57414769443147,"sku":"CJSN156134802BY","price":49.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_May_22_2026_12_22_34_PM.png?v=1779447625"},{"product_id":"cjjt194147013mn","title":"Blossom Table Lamp","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0;}\n.lamp-intro{font-family:'Jost',sans-serif;-webkit-font-smoothing:antialiased;padding:0 0 28px 0;border-bottom:1px solid var(--rule);margin-bottom:28px;width:100%;}\n.lamp-eyebrow{font-size:12px;font-weight:500;letter-spacing:0.22em;text-transform:uppercase;color:var(--accent);margin-bottom:10px;display:flex;align-items:center;gap:8px;opacity:0;animation:fadeUp 0.6s ease 0.05s forwards;}\n.lamp-eyebrow::after{content:'';flex:1;height:1px;background:var(--rule);}\n.lamp-headline{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:clamp(28px,4vw,38px);line-height:1.25;color:var(--charcoal);margin-bottom:14px;opacity:0;animation:fadeUp 0.6s ease 0.12s forwards;}\n.lamp-headline em{font-style:italic;color:var(--mid);}\n.lamp-body{font-family:'Jost',sans-serif;font-size:16px;font-weight:300;line-height:1.85;color:var(--mid);opacity:0;animation:fadeUp 0.6s ease 0.2s forwards;}\n.product-section{font-family:'Jost',sans-serif;color:var(--charcoal);-webkit-font-smoothing:antialiased;padding:0;width:100%;}\n.block{margin-bottom:28px;opacity:0;transform:translateY(12px);animation:fadeUp 0.6s ease forwards;}\n.block:nth-child(1){animation-delay:0.28s;}.block:nth-child(2){animation-delay:0.35s;}.block:nth-child(3){animation-delay:0.42s;}.block:nth-child(4){animation-delay:0.49s;}.block:nth-child(5){animation-delay:0.56s;}\n.block-label{font-size:12px;font-weight:500;letter-spacing:0.20em;text-transform:uppercase;color:var(--accent);margin-bottom:12px;display:flex;align-items:center;gap:8px;}\n.block-label::after{content:'';flex:1;height:1px;background:var(--rule);}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px;}\n.spec-key{font-size:12px;font-weight:500;letter-spacing:0.14em;text-transform:uppercase;color:var(--accent);margin-bottom:3px;}\n.spec-value{font-size:16px;font-weight:300;line-height:1.5;color:var(--mid);}\n.feature-list{list-style:none;}\n.feature-list li{font-size:16px;font-weight:300;line-height:1.75;color:var(--mid);padding-left:16px;position:relative;margin-bottom:6px;}\n.feature-list li::before{content:'';position:absolute;left:0;top:11px;width:5px;height:1px;background:var(--accent);}\n.notice-box{border:1px solid var(--rule);padding:14px 16px;border-radius:2px;}\n.notice-box p{font-size:15px;font-weight:300;line-height:1.75;color:var(--mid);margin-bottom:6px;}\n.notice-box p:last-child{margin-bottom:0;}\n.quote-block{border-left:2px solid var(--accent);padding:6px 0 6px 18px;margin:0;opacity:0;transform:translateY(12px);animation:fadeUp 0.6s ease 0.63s forwards;}\n.quote-block p{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:300;font-style:italic;line-height:1.55;color:var(--charcoal);}\n@keyframes fadeUp{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}\n\u003c\/style\u003e\n\n\u003cdiv class=\"lamp-intro\"\u003e\n  \u003cdiv class=\"lamp-eyebrow\"\u003eLighting · Table Lamp\u003c\/div\u003e\n  \u003cdiv class=\"lamp-headline\"\u003eA lamp that tells a story — \u003cem\u003ewarm light through printed petals.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eThe Blossom Table Lamp pairs a natural wood base with a fabric drum shade printed with a botanical design. The warm light glows softly through the fabric, making each print vivid and luminous in a way that feels more like art than a lamp. Five designs to choose from — each one its own quiet world of branches, blossoms, and warmth.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-section\"\u003e\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eShade Diameter\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e13 cm\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eTotal Height\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e26 cm\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eBase Diameter\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e10 cm\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003ePower\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e3 W LED\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eLight\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eWarm white\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eNatural wood · fabric\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eCoverage\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e1–3 m²\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003ePower Supply\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eUK plug included\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eFeatures\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003ePrinted fabric drum shade with a botanical design — warm light glows through the fabric and makes the print luminous when switched on\u003c\/li\u003e\n      \u003cli\u003eNatural wood base with a smooth, warm finish — tactile and considered, it grounds the lamp beautifully on any surface\u003c\/li\u003e\n      \u003cli\u003eFive designs available — Blooming Riches, Golden Branch, Hongmei, Magnolia, and Spring Peach Blossom\u003c\/li\u003e\n      \u003cli\u003eCompact at 13cm diameter and 26cm tall — perfectly sized for a bedside table, desk, or reading corner\u003c\/li\u003e\n      \u003cli\u003e3W warm white LED included — efficient, gentle, and ready to use immediately\u003c\/li\u003e\n      \u003cli\u003eUK plug included — ready to use straight out of the box\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eWhere to use it\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eBedside table — soft warm light for reading and winding down\u003c\/li\u003e\n      \u003cli\u003eDesk or study — a decorative lamp that makes a workspace feel less like work\u003c\/li\u003e\n      \u003cli\u003eLiving room side table — a characterful accent piece with real warmth\u003c\/li\u003e\n      \u003cli\u003eBedroom shelf or console — beautiful even when switched off\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003ePlease note\u003c\/div\u003e\n    \u003cdiv class=\"notice-box\"\u003e\n      \u003cp\u003e3W warm white LED bulb included. UK plug included — ready to use straight out of the box. Available in five printed designs.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eWarm light, printed petals, a bedside that finally feels considered.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Blooming Riches","offer_id":57482078323019,"sku":"CJJT194147013MN","price":29.99,"currency_code":"GBP","in_stock":true},{"title":"Golden Branch","offer_id":57482078355787,"sku":"CJJT194147015OL","price":29.99,"currency_code":"GBP","in_stock":true},{"title":"Hongmei","offer_id":57482078388555,"sku":"CJJT194147012LO","price":29.99,"currency_code":"GBP","in_stock":true},{"title":"Magnolia","offer_id":57482078421323,"sku":"CJJT194147011KP","price":29.99,"currency_code":"GBP","in_stock":true},{"title":"Spring Peach Blossom","offer_id":57482078454091,"sku":"CJJT194147014NM","price":29.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260531_164749_cddea970-4273-4054-bfd9-fd96ef353c86.png?v=1780246681"},{"product_id":"ovale-table-lamp","title":"Ovale Table Lamp","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0;}\n.lamp-intro{font-family:'Jost',sans-serif;-webkit-font-smoothing:antialiased;padding:0 0 28px 0;border-bottom:1px solid var(--rule);margin-bottom:28px;width:100%;}\n.lamp-eyebrow{font-size:12px;font-weight:500;letter-spacing:0.22em;text-transform:uppercase;color:var(--accent);margin-bottom:10px;display:flex;align-items:center;gap:8px;opacity:0;animation:fadeUp 0.6s ease 0.05s forwards;}\n.lamp-eyebrow::after{content:'';flex:1;height:1px;background:var(--rule);}\n.lamp-headline{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:clamp(28px,4vw,38px);line-height:1.25;color:var(--charcoal);margin-bottom:14px;opacity:0;animation:fadeUp 0.6s ease 0.12s forwards;}\n.lamp-headline em{font-style:italic;color:var(--mid);}\n.lamp-body{font-family:'Jost',sans-serif;font-size:16px;font-weight:300;line-height:1.85;color:var(--mid);opacity:0;animation:fadeUp 0.6s ease 0.2s forwards;}\n.product-section{font-family:'Jost',sans-serif;color:var(--charcoal);-webkit-font-smoothing:antialiased;padding:0;width:100%;}\n.block{margin-bottom:28px;opacity:0;transform:translateY(12px);animation:fadeUp 0.6s ease forwards;}\n.block:nth-child(1){animation-delay:0.28s;}.block:nth-child(2){animation-delay:0.35s;}.block:nth-child(3){animation-delay:0.42s;}.block:nth-child(4){animation-delay:0.49s;}.block:nth-child(5){animation-delay:0.56s;}\n.block-label{font-size:12px;font-weight:500;letter-spacing:0.20em;text-transform:uppercase;color:var(--accent);margin-bottom:12px;display:flex;align-items:center;gap:8px;}\n.block-label::after{content:'';flex:1;height:1px;background:var(--rule);}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px;}\n.spec-key{font-size:12px;font-weight:500;letter-spacing:0.14em;text-transform:uppercase;color:var(--accent);margin-bottom:3px;}\n.spec-value{font-size:16px;font-weight:300;line-height:1.5;color:var(--mid);}\n.feature-list{list-style:none;}\n.feature-list li{font-size:16px;font-weight:300;line-height:1.75;color:var(--mid);padding-left:16px;position:relative;margin-bottom:6px;}\n.feature-list li::before{content:'';position:absolute;left:0;top:11px;width:5px;height:1px;background:var(--accent);}\n.notice-box{border:1px solid var(--rule);padding:14px 16px;border-radius:2px;}\n.notice-box p{font-size:15px;font-weight:300;line-height:1.75;color:var(--mid);margin-bottom:6px;}\n.notice-box p:last-child{margin-bottom:0;}\n.quote-block{border-left:2px solid var(--accent);padding:6px 0 6px 18px;margin:0;opacity:0;transform:translateY(12px);animation:fadeUp 0.6s ease 0.63s forwards;}\n.quote-block p{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:300;font-style:italic;line-height:1.55;color:var(--charcoal);}\n@keyframes fadeUp{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}\n\u003c\/style\u003e\n\n\u003cdiv class=\"lamp-intro\"\u003e\n  \u003cdiv class=\"lamp-eyebrow\"\u003eLighting · Table Lamp\u003c\/div\u003e\n  \u003cdiv class=\"lamp-headline\"\u003eMid-century form, \u003cem\u003ethree lights in one.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eThe Ovale Table Lamp pairs a glossy oval glass shade with a polished chrome pedestal base — a shape that has been considered beautiful since the 1960s and shows no signs of stopping. Three colour temperatures let you switch between warm evening light, a neutral reading glow, and a bright cool white, all from the same lamp. Available in Cream and Pink.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-section\"\u003e\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eWidth\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e29 cm\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eHeight\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e22 cm\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eBase\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003ePolished chrome pedestal\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eShade\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eGlossy glass — oval\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eLight Colours\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eWarm · Neutral · Cool white\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e220 V\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003ePower\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eUK plug included\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eColours\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eCream · Pink\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eFeatures\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eGlossy oval glass shade on a polished chrome pedestal base — that classic mid-century silhouette done with real quality and finish\u003c\/li\u003e\n      \u003cli\u003eThree colour temperatures — warm white for evenings and winding down, neutral for reading, cool white for tasks and focus\u003c\/li\u003e\n      \u003cli\u003ePolished chrome base — solid, reflective, and genuinely premium looking on any surface\u003c\/li\u003e\n      \u003cli\u003e29cm wide and 22cm tall — a generous, well-proportioned shade with real presence on a bedside table or side table\u003c\/li\u003e\n      \u003cli\u003eUK plug included — ready to use straight out of the box\u003c\/li\u003e\n      \u003cli\u003eAvailable in Cream and Pink — each with a completely different character when lit\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eWhere to use it\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eBedside table — switch between warm for winding down and cool for reading without changing lamps\u003c\/li\u003e\n      \u003cli\u003eLiving room side table — a sculptural piece that works as décor even when switched off\u003c\/li\u003e\n      \u003cli\u003eDressing table — the neutral setting gives a flattering, accurate light for getting ready\u003c\/li\u003e\n      \u003cli\u003eHome office desk — cool white for focused daytime work, warm for evening sessions\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003ePlease note\u003c\/div\u003e\n    \u003cdiv class=\"notice-box\"\u003e\n      \u003cp\u003eUK plug included — ready to use straight out of the box. Three colour temperatures — warm, neutral, and cool white. Available in Cream and Pink. 220V mains powered.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eOne lamp. Three lights. A bedside that finally has it all.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Pink","offer_id":57488664068427,"sku":"CJJT172467403CX","price":74.99,"currency_code":"GBP","in_stock":true},{"title":"Cream","offer_id":57488664101195,"sku":"CJJT172467401AZ","price":74.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260601_143800_eafefc6a-c746-442d-b97a-de365569ae8c_1.png?v=1780325222"},{"product_id":"candle-warmer-lamp","title":"Candle Warmer Lamp","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0;}\n.lamp-intro{font-family:'Jost',sans-serif;-webkit-font-smoothing:antialiased;padding:0 0 28px 0;border-bottom:1px solid var(--rule);margin-bottom:28px;width:100%;}\n.lamp-eyebrow{font-size:12px;font-weight:500;letter-spacing:0.22em;text-transform:uppercase;color:var(--accent);margin-bottom:10px;display:flex;align-items:center;gap:8px;opacity:0;animation:fadeUp 0.6s ease 0.05s forwards;}\n.lamp-eyebrow::after{content:'';flex:1;height:1px;background:var(--rule);}\n.lamp-headline{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:clamp(28px,4vw,38px);line-height:1.25;color:var(--charcoal);margin-bottom:14px;opacity:0;animation:fadeUp 0.6s ease 0.12s forwards;}\n.lamp-headline em{font-style:italic;color:var(--mid);}\n.lamp-body{font-family:'Jost',sans-serif;font-size:16px;font-weight:300;line-height:1.85;color:var(--mid);opacity:0;animation:fadeUp 0.6s ease 0.2s forwards;}\n.product-section{font-family:'Jost',sans-serif;color:var(--charcoal);-webkit-font-smoothing:antialiased;padding:0;width:100%;}\n.block{margin-bottom:28px;opacity:0;transform:translateY(12px);animation:fadeUp 0.6s ease forwards;}\n.block:nth-child(1){animation-delay:0.28s;}.block:nth-child(2){animation-delay:0.35s;}.block:nth-child(3){animation-delay:0.42s;}.block:nth-child(4){animation-delay:0.49s;}.block:nth-child(5){animation-delay:0.56s;}\n.block-label{font-size:12px;font-weight:500;letter-spacing:0.20em;text-transform:uppercase;color:var(--accent);margin-bottom:12px;display:flex;align-items:center;gap:8px;}\n.block-label::after{content:'';flex:1;height:1px;background:var(--rule);}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px;}\n.spec-key{font-size:12px;font-weight:500;letter-spacing:0.14em;text-transform:uppercase;color:var(--accent);margin-bottom:3px;}\n.spec-value{font-size:16px;font-weight:300;line-height:1.5;color:var(--mid);}\n.feature-list{list-style:none;}\n.feature-list li{font-size:16px;font-weight:300;line-height:1.75;color:var(--mid);padding-left:16px;position:relative;margin-bottom:6px;}\n.feature-list li::before{content:'';position:absolute;left:0;top:11px;width:5px;height:1px;background:var(--accent);}\n.notice-box{border:1px solid var(--rule);padding:14px 16px;border-radius:2px;}\n.notice-box p{font-size:15px;font-weight:300;line-height:1.75;color:var(--mid);margin-bottom:6px;}\n.notice-box p:last-child{margin-bottom:0;}\n.quote-block{border-left:2px solid var(--accent);padding:6px 0 6px 18px;margin:0;opacity:0;transform:translateY(12px);animation:fadeUp 0.6s ease 0.63s forwards;}\n.quote-block p{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:300;font-style:italic;line-height:1.55;color:var(--charcoal);}\n@keyframes fadeUp{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}\n\u003c\/style\u003e\n\n\u003cdiv class=\"lamp-intro\"\u003e\n  \u003cdiv class=\"lamp-eyebrow\"\u003eWellness · Candle Warmer\u003c\/div\u003e\n  \u003cdiv class=\"lamp-headline\"\u003eAll the scent. \u003cem\u003eNone of the flame.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eThe Avertta Candle Warmer Lamp heats your favourite jar candle from above — no wick, no smoke, no soot, just clean fragrance released slowly and evenly. A ribbed glass shade, adjustable height arm, remote control dimmer, and 2\/4\/8 hour timer make it as practical as it is beautiful. Available in four finishes.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-section\"\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eShade\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eRibbed glass\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eBase material\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eBamboo \u0026amp; wood \/ metal\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eDimming\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e4 levels — 25 \/ 50 \/ 75 \/ 100%\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eTimer\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e2H \/ 4H \/ 8H\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eControl\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eRemote control included\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eHeight\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eAdjustable via knob\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e≤36V\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003ePlug\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eUK plug included\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eFeatures\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eFlameless warming — heats the candle from above, releasing fragrance without burning the wick\u003c\/li\u003e\n      \u003cli\u003e4-level dimmer — controls both brightness and warming speed from the remote\u003c\/li\u003e\n      \u003cli\u003e2H \/ 4H \/ 8H timer — set it and forget it, switches off automatically\u003c\/li\u003e\n      \u003cli\u003eAdjustable height knob — set the warming distance to suit different candle jar sizes\u003c\/li\u003e\n      \u003cli\u003eNo smoke, no soot — candles last longer and the room stays clean\u003c\/li\u003e\n      \u003cli\u003eBulb included — ready to use straight out of the box\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eWhere to use it\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eBedside table — warm evening scent with the timer set so it switches off while you sleep\u003c\/li\u003e\n      \u003cli\u003eLiving room — fills the space with fragrance without any open flame concern\u003c\/li\u003e\n      \u003cli\u003eHome office — a calm, grounding scent through the working day\u003c\/li\u003e\n      \u003cli\u003eBathroom — safe to use in a steamy environment where a candle flame would struggle\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003ePlease note\u003c\/div\u003e\n    \u003cdiv class=\"notice-box\"\u003e\n      \u003cp\u003eUK plug included — ready to use straight out of the box. Bulb included. Candle not included. Compatible with most standard jar candles. The adjustable height knob lets you control warming distance — position closer for a stronger scent throw, higher for something more subtle.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eYour favourite candle, burning longer and smelling better — without a single flame.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Brushed Gold Full Metal","offer_id":57525767733579,"sku":"CJSN263203607GT","price":54.99,"currency_code":"GBP","in_stock":true},{"title":"Matte Black Metal","offer_id":57525767766347,"sku":"CJSN263203603CX","price":54.99,"currency_code":"GBP","in_stock":true},{"title":"Brushed Gold Natural Oak Wood Base","offer_id":57525767799115,"sku":"CJSN263203615OL","price":54.99,"currency_code":"GBP","in_stock":true},{"title":"Brushed Gold Honey Oak Wood Base","offer_id":57525767831883,"sku":"CJSN263203611KP","price":54.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260607_065731_974ceb26-1f5a-4b8e-81b2-b34bf63befb4.png?v=1780816398"},{"product_id":"bankers-desk-lamp-with-antique-bronze-tone-base-table-lamp-with-green-glass-shade-for-home-office-green","title":"Banker's Desk Lamp — Antique Bronze \u0026 Green","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;position:relative;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eLighting · Desk Lamp\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eOld-school charm, warm light — \u003cem\u003ea desk lamp that earns its place.\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eThe Banker's Desk Lamp is a study in considered design. A deep green glass shade, an antique bronze tone base — it is the kind of lamp that has looked right for a century and will look right for another. Switched on with a pull of the rope, it casts a warm, focused glow across your desk, your reading corner, or your bedside table. The kind of lamp people stop and ask about.\u003c\/p\u003e\n\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eStyle\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eBanker's lamp — traditional\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eSteel \u0026amp; glass\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eBase finish\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eAntique bronze tone\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eShade\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eGreen glass\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eDimensions\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e27.5 x 17.5 x 39cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eCable length\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e1.55m\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eBulb fitting\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eE27 (bulb not included)\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eMax wattage\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e40W\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eVoltage\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e220–240V\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSwitch\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003ePull rope\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eGreen glass shade — softens and warms the light into something genuinely beautiful\u003c\/li\u003e\n      \u003cli\u003eAntique bronze tone base — that warm, aged finish that looks far more expensive than it is\u003c\/li\u003e\n      \u003cli\u003ePull rope switch — a small, considered detail that adds to the vintage feel\u003c\/li\u003e\n      \u003cli\u003eClassic banker's silhouette — one of those timeless shapes that works in almost any room\u003c\/li\u003e\n      \u003cli\u003eNo assembly needed — out of the box and on your desk in minutes\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eHome office desk — warm focused light without the harshness of overhead bulbs\u003c\/li\u003e\n      \u003cli\u003eStudy or library — the banker's shade was made for exactly this\u003c\/li\u003e\n      \u003cli\u003eBedside table — directional warmth that doesn't disturb the rest of the room\u003c\/li\u003e\n      \u003cli\u003eLiving room side table — sculptural and warm, a genuine accent piece\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.4s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003e\n      UK plug included — ready to use straight out of the box.\u003cbr\u003e\u003cbr\u003e\n      E27 bulb not included — compatible with LED and halogen bulbs up to 40W.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote\"\u003eClassic form, warm light, a desk that finally feels like somewhere you want to be.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":57535579750731,"sku":"CJFU26681910001","price":89.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Jun_10_2026_10_09_11_PM.png?v=1781122171"},{"product_id":"aromatherapy-diffuser-wax-electric-melt-warmer-safety-yankee-candle-lamp-essential-oil-burner-night-light-for-home-bedroom-decor","title":"Wax Melt Warmer Candle Lamp — Curved Arm, Stepless Dimming \u0026 Flameless Fragrance","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;position:relative;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eHome Fragrance\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eWarmth without a flame — \u003cem\u003efragrance the moment you walk in.\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA beautifully curved candle warmer lamp that melts your favourite wax slowly, releasing a clean, subtle scent without a single open flame. Finished in cold-rolled steel with a semi-matte surface, it sits as a design object as much as a functional piece. The GU10 bulb warms wax gently from above, and the stepless dimmer lets you set exactly the right mood.\u003c\/p\u003e\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSize\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e15 × 33.5 cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eCold-rolled steel\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSwitch\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eStepless dimmer\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLight Source\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eGU10 bulb\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eWire Length\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e1.6 m\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eWhat's Included\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eLamp × 1 (wax not included)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eFlameless wax warming — all the atmosphere of a slow-melting wax without soot, smoke, or an open flame in the room\u003c\/li\u003e\n      \u003cli\u003eStepless dimming — adjust the brightness from the gentlest amber flicker to a full warm glow, entirely to your taste\u003c\/li\u003e\n      \u003cli\u003eSculpted curved steel arm — a piece that earns its place on a bedside table, console, or shelf as much as it earns its scent\u003c\/li\u003e\n      \u003cli\u003eGU10 bulb fitting — straightforward to replace and compatible with a wide range of readily available bulbs\u003c\/li\u003e\n      \u003cli\u003e1.6 m cable — generous length for flexible placement anywhere in the room without an extension lead\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eBedroom — a flameless evening ritual on the bedside table, scent and soft light in one\u003c\/li\u003e\n      \u003cli\u003eLiving room — layer with books and botanicals on a console for a warm, welcoming atmosphere\u003c\/li\u003e\n      \u003cli\u003eStudy — a calming presence on the desk that helps you settle into focus without distraction\u003c\/li\u003e\n      \u003cli\u003eBathroom — fragrance and low light for a proper wind-down at the end of the day\u003c\/li\u003e\n      \u003cli\u003eHallway — first-impression scent and warmth the moment you come through the door\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.4s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003eThis lamp warms solid wax melts using a GU10 bulb — no flame, no smoke, no soot. It is not compatible with liquid essential oils, water-based scents, or candles in glass containers. Use solid wax melts only. Wax is not included. Assembly required — straightforward to put together with the included instructions.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003e\"A simple ritual, repeated every evening — warmth, scent, and one small beautiful lamp.\"\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Black","offer_id":57575754006859,"sku":"CJJT129416505EV","price":69.99,"currency_code":"GBP","in_stock":true},{"title":"Bronze","offer_id":57575754039627,"sku":"CJJT129416504DW","price":69.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57575754072395,"sku":"CJJT129416506FU","price":69.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260614_174830_c46dfe24-f5c0-4217-9562-b00d5476a6f5.png?v=1781459379"},{"product_id":"aromatherapy-candle-essential-oil-melt-candle-aroma-diffuser-lamp","title":"Candle Warmer Lamp — Wax Melt Aromatherapy with Timer Switch","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;position:relative;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eHome Fragrance \u0026amp; Ambient Lighting\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eWarmth, scent, and stillness — \u003cem\u003eall from a single lamp\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eThis candle warmer lamp combines gentle radiant heat with decorative ambient light, slowly releasing fragrance from your favourite wax melts or scented candles without an open flame. Crafted with a slender metal rod, a refined warming shade, and a weighted base, it brings a sense of calm ritual to any bedside table or living room shelf. A built-in timer switch lets you set it and forget it — the perfect companion for winding down in the evening.\u003c\/p\u003e\n\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eFunction\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eWax melt \u0026amp; candle warmer\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSwitch\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eTimer switch\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePlug\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUK plug included\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColour Options\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eBlack, Bronze, White body — Black or Gold rod\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLight\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eWarm ambient glow\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eUse\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eIndoor — home use\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eFlameless fragrance — melts wax and scented candles safely using radiant warmth\u003c\/li\u003e\n      \u003cli\u003eTimer switch included — set your preferred run time without having to return to switch it off\u003c\/li\u003e\n      \u003cli\u003eDual-finish combinations — mix and match body and rod colours to suit your interior\u003c\/li\u003e\n      \u003cli\u003eWarm ambient glow — softly illuminates the room as it diffuses fragrance\u003c\/li\u003e\n      \u003cli\u003eUK plug ready — no adaptors needed, plug in and enjoy straight away\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eBedroom — placed on a bedside table for a calming evening routine\u003c\/li\u003e\n      \u003cli\u003eLiving room — on a side table or shelf as a fragrant decorative accent\u003c\/li\u003e\n      \u003cli\u003eHome office — adds gentle scent and warmth to a desk or workspace\u003c\/li\u003e\n      \u003cli\u003eBathroom — creates a spa-like atmosphere on a vanity or windowsill\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.4s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003eThis lamp warms wax melts and scented candles using radiant heat — no water or liquid oils are required. Always place wax melts in a suitable heat-safe dish beneath the warming shade. Do not leave unattended for extended periods. UK plug included — ready to use straight out of the box. Wax melts and candles are not included.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote\"\u003eFragrance without flame — quiet luxury for every evening.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Black \u0026 Black Rod","offer_id":57583797109067,"sku":"CJSN279864351YB","price":54.99,"currency_code":"GBP","in_stock":true},{"title":"Black \u0026 Gold Rod","offer_id":57583797141835,"sku":"CJSN279864353AZ","price":54.99,"currency_code":"GBP","in_stock":true},{"title":"Gold \u0026 Black","offer_id":57583797174603,"sku":"CJSN279864355CX","price":54.99,"currency_code":"GBP","in_stock":true},{"title":"Gold \u0026 Gold Rod","offer_id":57583797207371,"sku":"CJSN279864357EV","price":54.99,"currency_code":"GBP","in_stock":true},{"title":"White \u0026 Black Rod","offer_id":57583797240139,"sku":"CJSN279864359GT","price":54.99,"currency_code":"GBP","in_stock":true},{"title":"White \u0026 Gold Rod","offer_id":57583797272907,"sku":"CJSN279864361IR","price":54.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260615_200601_a0e08c01-369d-4f60-be6a-edf176d1c4e3.png?v=1781555043"},{"product_id":"new-candle-fragrance-dimming-lamp","title":"Candle Warmer Lamp — Metal Arch Frame, Dimmer Switch","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;position:relative;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eCandle Warmer Lamps\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eWarmth without a flame — \u003cem\u003efragrance, softly released\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA considered alternative to traditional candle burning. This arch frame candle warmer lamp positions its shade directly above your favourite scented candle jar, using the heat of its bulb to release fragrance slowly — no matches, no naked flame, no risk of forgetting you’ve left something burning. An adjustable dimmer lets you set the level of warmth and ambient glow to suit any hour of the day.\u003c\/p\u003e\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eMetal\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSize\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e31.5 × 15 cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eVoltage\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e220V\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSwitch\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eDimmer\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eAvailable In\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eBlack, White\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eIncludes\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e1 × Lamp (candle not included)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eCandle warmer design — releases fragrance from your favourite scented jar without an open flame\u003c\/li\u003e\n      \u003cli\u003eDimmable light — adjust warmth and glow from a soft ambient level to full brightness\u003c\/li\u003e\n      \u003cli\u003eMinimal arch frame — a clean architectural shape that suits modern and Scandi interiors equally\u003c\/li\u003e\n      \u003cli\u003eMetal construction — matte painted finish, robust and built to last\u003c\/li\u003e\n      \u003cli\u003eWorks with standard scented candle jars — simply place beneath the shade and switch on\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eBedside table — a calm, flame-free way to enjoy scent as you wind down for the evening\u003c\/li\u003e\n      \u003cli\u003eLiving room — a sculptural accent piece that fills the space with warmth and fragrance\u003c\/li\u003e\n      \u003cli\u003eBathroom — creates a spa-like mood during an evening soak\u003c\/li\u003e\n      \u003cli\u003eHome office — keeps the room pleasantly scented without distraction or open flame\u003c\/li\u003e\n      \u003cli\u003eDining room sideboard — adds atmosphere and fragrance safely, away from any table setting\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.4s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003eThe candle is not included. Place any standard scented candle jar on the base beneath the shade. Always position the lamp on a stable, heat-resistant surface and do not leave unattended whilst in use.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eSoft light and slow-release fragrance — the quieter way to set the mood\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Black","offer_id":57583968158027,"sku":"CJJT172502207GT","price":44.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57583968190795,"sku":"CJJT172502203CX","price":44.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260616_164455_7cabd1bf-47d2-4da8-b86a-4a543b094bc7.png?v=1781628699"},{"product_id":"creative-solid-wood-aromatherapy-wax-lamp-candle-gift-decoration","title":"Solid Wood Aromatherapy Wax Lamp — Timed Dimmer","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;position:relative;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eAromatherapy \u0026amp; Home Fragrance\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eScent and Light, Drawn from Wood — \u003cem\u003eSolid Wood Wax Lamp\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA solid wood aromatherapy wax lamp that combines warm fragrance with a soft, dimmable glow. Place a fragrance candle or wax melts beneath the warming shade, switch on, and the lamp’s gentle heat slowly melts them — releasing their natural scent into the room without a flame. The timed dimming function lets you set the mood precisely, while the natural wood construction gives it the warmth and authenticity of a crafted object rather than a functional appliance.\u003c\/p\u003e\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eSolid wood\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eDimensions\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e17 × 24 × 11.5 cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eVoltage\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e220V\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSwitch\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eTimed dimmer\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePlug\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUK plug included\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColours\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eBlack, White\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eIn the box\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eAromatherapy wax lamp × 1\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eSolid wood construction — natural material that brings warmth and authenticity to any room\u003c\/li\u003e\n      \u003cli\u003eFragrance candle \u0026amp; wax melt compatible — place a scented candle or wax melts beneath the shade; the lamp’s gentle heat melts them to release their natural fragrance without a flame\u003c\/li\u003e\n      \u003cli\u003eTimed dimmer — set both the duration and the brightness to suit the moment\u003c\/li\u003e\n      \u003cli\u003eBlack and White finishes — refined colourways suited to contemporary and natural interiors\u003c\/li\u003e\n      \u003cli\u003eUK plug included — ready to use straight out of the box\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eBedroom — fill the room with calming scent as you wind down for the evening\u003c\/li\u003e\n      \u003cli\u003eLiving room — a decorative fragrance piece that doubles as an ambient light\u003c\/li\u003e\n      \u003cli\u003eHome office — a grounding scent to support focus and calm\u003c\/li\u003e\n      \u003cli\u003eBathroom — create a spa-like atmosphere for an evening soak\u003c\/li\u003e\n      \u003cli\u003eGifting — a thoughtful, beautifully crafted piece for any home\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.4s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003eAlways place wax melts in a suitable heat-safe dish, or a fragrance candle, beneath the warming shade. Do not leave unattended for extended periods. Wax melts and candles are not included. UK plug included — ready to use straight out of the box.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eWhere the warmth of wood meets the ritual of scent.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Black","offer_id":57584091988299,"sku":"CJSN185538004DW","price":59.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57584092021067,"sku":"CJSN185538008HS","price":59.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Jun_16_2026_07_33_32_PM_4c3ce16c-c611-46f2-b55a-772b86dd10e2.png?v=1781632077"},{"product_id":"fragrance-wax-lamp-fire-free-aromatherapy-candle-lamp-bedside-table-lamp","title":"Nordic Candlewick Bedside Lamp — Decorative Night Light","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;position:relative;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eDecorative Lighting\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eThe Glow of a Candle — \u003cem\u003ewithout the flame\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA fire-free decorative night light designed to bring the intimate warmth of candlelight into the home — no flame, no wax, no risk. Its clean Nordic silhouette casts a soft, contained amber glow that makes it a natural companion for a bedside table, evening shelf, or hallway console. A UK plug is included, so it is ready to use straight out of the box.\u003c\/p\u003e\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eStyle\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eNordic\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eFlame\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eFire-free\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eVoltage\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e220V\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePlug\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUK plug included\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColours\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eBlack, White\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eIn the box\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eLamp × 1\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eFire-free design — all the warmth and atmosphere of candlelight with none of the risk\u003c\/li\u003e\n      \u003cli\u003eNordic aesthetic — clean, understated silhouette suited to minimalist and Scandinavian interiors\u003c\/li\u003e\n      \u003cli\u003eSoft night light — a gentle, contained glow for calm, low-light moments\u003c\/li\u003e\n      \u003cli\u003eTwo colourways — Black and White, each suited to a different interior palette\u003c\/li\u003e\n      \u003cli\u003eUK plug included — plug in and use straight away, no adaptor required\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eBedside table — a calming point of light for drifting off to sleep\u003c\/li\u003e\n      \u003cli\u003eLiving room shelf — a decorative accent that softens an evening space\u003c\/li\u003e\n      \u003cli\u003eBathroom surface — adds a spa-like quality to an evening wind-down\u003c\/li\u003e\n      \u003cli\u003eHallway console — a soft, welcoming glow for an entrance space\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.4s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003eUK plug included — ready to use straight out of the box. This lamp is a decorative night light — it does not have wax-melt or aromatherapy functionality.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eA fire-free candle glow, shaped with Nordic simplicity.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Black","offer_id":57584531603787,"sku":"CJSN256503004DW","price":44.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57584531636555,"sku":"CJSN256503003CX","price":44.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Jun_16_2026_08_26_05_PM.png?v=1781634439"},{"product_id":"japanese-style-log-fusion-candle-lamp-ins","title":"Japanese Log Fusion Candle Lamp — Dimmer Switch","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;position:relative;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eDecorative Lighting\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eWarmth Shaped in Wood — \u003cem\u003eJapanese Log Fusion\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA candlestick lamp rooted in Japanese design, where the quiet beauty of log-fusion textures meets a soft, controllable glow. Place a fragrance candle beneath the warming shade and the lamp’s gentle heat will slowly melt it, releasing its natural scent into the room — warm light and beautiful fragrance from a single, considered piece. The smooth dimmer switch lets you move between full-brightness illumination and the softest ambient glow. Available in Black Oak and White Oak.\u003c\/p\u003e\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eVoltage\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e220V\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSwitch\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eDimmer switch\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePlug\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUK plug included\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColours\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eBlack Oak, White Oak\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eStyle\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eJapanese log fusion\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eDimensions\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e190 × 100 × 310 mm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eIn the box\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eCandlestick lamp × 1\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eFragrance candle compatible — place a scented candle beneath the warming shade; the lamp’s gentle heat melts it to release its natural fragrance without a flame\u003c\/li\u003e\n      \u003cli\u003eDimmer switch — adjust from full task light to the softest ambient glow\u003c\/li\u003e\n      \u003cli\u003eJapanese log-fusion design — organic wood-grain character in a refined contemporary silhouette\u003c\/li\u003e\n      \u003cli\u003eBlack Oak and White Oak finishes — two colourways that complement any interior palette\u003c\/li\u003e\n      \u003cli\u003eUK plug included — ready to use straight out of the box, no adaptor needed\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eBedside table — soft dimmed glow and gentle fragrance for a calm evening wind-down\u003c\/li\u003e\n      \u003cli\u003eLiving room shelf — organic texture and scent that lifts a styled display\u003c\/li\u003e\n      \u003cli\u003eReading nook — adjustable brightness and a favourite fragrance for focused comfort\u003c\/li\u003e\n      \u003cli\u003eHome office desk — a composed, considered presence during long working days\u003c\/li\u003e\n      \u003cli\u003eDining table — gentle accent light and subtle scent for a relaxed evening setting\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.4s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003eAlways place wax melts in a suitable heat-safe dish, or a fragrance candle, beneath the warming shade. Do not leave unattended for extended periods. Wax melts and candles are not included. UK plug included — ready to use straight out of the box.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eA lamp with the calm of Japanese craft quietly at its heart.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Black","offer_id":57584621125963,"sku":"CJSN198145806FU","price":65.0,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57584621158731,"sku":"CJSN198145805EV","price":65.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260616_181542_f276fec3-5a40-4d78-95e0-4454b7f793dd.png?v=1781634820"},{"product_id":"black-adjustable-candle-bedroom-atmosphere-table-lamp","title":"Adjustable Candle Warmer Lamp — New Chinese Style, Black","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;position:relative;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eCandle Warmer Lamp\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eAdjustable warmth, considered form — \u003cem\u003eatmosphere by design\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA candle warmer lamp built for those who want their space to feel intentional. Place a fragrance candle beneath the warming shade and the lamp's gentle heat melts it slowly, filling the room with its natural scent — warm light and natural fragrance from a single, considered piece. The adjustable head lets you direct the glow exactly where you want it, and the two-tone base — a black outer ring with a soft bronze centre — brings a refined New Chinese aesthetic to any surface it sits on.\u003c\/p\u003e\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eStyle\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eNew Chinese\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eFinish\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eMatte Black\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eBase Detail\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eTwo-tone — black \u0026amp; bronze\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eDimensions\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e12.2 × 31.2 cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eUK Plug\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eIncluded\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eFragrance candle compatible — place a candle beneath the warming shade; the lamp's gentle heat melts it slowly, releasing its natural scent into the room without a flame\u003c\/li\u003e\n      \u003cli\u003eAdjustable lamp head — angle the warmth and glow to exactly where you want it\u003c\/li\u003e\n      \u003cli\u003eTwo-tone base — a black outer ring with a soft bronze centre for a refined, layered look\u003c\/li\u003e\n      \u003cli\u003eWarm amber glow — the lamp bulb radiates a soft, calming light for evening atmosphere\u003c\/li\u003e\n      \u003cli\u003eNew Chinese style — clean lines, considered proportions, and a grounded Asian-inspired aesthetic\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eBedroom — on a bedside table for a calming evening atmosphere\u003c\/li\u003e\n      \u003cli\u003eLiving room — on a side table or console to anchor the space\u003c\/li\u003e\n      \u003cli\u003eStudy — soft ambient light that makes evening reading feel considered\u003c\/li\u003e\n      \u003cli\u003eShelf or mantelpiece — a decorative statement that doubles as functional lighting\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.4s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003eAlways place wax melts in a suitable heat-safe dish, or a fragrance candle, beneath the warming shade. Do not leave unattended for extended periods. Wax melts and candles are not included. UK plug included — ready to use straight out of the box.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eWarm light, natural fragrance — atmosphere made simple.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":57594314785099,"sku":"CJYD247365702BY","price":54.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260616_191507_7bad3a10-a9cb-4a0c-b9ae-e113e431d64a.png?v=1781638199"},{"product_id":"log-timing-dimming-aromatherapy-wax-melting-candle-lamp","title":"Log Candle Warmer Lamp — Dimmable, Timer \u0026 Aromatherapy","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;position:relative;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n\u003cp class=\"av-eyebrow\"\u003eCandle Warmers \u0026amp; Aromatherapy\u003c\/p\u003e\n\u003cp class=\"av-headline\"\u003eWarmth without a flame — \u003cem\u003escent, light, and calm in one sculptural lamp\u003c\/em\u003e\u003c\/p\u003e\n\u003cp class=\"av-body\"\u003eA beautifully crafted log-style candle warmer lamp that gently heats a fragrance candle beneath its oval shade, releasing its natural scent into the room without any flame. The warm glow from the bulb creates a soft, cosy atmosphere — part lamp, part diffuser, and entirely at home on a bedside table or living room shelf. With a built-in dimmer and timer, you can set the mood and let it take care of the rest.\u003c\/p\u003e\n\u003cdiv class=\"av-section\" style=\"margin-top: 36px; animation-delay: .1s;\"\u003e\n\u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eFunction\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eCandle Warmer + Lamp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eControls\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eDimmer + Timer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eShade Shape\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eOval\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eBase Style\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eLog \/ Natural Wood\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePlug Type\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eEuropean Plug 220V\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eBulb\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eIncluded\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-section\" style=\"animation-delay: .2s;\"\u003e\n\u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"feat-list\"\u003e\n\u003cli\u003ePlace a fragrance candle beneath the shade — the lamp's gentle heat melts it slowly, filling the room with its natural scent. No flame, no fuss.\u003c\/li\u003e\n\u003cli\u003eBuilt-in dimmer — adjust the warmth and glow to suit the time of day\u003c\/li\u003e\n\u003cli\u003eTimer function — set it and let it switch off on its own\u003c\/li\u003e\n\u003cli\u003eWarm bulb glow creates a soft, ambient light without the candle flame\u003c\/li\u003e\n\u003cli\u003eLog-inspired wooden base — a sculptural piece that suits any interior\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-section\" style=\"animation-delay: .3s;\"\u003e\n\u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"feat-list\"\u003e\n\u003cli\u003eBedroom — a calming bedside lamp that gently scents the room as you wind down\u003c\/li\u003e\n\u003cli\u003eLiving room — adds warm ambient light and fragrance to a reading nook or side table\u003c\/li\u003e\n\u003cli\u003eHome office — a quiet, flame-free way to keep the space feeling calm and focused\u003c\/li\u003e\n\u003cli\u003eBathroom — elevate an evening bath with soft light and your favourite scent\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-section\" style=\"animation-delay: .4s;\"\u003e\n\u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notice\"\u003eAlways place wax melts in a suitable heat-safe dish beneath the warming shade. Do not leave unattended for extended periods. Wax melts and candles are not included. This lamp uses a UK plug (220V)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quote\"\u003eGentle heat, natural scent — a calmer way to fill a room.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Milky Natural","offer_id":57594416955723,"sku":"CJSN212624931EV","price":59.99,"currency_code":"GBP","in_stock":true},{"title":"Milky Walnut","offer_id":57594416988491,"sku":"CJSN212624934HS","price":59.99,"currency_code":"GBP","in_stock":true},{"title":"Orange Walnut","offer_id":57594417021259,"sku":"CJSN212624935IR","price":59.99,"currency_code":"GBP","in_stock":true},{"title":"Orange Natural","offer_id":57594417054027,"sku":"CJSN212624932FU","price":59.99,"currency_code":"GBP","in_stock":true},{"title":"White Walnut","offer_id":57594417086795,"sku":"CJSN212624936JQ","price":59.99,"currency_code":"GBP","in_stock":true},{"title":"White Natural","offer_id":57594417119563,"sku":"CJSN212624933GT","price":59.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260621_070558_b70dd049-3a56-467d-ba7d-f560131785b0.png?v=1782026223"},{"product_id":"net-celebrity-hot-style-portable-simple-bedside-table-lamp","title":"Portable Outside Ambient Lamp — Rechargeable, Carry Handle, Warm Glow","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;position:relative;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003ePortable Lighting\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eWarm light, wherever you are — \u003cem\u003eno cables required\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA rechargeable USB portable lamp that creates warm ambient light without a cable in sight. Built-in carry handle, soft glowing diffuser, and a compact form that fits naturally on a bedside table, garden table, or balcony surface. Charge it once and take it wherever the evening takes you.\u003c\/p\u003e\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePower\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUSB rechargeable\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLight\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eWarm ambient glow\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eRound size\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e120mm × 220mm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSquare size\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e140mm × 200mm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eHandle\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eBuilt-in carry handle\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eUse\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eIndoor \u0026amp; outdoor\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eRechargeable via USB — no cables once charged, fully cordless in use\u003c\/li\u003e\n      \u003cli\u003eBuilt-in carry handle — move it from room to room or take it outside with ease\u003c\/li\u003e\n      \u003cli\u003eWarm ambient glow — soft, flattering light that suits bedrooms and garden tables alike\u003c\/li\u003e\n      \u003cli\u003eTwo shapes available — Round (120×220mm) and Square (140×200mm)\u003c\/li\u003e\n      \u003cli\u003eSuitable for indoor and outdoor use — works on a bedside table or a garden terrace\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eBedside table — warm winding-down light without reaching for a wall switch\u003c\/li\u003e\n      \u003cli\u003eOutdoor dining table — instant atmosphere for garden dinners on warm evenings\u003c\/li\u003e\n      \u003cli\u003eBalcony or terrace — lightweight enough to carry out and back in each evening\u003c\/li\u003e\n      \u003cli\u003eReading corner — soft ambient light without the glare of an overhead fitting\u003c\/li\u003e\n      \u003cli\u003eLiving room side table — a decorative object that also functions beautifully\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.4s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003eThis lamp is rechargeable via USB. Charge fully before first use. Not intended for use in heavy rain — light outdoor use on covered terraces and sheltered garden areas is suitable.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eThe lamp you actually reach for every evening.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Round shape","offer_id":57611104452939,"sku":"CJJT136630101AZ","price":49.99,"currency_code":"GBP","in_stock":false},{"title":"Square","offer_id":57611104485707,"sku":"CJJT136630102BY","price":49.99,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260621_195333_e1c607cc-2748-40a8-b732-1f782e8ba8e3.png?v=1782075169"},{"product_id":"new-intelligent-g-shaped-led-lamp-bluetooth-speake-wireless-charger-atmosphere-lamp-app-control-for-bedroom-home-decor","title":"Smart LED Lamp — Wireless Charger, Bluetooth Speaker \u0026 Ambient Bedside Light","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;position:relative;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n\u003cp class=\"av-eyebrow\"\u003eHome Ambience\u003c\/p\u003e\n\u003cp class=\"av-headline\"\u003eYour bedside, reimagined — \u003cem\u003elight, sound, and charge in one\u003c\/em\u003e\u003c\/p\u003e\n\u003cp class=\"av-body\"\u003eThe G-shaped lamp is a complete bedside companion in a single, beautifully considered form. Soft warm ambient light wraps the room in a calm glow, a 15W wireless charger keeps your phone topped up overnight, and a built-in Bluetooth speaker lets you drift off to music, podcasts, or sleep sounds — all from an app, by voice, or at the touch of a button. A digital clock and alarm display sits neatly in the centre, so your bedside table stays clear of clutter.\u003c\/p\u003e\n\u003cdiv class=\"av-section\" style=\"margin-top: 36px; animation-delay: .1s;\"\u003e\n\u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eDimensions\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e22.5 × 8.2 × 23 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eWireless Charging\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e15W fast charge\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSpeaker\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eBluetooth\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eControls\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eApp \/ Voice \/ Remote \/ Button\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eBrightness\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eDimmable 1–100%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eDisplay\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eDigital clock \u0026amp; alarm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-section\" style=\"animation-delay: .2s;\"\u003e\n\u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"feat-list\"\u003e\n\u003cli\u003e15W wireless charging pad built into the lamp — place your phone and it starts charging instantly\u003c\/li\u003e\n\u003cli\u003eDim it from full brightness right down to a gentle flicker — perfect for winding down without disturbing anyone\u003c\/li\u003e\n\u003cli\u003eBuilt-in Bluetooth speaker streams music, podcasts, or sleep sounds from your phone\u003c\/li\u003e\n\u003cli\u003eDigital clock and alarm display built in, so you can leave your phone face-down while it charges\u003c\/li\u003e\n\u003cli\u003eControl everything from the app, by voice, with the remote, or by tapping the lamp itself\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-section\" style=\"animation-delay: .3s;\"\u003e\n\u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"feat-list\"\u003e\n\u003cli\u003eBedroom — replaces your lamp, phone charger, speaker, and alarm clock in one tidy piece\u003c\/li\u003e\n\u003cli\u003eHome office — warm ambient light and wireless charging keep your desk clean and focused\u003c\/li\u003e\n\u003cli\u003eGuest room — the built-in clock and charger mean guests have everything they need\u003c\/li\u003e\n\u003cli\u003eLiving room — a soft warm glow sets the mood for a quiet evening in\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-section\" style=\"animation-delay: .4s;\"\u003e\n\u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notice\"\u003eUK plug included — ready to use straight out of the box. \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quote\"\u003eOne lamp. Everything your bedside needs.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Black","offer_id":57654305358155,"sku":"CJSN188416402BY","price":52.99,"currency_code":"GBP","in_stock":true},{"title":"Grey","offer_id":57654305390923,"sku":"CJSN188416405EV","price":52.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260625_202320_08e5ef42-7225-418c-ada3-02edfa2b2aec.png?v=1782419305"},{"product_id":"bedside-lamp-touch-table-lamp-with-natural-sounds-desk-lamp-with-alarm-clock-touch-control-3-levels-brightness-home-decor","title":"Natural Sound Bedside Lamp — Alarm Clock, Touch Dimmer, 3-Level Brightness, Wooden","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0 0 28px}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;position:relative;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eBedside Lamps \u0026amp; Sound Machines\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eNatural Sound Bedside Lamp — \u003cem\u003elight and calm, together\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eThis lamp does more than illuminate — it helps you sleep and wake up properly. Built-in natural sounds fill the room with the calm of rain, birdsong, or ocean waves, while a touch-controlled light with three brightness levels lets you wind down gently in the evening. When morning comes, the built-in alarm wakes you without the shock of a buzzer.\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eThe warm wooden body sits naturally on any bedside table or desk — it looks considered, not gadgety. Mains powered for consistent, reliable light with no batteries to replace. A single object that quietly replaces your phone alarm, your sound machine, and your bedside lamp.\u003c\/p\u003e\n\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePower\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eMains (AC)\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eBrightness\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e3 touch levels\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eFunction\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eLamp + alarm clock + natural sounds\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eControl\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eTouch\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eWood \u0026amp; resin\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eStyle\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eJapandi \/ Scandinavian\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSize\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e225 × 51 × 228mm\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eNatural sounds built in — choose from rain, birdsong, ocean, or white noise to help you sleep or focus\u003c\/li\u003e\n      \u003cli\u003eBuilt-in alarm clock — set your wake time directly on the lamp without reaching for your phone\u003c\/li\u003e\n      \u003cli\u003e3-level touch dimmer — choose bright reading light, a warm evening glow, or a soft night light\u003c\/li\u003e\n      \u003cli\u003eWarm wooden construction — a natural material that complements any bedside table or desk\u003c\/li\u003e\n      \u003cli\u003eMains powered — consistent, reliable light with no batteries to manage or replace\u003c\/li\u003e\n      \u003cli\u003eReplaces three devices — lamp, alarm clock, and sound machine in one bedside object\u003c\/li\u003e\n      \u003cli\u003eEqually at home on a desk — the warm natural finish suits home offices as well as bedrooms\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease Note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003eThis lamp is mains powered. The power cable is included — route it safely and do not place it under furniture, rugs, or in areas where it may be damaged. Always place the lamp on a stable, level surface.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote\"\u003eLight for the moments between sleep and morning.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":57885743710539,"sku":"CJYD196227402BY","price":74.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/Ontwerp_zonder_titel_6_fdec1fc3-5dc2-46ae-b844-6988b9759ac4.png?v=1784412509"},{"product_id":"creative-bedroom-bedside-atmosphere-table-lamp","title":"Atmosphere Table Lamp — Bedroom Bedside","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;position:relative;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eLamps \u0026amp; Lighting\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eAtmosphere in every glow — \u003cem\u003elight that transforms a room\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eThis bedside atmosphere lamp brings a quiet, sculptural presence to any bedroom or living space. The richly coloured glass shade casts a warm, diffused glow — creating the kind of intimate light that wind-down evenings are made for. Available in Dark Green, Milky White, and Violet, each shade is beautifully distinct in daylight and deeply atmospheric when lit.\u003c\/p\u003e\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eType\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eTable \/ Bedside Lamp\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eShade Material\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eGlass\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColours Available\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eDark Green, Milky White, Violet\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLight Output\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eWarm ambient glow\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSuitable For\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eBedside table, desk, sideboard\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eStyle\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eContemporary\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eColoured glass shade — beautifully translucent when lit, sculptural when off\u003c\/li\u003e\n      \u003cli\u003eWarm ambient glow — ideal for winding down or creating a relaxed atmosphere\u003c\/li\u003e\n      \u003cli\u003eCompact bedside size — fits neatly on a nightstand, desk, or shelf\u003c\/li\u003e\n      \u003cli\u003eThree colour options — Dark Green, Milky White, and Violet for every interior palette\u003c\/li\u003e\n      \u003cli\u003eContemporary design — a refined, minimal aesthetic that works in modern and eclectic spaces alike\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eBedroom — on a bedside table as a soft, atmospheric reading or evening lamp\u003c\/li\u003e\n      \u003cli\u003eLiving room — on a side table or console to add warm accent lighting\u003c\/li\u003e\n      \u003cli\u003eHome office — a calming presence on your desk for late-evening work sessions\u003c\/li\u003e\n      \u003cli\u003eReading nook — pairs beautifully with an armchair or window seat\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.4s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003eAssembly required — straightforward to put together with the included instructions.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eLight is the first element of design — and this lamp makes it felt.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Dark Green","offer_id":57918267097419,"sku":"CJYD276639701AZ","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Milky White","offer_id":57918267130187,"sku":"CJYD276639703CX","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Violet","offer_id":57918267162955,"sku":"CJYD276639702BY","price":159.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260723_204417_277eea56-dd45-4bca-b35b-5c5ddbd3cc03.png?v=1784840631"},{"product_id":"table-lamp-retro-metal-bedroom-bedside-lamp-mushroom-lamp","title":"Coiled Chrome Mushroom Table Lamp — Retro 70s Dome Shade","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;position:relative;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eTable Lamp\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eRetro curves — \u003cem\u003ea statement in chrome\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA striking retro-inspired table lamp with a domed acrylic shade and a coiled chrome-tone tubular base that loops into its own stand. Choose from three shade colours and three light modes — warm, cool white, or a cycling tricolour — to suit the mood of the room.\u003c\/p\u003e\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eShade\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eDomed acrylic, gloss finish\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eBase\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eCoiled chrome-tone metal tube\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColours\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eOrange, Red, White\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLight Modes\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eWarm Light, White Light, Tricolour\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eVoltage\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e≤36V (integrated LED)\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePlug\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUK plug included\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eCoiled chrome-tone base — a genuine retro talking point on any surface\u003c\/li\u003e\n      \u003cli\u003eDomed acrylic shade — casts a soft, even glow across the room\u003c\/li\u003e\n      \u003cli\u003eThree light modes — warm, cool white or cycling tricolour to suit the moment\u003c\/li\u003e\n      \u003cli\u003eIntegrated low-voltage LED — no bulb to buy or replace\u003c\/li\u003e\n      \u003cli\u003eNo assembly required — simply plug in and it's ready to use\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eBedside table — a soft, colourful glow to wind down by\u003c\/li\u003e\n      \u003cli\u003eLiving room console — a genuine retro statement piece\u003c\/li\u003e\n      \u003cli\u003eHome office desk — characterful task lighting with real presence\u003c\/li\u003e\n      \u003cli\u003eStudio or creative space — playful colour and light modes on tap\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.4s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003eFitted with an integrated low-voltage LED (≤36V) — no separate bulb required. UK plug included, ready to use straight out of the box. No assembly required.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eA retro icon, reimagined in colour and light.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Orange \/ Tricolor","offer_id":57948235759947,"sku":"CJSN124001323WD","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ White Light","offer_id":57948235792715,"sku":"CJSN124001319SH","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Warm Light","offer_id":57948235825483,"sku":"CJSN124001315OL","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Red \/ Tricolor","offer_id":57948235858251,"sku":"CJSN124001335IR","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Red \/ White Light","offer_id":57948235891019,"sku":"CJSN124001331EV","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Red \/ Warm Light","offer_id":57948235923787,"sku":"CJSN124001327AZ","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"White \/ Tricolor","offer_id":57948235956555,"sku":"CJSN124001311KP","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"White \/ White Light","offer_id":57948235989323,"sku":"CJSN124001307GT","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"White \/ Warm Light","offer_id":57948236022091,"sku":"CJSN124001303CX","price":159.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260726_200115_b24f8ae6-d417-45aa-a0e1-f45b4cd30f8e.png?v=1785096849"},{"product_id":"bankers-desk-lamp-with-antique-bronze-tone-base-table-lamp-with-white-glass-shade-for-home-office-white","title":"Banker's Desk Lamp — Antique Brass Base, White Glass Shade","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;position:relative;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eTable Lamp\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eTraditional style — \u003cem\u003equietly refined\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA classic banker's-style desk lamp with a slender antique brass-tone body and a softly domed white glass shade. The steel frame keeps it balanced and stable, while the warm light diffuses beautifully through the glass — a considered addition to a desk, console or bedside table.\u003c\/p\u003e\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eShade\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eWhite glass\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eBase \u0026amp; Frame\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eSteel, antique brass-tone finish\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eOverall Size\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e27.5L x 17.5W x 39H cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eShade Size\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e22.5L x 13.5W x 7H cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eBase Diameter\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e17.5 cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eCable Length\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e1.55 m\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSocket\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eE27, max 40W (bulb not included)\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSwitch\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003ePull-chain\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eClassic banker's-lamp silhouette — traditional shape with vintage flair\u003c\/li\u003e\n      \u003cli\u003eSoft white glass shade — diffuses a warm, even glow\u003c\/li\u003e\n      \u003cli\u003eSolid steel frame and base — stable and built for everyday use\u003c\/li\u003e\n      \u003cli\u003eSimple pull-chain switch — easy on, easy off\u003c\/li\u003e\n      \u003cli\u003eNo assembly required — simply plug in and it's ready to use\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eHome office desk — a traditional companion for focused work\u003c\/li\u003e\n      \u003cli\u003eBedside table — soft, even light that's kind on the eyes at night\u003c\/li\u003e\n      \u003cli\u003eStudy or reading corner — classic styling with genuine function\u003c\/li\u003e\n      \u003cli\u003eConsole or hallway table — a refined first impression near the door\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.4s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003eFitted with an E27 socket (maximum 40W) — bulb not included. No assembly required; simply plug in and it's ready to use.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eTraditional shape, quiet glow — a small classic for any desk.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":57948252537163,"sku":"CJCJ26806450001","price":89.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260726_194411_e3e8a2bc-9f16-466a-a092-8e67c4d259f2.png?v=1785095278"},{"product_id":"tiffany-style-rose-and-butterfly-table-lamp-multi","title":"Rose \u0026 Butterfly Stained Glass Table Lamp — Tiffany-Style Bronze Banker's Lamp","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;position:relative;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eTable Lamp\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eA rose in glass — \u003cem\u003elit from within\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eHandcrafted from individually cut and copper-foiled glass, the shade on this Tiffany-style table lamp brings a rose and butterfly motif to life in warm reds, ambers and greens. Set on a weighted bronze-tone base with a classic banker's-lamp silhouette, it's a piece that feels collected rather than bought — a soft, coloured glow for any room that needs a little more character.\u003c\/p\u003e\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eShade\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eHandcrafted stained glass, rose \u0026amp; butterfly design\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eBase\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eBronze-tone metal\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eOverall Size\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e24W x 19D x 45H cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eShade Size\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e23W x 14D x 9.5H cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eBase Diameter\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e15 cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eCable Length\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e150 cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSocket\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eE27, max 40W (bulb not included)\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSwitch\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003ePull-chain \u0026amp; inline rocker switch\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eHandcrafted stained glass shade — rose and butterfly motif in warm reds, ambers and greens\u003c\/li\u003e\n      \u003cli\u003eWarm ambient glow — light filters through the coloured glass for a soft, atmospheric spread\u003c\/li\u003e\n      \u003cli\u003eDual switching — pull-chain and inline rocker switch, whichever's easiest to reach\u003c\/li\u003e\n      \u003cli\u003eSturdy bronze-tone base — weighted and stable, so the glass stays the star of the show\u003c\/li\u003e\n      \u003cli\u003eNo assembly required — plug in and it's ready to go\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eHome office desk — a classic banker's-lamp shape with a decorative twist\u003c\/li\u003e\n      \u003cli\u003eBedside table — soft coloured light that's easy on the eyes come evening\u003c\/li\u003e\n      \u003cli\u003eConsole or hallway table — a striking first impression near the entrance\u003c\/li\u003e\n      \u003cli\u003eLiving room side table — adds warmth and colour to any seating area\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.4s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003eFitted with an E27 socket (maximum 40W) — bulb not included. No assembly required; simply plug in and it's ready to use.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eColour and light, handcrafted into a single glowing piece.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":57948258206027,"sku":"CJFU26678860001","price":149.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260726_193202_b28bfa79-97be-4bb7-82fa-910a97e78ccc.png?v=1785094521"},{"product_id":"bedside-study-room-childrens-room-model-room-table-lamp","title":"Dome Table Lamp — Enamelled Metal Shade, Marble Base","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;position:relative;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n\u003cp class=\"av-eyebrow\"\u003eBedside \u0026amp; Study Lighting\u003c\/p\u003e\n\u003cp class=\"av-headline\"\u003eA dome with real presence — \u003cem\u003ecast in enamelled metal, grounded in marble\u003c\/em\u003e\u003c\/p\u003e\n\u003cp class=\"av-body\"\u003eThe Mushroom Dome Table Lamp pairs a glossy, enamelled metal shade with a solid marble base for a piece that feels as good as it looks. The rounded dome tilts gently over the light source, casting a soft downward glow perfect for reading or winding down. Compact enough for a bedside table or study desk, and substantial enough to hold its own as a considered design piece. Available in Black, Green, or White.\u003c\/p\u003e\n\u003cdiv style=\"margin-top: 36px; animation-delay: .1s;\" class=\"av-section\"\u003e\n\u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eShade\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eEnamelled metal dome\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eBase\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eSolid marble cylinder\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSize\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e28 x 26 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eFitting\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eE27\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSwitch\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eIn-line touch switch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColour\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eBlack, Green or White\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"animation-delay: .2s;\" class=\"av-section\"\u003e\n\u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"feat-list\"\u003e\n\u003cli\u003eIconic mushroom dome silhouette — a considered, sculptural shape\u003c\/li\u003e\n\u003cli\u003eSolid marble base — real weight and a genuinely tactile finish\u003c\/li\u003e\n\u003cli\u003eGlossy enamelled shade — a smooth, jewel-like colour finish\u003c\/li\u003e\n\u003cli\u003eSoft downward glow — gentle enough for reading or evenings\u003c\/li\u003e\n\u003cli\u003eThree colourways — Black, Green, or White to suit any room\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"animation-delay: .3s;\" class=\"av-section\"\u003e\n\u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"feat-list\"\u003e\n\u003cli\u003eBedside table — a warm, gentle glow to read or unwind by\u003c\/li\u003e\n\u003cli\u003eStudy desk — considered task lighting with genuine character\u003c\/li\u003e\n\u003cli\u003eChildren's room — a playful shape that still feels grown-up\u003c\/li\u003e\n\u003cli\u003eLiving room console — a compact style statement\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"animation-delay: .4s;\" class=\"av-section\"\u003e\n\u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notice\"\u003eUK plug included — ready to use straight out of the box.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quote\"\u003eA small dome of light with genuine design pedigree.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Black","offer_id":57948312568139,"sku":"CJSN127415603CX","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Green","offer_id":57948312600907,"sku":"CJSN127415607GT","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57948312633675,"sku":"CJSN127415611KP","price":159.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260728_144217_3ad0e97d-f874-47bc-acd6-ece7ebda542c.png?v=1785250544"},{"product_id":"retro-cashier-front-desk-mid-ancient-orange-pot-cover-decorative-table-lamp","title":"Table Lamp — Retro 70s Acrylic Dome, Chrome Base","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;position:relative;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eRetro Table Lighting\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eA dome of light, straight from the seventies — \u003cem\u003eglowing softly from within\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eThe Mushroom Table Lamp brings back the sculptural charm of Space Age design, with a wide acrylic dome shade sitting over a glowing opal glass globe and a cool chrome base. It's a shape that instantly says retro without trying too hard — equally at home on a bedside table, a console, or a home office desk. Choose Orange for a burst of vintage colour, or White for a softer, more understated glow.\u003c\/p\u003e\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eShade\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eAcrylic mushroom dome\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eDiffuser\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eOpal glass globe\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eBase\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eChrome cylinder\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSize\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e30 x 35cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLight Tone\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eWarm glow\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColour\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eOrange or White\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eIconic mushroom silhouette — instantly recognisable retro design\u003c\/li\u003e\n      \u003cli\u003eGlowing opal globe — peeks through the dome for a soft halo effect\u003c\/li\u003e\n      \u003cli\u003eChrome cylinder base — a cool, grounded contrast to the acrylic shade\u003c\/li\u003e\n      \u003cli\u003eWarm, ambient light — flattering enough for evenings, practical enough for everyday\u003c\/li\u003e\n      \u003cli\u003eTwo colourways — bold Orange or understated White\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eBedside table — a soft, sculptural glow to fall asleep by\u003c\/li\u003e\n      \u003cli\u003eLiving room console — a statement piece that doubles as ambient lighting\u003c\/li\u003e\n      \u003cli\u003eHome office desk — retro charm with genuinely useful task light\u003c\/li\u003e\n      \u003cli\u003eHallway or entrance table — a warm welcome as you walk in\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.4s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003eUK plug included — ready to use straight out of the box.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eA retro shape that never really went out of style.\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Avertta","offers":[{"title":"Orange","offer_id":57948314370379,"sku":"CJSN199134702BY","price":169.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57948314403147,"sku":"CJSN199134706FU","price":169.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260726_183442_12698293-8e56-4c7e-9ff2-0703d187f0e5.png?v=1785091305"},{"product_id":"american-dimmable-glass-stripe-lamp","title":"Ribbed Glass Table Lamp — Dimmable, Three-Tone Light","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;position:relative;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n\u003cp class=\"av-eyebrow\"\u003eTable Lighting\u003c\/p\u003e\n\u003cp class=\"av-headline\"\u003eA Soft Glow Through Ribbed Glass — \u003cem\u003econsidered light, beautifully cast\u003c\/em\u003e\u003c\/p\u003e\n\u003cp class=\"av-body\"\u003eThis table lamp pairs a gently ribbed glass shade with a simple dimmable base, casting a soft, textured glow across any room. A quiet, considered piece for wherever you want warmth without harsh light.\u003c\/p\u003e\n\u003cdiv class=\"av-section\" style=\"margin-top: 36px; animation-delay: .1s;\"\u003e\n\u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eShade Material\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eRibbed Glass\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eStyle\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eModern Minimalist\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLight\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eDimmable, Three-Tone\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eVoltage\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e220–240V, UK Plug\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColour\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eDark Blue, Dark Green, Pink, White, Yellow\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-section\" style=\"animation-delay: .2s;\"\u003e\n\u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"feat-list\"\u003e\n\u003cli\u003eDimmable knob controle — cycles through three light tones\u003c\/li\u003e\n\u003cli\u003eStepless dimming — set exactly the level of glow you want\u003c\/li\u003e\n\u003cli\u003eRibbed glass shade — softly diffuses and textures the light\u003c\/li\u003e\n\u003cli\u003eCompact footprint — fits neatly on a bedside table or console\u003c\/li\u003e\n\u003cli\u003eUK plug included — ready to use straight out of the box\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-section\" style=\"animation-delay: .3s;\"\u003e\n\u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"feat-list\"\u003e\n\u003cli\u003eBedside table — soft light for winding down at night\u003c\/li\u003e\n\u003cli\u003eLiving room console — a warm accent glow in the evening\u003c\/li\u003e\n\u003cli\u003eHome office desk — gentle ambient light beside your screen\u003c\/li\u003e\n\u003cli\u003eReading nook — a cosy pool of light for quiet evenings\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-section\" style=\"animation-delay: .4s;\"\u003e\n\u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notice\"\u003eUK plug included — ready to use straight out of the box. Use the base knob control to cycle through three light tones and dim to your preferred brightness.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quote\"\u003eA soft, considered glow for wherever you need it.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Blue","offer_id":57975358030155,"sku":"CJSN185308819SH","price":59.99,"currency_code":"GBP","in_stock":true},{"title":"Green","offer_id":57975358062923,"sku":"CJSN185308815OL","price":59.99,"currency_code":"GBP","in_stock":true},{"title":"Pink","offer_id":57975358095691,"sku":"CJSN185308807GT","price":59.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57975358128459,"sku":"CJSN185308803CX","price":59.99,"currency_code":"GBP","in_stock":true},{"title":"Yellow","offer_id":57975358161227,"sku":"CJSN185308811KP","price":59.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260729_175007_e6b2fb83-255e-466c-b0ff-566115b79a02.png?v=1785348763"},{"product_id":"ins-retro-glass-table-lamp-net-red-table-lamp-small-red-book-bedroom-bedside","title":"Bubble Glass Table Lamp — USB Powered, Push-Button Switch","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;position:relative;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eTable Lighting\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eA Little Pool of Light — \u003cem\u003etextured glass, gently glowing\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eThis small glass table lamp has a softly textured, bubbled surface that catches the light beautifully whether it's switched on or off. Compact and USB powered, it's an easy way to add a warm glow to a desk, shelf, or bedside table.\u003c\/p\u003e\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eShade Material\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eTextured Glass\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eStyle\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eModern Minimalist\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePower\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUSB, Push-Button Switch\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eHeight\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eApprox. 19cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColour\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e10 Colourways\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eSoftly textured glass — catches the light beautifully, on or off\u003c\/li\u003e\n      \u003cli\u003eUSB powered — plug into a laptop, power bank, or USB adaptor\u003c\/li\u003e\n      \u003cli\u003eSimple push-button switch — no fiddly dials or apps\u003c\/li\u003e\n      \u003cli\u003eCompact 19cm height — fits neatly on a desk or bedside table\u003c\/li\u003e\n      \u003cli\u003eSoft, warm glow — gentle enough for a bedroom at night\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eBedside table — a gentle glow for winding down at night\u003c\/li\u003e\n      \u003cli\u003eDesk — soft ambient light beside your laptop or monitor\u003c\/li\u003e\n      \u003cli\u003eBookshelf — a warm little accent among your favourite reads\u003c\/li\u003e\n      \u003cli\u003eConsole table — a compact statement piece by the door\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.4s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003eUSB powered — plug into any USB port, laptop, or power bank. No assembly required; simply plug in and press the button to switch on.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eA small, textured glow for wherever you need it.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Coffee","offer_id":57975670243659,"sku":"CJJT131987583EV","price":44.99,"currency_code":"GBP","in_stock":true},{"title":"Ocean","offer_id":57975670178123,"sku":"CJJT131987573UF","price":69.99,"currency_code":"GBP","in_stock":true},{"title":"Blue","offer_id":57975670210891,"sku":"CJJT131987553AZ","price":44.99,"currency_code":"GBP","in_stock":true},{"title":"Pink","offer_id":57975670341963,"sku":"CJJT131987543QJ","price":59.99,"currency_code":"GBP","in_stock":true},{"title":"Purple","offer_id":57975670374731,"sku":"CJJT131987523WD","price":44.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57975670407499,"sku":"CJJT131987503CX","price":44.99,"currency_code":"GBP","in_stock":true},{"title":"Green","offer_id":57975670276427,"sku":"CJJT131987593OL","price":44.99,"currency_code":"GBP","in_stock":true},{"title":"Matte White","offer_id":57975670309195,"sku":"CJJT131987513MN","price":44.99,"currency_code":"GBP","in_stock":true},{"title":"Beige","offer_id":57975670112587,"sku":"CJJT131987563KP","price":59.99,"currency_code":"GBP","in_stock":true},{"title":"Yellow","offer_id":57975670145355,"sku":"CJJT131987533GT","price":59.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260729_190404_f95288cb-1618-495c-8dd3-43453f615dd0.png?v=1785353034"},{"product_id":"led-portable-hanging-neck-light-student-eye-protection-reading-light","title":"Eye Protection Reading Light","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eReading Lamps\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eReading light that goes wherever you do — \u003cem\u003ehands-free, always in reach\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eThis portable neck light hangs comfortably around your shoulders, casting soft, even light exactly where you're reading, working, or studying — without needing a hand free to hold it or a lamp fixed to one spot. Lightweight and cordless, it moves with you from the sofa to the bed to the desk.\u003c\/p\u003e\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLampshade Material\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003ePlastic\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColour Rendering Index\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e80-89\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSwitching\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eRemote Control\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePower Supply\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUSB\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLight Mode\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eSingle or Dual Colour Temperature\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColour\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eWhite, Black\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eHangs around the neck — hands-free reading light wherever you sit\u003c\/li\u003e\n      \u003cli\u003eRemote control — switch and adjust without reaching for the light itself\u003c\/li\u003e\n      \u003cli\u003eSoft, even light designed to reduce eye strain\u003c\/li\u003e\n      \u003cli\u003eLightweight and genuinely portable\u003c\/li\u003e\n      \u003cli\u003eUSB rechargeable — no mains cable needed\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eBed — read comfortably without disturbing anyone else's light\u003c\/li\u003e\n      \u003cli\u003eDesk — focused light for studying or working late\u003c\/li\u003e\n      \u003cli\u003eSofa — hands-free light for a book or a puzzle\u003c\/li\u003e\n      \u003cli\u003eTravel — pack it for reading on a train, plane, or in a hotel room\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.4s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003eUSB powered — charge fully via the included USB cable before first use. No assembly required; simply charge and use the remote to switch on.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eGood light, wherever you decide to read.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Black \/ Dual Colour Temperature","offer_id":58015051383115,"sku":"CJJT164468502BY","price":24.99,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Single Colour Temperature","offer_id":58015051415883,"sku":"CJJT164468501AZ","price":22.99,"currency_code":"GBP","in_stock":true},{"title":"White \/ Dual Colour Temperature","offer_id":58015051448651,"sku":"CJJT164468504DW","price":24.99,"currency_code":"GBP","in_stock":true},{"title":"White \/ Single Colour Temperature","offer_id":58015051481419,"sku":"CJJT164468503CX","price":22.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Aug_6_2026_06_29_29_PM.png?v=1786034020"},{"product_id":"bedroom-glass-atmosphere-decorative-light","title":"Lumo - Candle Warmer","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eBedside Lighting\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eAtmosphere Glass Lamp — \u003cem\u003ea soft glow for the bedroom\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA gently glowing glass lamp set on a solid wood plate, designed to bring a warm, ambient light to the bedside table or reading nook. Switch between three light colours to suit the mood, and choose from Orange, White, or Yellow to match your space.\u003c\/p\u003e\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eSolid Wood, Iron Plating, Glass\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eBase Plate Size\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e20cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eOverall Height\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e28cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLight Source\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eThree Colour\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eThree colour light source — switch between light tones to suit the mood\u003c\/li\u003e\n      \u003cli\u003eSolid wood base plate — a warm, natural foundation with a stable footprint\u003c\/li\u003e\n      \u003cli\u003eGlass shade — a soft, diffused glow across the room\u003c\/li\u003e\n      \u003cli\u003eIron plating detail — a subtle structural accent\u003c\/li\u003e\n      \u003cli\u003eCompact bedside profile — 20cm base, 28cm tall\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eBedroom — place on a bedside table for soft ambient light\u003c\/li\u003e\n      \u003cli\u003eLiving Room — a warm accent on a side table or console\u003c\/li\u003e\n      \u003cli\u003eStudy — gentle mood lighting for evening reading\u003c\/li\u003e\n      \u003cli\u003eNursery — a soft, comforting glow for little ones\u003c\/li\u003e\n      \u003cli\u003eEntryway — a welcoming atmosphere light near the door\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.4s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003eWipe clean with a soft, dry cloth. Keep away from water and direct moisture. The glass shade should be handled with care.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eA soft glow that settles the room for the evening.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Orange","offer_id":58101132329291,"sku":"CJSN173050803CX","price":84.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":58101132362059,"sku":"CJSN173050811KP","price":84.99,"currency_code":"GBP","in_stock":true},{"title":"Yellow","offer_id":58101132394827,"sku":"CJSN173050807GT","price":84.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Aug_11_2026_08_20_28_PM.png?v=1786472549"},{"product_id":"led-lit-desktop-makeup-mirror-with-built-in-lights","title":"Liora - LED Makeup Mirror","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eMakeup Mirrors\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eSoft, even light — \u003cem\u003ewherever you get ready\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eThe Liora Makeup Mirror brings salon-quality light to your dressing table, with a ring of built-in LEDs designed to flatter rather than flatten. Its silver reflective lens gives a clear, true-to-life reflection, while the compact desktop stand keeps it steady and out of the way.\u003c\/p\u003e\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColour\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eWhite, Pink\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLight Source\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eBuilt-in LED\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eFrame Material\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003ePU \/ PS \/ PVC\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLens Material\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eSilver Reflective Lens\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePower\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUSB Powered\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eStyle\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eDesktop \/ Tabletop\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eBuilt-in LED ring — soft, even illumination for makeup, skincare, and grooming\u003c\/li\u003e\n      \u003cli\u003eSilver reflective lens — a clear, true-to-life reflection with no distortion\u003c\/li\u003e\n      \u003cli\u003eCompact desktop design — sits neatly on any dressing table, desk, or shelf\u003c\/li\u003e\n      \u003cli\u003eUSB powered — no batteries or mains plug required\u003c\/li\u003e\n      \u003cli\u003eLightweight and portable — easy to move between rooms or pack for travel\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eDressing table — everyday makeup application with flattering light\u003c\/li\u003e\n      \u003cli\u003eBathroom counter — a bright, clear mirror for your morning routine\u003c\/li\u003e\n      \u003cli\u003eBedroom — tucked onto a bedside table or vanity corner\u003c\/li\u003e\n      \u003cli\u003eHome office desk — quick touch-ups between calls\u003c\/li\u003e\n      \u003cli\u003eTravel bag — compact enough to bring along\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.4s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003eUSB powered — plug into any USB port, laptop, or power bank. No assembly required; simply plug in and it's ready to use.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eGood light makes all the difference — every single morning.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"White","offer_id":58101196226891,"sku":"CJYD277875001AZ","price":27.99,"currency_code":"GBP","in_stock":true},{"title":"Pink","offer_id":58101196194123,"sku":"CJYD277875002BY","price":27.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Aug_12_2026_01_49_59_PM.png?v=1786535598"},{"product_id":"nordic-style-creative-white-animal-mouse-lamp-for-living-room-and-dining-room","title":"Hazel - Nordic Mouse Table Lamp","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;border:none !important}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eTable Lamps\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eA little character — \u003cem\u003equietly placed\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eHazel takes the classic Nordic table lamp and gives it a playful edge — a sculptural mouse figure, cast in a smooth matte finish, holding a soft glowing shade aloft. Choose from three poses in black, gold or white, so the finish and stance can match the rest of the room.\u003c\/p\u003e\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eStyle\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eLight Luxury, Nordic-inspired\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eFinish\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eBlack \/ Gold \/ White\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eDesign\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eStanding \/ Sitting \/ Lying Mouse\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSize\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eStanding 6 x 11 x 14cm · Sitting 5 x 13 x 11cm · Lying 6 x 15 x 8cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePlug\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUK 3-pin\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eSculptural mouse figure base — a smooth matte finish with real character\u003c\/li\u003e\n      \u003cli\u003eSoft, warm glow — suited to ambient rather than task lighting\u003c\/li\u003e\n      \u003cli\u003eThree poses — standing, sitting or lying, to suit different spaces\u003c\/li\u003e\n      \u003cli\u003eThree finishes — black, gold or white to match your room\u003c\/li\u003e\n      \u003cli\u003eCompact footprint — an easy accent for a shelf, console or sideboard\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eLiving room console — a characterful accent light\u003c\/li\u003e\n      \u003cli\u003eDining room sideboard — soft ambient glow for evenings\u003c\/li\u003e\n      \u003cli\u003eBedroom dresser — gentle light without overpowering the room\u003c\/li\u003e\n      \u003cli\u003eBookshelf or entryway table — a playful styling detail\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.4s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003eFitted with a UK plug — ready to use straight out of the box. For indoor use only. Wipe clean with a soft, dry cloth; avoid abrasive cleaners on the finish.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eA quiet glow, with just a little character.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Lying Mouse \/ Black","offer_id":58141404627275,"sku":"CJSN285570230DW","price":39.99,"currency_code":"GBP","in_stock":true},{"title":"Lying Mouse \/ Gold","offer_id":58141404660043,"sku":"CJSN285570234HS","price":39.99,"currency_code":"GBP","in_stock":true},{"title":"Lying Mouse \/ White","offer_id":58141404692811,"sku":"CJSN285570226ZA","price":39.99,"currency_code":"GBP","in_stock":true},{"title":"Sitting Mouse \/ Black","offer_id":58141404725579,"sku":"CJSN285570218RI","price":39.99,"currency_code":"GBP","in_stock":true},{"title":"Sitting Mouse \/ Gold","offer_id":58141404758347,"sku":"CJSN285570222VE","price":39.99,"currency_code":"GBP","in_stock":true},{"title":"Sitting Mouse \/ White","offer_id":58141404791115,"sku":"CJSN285570214NM","price":39.99,"currency_code":"GBP","in_stock":true},{"title":"Standing Mouse \/ Black","offer_id":58141404823883,"sku":"CJSN285570206FU","price":39.99,"currency_code":"GBP","in_stock":true},{"title":"Standing Mouse \/ Gold","offer_id":58141404856651,"sku":"CJSN285570210JQ","price":39.99,"currency_code":"GBP","in_stock":true},{"title":"Standing Mouse \/ White","offer_id":58141404889419,"sku":"CJSN285570202BY","price":39.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Aug_16_2026_08_18_30_PM.png?v=1786904359"},{"product_id":"three-color-color-changing-desk-lamp","title":"Wren - Mushroom Tri-Colour Desk Lamp","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;border:none !important;position:relative}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n\u003cp class=\"av-eyebrow\"\u003eDesk Lamps\u003c\/p\u003e\n\u003cp class=\"av-headline\"\u003eA soft glow, \u003cem\u003ethree ways\u003c\/em\u003e\u003c\/p\u003e\n\u003cp class=\"av-body\"\u003eWren takes its rounded, mushroom-inspired silhouette and fills it with switchable tri-colour light, dimmable across multiple levels to suit the moment. Cast in ceramic and measuring 20 x 22 cm, it settles easily onto a nightstand, desk, or shop window display, in a choice of five soft, light-luxury finishes.\u003c\/p\u003e\n\u003cdiv class=\"av-section\" style=\"margin-top: 36px; animation-delay: .1s;\"\u003e\n\u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eCeramic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eDesign\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eMushroom Silhouette\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSize\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e20 x 22 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLight\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eTri-Colour, Multi-Level Dimming\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePower\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eLow-Voltage, USB-Powered\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eStyle\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eLight Luxury\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColour\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e5 finishes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-section\" style=\"animation-delay: .2s;\"\u003e\n\u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"feat-list\"\u003e\n\u003cli\u003eCeramic body with a rounded, mushroom-inspired silhouette\u003c\/li\u003e\n\u003cli\u003eTri-colour light, switchable to suit the mood of the room\u003c\/li\u003e\n\u003cli\u003eMulti-level dimming for a softer or brighter glow\u003c\/li\u003e\n\u003cli\u003eLow-voltage, USB-powered — simple to set up anywhere\u003c\/li\u003e\n\u003cli\u003eAvailable in 5 soft colourways\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-section\" style=\"animation-delay: .3s;\"\u003e\n\u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"feat-list\"\u003e\n\u003cli\u003eBedroom nightstand — a gentle glow for winding down\u003c\/li\u003e\n\u003cli\u003eStudy or desk — soft, adjustable light for evening work\u003c\/li\u003e\n\u003cli\u003eHotel room — a considered touch of ambient lighting\u003c\/li\u003e\n\u003cli\u003eShop window or display — a compact, eye-catching accent\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-section\" style=\"animation-delay: .4s;\"\u003e\n\u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notice\"\u003eColour and light tone may appear slightly different depending on screen and ambient lighting. Powered via low-voltage USB connection — a USB power source is required. This is not a wireless lamp\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quote\"\u003eA soft glow, three ways.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"White","offer_id":58158152810827,"sku":"CJSN305530002BY","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Dark Red","offer_id":58158152843595,"sku":"CJSN305530003CX","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Milky Yellow","offer_id":58158152876363,"sku":"CJSN305530004DW","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Pink","offer_id":58158152909131,"sku":"CJSN305530005EV","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Wine Red","offer_id":58158152941899,"sku":"CJSN305530006FU","price":49.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Aug_25_2026_08_39_11_AM.png?v=1787639975"},{"product_id":"retro-bud-table-lamp-atmosphere-wireless-charging-table-lamp","title":"Marnie - Retro Bud Touch Table Lamp","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}\n@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}\n.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}\n.av-eyebrow{font-family:'Jost',sans-serif;font-weight:400;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}\n.av-headline{font-family:'Cormorant Garamond',serif !important;font-weight:300 !important;font-size:34px !important;line-height:1.25 !important;color:var(--charcoal) !important;margin:0 0 20px !important;text-transform:none !important;letter-spacing:normal !important}\n.av-headline em{font-style:italic}\n.av-body{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;line-height:1.85;color:var(--mid);max-width:640px;margin:0}\n.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}\n.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}\n.av-label{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;margin:0}\n.av-label-line{flex:1;height:1px;background:var(--rule)}\n.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}\n.spec-key{font-family:'Jost',sans-serif;font-weight:400;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:4px}\n.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}\n.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}\n.feat-list li{font-family:'Jost',sans-serif;font-weight:300;font-size:14px;color:var(--mid);line-height:1.75;padding:7px 0 7px 20px !important;border:none !important;position:relative}\n.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}\n.notice{border:1px solid var(--rule);padding:20px 24px;font-family:'Jost',sans-serif;font-weight:300;font-size:13px;color:var(--mid);line-height:1.85}\n.quote{border-left:2px solid var(--accent);padding-left:24px;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:300;font-size:22px;color:var(--mid);line-height:1.5;margin-top:36px;border-radius:0}\n\u003c\/style\u003e\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eTable Lamps\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eA soft bud silhouette, \u003cem\u003etouched to life\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eMarnie is a cordless table lamp with a rounded, bud-like dome and a single ball touch point at the top. Rest a finger on it and the light rises through three warm shades, or hold to dim steplessly to exactly the glow you want. USB rechargeable, so it moves freely from nightstand to shelf to dinner table without a cable in sight. Available in four glossy colourways.\u003c\/p\u003e\n  \u003cdiv class=\"av-section\" style=\"margin-top:36px;animation-delay:.1s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eEco-Friendly PC\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColour\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eHighlight Yellow, Wine Red, Peach Pink or Pearl White\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eDome Diameter\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e16cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eHeight\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e29.5cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eBase Diameter\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e9cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eCharging\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUSB, Cordless Use\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eControl\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eTop Touch Switch, Three-Shade Stepless Dimming\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eIncluded\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e1x Table Lamp\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.2s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eSingle-touch top switch turns the lamp on instantly\u003c\/li\u003e\n      \u003cli\u003ePress and hold for stepless dimming across three warm shades\u003c\/li\u003e\n      \u003cli\u003eUSB rechargeable — no cable needed once charged\u003c\/li\u003e\n      \u003cli\u003eCompact, rounded bud silhouette in eco-friendly PC\u003c\/li\u003e\n      \u003cli\u003eFour glossy colourways to match any room\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.3s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003eWhere to use it\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eBedside for soft, adjustable night lighting\u003c\/li\u003e\n      \u003cli\u003eDining and coffee tables for ambient evening light\u003c\/li\u003e\n      \u003cli\u003eLiving rooms, shelves, or reading nooks\u003c\/li\u003e\n      \u003cli\u003eOutdoor patios and balconies for cordless evening use\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.4s\"\u003e\n    \u003cdiv class=\"av-label-row\"\u003e\n\u003cp class=\"av-label\"\u003ePlease note\u003c\/p\u003e\n\u003cdiv class=\"av-label-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003eCharge fully via USB before first use. The touch switch is sensitive to a light tap — press and hold to move through dimming levels rather than repeated tapping.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eA soft bud silhouette, touched to life.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Yellow","offer_id":58204583526731,"sku":"CJSN260771404DW","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Wine Red","offer_id":58204583625035,"sku":"CJSN260771401AZ","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Peach Pink","offer_id":58204583559499,"sku":"CJSN260771402BY","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Pearl White","offer_id":58204583592267,"sku":"CJSN260771403CX","price":49.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Aug_20_2026_08_42_37_PM.png?v=1787251418"},{"product_id":"double-row-lamp-beads-led-reading-light-rotating","title":"Clip-On Book Light - Rechargeable, 3 Colour Temperatures","description":"\u003cp\u003eThis clip-on book light gives you focused, flicker-free lighting for reading in bed without disturbing anyone beside you. The double-row LED panel sits on a flexible gooseneck arm, so you can bend it to exactly the angle you need, and the sprung clip fastens securely to a book, headboard, or shelf edge.\u003c\/p\u003e\u003cp\u003eChoose from three colour temperatures — white, mixed, or warm amber — and five brightness levels, all controlled with a simple press-and-hold button. A built-in rechargeable battery gives up to 80 hours of light on a single charge, so it's ready whenever you need it.\u003c\/p\u003e\u003cp\u003eCompact and portable, it's an easy way to read, work, or relax without switching on the main light.\u003c\/p\u003e\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\u003cul\u003e\n\u003cli\u003eDouble-row LED panel with flicker-free, glare-free light\u003c\/li\u003e\n\u003cli\u003eFlexible gooseneck arm bends to your exact reading angle\u003c\/li\u003e\n\u003cli\u003eSprung clip fits securely to books, headboards, and shelves\u003c\/li\u003e\n\u003cli\u003eThree colour temperatures and five brightness levels\u003c\/li\u003e\n\u003cli\u003eBuilt-in rechargeable battery lasts up to 80 hours per charge\u003c\/li\u003e\n\u003c\/ul\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e\u003c\/p\u003e\u003cp\u003ePowered by a built-in rechargeable battery, topped up via USB. Short-press the button to cycle through brightness levels, long-press for stepless dimming. Colour may appear slightly different in person due to screen settings and lighting.\u003c\/p\u003e\u003cp\u003e\u003cem\u003eA compact, flicker-free light that makes reading in bed easier for everyone.\u003c\/em\u003e\u003c\/p\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":58220188696907,"sku":"CJJT224072603CX","price":22.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Aug_30_2026_12_50_53_PM.png?v=1788088153"},{"product_id":"touch-led-charging-table-lamp-creative-dining-hotel-bar-coffee-table-lamp-outdoor-night-light-living-room-decorative-desk-lamp","title":"Orb - Rechargeable Touch Table Lamp","description":"\u003cp\u003eOrb is a compact, rechargeable table lamp built for warm, low-key mood lighting anywhere in the home. A touch sensor on the top cycles through three brightness levels, so you can dial the glow up for a coffee table or down for a nightstand.\u003c\/p\u003e\n\u003cp\u003eIt runs on a built-in 1800mAh lithium battery good for up to 25 hours on a single charge, and tops back up via the included USB charging cable — plug it into a laptop, power bank, or any wall outlet. The iron and acrylic build keeps a sleek, low-profile silhouette that suits a home table just as well as a restaurant or bar counter.\u003c\/p\u003e\n\u003cp\u003eAvailable in Black, Bronze, and Silver, each finished to the same considered standard.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eTouch-sensor dimmer with 3 brightness levels\u003c\/li\u003e\n\u003cli\u003eBuilt-in 1800mAh rechargeable battery\u003c\/li\u003e\n\u003cli\u003eUp to 25 hours of use on a single charge\u003c\/li\u003e\n\u003cli\u003eCharges via any USB port, cable included\u003c\/li\u003e\n\u003cli\u003eIron and acrylic construction\u003c\/li\u003e\n\u003cli\u003e21 x 9 x 12.5 cm size\u003c\/li\u003e\n\u003cli\u003eAvailable in Black, Bronze, and Silver\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cem\u003eA small glow that goes wherever you need it.\u003c\/em\u003e\u003c\/p\u003e","brand":"Avertta","offers":[{"title":"Black","offer_id":58245159354699,"sku":"CJSN142125212LO","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Bronze","offer_id":58245159387467,"sku":"CJSN142125203CX","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Silver","offer_id":58245159420235,"sku":"CJSN142125202BY","price":49.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Aug_26_2026_09_18_11_PM_3ee224fd-cee7-4106-ba32-3de513f267b7.png?v=1787772551"},{"product_id":"table-lamp-simple-bar-cafe-small-table-lamp-night-light","title":"Moderna - Simple Touch Table Lamp","description":"\u003cp\u003eMary Ann is a small, simple table lamp designed to sit neatly on a bar counter, cafe table, or nightstand. A touch switch cycles through three brightness levels, giving you a warm 3000k glow that's easy to dial in.\u003c\/p\u003e\n\u003cp\u003eInside is a built-in 1800mAh battery good for 15-20 hours of use, powered through the included USB charging cable. The iron and ABS build keeps it lightweight at just 410g, with a compact 22 x 9 cm footprint that doesn't crowd a small table.\u003c\/p\u003e\n\u003cp\u003eAvailable in Bronze, Golden, and Silver, each finished to the same considered standard.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eTouch switch with 3-stage dimming\u003c\/li\u003e\n\u003cli\u003eWarm 3000k light\u003c\/li\u003e\n\u003cli\u003eBuilt-in 1800mAh battery, 15-20 hours use\u003c\/li\u003e\n\u003cli\u003eCharges via any USB port, cable included\u003c\/li\u003e\n\u003cli\u003eIron and ABS construction\u003c\/li\u003e\n\u003cli\u003e22 x 9 cm size, 410g\u003c\/li\u003e\n\u003cli\u003eAvailable in Bronze, Golden, and Silver\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cem\u003eA small lamp with a warm glow, wherever you put it.\u003c\/em\u003e\u003c\/p\u003e","brand":"Avertta","offers":[{"title":"Bronze","offer_id":58245185896779,"sku":"CJJT117025002BY","price":39.99,"currency_code":"GBP","in_stock":true},{"title":"Gold","offer_id":58245185929547,"sku":"CJJT117025001AZ","price":39.99,"currency_code":"GBP","in_stock":true},{"title":"Silver","offer_id":58245185962315,"sku":"CJJT117025003CX","price":39.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260826_191740_ddaf320c-4cf9-4b67-bf68-03ef1be02bd9.png?v=1787772662"},{"product_id":"portable-diamond-table-lamp-colorful-touch","title":"Facet - Portable Diamond Touch Lamp","description":"\u003cp\u003eFacet is a portable, diamond-cut table lamp with a faceted acrylic shade that catches and scatters the light beautifully. Choose between two touch-controlled modes: Tricolor Touch cycles through three fixed light tones, while Colour-Changing Touch shifts smoothly through a full spectrum of colours.\u003c\/p\u003e\n\u003cp\u003eIt's rechargeable via the included USB cable, so there's no need to stay near a plug socket — just charge it up and carry it wherever you want a bit of ambient light, from a bedside table to a dinner table.\u003c\/p\u003e\n\u003cp\u003eChoose from Tricolor Touch or Colour-Changing Touch, each finished to the same considered standard.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eFaceted diamond-cut acrylic shade\u003c\/li\u003e\n\u003cli\u003eTouch control\u003c\/li\u003e\n\u003cli\u003eTwo light modes: Tricolor or Colour-Changing\u003c\/li\u003e\n\u003cli\u003eRechargeable via USB, cable included\u003c\/li\u003e\n\u003cli\u003ePortable, cordless design\u003c\/li\u003e\n\u003cli\u003e26.8 x 12 cm size\u003c\/li\u003e\n\u003cli\u003eLow voltage, 1W\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cem\u003eA little faceted glow you can take anywhere.\u003c\/em\u003e\u003c\/p\u003e","brand":"Avertta","offers":[{"title":"Tricolour Touch","offer_id":58245304451403,"sku":"CJSN122666904DW","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Colour-Changing Touch","offer_id":58245304484171,"sku":"CJSN122666901AZ","price":57.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Aug_26_2026_09_49_17_PM.png?v=1787773959"},{"product_id":"creative-magpie-aromatherapy-led-car-decorative-light","title":"Magpie - LED Aromatherapy Ornament","description":"\u003cp\u003eThis magpie-shaped ornament brings together a soft LED glow and a simple aromatherapy base in one small decorative piece. It's designed to sit happily on a car dashboard, desk, or shelf, adding a touch of ambient light and scent wherever you place it.\u003c\/p\u003e\n\u003cp\u003eThe round base holds a few drops of your favourite essential oil, while the metal magpie figure lights up softly from within. It's low voltage and charges via the included USB cable, so it's easy to top up and move between spaces.\u003c\/p\u003e\n\u003cp\u003eAvailable in Chrome, Mahogany, or Maple, each finished to the same considered standard.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eLED-lit magpie figure with metal build\u003c\/li\u003e\n\u003cli\u003eAromatherapy round base for essential oils\u003c\/li\u003e\n\u003cli\u003eModern minimalist design\u003c\/li\u003e\n\u003cli\u003eLow voltage, USB rechargeable\u003c\/li\u003e\n\u003cli\u003eCompact size, suits car or desk\u003c\/li\u003e\n\u003cli\u003eCharging cable included\u003c\/li\u003e\n\u003cli\u003eAvailable in 3 finishes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cem\u003eA little light and scent, wherever you need it.\u003c\/em\u003e\u003c\/p\u003e","brand":"Avertta","offers":[{"title":"Chrome","offer_id":58247206142283,"sku":"CJJT146810702BY","price":24.99,"currency_code":"GBP","in_stock":true},{"title":"Mahogany","offer_id":58247206175051,"sku":"CJJT146810703CX","price":24.99,"currency_code":"GBP","in_stock":true},{"title":"Maple","offer_id":58247206207819,"sku":"CJJT146810701AZ","price":24.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Aug_25_2026_07_45_43_PM.png?v=1787680128"},{"product_id":"retro-small-night-lamp-bedroom-mini-desktop-led-cute-night-lamp-creative-usb-rechargeable-portable-cartoon-table-lamp-for-coffee-bar-hotel-bedroom-home-decor","title":"Table Lamp - USB Rechargeable, Dimmable, LED, Desk Light, Bedroom","description":"\u003cp\u003eThis retro oil-lamp style night light features a cute, smiling droplet-shaped light nestled under a glass dome, with a warm, flicker-free glow that suits a bedside table, desk, or coffee shop counter.\u003c\/p\u003e\n\n\u003cp\u003eIt runs on a rechargeable 800mAh battery — up to 6 hours on high brightness or 120 hours on low — and offers two modes: a steady regular glow or a flickering candlelight effect, both with stepless dimming via the rotary knob.\u003c\/p\u003e\n\n\u003cp\u003eCompact at 100 x 108 x 124mm, it includes a 15-minute auto-off timer and is available in Green or Yellow.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003eRetro oil-lamp design with cute droplet character\u003c\/li\u003e\n\u003cli\u003eRegular and candlelight (flicker) modes\u003c\/li\u003e\n\u003cli\u003eStepless dimming via rotary knob\u003c\/li\u003e\n\u003cli\u003eUSB rechargeable, 800mAh battery\u003c\/li\u003e\n\u003cli\u003eUp to 120 hours battery life on low\u003c\/li\u003e\n\u003cli\u003e15-minute auto-off timer\u003c\/li\u003e\n\u003cli\u003eAvailable in Green or Yellow\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003e\u003cem\u003eA little glow with a lot of character.\u003c\/em\u003e\u003c\/p\u003e","brand":"Avertta","offers":[{"title":"Green","offer_id":58300849848651,"sku":"CJJT198963403CX","price":34.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":58300849881419,"sku":"CJJT198963402BY","price":34.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Aug_30_2026_01_12_33_PM.png?v=1788088366"},{"product_id":"creative-led-bread-maker-night-light-usb-charging-dimming-toast-lamp-bedroom-children-timing-sleeping-lamps-funny-light","title":"Night Light - USB Rechargeable, Dimmable, Timer, Bedroom","description":"\u003cp\u003eThis toaster-shaped night light brings a playful, retro touch to a child's bedroom, with a warm LED glow and a friendly smiling face that make it a soothing companion at bedtime.\u003c\/p\u003e\n\n\u003cp\u003eA long press on the side lever adjusts the brightness between a brighter mode for reading or nappy changes and a soft low mode for sleeping, while a double-click sets a 15-minute sleep timer so it switches off on its own.\u003c\/p\u003e\n\n\u003cp\u003eIt is USB-C rechargeable, with a built-in 800mAh battery that runs up to 6 hours on high brightness or 120 hours on low from a 2.5-hour charge, and measures 134 x 54 x 98mm — small and light enough to carry from room to room. Available in Green, Red, or Yellow.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003eToaster-shaped novelty design\u003c\/li\u003e\n\u003cli\u003eAdjustable brightness via long-press lever\u003c\/li\u003e\n\u003cli\u003e15-minute sleep timer (double-click)\u003c\/li\u003e\n\u003cli\u003eUSB-C rechargeable, 800mAh battery\u003c\/li\u003e\n\u003cli\u003eUp to 120 hours on low brightness\u003c\/li\u003e\n\u003cli\u003eBPA-free construction\u003c\/li\u003e\n\u003cli\u003eCompact, 134 x 54 x 98mm\u003c\/li\u003e\n\u003cli\u003eAvailable in Green, Red, Yellow\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Avertta","offers":[{"title":"Green","offer_id":58300924199243,"sku":"CJJT149211502BY","price":34.99,"currency_code":"GBP","in_stock":true},{"title":"Red","offer_id":58300924232011,"sku":"CJJT149211503CX","price":34.99,"currency_code":"GBP","in_stock":true},{"title":"Yellow","offer_id":58300924264779,"sku":"CJJT149211501AZ","price":34.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Sep_1_2026_05_50_10_PM.png?v=1788256843"},{"product_id":"glass-flameless-aromatherapy-wax-warmer-with-candles","title":"Candle Warmer Lamp - Diamond-Cut Glass Shade, Timer \u0026 Dimmer","description":"\u003cp\u003eThis candle warmer lamp gives your candle a soft, flameless glow. A curved brass-finish arm holds a diamond-cut amber glass shade above a wood base, gently warming the candle to release its scent without lighting a wick.\u003c\/p\u003e\n\n\u003cp\u003eA built-in timer and dimmer set your own run time and glow, and the compact wood base fits neatly on a bedside table or shelf.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond-cut amber glass shade on a curved brass-finish arm\u003c\/li\u003e\n\u003cli\u003eWarms your candle from above using gentle bulb heat, no open flame\u003c\/li\u003e\n\u003cli\u003eBuilt-in timer and dimmer switch for full control over run time and glow\u003c\/li\u003e\n\u003cli\u003eSolid wood base for a stable, natural finish\u003c\/li\u003e\n\u003cli\u003eCompact footprint, easy to fit on a bedside table, console, or shelf\u003c\/li\u003e\n\u003cli\u003eUK plug included, ready to use straight out of the box\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003ePlease note: this lamp warms a candle using bulb heat, not an open flame. Place your candle directly beneath the shade on the wood base. Always switch off and allow to cool before moving. Do not leave unattended for extended periods. Candle not included.\u003c\/p\u003e\n\n\u003cp\u003e\u003cem\u003eA quiet ritual of warmth, light, and scent, without ever striking a match.\u003c\/em\u003e\u003c\/p\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":58391929454923,"sku":"CJSN293540904DW","price":62.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Sep_8_2026_04_54_52_PM.png?v=1788857711"},{"product_id":"lily-of-the-valley-aromatherapy-wax-melter-solid-wood-candle-warmer-bedroom-ambiance-table-lamp","title":"Candle Warmer Lamp - Wood Base, Dimmer Switch","description":"\u003cp\u003eThis candle warmer lamp brings a soft, flameless glow to your favourite candle. A curved brass-finish arm holds a fluted glass shade above a solid wood base, and the bulb inside gently warms the candle beneath it, releasing its fragrance without ever lighting the wick.\u003c\/p\u003e\u003cp\u003eAn inline dimmer switch lets you rotate it off or adjust the glow to your liking, from a soft flicker to a fuller warmth. Its compact footprint sits neatly on a bedside table, console, or shelf.\u003c\/p\u003e\u003cp\u003eA considered piece that brings the ritual of candle-lighting into a safer, flameless routine.\u003c\/p\u003e\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\u003cul\u003e\n\u003cli\u003eSolid wood base for a natural, tactile finish\u003c\/li\u003e\n\u003cli\u003eFluted glass shade on a curved brass-finish arm\u003c\/li\u003e\n\u003cli\u003eWarms your candle from above using gentle bulb heat, no open flame\u003c\/li\u003e\n\u003cli\u003eInline dimmer switch to rotate off or adjust the glow\u003c\/li\u003e\n\u003cli\u003eReleases fragrance evenly without ever lighting the wick\u003c\/li\u003e\n\u003cli\u003eCompact footprint, fits neatly on a bedside table, console, or shelf\u003c\/li\u003e\n\u003cli\u003eUK plug included, ready to use straight out of the box\u003c\/li\u003e\n\u003c\/ul\u003e\u003cp\u003e\u003cstrong\u003ePlease note\u003c\/strong\u003e\u003c\/p\u003e\u003cp\u003eThis lamp warms a candle using bulb heat, not an open flame. Place your candle directly beneath the shade on the wood base. Always switch off and allow to cool before moving. Do not leave unattended for extended periods. Candle not included.\u003c\/p\u003e\u003cp\u003e\u003cem\u003eA softer, flameless way to enjoy your favourite candle.\u003c\/em\u003e\u003c\/p\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":58391958290763,"sku":"CJSN264399309IR","price":54.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Sep_7_2026_09_02_17_PM.png?v=1788786973"},{"product_id":"aromatherapy-melting-candle-romantic-european-marble-melting-candle-indoor-table-lamp-aromatherapy-candle-dimming-lamp-melting-candle","title":"Candle Warmer Lamp - Marble Base, Fluted Glass Shade","description":"\u003cp\u003eThis candle warmer lamp gives your favourite candle a soft, flameless glow. A brass-finish arm holds a fluted amber glass shade above a genuine marble base, warming the candle to release its fragrance without lighting the wick.\u003c\/p\u003e\u003cp\u003eThe marble base adds real weight, sitting neatly on a bedside table, console, or shelf.\u003c\/p\u003e\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\u003cul\u003e\n\u003cli\u003eGenuine marble base for real weight and a smooth, natural finish\u003c\/li\u003e\n\u003cli\u003eFluted amber glass shade on a curved brass-finish arm\u003c\/li\u003e\n\u003cli\u003eWarms your candle from above using gentle bulb heat, no open flame\u003c\/li\u003e\n\u003cli\u003eReleases fragrance evenly without ever lighting the wick\u003c\/li\u003e\n\u003cli\u003eCompact footprint, fits neatly on a bedside table, console, or shelf\u003c\/li\u003e\n\u003cli\u003eUK plug included, ready to use straight out of the box\u003c\/li\u003e\n\u003cli\u003eA refined finishing touch for any considered interior\u003c\/li\u003e\n\u003c\/ul\u003e\u003cp\u003e\u003cstrong\u003ePlease note\u003c\/strong\u003e\u003c\/p\u003e\u003cp\u003eThis lamp warms a candle using bulb heat, not an open flame. Place your candle directly beneath the shade on the marble base. Always switch off and allow to cool before moving. Do not leave unattended for extended periods. Candle not included.\u003c\/p\u003e\u003cp\u003e\u003cem\u003eA softer, flameless way to enjoy your favourite candle.\u003c\/em\u003e\u003c\/p\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":58392008556875,"sku":"CJJT108976903CX","price":119.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Sep_7_2026_09_27_42_PM.png?v=1788788106"},{"product_id":"bedroom-aromatherapy-melting-candle-lamp","title":"Candle Warmer Lamp - Arched Frame, Bell Shade","description":"\u003cp\u003eThis candle warmer lamp brings a soft, flameless glow to your favourite candle. A gold-finish arched frame holds a bell-shaped metal shade above the base, and the bulb inside gently warms the candle beneath it, releasing its fragrance without ever lighting the wick.\u003c\/p\u003e\u003cp\u003eAvailable with a marble or wood base, it adds a considered touch to a bedside table, console, or shelf, wherever you'd like a softer, safer glow.\u003c\/p\u003e\u003cp\u003eA considered piece that brings the ritual of candle-lighting into a safer, flameless routine.\u003c\/p\u003e\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\u003cul\u003e\n\u003cli\u003eArched metal frame with a gold finish\u003c\/li\u003e\n\u003cli\u003eBell-shaped metal shade sits above the candle\u003c\/li\u003e\n\u003cli\u003eWarms your candle from above using gentle bulb heat, no open flame\u003c\/li\u003e\n\u003cli\u003eReleases fragrance evenly without ever lighting the wick\u003c\/li\u003e\n\u003cli\u003eAvailable with a marble or wood base\u003c\/li\u003e\n\u003cli\u003eCompact footprint, fits neatly on a bedside table, console, or shelf\u003c\/li\u003e\n\u003cli\u003eUK plug included, ready to use straight out of the box\u003c\/li\u003e\n\u003c\/ul\u003e\u003cp\u003e\u003cstrong\u003ePlease note\u003c\/strong\u003e\u003c\/p\u003e\u003cp\u003eThis lamp warms a candle using bulb heat, not an open flame. Place your candle directly beneath the shade. Always switch off and allow to cool before moving. Do not leave unattended for extended periods. Candle not included.\u003c\/p\u003e\u003cp\u003e\u003cem\u003eA softer, flameless way to enjoy your favourite candle.\u003c\/em\u003e\u003c\/p\u003e","brand":"Avertta","offers":[{"title":"White Marble","offer_id":58392053547339,"sku":"CJSN194257807GT","price":79.99,"currency_code":"GBP","in_stock":true},{"title":"Green Marble","offer_id":58392053481803,"sku":"CJSN194257811KP","price":79.99,"currency_code":"GBP","in_stock":true},{"title":"Wood","offer_id":58392053514571,"sku":"CJSN194257803CX","price":69.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Sep_7_2026_09_43_05_PM.png?v=1788789190"},{"product_id":"dopamine-fragrance-lamp-wax-melting-lamp-bedroom-bedside-lamp-advanced-sense-ambience-light-gift-decoration-night-light","title":"Candle Warmer Lamp - Timer \u0026 Dimmer","description":"\u003cp\u003eThis candle warmer lamp gives your favourite candle a soft, flameless glow. A curved arm holds a mirrored glass globe shade above a ceramic lamp base, warming the candle from above to release its fragrance without ever lighting the wick.\u003c\/p\u003e\n\u003cp\u003eA built-in control panel lets you set a 2, 4, or 8-hour timer so it switches off on its own, and adjust the brightness to your liking. Available in green, silver, and white finishes to suit any bedside table or console.\u003c\/p\u003e\n\u003cp\u003eMade with a durable alloy body and a heat-safe ceramic lamp holder, it's built for everyday use.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eNo naked flame — warms your candle gently from above instead of lighting the wick\u003c\/li\u003e\n\u003cli\u003eBuilt-in control panel with 2H\/4H\/8H timer settings\u003c\/li\u003e\n\u003cli\u003eAdjustable brightness via the control panel\u003c\/li\u003e\n\u003cli\u003eSimple on\/off switch\u003c\/li\u003e\n\u003cli\u003eCurved arm holds a mirrored glass globe shade\u003c\/li\u003e\n\u003cli\u003eCeramic lamp holder, heat-safe and durable\u003c\/li\u003e\n\u003cli\u003eComes with a UK plug, ready to use straight out of the box\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThis lamp warms a candle using bulb heat, not an open flame. Place your candle directly beneath the shade. Always switch off and allow to cool before moving. Do not leave unattended for extended periods. Candle not included.\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eA considered piece that brings the ritual of candle-lighting into a safer, flameless routine.\u003c\/em\u003e\u003c\/p\u003e","brand":"Avertta","offers":[{"title":"Green","offer_id":58392170660171,"sku":"CJYD193052608HS","price":59.99,"currency_code":"GBP","in_stock":true},{"title":"Silver","offer_id":58392170692939,"sku":"CJYD193052620TG","price":59.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":58392170725707,"sku":"CJYD193052632FU","price":59.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Sep_7_2026_10_41_41_PM.png?v=1788793793"}],"url":"https:\/\/avertta.com\/collections\/desk-lamps.oembed?page=2","provider":"Avertta","version":"1.0","type":"link"}