{"title":"Under £50","description":"","products":[{"product_id":"aluminum-led-charging-table-lamp","title":"Luma — Wireless Table Lamp","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eCordless Table Lamp — Product Description\u003c\/title\u003e\n\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  body {\n    background: transparent;\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 text tags *\/\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\n\n\u003cdiv class=\"lamp-intro\"\u003e\n  \u003cdiv class=\"lamp-eyebrow\"\u003eThe details\u003c\/div\u003e\n  \u003cdiv class=\"lamp-headline\"\u003eNo cord. No fuss.\u003cbr\u003e\u003cem\u003eJust the right light, exactly where you want it.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eA slender cordless table lamp in aluminium — refined enough for a restaurant table, practical enough for a bedside. Touch the top to turn it on, hold to glide through brightness from a whisper of warm glow to full clarity. Three colour temperatures let you set the mood precisely. USB-C charging keeps it ready wherever life takes it — dinner table, desk, balcony, or beside a hotel bed. Available in ten colours to sit quietly in any interior.\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\"\u003eMaterial\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eAluminium body (iron base on select variants)\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\"\u003e220V\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eTouch control\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eTap to switch colour temperature — hold to dim\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 — soft glow to full brightness\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eCharging\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUSB-C — fast and convenient\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 48 hours of cordless light\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eColour temperatures\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eWhite \/ Natural \/ Warm white\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\"\u003eModern minimal, tapered shade, square base\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\"\u003eWhite\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eBright cool white — clear and energising\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 — ideal for reading and tasks\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-label\"\u003eWarm white\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eSoft amber glow — relaxed and atmospheric\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\"\u003eBlack\u003c\/div\u003e\n      \u003cdiv class=\"colour-tag\"\u003eBrown\u003c\/div\u003e\n      \u003cdiv class=\"colour-tag\"\u003eGold\u003c\/div\u003e\n      \u003cdiv class=\"colour-tag\"\u003eSilver\u003c\/div\u003e\n      \u003cdiv class=\"colour-tag\"\u003eWhite\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\u003eTouch control on top of shade — tap to cycle colour temperatures, hold to dim\u003c\/li\u003e\n      \u003cli\u003eStepless dimming from a soft glow to full brightness with no fixed steps\u003c\/li\u003e\n      \u003cli\u003eThree colour temperatures: white, natural, and warm white\u003c\/li\u003e\n      \u003cli\u003eUSB-C rechargeable — fast charging, no proprietary cables\u003c\/li\u003e\n      \u003cli\u003eUp to 48 hours of cordless light on a single charge\u003c\/li\u003e\n      \u003cli\u003eSlim aluminium body with a weighted square base for stability\u003c\/li\u003e\n      \u003cli\u003eAvailable in 10 colours — all aluminium, or aluminium with iron base\u003c\/li\u003e\n      \u003cli\u003eCompletely cordless — place it anywhere without needing a power socket nearby\u003c\/li\u003e\n      \u003cli\u003eSuitable for dining tables, bedside, desks, shelves, and outdoor entertaining\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\u003eBattery life of up to 48 hours is based on use at low brightness in warm white mode. Higher brightness settings will reduce battery life.\u003c\/p\u003e\n      \u003cp\u003eA USB-C charging cable is included. The lamp does not require a mains connection during use — it operates entirely on its internal battery once charged.\u003c\/p\u003e\n      \u003cp\u003e220V input voltage. Please ensure compatibility with your local supply before use.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eTouch it on. Hold to find your light. Take it anywhere.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Avertta","offers":[{"title":"Black","offer_id":57027347611979,"sku":"CJSN193339901AZ","price":44.99,"currency_code":"GBP","in_stock":true},{"title":"Brown","offer_id":57027347710283,"sku":"CJSN193339913MN","price":44.99,"currency_code":"GBP","in_stock":true},{"title":"Gold","offer_id":57027347743051,"sku":"CJSN193339905EV","price":44.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57027347939659,"sku":"CJSN193339903CX","price":44.99,"currency_code":"GBP","in_stock":true},{"title":"Silver","offer_id":57027347906891,"sku":"CJSN193339909IR","price":44.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260505_133645_ffc20523-4131-4a1d-a53c-6cd28fa110f7.png?v=1777988303"},{"product_id":"smart-infrared-sensor-lamp-wireless-magnetic-long-cabinet-light-with-rechargeable-hallway-wardrobe","title":"Smart Motion Sensor Light Bar","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  .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\"\u003eStick it up, charge it once,\u003cbr\u003e\u003cem\u003eforget it's even there.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eA slim aluminium light bar that mounts magnetically in seconds — no drilling, no wiring, no tools. Motion-activated and dark-sensing, it turns on when you pass by and off when you leave. One two-hour charge lasts up to 30 days in sensor mode. Three colour temperatures and stepless dimming from 10% to 100% put every detail in your control. Available in six lengths from 10cm to 60cm — for under cabinets, inside wardrobes, along shelves, or anywhere light is needed without the fuss of installation.\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\"\u003eAvailable sizes\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e10 \/ 20 \/ 30 \/ 40 \/ 50 \/ 60 cm\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\"\u003eSilver\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eSensor type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003ePIR motion sensor\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eBrightness\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eStepless dimming — 10% to 100%\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eCharging\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUSB rechargeable — full charge in 2 hours\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 30 days in sensor mode\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\"\u003eMagnetic + 3M adhesive strip\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\"\u003eUltra-thin strip, modern minimal\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 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 — clear and focused\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 — relaxing and easy on the eyes\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 — ideal for everyday tasks\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\u003ePIR motion sensor — activates automatically in the dark when movement is detected\u003c\/li\u003e\n      \u003cli\u003eStepless dimming from 10% to 100% — long press to adjust\u003c\/li\u003e\n      \u003cli\u003eThree colour temperatures: white, warm, and natural\u003c\/li\u003e\n      \u003cli\u003eMagnetic mount with 3M adhesive strip — installs in seconds, no tools needed\u003c\/li\u003e\n      \u003cli\u003eUSB rechargeable — 2 hours to full, up to 30 days in sensor mode\u003c\/li\u003e\n      \u003cli\u003eSmart charging indicator — shows charging status and full signal\u003c\/li\u003e\n      \u003cli\u003eUltra-thin silver aluminium body — discreet and modern\u003c\/li\u003e\n      \u003cli\u003eAvailable in 6 sizes: 10cm, 20cm, 30cm, 40cm, 50cm, and 60cm\u003c\/li\u003e\n      \u003cli\u003eSuitable for under cabinets, wardrobes, shelves, hallways, bedrooms, and kitchens\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\u003eThe motion sensor activates in dark conditions only — it will not trigger in a well-lit room. This prevents unnecessary activation during the day.\u003c\/p\u003e\n      \u003cp\u003eBattery life of up to 30 days is based on typical sensor mode usage. Continuous ON mode will reduce battery life significantly.\u003c\/p\u003e\n      \u003cp\u003eA USB charging cable is included. No tools or drilling are required for installation.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eStick it up. Charge it once. It does the rest.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"10CM","offer_id":57027369632075,"sku":"CJJT195433901AZ","price":19.99,"currency_code":"GBP","in_stock":true},{"title":"20CM","offer_id":57027369795915,"sku":"CJJT195433903CX","price":19.99,"currency_code":"GBP","in_stock":true},{"title":"30CM","offer_id":57027369959755,"sku":"CJJT195433905EV","price":22.99,"currency_code":"GBP","in_stock":true},{"title":"40CM","offer_id":57027370058059,"sku":"CJJT195433907GT","price":22.99,"currency_code":"GBP","in_stock":true},{"title":"50CM","offer_id":57027370189131,"sku":"CJJT195433947UF","price":24.99,"currency_code":"GBP","in_stock":true},{"title":"60CM","offer_id":57027370254667,"sku":"CJJT195433909IR","price":24.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260428_081153_21fb9db5-2b9a-4017-9e40-f06412db76dc.png?v=1777364003"},{"product_id":"ins-wooden-cute-mushroom-led-night-light-with-touch-switch-bedside-table-lamp-for-bedroom-childrens-room-sleeping-night-lamps-home-decor","title":"The Forest Mushroom 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  .size-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n  }\n  .size-item {\n    border: 1px solid var(--rule);\n    border-radius: 2px;\n    padding: 10px 14px;\n  }\n  .size-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  .size-value {\n    font-size: 14px;\n    font-weight: 300;\n    color: var(--charcoal);\n    margin-bottom: 2px;\n  }\n  .size-desc {\n    font-size: 12px;\n    font-weight: 300;\n    color: var(--mid);\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.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\"\u003eCarved from beech wood,\u003cbr\u003e\u003cem\u003eshaped like something from a forest floor.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eA solid beech wood mushroom that glows warmly from beneath its cap — cordless, rechargeable via USB-C, and controlled with a single touch. The natural wood grain means no two are identical. By day it sits as a sculptural object on any surface. By night it casts a soft amber glow that turns any room into something quieter and more considered. Available in two sizes, it makes a beautiful gift as much as a beautiful lamp.\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\"\u003eMaterial\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eNatural beech wood\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\"\u003e2.4W LED\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eCharging\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUSB-C (cable included)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eBattery run time\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e6–8 hours on full charge\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\"\u003eTouch switch, adjustable brightness\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 beech\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 sizes\u003c\/div\u003e\n    \u003cdiv class=\"size-grid\"\u003e\n      \u003cdiv class=\"size-item\"\u003e\n        \u003cdiv class=\"size-label\"\u003eLarge\u003c\/div\u003e\n        \u003cdiv class=\"size-value\"\u003e16.5 × 10 cm\u003c\/div\u003e\n        \u003cdiv class=\"size-desc\"\u003eMakes a strong statement on a sideboard, desk, or dining table\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"size-item\"\u003e\n        \u003cdiv class=\"size-label\"\u003eSmall\u003c\/div\u003e\n        \u003cdiv class=\"size-value\"\u003e10.5 × 9 cm\u003c\/div\u003e\n        \u003cdiv class=\"size-desc\"\u003ePerfect for a bedside table, shelf, or as a gift\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\u003eHand-finished natural beech wood — unique grain on every piece\u003c\/li\u003e\n      \u003cli\u003eWarm amber LED glow from beneath the cap — soft and eye-friendly\u003c\/li\u003e\n      \u003cli\u003eTouch control with adjustable brightness — long press to dim\u003c\/li\u003e\n      \u003cli\u003eFully cordless and rechargeable via USB-C\u003c\/li\u003e\n      \u003cli\u003e6–8 hours of illumination on a full charge\u003c\/li\u003e\n      \u003cli\u003eSuitable for bedrooms, living rooms, desks, shelves, and dining tables\u003c\/li\u003e\n      \u003cli\u003eMakes a thoughtful and distinctive gift\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\u003eAs each lamp is made from natural beech wood, the grain, tone, and texture will vary slightly between pieces — this is a characteristic of the material and part of its charm.\u003c\/p\u003e\n      \u003cp\u003eThis lamp is rechargeable via USB-C — a charging cable is included. No batteries need to be purchased separately.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eWood, light, and nothing else. Sometimes that is everything.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Tall – 16.5cm","offer_id":57027560767819,"sku":"CJSN164392802BY","price":42.99,"currency_code":"GBP","in_stock":true},{"title":"Medium – 16.5cm","offer_id":57027560833355,"sku":"CJSN164392804DW","price":42.99,"currency_code":"GBP","in_stock":true},{"title":"Small – 10.5cm","offer_id":57027560898891,"sku":"CJSN164392806FU","price":36.99,"currency_code":"GBP","in_stock":true},{"title":"Mini – 10.5cm","offer_id":57027560964427,"sku":"CJSN164392808HS","price":36.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260427_094936_f33215be-9dee-4543-9d93-2af9c334246a_1.png?v=1777283867"},{"product_id":"new-style-smart-human-body-induction-motion-sensor-led-night-light-for-home-bed-kitchen-cabinet-wardrobe-wall-lamp","title":"Smart Motion Sensor 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  *, *::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  .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\"\u003eSenses you, follows you,\u003cbr\u003e\u003cem\u003elights the way without asking.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eA slim white cylinder that works on its own — detecting movement up to 3 metres away through a 100° wide-angle sensor, activating only in the dark, and switching off when you leave. The 350° rotating head directs light exactly where you need it, and the whole unit is fully rechargeable so it goes wherever you do — on a wall, on a desk, or freestanding on any surface. Three colour temperatures and infinitely adjustable brightness put you in complete control of the mood.\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\"\u003eSensing distance\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUp to 3 metres\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eSensing angle\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e100° wide angle\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eHead rotation\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e350° adjustable\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eColour temperatures\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eWarm \/ Natural \/ Cool white\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eBrightness\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eInfinitely dimmable\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eCharging\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUSB rechargeable (cable included)\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\"\u003eWhite\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\"\u003eWall mount, freestanding, or hanging\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\"\u003eWarm\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eSoft amber — relaxing and sleep-friendly\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 — ideal for reading\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-label\"\u003eCool\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eBright white — clear and energising\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\u003ePIR motion sensor detects movement up to 3m — activates in darkness only\u003c\/li\u003e\n      \u003cli\u003e100° wide-angle sensing for broad, reliable coverage\u003c\/li\u003e\n      \u003cli\u003e350° rotating head — direct light exactly where it's needed\u003c\/li\u003e\n      \u003cli\u003eInfinitely dimmable brightness with long press — no fixed steps\u003c\/li\u003e\n      \u003cli\u003eThree colour temperatures: warm, natural, and cool white\u003c\/li\u003e\n      \u003cli\u003eFully rechargeable via USB — charging cable included\u003c\/li\u003e\n      \u003cli\u003eThree placement options: wall mounted, freestanding, or hanging\u003c\/li\u003e\n      \u003cli\u003eSuitable for bedrooms, hallways, bathrooms, studies, and wardrobes\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\u003eThe motion sensor activates in dark conditions only — it will not trigger in a well-lit room, even in sensor mode. This prevents unnecessary activation during the day.\u003c\/p\u003e\n      \u003cp\u003eThis light is rechargeable — a USB charging cable is included. No batteries need to be purchased separately.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eIt knows when you need it. You never have to think about it.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"White – Battery","offer_id":57027764289867,"sku":"CJJT187400504DW","price":24.99,"currency_code":"GBP","in_stock":true},{"title":"White – Rechargeable","offer_id":57027764257099,"sku":"CJJT187400506FU","price":24.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPTImageApr27_2026_11_26_01AM.png?v=1777282138"},{"product_id":"simple-breathing-ambience-light-rechargeable-bedroom-small-night-lamp-creative-atmosphere-light-home-decoration","title":"The Aurelius 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 {\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  .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\"\u003eA single glowing tube,\u003cbr\u003e\u003cem\u003eplaced wherever evening calls.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eA tall clear glass tube rises from a solid cylindrical base, enclosing a warm LED filament that glows from base to tip. No cord, no plug socket needed — just charge via USB-C and place it anywhere. One touch cycles through three light modes, from a soft ambient glow to full brightness to a slow breathing pulse. As striking unlit as it is illuminated, this is a lamp that earns its place on any surface.\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\"\u003e2 × 4 × 30 cm\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\"\u003eGold, Silver, Dark Grey, Black\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 filament tube\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\"\u003eCircular touch switch on base\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eCharging\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUSB-C (cable included)\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 rechargeable battery\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\"\u003eLow\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003e50% brightness — soft ambient glow\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-label\"\u003eHigh\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003e100% brightness — full warm light\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-label\"\u003eBreathing\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eSlowly pulses between 10–100% — calm and meditative\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\u003eTall clear glass tube with exposed warm LED filament — beautiful as an object, even unlit\u003c\/li\u003e\n      \u003cli\u003eFully cordless and rechargeable via USB-C — place it anywhere\u003c\/li\u003e\n      \u003cli\u003eOne-touch circular switch cycles through low, high, and breathing modes\u003c\/li\u003e\n      \u003cli\u003eSlim, minimal footprint — fits on any surface without taking over\u003c\/li\u003e\n      \u003cli\u003eAvailable in gold, silver, dark grey, and black\u003c\/li\u003e\n      \u003cli\u003eSuitable for living rooms, bedrooms, dining tables, desks, and hospitality settings\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 battery-powered and cordless — no mains wiring required. Charge fully via USB-C before first use.\u003c\/p\u003e\n      \u003cp\u003eOrange is not available in our store. Available colours are gold, silver, dark grey, and black.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eThirty centimetres of warm light. No plug required.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Black","offer_id":57027797385547,"sku":"CJJT213894502BY","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Gold","offer_id":57027797451083,"sku":"CJJT213894504DW","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Silver","offer_id":57027797516619,"sku":"CJJT213894506FU","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray","offer_id":57027797418315,"sku":"CJJT213894503CX","price":49.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260426_201843_1_31f211a6-4fc7-4e54-b1e8-fceebf7e5aa3.png?v=1777236890"},{"product_id":"night-light","title":"Motion Sensor 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  *, *::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  .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\"\u003eSenses movement,\u003cbr\u003e\u003cem\u003elights the way automatically.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eA slim, round night light that works entirely on its own. In darkness, when someone steps into its range, it turns on instantly — then switches itself off 25 seconds after they leave. No fumbling for switches, no wasted energy, no light left burning. Charge it via USB-C, set it to AUTO, and place it anywhere. Ideal for hallways, landings, bathrooms, bedrooms, and anywhere a gentle guiding light makes nights easier.\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\"\u003e86 × 18 mm\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\"\u003eWarm white\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eSensor type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003ePIR motion sensor\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eSensing angle\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e120°\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eSensing distance\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e3–6 metres\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eAuto-off delay\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e25 seconds after last movement\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\"\u003e700mAh polymer lithium\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eCharging\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUSB-C, approx. 2 hours\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eRun time\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e6H high \/ 120H low light\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eRated power\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e0.6W\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eSwitch modes\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eOFF \/ AUTO \/ ON\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eCertification\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eCE, RoHS, FCC\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\u003ePIR motion sensor activates in darkness only — no false triggers in daylight\u003c\/li\u003e\n      \u003cli\u003e120° sensing angle with 3–6 metre detection range\u003c\/li\u003e\n      \u003cli\u003eLights up instantly when movement is detected\u003c\/li\u003e\n      \u003cli\u003eSwitches off automatically 25 seconds after the last movement\u003c\/li\u003e\n      \u003cli\u003eThree modes: OFF, AUTO (sensor), and ON (always on)\u003c\/li\u003e\n      \u003cli\u003eFully cordless and rechargeable via USB-C — no wiring, no batteries to replace\u003c\/li\u003e\n      \u003cli\u003eUp to 6 hours on high, or 120 hours on low light — one charge lasts weeks in AUTO mode\u003c\/li\u003e\n      \u003cli\u003eCompact 86mm puck design — discreet and easy to place anywhere\u003c\/li\u003e\n      \u003cli\u003eSuitable for hallways, landings, bathrooms, bedrooms, staircases, and wardrobes\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\u003eThe sensor activates in dark conditions only — in well-lit rooms the light will not trigger even in AUTO mode. This is by design to prevent unnecessary activation during the day.\u003c\/p\u003e\n      \u003cp\u003eCharge fully via USB-C before first use. In AUTO mode with typical nighttime use, a full charge will last several weeks.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eIt sees you coming. You never have to think about it again.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":57027938124107,"sku":"CJJZSNSN00292-Induction light (warm white)","price":29.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260501_054254_433ecec9-fea0-46d6-8369-20de7962dda3.png?v=1777614228"},{"product_id":"ambience-light-restaurant-bar-led-charging-touch-small-night-lamp","title":"Cordless Ambient 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 {\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  .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\"\u003eCordless, touchable,\u003cbr\u003e\u003cem\u003equietly mesmerising.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eA bulbous clear glass shade sits atop a matte black base, enclosing a single flexible filament that glows at 2200K — warm, amber, and deeply atmospheric. No cord, no plug, no fixed position. Charge it via USB-C, touch the base to cycle through three light modes, and place it wherever the evening calls for it. On a bedside table, a coffee table, a dining surface, or a windowsill — this lamp moves with you.\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\"\u003eFlexible LED filament\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\"\u003e2200K warm amber\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\"\u003eClear acrylic glass\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eBase material\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eMatte black ABS\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eCharging\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUSB-C (cable included)\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\"\u003eTouch button on base\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\"\u003eLow\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eSoft ambient glow for winding down\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-label\"\u003eHigh\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eFull brightness for reading or dining\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-label\"\u003eBreathing\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eGentle pulse for a calm, meditative atmosphere\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\u003eFully cordless — no plug socket needed, place it anywhere\u003c\/li\u003e\n      \u003cli\u003eRechargeable via USB-C — charges quickly, lasts for hours\u003c\/li\u003e\n      \u003cli\u003eBendable LED filament visible through clear glass — beautiful as an object, even unlit\u003c\/li\u003e\n      \u003cli\u003eTouch control cycles through low, high, and breathing modes\u003c\/li\u003e\n      \u003cli\u003e2200K warm amber light — flattering, relaxing, never harsh\u003c\/li\u003e\n      \u003cli\u003eLightweight and portable — ideal for indoor use across rooms\u003c\/li\u003e\n      \u003cli\u003eSuitable for bedrooms, living rooms, dining tables, home offices, and hospitality settings\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 battery-powered and cordless — no mains wiring is required. Charge using the included USB-C cable before first use.\u003c\/p\u003e\n      \u003cp\u003eThe filament is flexible and can be gently shaped. Handle with care to avoid damage.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003ePut it anywhere. That is the whole idea.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":57028364403019,"sku":"CJJT209978201AZ","price":49.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260425_190309_a8b9928c-ba67-4ce9-b326-8eaa9e910e4a_1.png?v=1777145153"},{"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":"bedside-lamps-with-3-pin-plug-3-way-dimmable-table-lamp-with-usb-a-c-charging","title":"The Classic 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 {\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  \/* brightness levels *\/\n  .brightness-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 8px;\n  }\n  .brightness-item {\n    border: 1px solid var(--rule);\n    border-radius: 2px;\n    padding: 10px 12px 8px;\n  }\n  .brightness-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  .brightness-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\"\u003eA bedside lamp\u003cbr\u003e\u003cem\u003ethat charges your life.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eEverything your bedside needs, in one considered piece. A warm linen shade on a natural wood base, three levels of dimmable light for every moment of the evening, and two USB charging ports built quietly into the base so your phone and watch charge overnight without a cable in sight. Touch anywhere on the lamp to switch it on. Tap again to go darker. Hold to turn off.\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\"\u003eShade material\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eLinen fabric\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eBase material\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eNatural wood\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eBulb\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e5W dimmable LED, E27 (included)\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, 3-way dimming\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eUSB-A port\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e5V \/ 2.1A output\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eUSB-C port\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e5V \/ 2.1A output\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eCharging works\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eWhether lamp is on or off\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eMains plug\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003ePlugs into standard wall socket\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\"\u003eBrightness levels\u003c\/div\u003e\n    \u003cdiv class=\"brightness-grid\"\u003e\n      \u003cdiv class=\"brightness-item\"\u003e\n        \u003cdiv class=\"brightness-title\"\u003eLevel 1\u003c\/div\u003e\n        \u003cdiv class=\"brightness-desc\"\u003eSoft ambient glow for winding down and falling asleep\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"brightness-item\"\u003e\n        \u003cdiv class=\"brightness-title\"\u003eLevel 2\u003c\/div\u003e\n        \u003cdiv class=\"brightness-desc\"\u003eModerate light for reading or relaxing in the evening\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"brightness-item\"\u003e\n        \u003cdiv class=\"brightness-title\"\u003eLevel 3\u003c\/div\u003e\n        \u003cdiv class=\"brightness-desc\"\u003eFull brightness for work, study, or tasks requiring clear light\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\u003eLinen fabric shade for soft, warm, diffused light\u003c\/li\u003e\n      \u003cli\u003eNatural wood base with a clean, minimal Scandinavian feel\u003c\/li\u003e\n      \u003cli\u003e3-way dimmable touch control — tap to cycle brightness levels\u003c\/li\u003e\n      \u003cli\u003eBuilt-in USB-A and USB-C ports to charge two devices simultaneously\u003c\/li\u003e\n      \u003cli\u003eUSB charging works whether the lamp is on or off\u003c\/li\u003e\n      \u003cli\u003e5W dimmable LED bulb included, energy efficient and long lasting\u003c\/li\u003e\n      \u003cli\u003eCompact footprint, ideal for bedside tables and small desks\u003c\/li\u003e\n      \u003cli\u003ePlugs into a standard UK wall socket\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 Table lamp\u003c\/li\u003e\n      \u003cli\u003e2 x 5W dimmable LED bulbs (E27)\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eThe lamp that lights the room, and charges everything in it.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":57042874433867,"sku":"CJSN282645101AZ","price":45.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260419_065855_841afa0f-7eb6-45c6-b654-eea3aa77b04b.png?v=1776583205"},{"product_id":"led-lamp-modern-table-lamp-dimmable-cordless-night-decor-light-usb-rechargeable","title":"The Lido 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 {\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\"\u003eVintage warmth,\u003cbr\u003e\u003cem\u003eno wires needed.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eDrawn from 1950s lamp design, this brass-gold table lamp brings an instant sense of occasion wherever it sits. The ribbed acrylic shade catches and diffuses light beautifully, the dome base sits firmly without scratching your furniture, and three colour modes let you set the mood for any moment. Fully cordless, USB-C rechargeable, and elegant enough to belong on a dining table, a terrace, or a bedside.\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\"\u003e14 x 13 x 30 cm (approx. 5.5 x 5 x 12 in)\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\"\u003eMetal base + acrylic shade\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eFinish\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eBrushed brass gold\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, integrated\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: warm white, natural, 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\"\u003eHold touch switch 3 seconds to dim\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\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eCharge time\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eApprox. 3 hours\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 8 hours\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eBase\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eBlack rubber non-slip base\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\u003e1950s-inspired silhouette with a brushed brass gold finish\u003c\/li\u003e\n      \u003cli\u003eRibbed acrylic shade for soft, flattering light diffusion\u003c\/li\u003e\n      \u003cli\u003e3 colour temperatures: warm white, natural, and cool white\u003c\/li\u003e\n      \u003cli\u003eTouch control with hold-to-dim function for precise brightness\u003c\/li\u003e\n      \u003cli\u003eFully cordless — no trailing cables during use\u003c\/li\u003e\n      \u003cli\u003eUSB-C rechargeable, 3 hours charge for up to 8 hours of light\u003c\/li\u003e\n      \u003cli\u003eRubber base prevents scratching and keeps the lamp stable\u003c\/li\u003e\n      \u003cli\u003eSuitable for indoor and outdoor use — dining table, terrace, bedside\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 Table lamp\u003c\/li\u003e\n      \u003cli\u003e1 x USB charging cable\u003c\/li\u003e\n      \u003cli\u003e1 x Manual\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\u003eThe lamp arrives half charged. For best results, give it a full 3-hour charge before first use.\u003c\/p\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      \u003cp\u003eThe shade is acrylic, not glass, making it robust and well suited to outdoor use.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eThree hours of charge. Eight hours of warm, beautiful light. Take it anywhere.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":57043037126987,"sku":"CJLE281004001AZ","price":45.0,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260419_064054_5d7d611e-a273-4c46-b326-c29d77deab70_1.png?v=1776581684"},{"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":"retro-small-night-lamp-modern-simple-dining-table-living-room-bar-table-decoration-table-lamp","title":"The Cone 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 {\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-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.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\"\u003eMinimal by design,\u003cbr\u003e\u003cem\u003eeffortless by nature.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eSlender, sculptural, and quietly confident. This lamp does not compete with the room — it completes it. A fine stem rising from a weighted base, topped with a small cone that casts warm, considered light downward. Touch to turn on, long press to find your brightness. No wires trailing across the table, just clean lines and cordless freedom.\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\"\u003e10.5 x 10.5 x 28 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\"\u003eIron and aluminium\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, 3W\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\"\u003eUSB, 5V rechargeable\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\"\u003e3 colour temperatures\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\"\u003eLong press to adjust 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, Brown, Gold, White\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\u003eSlender cone-top silhouette — minimal and architectural\u003c\/li\u003e\n      \u003cli\u003e3 colour temperatures for warm, natural, or cool light\u003c\/li\u003e\n      \u003cli\u003eTouch control with long-press dimming\u003c\/li\u003e\n      \u003cli\u003eUSB rechargeable, no trailing cables during use\u003c\/li\u003e\n      \u003cli\u003eWeighted iron base for a stable, premium feel\u003c\/li\u003e\n      \u003cli\u003eSuits dining tables, bedside tables, bars, and desks\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 Table 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 cable. A UK plug adaptor is not included — any standard 5V USB plug adaptor will work.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eThe lamp that disappears into the room — and makes the room better for it.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Gold","offer_id":57043232620875,"sku":"CJYD178338604DW","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Brown","offer_id":57043232588107,"sku":"CJYD178338603CX","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Black","offer_id":57043232522571,"sku":"CJYD178338601AZ","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57043232653643,"sku":"CJYD178338602BY","price":49.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260417_212131_74d53a80-2563-44f1-870a-fa08aff30abc.png?v=1776461651"},{"product_id":"nordic-modern-minimalist-creative-night-light-bedroom-bedside","title":"The Lantern 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 {\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(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: 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-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.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\"\u003eSoft light, softer\u003cbr\u003e\u003cem\u003eatmosphere.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eThere is something quietly beautiful about rice paper and warm light. This hand-assembled lantern lamp diffuses its glow evenly through every fold, washing a room in soft, even warmth that feels calm rather than bright. Minimal by nature, considered in every detail — the kind of lamp that makes a bedroom feel like a sanctuary.\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\"\u003e21 x 23 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\"\u003eRice paper shade, wire tripod base\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eBulb fitting\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eE14\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, warm white LED\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eInput voltage\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e90V to 260V (UK compatible)\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\"\u003ePush button on cable\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\"\u003eWhite\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eSuitable for\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e1 to 3 square metres\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\u003eHandmade rice paper shade for soft, even light diffusion\u003c\/li\u003e\n      \u003cli\u003eDrop-shaped silhouette with a delicate ribbed texture\u003c\/li\u003e\n      \u003cli\u003eSlim wire tripod base — sits cleanly on any surface\u003c\/li\u003e\n      \u003cli\u003eWarm white LED bulb included, ready to use\u003c\/li\u003e\n      \u003cli\u003ePush button switch on the cable for easy on and off\u003c\/li\u003e\n      \u003cli\u003eFlat-packed and simple to assemble\u003c\/li\u003e\n      \u003cli\u003eIdeal for bedrooms, reading corners, and living rooms\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eUK customers please note\u003c\/div\u003e\n    \u003cdiv class=\"notice-box\"\u003e\n      \u003cp\u003eThis lamp comes with a EU plug, but it is fully compatible with UK mains power (90V to 260V covers the UK standard of 220 to 240V).\u003c\/p\u003e\n      \u003cp\u003eAll you need is a simple EU to UK plug adaptor, available inexpensively from most supermarkets, hardware shops, or online.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eThe gentlest light in the room. And often the most remembered.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":57043508494667,"sku":"CJSN124985801AZ","price":45.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260417_192843_2cf78b1e-7167-40d9-a6a2-a5dbf6d8e784.png?v=1776454347"},{"product_id":"infrared-sensor-lamp-smart-rechargeable-infrared-color-magnetic-suction","title":"The Hue 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  *, *::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:nth-child(6) { animation-delay: 0.63s; }\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  .mode-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 8px;\n  }\n  .mode-item {\n    border: 1px solid var(--rule);\n    border-radius: 2px;\n    padding: 10px 10px 8px;\n  }\n  .mode-title {\n    font-size: 8px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 4px;\n  }\n  .mode-desc {\n    font-size: 11px;\n    font-weight: 300;\n    line-height: 1.6;\n    color: var(--mid);\n  }\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.70s 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\"\u003eColour, atmosphere,\u003cbr\u003e\u003cem\u003eon demand.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eA night light that does more than guide you down the hallway. Short press to cycle through warm, pink, blue, green, and gradient colour modes. Long press to dim it to exactly where you want it. Mount it on the wall in seconds, no drilling needed, and let it sense the room. When it is dark and you move, it wakes. When you leave, it rests.\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\"\u003e96 x 58 x 16 mm\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 rechargeable battery, USB\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\"\u003e36V or below\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eLight colours\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eWarm, pink, blue, green, colourful gradient\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 to 100% smooth dimming\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eSensing range\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e3 to 5 metres, 120 degree angle\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eAuto off delay\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e20 seconds after last motion\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\"\u003eStrong magnetic base, no drilling\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\"\u003eWorking modes\u003c\/div\u003e\n    \u003cdiv class=\"mode-grid\"\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-title\"\u003eOn\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eAlways on, constant light\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-title\"\u003eOff\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003ePowered off completely\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-title\"\u003eAuto\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eMotion sensing, lights in the dark only\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\u003e5 light colours: warm, pink, blue, green, and colourful gradient\u003c\/li\u003e\n      \u003cli\u003eShort press to cycle colours, long press to adjust brightness\u003c\/li\u003e\n      \u003cli\u003eInfrared motion sensor activates in the dark within 3 to 5 metres\u003c\/li\u003e\n      \u003cli\u003e120 degree sensing angle for wide coverage\u003c\/li\u003e\n      \u003cli\u003eBidirectional side glow — can be mounted horizontally, vertically, or on the floor\u003c\/li\u003e\n      \u003cli\u003e360 degree adjustable direction after installation\u003c\/li\u003e\n      \u003cli\u003eStrong magnetic base attaches and detaches in seconds\u003c\/li\u003e\n      \u003cli\u003eNo drilling required — sticks firmly to any wall surface\u003c\/li\u003e\n      \u003cli\u003eAvailable as a single unit or a twin pack\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 or 2 x Motion sensor night light (choose your pack size)\u003c\/li\u003e\n      \u003cli\u003e1 x USB charging cable\u003c\/li\u003e\n      \u003cli\u003e1 x Magnetic mounting plate\u003c\/li\u003e\n      \u003cli\u003e1 x Manual\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eLight that responds to you. Colour that sets the mood. All from something the size of your palm.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"1 Light","offer_id":57043531006283,"sku":"CJJT226566901AZ","price":25.0,"currency_code":"GBP","in_stock":true},{"title":"2 Lights","offer_id":57043530973515,"sku":"CJJT226566902BY","price":45.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260503_122453_2fee94a9-a759-4ebc-8e04-fdd948c4903c.png?v=1777811158"},{"product_id":"magnetic-eye-protection-table-lamp-lasting-long-strip-dormitory-lamp","title":"The Lumen Light Bar","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:nth-child(6) { animation-delay: 0.63s; }\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  \/* remote grid *\/\n  .remote-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px 16px;\n  }\n  .remote-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .remote-icon {\n    width: 22px;\n    height: 22px;\n    border: 1px solid var(--rule);\n    border-radius: 4px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    font-size: 10px;\n    color: var(--accent);\n    margin-top: 1px;\n  }\n  .remote-label {\n    font-size: 12px;\n    font-weight: 300;\n    line-height: 1.5;\n    color: var(--mid);\n  }\n  .remote-sublabel {\n    font-size: 9px;\n    color: var(--accent);\n    letter-spacing: 0.08em;\n    display: block;\n    margin-top: 1px;\n  }\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.70s 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\"\u003eThe right light,\u003cbr\u003e\u003cem\u003eright where you are.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eStick it above your desk, under a shelf, beside the bed. This slim rechargeable light bar goes wherever you need it — no drilling, no wiring, no fuss. Five colour temperatures, stepless dimming, a built-in battery display, and a remote that works from across the room. The kind of light that quietly makes everything better.\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\"\u003eLength\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e29 cm\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 rechargeable\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\"\u003e36V or below\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\"\u003e4 to 15 hours\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eColour temperatures\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e5 levels: white, warm, natural, naturally warm, natural 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\"\u003eStepless brightness control\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eLens\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eHoneycomb anti-glare transparent lens\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eDisplay\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eLED battery level indicator\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\"\u003eStrong magnetic base + 3M adhesive tape\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\"\u003eTouch panel + wireless remote\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\"\u003eRemote control\u003c\/div\u003e\n    \u003cdiv class=\"remote-grid\"\u003e\n      \u003cdiv class=\"remote-item\"\u003e\n        \u003cdiv class=\"remote-icon\"\u003e⏻\u003c\/div\u003e\n        \u003cdiv class=\"remote-label\"\u003ePower on \/ off\u003cspan class=\"remote-sublabel\"\u003eTurn lights on or off\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"remote-item\"\u003e\n        \u003cdiv class=\"remote-icon\"\u003eM\u003c\/div\u003e\n        \u003cdiv class=\"remote-label\"\u003eColour temperature\u003cspan class=\"remote-sublabel\"\u003eCycle through 3 modes\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"remote-item\"\u003e\n        \u003cdiv class=\"remote-icon\"\u003e+\u003c\/div\u003e\n        \u003cdiv class=\"remote-label\"\u003eIncrease brightness\u003cspan class=\"remote-sublabel\"\u003eBrightness up\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"remote-item\"\u003e\n        \u003cdiv class=\"remote-icon\"\u003e−\u003c\/div\u003e\n        \u003cdiv class=\"remote-label\"\u003eDecrease brightness\u003cspan class=\"remote-sublabel\"\u003eBrightness down\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"remote-item\"\u003e\n        \u003cdiv class=\"remote-icon\"\u003e10\u003c\/div\u003e\n        \u003cdiv class=\"remote-label\"\u003e10-minute timer\u003cspan class=\"remote-sublabel\"\u003eAuto off after 10 min\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"remote-item\"\u003e\n        \u003cdiv class=\"remote-icon\"\u003e30\u003c\/div\u003e\n        \u003cdiv class=\"remote-label\"\u003e30-minute timer\u003cspan class=\"remote-sublabel\"\u003eAuto off after 30 min\u003c\/span\u003e\n\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\u003e5 colour temperature levels for any time of day or mood\u003c\/li\u003e\n      \u003cli\u003eHoneycomb anti-glare lens for flicker-free, blue-light-free light\u003c\/li\u003e\n      \u003cli\u003e10-minute warm light sleep timer built into the touch panel\u003c\/li\u003e\n      \u003cli\u003e10 and 30 minute remote timers for hands-free scheduling\u003c\/li\u003e\n      \u003cli\u003eLED battery display so you always know your charge level\u003c\/li\u003e\n      \u003cli\u003eMagnetic base rotates 360 degrees for precise direction\u003c\/li\u003e\n      \u003cli\u003eNo drilling — 3M adhesive tape holds firmly, removes cleanly\u003c\/li\u003e\n      \u003cli\u003eCan also be used plugged in while charging\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 light bar\u003c\/li\u003e\n      \u003cli\u003e1 x Wireless remote control\u003c\/li\u003e\n      \u003cli\u003e1 x USB charging cable\u003c\/li\u003e\n      \u003cli\u003e1 x Magnetic base\u003c\/li\u003e\n      \u003cli\u003e1 x 3M adhesive tape\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eFive shades of light, zero cables on the wall. Exactly what a modern home deserves.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"White","offer_id":57043578814795,"sku":"CJJT257238104DW","price":29.99,"currency_code":"GBP","in_stock":true},{"title":"Black","offer_id":57043578847563,"sku":"CJJT257238106FU","price":29.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260503_133310_83dec53a-27fc-4a17-961c-b7ac6dcaa5c1.png?v=1777815378"},{"product_id":"360-rotating-human-body-induction-led-small-night-lamp-rechargeable","title":"The Motion 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  *, *::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  .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 knows\u003cbr\u003e\u003cem\u003ewhen you need it.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eStick it in the hallway, the wardrobe, the staircase, or under the stairs. This little light wakes the moment you walk past and fades quietly once you have gone. No switches, no fumbling in the dark. Just warm, instant light exactly where you need it — then nothing. Magnetic, rechargeable, and built to go anywhere.\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\"\u003e82 x 54 x 82 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\"\u003eABS\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\"\u003e0.6W\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\"\u003e500 mAh, USB rechargeable\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eCharge time\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eApprox. 2 hours\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 90 days\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eLED lifespan\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e20,000+ hours\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\"\u003eWarm white (3000K) or Daylight (6500K)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eSensing distance\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUp to 5 metres\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eSensing angle\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e120 degrees\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eRotation\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e360 degrees\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eAuto off delay\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e20 seconds after last motion\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eOperating temp\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e-20°C to 40°C\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eModes\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eAuto \/ Off \/ On\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\u003ePIR motion sensor activates instantly within 5 metres\u003c\/li\u003e\n      \u003cli\u003e120 degree sensing range with 360 degree rotatable base\u003c\/li\u003e\n      \u003cli\u003eMagnetic mount — snaps on and off the wall base in seconds\u003c\/li\u003e\n      \u003cli\u003eNo drilling required — attaches with included double-sided adhesive pad\u003c\/li\u003e\n      \u003cli\u003eTwo light options: warm white (3000K) or cool daylight (6500K)\u003c\/li\u003e\n      \u003cli\u003eCharges in 2 hours and lasts up to 90 days on a single charge\u003c\/li\u003e\n      \u003cli\u003eAuto, Off, and On modes for flexible use\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\u003eHallways, staircases, and porches\u003c\/li\u003e\n      \u003cli\u003eWardrobes, cupboards, and drawers\u003c\/li\u003e\n      \u003cli\u003eBedrooms, bathrooms, and under-stair storage\u003c\/li\u003e\n      \u003cli\u003eAnywhere you need hands-free, automatic light\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 Motion sensor night light\u003c\/li\u003e\n      \u003cli\u003e1 x USB charging cable\u003c\/li\u003e\n      \u003cli\u003e1 x Double-sided adhesive pad\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eCharge it once. Forget it for three months. It will be there when you need it.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":57043591070027,"sku":"CJYD193188602BY","price":24.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/Ontwerpzondertitel_10.png?v=1776368876"},{"product_id":"desk-lamp-wireless-rechargeable-ornaments","title":"The Serene 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 {\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\"\u003eEffortless light,\u003cbr\u003e\u003cem\u003ewherever you want it.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eNo wires. No fuss. Just a gentle tap to bring warm, considered light to your bedside, dining table, or wherever the evening takes you. With a CRI above 95, this lamp renders colours the way they are meant to look — honest, flattering, and easy on the eye. Cordless, splash-resistant, and refined enough to earn a permanent spot in 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\"\u003eMaterial\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eMetal alloy + PC\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\"\u003eWhite, Black, Grey\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\"\u003e0.5 to 4W\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eInput\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eDC 5V \/ 2A\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\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\"\u003e2000 mAh\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eLighting time\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUp to 760 hours\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eService life\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e10,000 hours\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\"\u003e3000K \/ 4500K \/ 6000K\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eCRI\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e95+\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\"\u003eProtection\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eIP54 splash resistant\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\u003eFully cordless and rechargeable via USB-C\u003c\/li\u003e\n      \u003cli\u003eTouch control with seamless stepless dimming\u003c\/li\u003e\n      \u003cli\u003e3 colour temperatures: warm (3000K), natural (4500K), cool (6000K)\u003c\/li\u003e\n      \u003cli\u003eCRI 95+ for true, flattering colour rendering\u003c\/li\u003e\n      \u003cli\u003eIP54 rated — splash resistant for versatile use\u003c\/li\u003e\n      \u003cli\u003eSuitable for bedrooms, living rooms, dining rooms, bars, and outdoor use\u003c\/li\u003e\n      \u003cli\u003eElegant metal construction with gold accent detail\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 Wireless rechargeable desk lamp\u003c\/li\u003e\n      \u003cli\u003e1 x USB-C 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\/2A USB-C adaptor will work.\u003c\/p\u003e\n      \u003cp\u003eMinor variations in colour and finish may occur between batches. This does not affect performance or quality.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eThe kind of lamp that makes every room feel like it was designed with intention.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Black","offer_id":57043602932043,"sku":"CJSN188597102BY","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Gray","offer_id":57043602964811,"sku":"CJSN188597103CX","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57043602997579,"sku":"CJSN188597101AZ","price":49.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260503_140823_8a8c5b60-1240-4322-8b9c-d87dc22020eb.png?v=1777817385"},{"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":"portable-charging-led-desk-lamp","title":"The Cube 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'); *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --charcoal: #1c1c1c; --mid: #6b6560; --accent: #c4b49a; --rule: #ddd8d0; } .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%; } .lamp-eyebrow { font-size: 8px; 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; } .lamp-eyebrow::after { content: ''; flex: 1; height: 1px; background: var(--rule); } .lamp-headline { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(22px, 3.5vw, 30px); line-height: 1.25; color: var(--charcoal); margin-bottom: 12px; opacity: 0; animation: fadeUp 0.6s ease 0.12s forwards; } .lamp-headline em { font-style: italic; color: var(--mid); } .lamp-body { font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 300; line-height: 1.85; color: var(--mid); opacity: 0; animation: fadeUp 0.6s ease 0.2s forwards; } @keyframes fadeUp { to { opacity: 1; transform: translateY(0); } } .product-section { background: transparent; font-family: 'Jost', sans-serif; color: var(--charcoal); -webkit-font-smoothing: antialiased; padding: 0; width: 100%; } .block { margin-bottom: 24px; opacity: 0; transform: translateY(12px); animation: fadeUp 0.6s ease forwards; } .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; } .block-label { font-size: 8px; font-weight: 500; letter-spacing: 0.20em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; display: flex; align-items: center; gap: 8px; } .block-label::after { content: ''; flex: 1; height: 1px; background: var(--rule); } .spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; } .spec-key { font-size: 8px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 2px; } .spec-value { font-size: 12px; font-weight: 300; line-height: 1.5; color: var(--mid); } .feature-list { list-style: none; } .feature-list li { font-size: 12px; font-weight: 300; line-height: 1.75; color: var(--mid); padding-left: 14px; position: relative; margin-bottom: 4px; } .feature-list li::before { content: ''; position: absolute; left: 0; top: 10px; width: 4px; height: 1px; background: var(--accent); } .colour-grid { display: flex; flex-wrap: wrap; gap: 8px; } .colour-tag { border: 1px solid var(--rule); border-radius: 2px; padding: 6px 14px; font-size: 11px; font-weight: 300; letter-spacing: 0.10em; text-transform: uppercase; color: var(--mid); } .notice-box { border: 1px solid var(--rule); padding: 12px 14px; border-radius: 2px; } .notice-box p { font-size: 11px; font-weight: 300; line-height: 1.75; color: var(--mid); margin-bottom: 4px; } .notice-box p:last-child { margin-bottom: 0; } .quote-block { border-left: 2px solid var(--accent); padding: 4px 0 4px 16px; margin: 0; opacity: 0; transform: translateY(12px); animation: fadeUp 0.6s ease 0.63s forwards; } .quote-block p { font-family: 'Cormorant Garamond', serif; font-size: 15px; font-weight: 300; font-style: italic; line-height: 1.55; color: var(--charcoal); }\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\"\u003eRest easy.\u003cbr\u003e\u003cem\u003eIt turns itself off.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003ePlace it on your nightstand and let it do the thinking. This little cube glows softly as you drift off, then quietly switches itself off at 5, 15, 30, or 60 minutes — whichever side you flip it to. No reaching for a switch in the dark. No wasted battery. Just a warm, calming light that knows when to say goodnight.\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\"\u003e80 x 80 x 80 mm\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\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eCharge time\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eApprox. 4 hours\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 40 hours\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, 0.3W\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\"\u003eUSB, 5V\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 + HIPS\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eBrightness\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eSoft glow and bright light\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\"\u003eHow it works\u003c\/div\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eFlip face up to turn on — off face up to turn off\u003c\/li\u003e\n      \u003cli\u003eFlip to a numbered side to set a sleep timer: 5, 15, 30, or 60 minutes\u003c\/li\u003e\n      \u003cli\u003eTwo brightness modes: soft glow for drifting off, brighter light for reading\u003c\/li\u003e\n      \u003cli\u003eUSB rechargeable — up to 40 hours of use per charge\u003c\/li\u003e\n    \u003c\/ul\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\"\u003eGreen\u003c\/div\u003e\n      \u003cdiv class=\"colour-tag\"\u003eGrey\u003c\/div\u003e\n      \u003cdiv class=\"colour-tag\"\u003eOrange\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\u003eFlip to set your sleep timer — no apps, no switches, just flip\u003c\/li\u003e\n      \u003cli\u003eSoft warm glow that calms the room as you wind down\u003c\/li\u003e\n      \u003cli\u003eTurns itself off automatically — no wasted battery\u003c\/li\u003e\n      \u003cli\u003eTwo brightness modes — soft for sleep, brighter for reading\u003c\/li\u003e\n      \u003cli\u003eUSB rechargeable with long lasting battery life\u003c\/li\u003e\n      \u003cli\u003eCompact cube design — sits perfectly on any bedside table\u003c\/li\u003e\n      \u003cli\u003eSuitable for bedrooms, children's rooms, and reading corners\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 5V USB adaptor will work.\u003c\/p\u003e\n      \u003cp\u003eThe 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\u003eNot just a light. A small, considered object that earns its place in your home.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Green","offer_id":57043622429003,"sku":"CJJZSNSN01640-Green","price":29.99,"currency_code":"GBP","in_stock":true},{"title":"Grey","offer_id":57043622461771,"sku":"CJJZSNSN01640-Grey","price":29.99,"currency_code":"GBP","in_stock":true},{"title":"Orange","offer_id":57043622494539,"sku":"CJJZSNSN01640-Orange","price":29.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/Ontwerp_zonder_titel_8.png?v=1776290857"},{"product_id":"solar-outdoor-garden-light-up-and-down-glowing-atmosphere-wall-lamp-courtyard-street-landscape-garden-decorative-light","title":"Solar Fence \u0026 Wall Light – Up \u0026 Down","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  .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  .size-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n  .size-table th {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--accent);\n    text-align: left;\n    padding: 0 0 8px 0;\n    border-bottom: 1px solid var(--rule);\n  }\n  .size-table td {\n    font-size: 13px;\n    font-weight: 300;\n    color: var(--mid);\n    padding: 8px 0;\n    border-bottom: 1px solid var(--rule);\n    line-height: 1.5;\n  }\n  .size-table tr:last-child td {\n    border-bottom: none;\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\"\u003eSolar powered,\u003cbr\u003e\u003cem\u003eautomatically on at dusk.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eNo wiring, no running costs — just place it in sunlight and let it work. This compact outdoor solar wall light charges throughout the day and switches on automatically at nightfall, casting warm LED light both upward and downward in a distinctive fan pattern. The clean rectangular body sits flush against the wall, blending quietly into any outdoor surface by day and illuminating it beautifully by night. Ideal for garden walls, fences, patios, pathways, and courtyards.\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\"\u003e6, 8, 10, or 12 LED SMD lamp beads (size dependent)\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\"\u003eWarm white\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eSolar panel\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e2V \/ 150mA polysilicon\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\"\u003eAA 1.2V \/ 600mAh NiMH\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eCharge time\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e6+ hours in direct sunlight\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eRun time\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUp to 8 hours on full charge\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 + PC\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\"\u003eMatte 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\"\u003eAvailable sizes\u003c\/div\u003e\n    \u003ctable class=\"size-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eSize\u003c\/th\u003e\n          \u003cth\u003eWidth\u003c\/th\u003e\n          \u003cth\u003eHeight\u003c\/th\u003e\n          \u003cth\u003eLEDs\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e6 LED\u003c\/td\u003e\n          \u003ctd\u003e89 mm\u003c\/td\u003e\n          \u003ctd\u003e57 mm\u003c\/td\u003e\n          \u003ctd\u003e6 LED\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e8 LED\u003c\/td\u003e\n          \u003ctd\u003e100 mm\u003c\/td\u003e\n          \u003ctd\u003e55 mm\u003c\/td\u003e\n          \u003ctd\u003e8 LED\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e10 LED\u003c\/td\u003e\n          \u003ctd\u003e100 mm\u003c\/td\u003e\n          \u003ctd\u003e55 mm\u003c\/td\u003e\n          \u003ctd\u003e10 LED\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e12 LED\u003c\/td\u003e\n          \u003ctd\u003e155 mm\u003c\/td\u003e\n          \u003ctd\u003e55 mm\u003c\/td\u003e\n          \u003ctd\u003e12 LED\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\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\u003eFully solar powered — no wiring or electricity costs\u003c\/li\u003e\n      \u003cli\u003eIntelligent light sensor: charges by day, activates automatically at night\u003c\/li\u003e\n      \u003cli\u003eUp-and-down LED beam creates a warm, decorative fan of light on the wall surface\u003c\/li\u003e\n      \u003cli\u003eCompact, flush-mount design suits walls, fences, gates, and pillars\u003c\/li\u003e\n      \u003cli\u003eUp to 8 hours of illumination from a full charge\u003c\/li\u003e\n      \u003cli\u003eWeather-resistant ABS + PC housing for outdoor use\u003c\/li\u003e\n      \u003cli\u003eAvailable in three sizes to suit different spaces and coverage needs\u003c\/li\u003e\n      \u003cli\u003eSuitable for gardens, patios, courtyards, pathways, and parks\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\u003eFor best performance, mount in a position that receives direct sunlight for at least 6 hours per day. Avoid shaded or north-facing locations.\u003c\/p\u003e\n      \u003cp\u003eRun time will vary depending on seasonal sunlight levels. Performance may be reduced during winter months or periods of overcast weather.\u003c\/p\u003e\n      \u003cp\u003eThis light is designed for outdoor decorative use. It does not include a motion sensor and is not intended as a security light.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eThe sun charges it. The night reveals it.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Small – 6 LED (89×57mm)","offer_id":57108738179403,"sku":"CJSN154273901AZ","price":22.99,"currency_code":"GBP","in_stock":true},{"title":"Medium – 8 LED (100×55mm)","offer_id":57108738212171,"sku":"CJSN154273907GT","price":24.99,"currency_code":"GBP","in_stock":true},{"title":"Large – 10 LED (100×55mm)","offer_id":57108738113867,"sku":"CJSN154273913MN","price":27.99,"currency_code":"GBP","in_stock":true},{"title":"XL – 12 LED (155×55mm)","offer_id":57108738146635,"sku":"CJSN154273919SH","price":29.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260503_195408_0b6ff81e-8b02-43fb-8e10-8b5c5fc5ff5c.png?v=1777838539"},{"product_id":"13color-remote-dimming-timed-ice-hockey","title":"Dot — Rounded Spot 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  *, *::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  .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\"\u003ePeel, stick, press —\u003cbr\u003e\u003cem\u003elight exactly where you need it.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eThree compact LED puck lights controlled by a single remote — no wiring, no drilling, no electrician. Peel the adhesive backing, press to any surface, and you're done. Under kitchen cabinets, inside wardrobes, along shelves, or beneath a bar — wherever you've always wished there was a light. Battery powered and remote controlled, the whole set works together from across the room. Each light is just 77 mm wide and 32 mm deep, so they sit flat and discreet against any surface.\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\"\u003e77 × 77 × 32 mm per light\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 lamp shade\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\"\u003eBattery powered\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\"\u003eRemote control\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eSet options\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eSet of 3 (3 lights + 1 remote) or Set of 6 (6 lights + 1 remote)\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\"\u003e3M adhesive backing — no tools needed\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\"\u003eIdeal for\u003c\/div\u003e\n    \u003cdiv class=\"mode-grid\"\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-label\"\u003eKitchen\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eUnder cabinet task lighting — illuminate your worktop without rewiring\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-label\"\u003eWardrobe\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eInside closets and shelving — see everything clearly without opening a door\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-label\"\u003eShelves \u0026amp; bars\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eAccent lighting for display shelves, bar carts, or cabinet interiors\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\u003eSet of 3 LED puck lights — all controlled by a single remote\u003c\/li\u003e\n      \u003cli\u003eRemote control operation — turn on, off, or dim from across the room\u003c\/li\u003e\n      \u003cli\u003eBattery powered — completely wireless, no mains connection needed\u003c\/li\u003e\n      \u003cli\u003e3M adhesive backing — peels and sticks to any clean surface in seconds\u003c\/li\u003e\n      \u003cli\u003eCompact profile — 77 mm wide, 32 mm deep — sits flush and discreet\u003c\/li\u003e\n      \u003cli\u003eABS construction — lightweight and durable\u003c\/li\u003e\n      \u003cli\u003eSuitable for kitchens, wardrobes, shelves, hallways, and display areas\u003c\/li\u003e\n      \u003cli\u003eNo tools, no drilling, no wiring required\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);\"\u003eSet of 3\u003c\/strong\u003e — 3 × LED puck lights · 1 × Remote control\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong style=\"font-weight:500; color: var(--charcoal);\"\u003eSet of 6\u003c\/strong\u003e — 6 × LED puck lights · 1 × Remote control\u003c\/p\u003e\n      \u003cp\u003eBatteries not included.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eThree lights. One remote. Stick them anywhere.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Set of 3","offer_id":57108827078987,"sku":"CJJT169382802BY","price":24.99,"currency_code":"GBP","in_stock":true},{"title":"Set of 6","offer_id":57108827111755,"sku":"CJJT169382803CX","price":39.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/Ontwerp_zonder_titel_14_28772429-3d25-4e6d-a4a8-ff605b510908.png?v=1777386374"},{"product_id":"nordic-simple-round-spherical-wall-lamp","title":"Nordic Round Spherical Wall 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\"\u003eA frosted globe, a brushed base —\u003cbr\u003e\u003cem\u003esimple as a room should be.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eA Nordic-inspired globe light that works equally well on the ceiling or the wall. The frosted glass sphere diffuses light evenly and softly, casting a warm glow without glare — the kind of light that makes a room feel considered rather than just lit. The base is available in brushed copper, matte black, or white, each with a premium electroplated finish that is fade-resistant and scratch-resistant. Two sizes — 10 cm and 15 cm — let you match the scale of the room. G9 LED fitting for high colour rendering and energy efficiency.\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\"\u003eSizes\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e10 cm · 15 cm\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eBulb fitting\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eG9 LED\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\"\u003eInstallation\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eCeiling flush mount or wall sconce\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eShade\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eFrosted glass globe\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eBase finish\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003ePremium electroplated — fade \u0026amp; scratch resistant\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\"\u003eNordic minimal\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eLight quality\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eHigh colour rendering · energy saving\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 variants\u003c\/div\u003e\n    \u003cdiv class=\"colour-grid\"\u003e\n      \u003cdiv class=\"colour-tag\"\u003eBlack — 10 cm\u003c\/div\u003e\n      \u003cdiv class=\"colour-tag\"\u003eBlack — 15 cm\u003c\/div\u003e\n      \u003cdiv class=\"colour-tag\"\u003eCopper — 10 cm\u003c\/div\u003e\n      \u003cdiv class=\"colour-tag\"\u003eCopper — 15 cm\u003c\/div\u003e\n      \u003cdiv class=\"colour-tag\"\u003eWhite — 10 cm\u003c\/div\u003e\n      \u003cdiv class=\"colour-tag\"\u003eWhite — 15 cm\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"block\"\u003e\n    \u003cdiv class=\"block-label\"\u003eIdeal for\u003c\/div\u003e\n    \u003cdiv class=\"mode-grid\"\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-label\"\u003eLiving room\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eCeiling flush mount for soft, even ambient light\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-label\"\u003eHallway\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eWall sconce beside a mirror or along an entrance\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mode-item\"\u003e\n        \u003cdiv class=\"mode-label\"\u003eBedroom\u003c\/div\u003e\n        \u003cdiv class=\"mode-desc\"\u003eBedside wall light for a warm, intimate glow\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\u003eFrosted glass globe shade — diffuses light softly with no harsh glare\u003c\/li\u003e\n      \u003cli\u003eG9 LED fitting — high colour rendering, energy efficient, long lasting\u003c\/li\u003e\n      \u003cli\u003ePremium electroplated base — fade-resistant, scratch-resistant finish\u003c\/li\u003e\n      \u003cli\u003eAvailable in brushed copper, matte black, and white\u003c\/li\u003e\n      \u003cli\u003eTwo sizes — 10 cm and 15 cm — to suit any room scale\u003c\/li\u003e\n      \u003cli\u003eInstalls as a ceiling flush mount or wall sconce\u003c\/li\u003e\n      \u003cli\u003eNordic minimal aesthetic — complements modern, Scandinavian, and understated interiors\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\u003eBulb not included. Compatible with G9 LED bulbs — we recommend a warm white G9 for the best atmosphere.\u003c\/p\u003e\n      \u003cp\u003eVoltage ≤ 36V. Please ensure your installation is carried out by a qualified electrician if you are unsure.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eA globe of frosted light. Nothing more needed.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Copper 10 cm","offer_id":57108924072267,"sku":"CJYD242405216PK","price":39.99,"currency_code":"GBP","in_stock":true},{"title":"Copper 15 cm","offer_id":57108924105035,"sku":"CJYD242405217QJ","price":79.99,"currency_code":"GBP","in_stock":true},{"title":"Black 10 cm","offer_id":57108924006731,"sku":"CJYD242405219SH","price":39.99,"currency_code":"GBP","in_stock":true},{"title":"Black 15 cm","offer_id":57108924039499,"sku":"CJYD242405221UF","price":79.99,"currency_code":"GBP","in_stock":true},{"title":"White 10 cm","offer_id":57108924137803,"sku":"CJYD242405227AZ","price":39.99,"currency_code":"GBP","in_stock":true},{"title":"White 15 cm","offer_id":57108924170571,"sku":"CJYD242405229CX","price":79.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Apr_28_2026_07_11_55_PM.png?v=1777396462"},{"product_id":"dinner-lamp","title":"Bottle Stopper 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{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\"\u003ePop it in a bottle —\u003cbr\u003e\u003cem\u003einstant table lamp.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eA tiny rechargeable lamp that turns any wine bottle, glass bottle, or vase into a beautiful table lamp. Push the metal pin into any bottle, touch the top to switch between warm white, natural white, and cool white light, and you have an instant centrepiece that looks like it belongs in a boutique restaurant. Fully cordless, USB-C rechargeable, IP54 splash resistant, and compact enough to take anywhere.\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\"\u003eSize\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e130 × 130 × 152 mm\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 built-in · USB-C rechargeable\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eLight colours\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eWarm white · natural 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\"\u003e3 levels · touch controlled\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eWater resistance\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eIP54 splash resistant\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\"\u003e5V\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\"\u003ePremium ABS plastic · acrylic shade\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\"\u003eSilver · Black · White · Brown · Gold\/Brown\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\u003eTurns any wine bottle or glass bottle into a table lamp — no tools, no cables\u003c\/li\u003e\n      \u003cli\u003eTouch control on top — switch between warm, natural, and cool white with one tap\u003c\/li\u003e\n      \u003cli\u003eLong press to dim — 3 brightness levels to set exactly the right mood\u003c\/li\u003e\n      \u003cli\u003eUSB-C rechargeable — 1200 mAh battery for long-lasting cordless use\u003c\/li\u003e\n      \u003cli\u003eIP54 splash resistant — safe for outdoor dining, terraces, and covered areas\u003c\/li\u003e\n      \u003cli\u003eRemovable metallic pin — fits standard wine bottles, decorative bottles, and vases\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\u003eRestaurant and café tables — instant atmosphere, no electrician needed\u003c\/li\u003e\n      \u003cli\u003eDining tables and kitchen islands at home\u003c\/li\u003e\n      \u003cli\u003eOutdoor terraces, garden tables, and covered patios\u003c\/li\u003e\n      \u003cli\u003eBoutique hotel rooms and bar counters\u003c\/li\u003e\n      \u003cli\u003eEvents, dinner parties, and special occasions\u003c\/li\u003e\n      \u003cli\u003eBedside tables and home office desks\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\u003eBottle not included — the lamp fits into any standard wine bottle or glass bottle with a suitable neck opening.\u003c\/p\u003e\n      \u003cp\u003eIP54 rated — splash resistant but not fully waterproof. Do not submerge.\u003c\/p\u003e\n      \u003cp\u003eCharged via USB-C — cable included. Full charge before first use recommended.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eAny bottle. Warm light. A table that looks like a restaurant.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Silver","offer_id":57330946933067,"sku":"CJSN203699310JQ","price":24.99,"currency_code":"GBP","in_stock":true},{"title":"Black","offer_id":57330946965835,"sku":"CJSN203699301AZ","price":24.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57330946998603,"sku":"CJSN203699302BY","price":24.99,"currency_code":"GBP","in_stock":true},{"title":"Brown","offer_id":57330947031371,"sku":"CJSN203699307GT","price":24.99,"currency_code":"GBP","in_stock":true},{"title":"Gold\/Brown","offer_id":57330947064139,"sku":"CJSN203699308HS","price":24.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPTImageMay16_2026_10_29_01PM.png?v=1778963367"},{"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":"cordless-metal-cage-table-lamp-warm-light-indoor-outdoor-restaurant-garden-home-black","title":"Cordless Metal Cage Table Lamp — Warm Light Indoor Outdoor — Restaurant, Garden \u0026 Home — 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*,*::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\"\u003eWarm light through iron and shadow — \u003cem\u003ewherever you need it.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eThe Lattice Lantern is a battery-powered cordless table lamp with a diamond-mesh iron cage and a warm Edison-style filament at its heart. Fully portable, it works just as beautifully on a garden table at dusk as it does on a restaurant setting or a bedroom surface. The lattice throws a gentle pattern of warm light and shadow that no solid-shaded lamp can match.\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\"\u003eW17 × H15 cm\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eIron · Glass\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003ePower\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eBattery-powered (not included)\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\"\u003eColour\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eBlack\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eUse\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eIndoor \u0026amp; outdoor\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\u003eDiamond-mesh iron cage with warm Edison filament — casts a beautiful lattice of light and shadow on any surrounding surface\u003c\/li\u003e\n      \u003cli\u003eBattery-powered and fully cordless — no socket needed, place it anywhere indoors or outside\u003c\/li\u003e\n      \u003cli\u003eIndoor and outdoor use — equally suited to a dining table, garden terrace, or living room shelf\u003c\/li\u003e\n      \u003cli\u003eWarm white light only — soft, flattering, and intimate without any harshness\u003c\/li\u003e\n      \u003cli\u003eCompact at W17 × H15cm — easy to move, easy to store, and never takes over the space\u003c\/li\u003e\n      \u003cli\u003eIron and glass construction — solid and well-made, with a quality feel that shows in person\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\u003eDining table — a centrepiece that earns its place without a cable in sight\u003c\/li\u003e\n      \u003cli\u003eGarden terrace or outdoor table — cordless and weather-ready for summer evenings\u003c\/li\u003e\n      \u003cli\u003eBedside surface — warm, low light for winding down without harsh overhead lighting\u003c\/li\u003e\n      \u003cli\u003eRestaurant or event table — professional-grade atmosphere, no installation required\u003c\/li\u003e\n      \u003cli\u003eLiving room shelf or console — decorative whether lit or unlit\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\u003eBatteries are not included. The actual colour may vary very slightly from photography due to lighting conditions.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eLight and shadow, wherever the evening takes you.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":57417537913163,"sku":"CJSN287846101AZ","price":34.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260522_182721_374d3e80-1fce-486d-a47c-07c048dfbaaa_1.png?v=1779474905"},{"product_id":"double-wall-light","title":"Duo Wall 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*,*::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\u003cdiv class=\"lamp-intro\"\u003e\n\u003cdiv class=\"lamp-eyebrow\"\u003eLighting · Wall Light\u003c\/div\u003e\n\u003cdiv class=\"lamp-headline\"\u003eTwo tubes, two colours — \u003cem\u003eone wall light that owns the room.\u003c\/em\u003e\n\u003c\/div\u003e\n\u003cp class=\"lamp-body\"\u003eThe Duo Wall Light is a double-tube LED sconce with two contrasting coloured cylinders — one pointing up, one pointing down — mounted on a circular colour-matched backplate. Bold enough to be a talking point, warm enough to be genuinely liveable. Available in five colour combinations, it is the kind of wall light that makes a bedroom or living room wall feel intentional rather than afterthought.\u003c\/p\u003e\n\u003c\/div\u003e\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\"\u003e12 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\"\u003e25.5 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\"\u003e220 V\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 — both tubes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eInstallation\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eHardwired wall mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eStyle\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eColour block · contemporary\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eColours\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e5 combinations — see options\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"block\"\u003e\n\u003cdiv class=\"block-label\"\u003eFeatures\u003c\/div\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eTwo contrasting coloured cylinders on a circular backplate — the colour-block wall light look that is all over interior design right now, done with real quality\u003c\/li\u003e\n\u003cli\u003eWarm white light glows from both tubes simultaneously — up and down, soft and flattering against any wall\u003c\/li\u003e\n\u003cli\u003e25.5cm tall and 12cm wide — a genuine statement piece that holds its own on a bedroom or living room wall\u003c\/li\u003e\n\u003cli\u003eFive colour combinations — Green \u0026amp; Pink, Beige \u0026amp; Red, Black, Pink \u0026amp; Red, and Red \u0026amp; Green\u003c\/li\u003e\n\u003cli\u003eWorks beautifully as a single sconce or paired either side of a bed, mirror, or sofa\u003c\/li\u003e\n\u003cli\u003e220V mains powered — clean hardwired installation with no visible cable when fitted correctly\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\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\u003eBedroom — paired either side of the bed as a bold alternative to bedside lamps\u003c\/li\u003e\n\u003cli\u003eLiving room — flanking a sofa, fireplace, or piece of artwork\u003c\/li\u003e\n\u003cli\u003eHallway — a single sconce that immediately makes the wall feel considered\u003c\/li\u003e\n\u003cli\u003eDining room — warm up-down light that adds colour and atmosphere at the table\u003c\/li\u003e\n\u003cli\u003eBoutique hotel room or rental property — distinctive, memorable, and genuinely impressive\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"block\"\u003e\n\u003cdiv class=\"block-label\"\u003ePlease note\u003c\/div\u003e\n\u003cdiv class=\"notice-box\"\u003e\n\u003cp\u003eThis is a hardwired wall light. Always switch off the power at the mains before installation.\u003c\/p\u003e\n\u003cp\u003eWarm white LED integrated. 220V mains powered. Available in five colour combinations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quote-block\"\u003e\n\u003cp\u003eColour, warmth, and a wall that finally says something.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Green\/Pink","offer_id":57462938960203,"sku":"CJYD200104823WD","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Beige\/Red","offer_id":57462938992971,"sku":"CJYD200104842PK","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Black","offer_id":57462939025739,"sku":"CJYD200104839MN","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Pink\/Red","offer_id":57462939058507,"sku":"CJYD200104829CX","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Red\/Green","offer_id":57462939091275,"sku":"CJYD200104831EV","price":49.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260528_205241_98a51083-d413-4e31-b246-f2e343617bf6_1.png?v=1780002635"},{"product_id":"ceiling-lamp-4","title":"Pebble Pendant 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*,*::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\"\u003ePendant Lighting · Avertta\u003c\/div\u003e\n  \u003cdiv class=\"lamp-headline\"\u003eA ribbed globe, \u003cem\u003ea shape worth looking for.\u003c\/em\u003e\n\u003c\/div\u003e\n  \u003cp class=\"lamp-body\"\u003eThe Pebble Pendant pairs a ribbed globe shade with a smooth spherical accent piece above it — a quietly sculptural combination that looks far more considered than its price suggests. Available as a single pendant or a set of three on a linear ceiling bar, in five colours.\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\"\u003e16 cm\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003ePlastic shade, wrought iron\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eShade height\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\"\u003eColour options\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eRed · Green · Silver · Cream · Brown\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eCanopy 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\"\u003eSet of 3 bar\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e65 cm × 6 cm, height 2.5 cm\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eCable length\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eAdjustable up to 120 cm\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cdiv class=\"spec-key\"\u003eBulb\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eIncluded\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\u003eRibbed globe shade diffuses warm light softly — flattering and even, not harsh\u003c\/li\u003e\n      \u003cli\u003eSmooth spherical accent above the shade — the detail that gives this lamp its character\u003c\/li\u003e\n      \u003cli\u003eCable adjusts up to 120 cm — works for low bedside positions and higher ceilings alike\u003c\/li\u003e\n      \u003cli\u003eSet of 3 includes a 65 cm linear ceiling bar — no extra fittings needed\u003c\/li\u003e\n      \u003cli\u003eFive colour options — the colour is in the spherical accent piece, not the shade\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\u003eAbove a bedside table — single pendant at lowered height for intimate evening light\u003c\/li\u003e\n      \u003cli\u003eOver a dining table — the set of three on the linear bar is a simple, complete solution\u003c\/li\u003e\n      \u003cli\u003eKitchen island — the trio works especially well in open-plan spaces\u003c\/li\u003e\n      \u003cli\u003eHallway — a single pendant at mid height makes an immediate impression\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\u003eBulb included with every purchase. When ordering the Set of 3, the full linear ceiling bar fitting is included. The colour variation between pieces is in the spherical accent piece above each shade — the shades themselves are the same across all colour options.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\"\u003e\n    \u003cp\u003eThat shape — a smooth ball above a glowing ribbed globe — is the kind of thing you see in a beautifully styled interior and spend a while trying to track down.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Single Lamp \/ Red","offer_id":57518452834635,"sku":"CJYD223154223WD","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Single Lamp \/ Green","offer_id":57518452867403,"sku":"CJYD223154224XC","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Single Lamp \/ Silver","offer_id":57518452900171,"sku":"CJYD223154225YB","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Single Lamp \/ Cream","offer_id":57518452932939,"sku":"CJYD223154222VE","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Single Lamp \/ Brown","offer_id":57518452965707,"sku":null,"price":49.99,"currency_code":"GBP","in_stock":false},{"title":"Set of 3 \/ Red","offer_id":57518452998475,"sku":"CJYD223154227AZ","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Set of 3 \/ Green","offer_id":57518453031243,"sku":"CJYD223154228BY","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Set of 3 \/ Silver","offer_id":57518453064011,"sku":"CJYD223154229CX","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Set of 3 \/ Cream","offer_id":57518453096779,"sku":"CJYD223154226ZA","price":159.99,"currency_code":"GBP","in_stock":true},{"title":"Set of 3 \/ Brown","offer_id":57518453129547,"sku":"CJYD223154230DW","price":159.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Jun_5_2026_08_48_13_PM.png?v=1780685330"},{"product_id":"remote-control-e27-screw-adjustable-light-bedroom-aromatherapy-small-fan-lamp","title":"E27 Fan Lamp — Remote Control","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\"\u003eBedroom \u0026amp; Home Comfort\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eLight, Breeze, and Fragrance — \u003cem\u003ethe effortless bedside upgrade\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA simple screw-in solution that transforms any existing E27 lamp holder into a three-in-one bedroom essential. Fitted in seconds without tools or rewiring, this compact fan lamp delivers adjustable light and a gentle cooling breeze — all controlled from the comfort of your bed with the included remote. Upgraded fragrance variants also disperse essential oil scent gently through the fan's airflow, making the wind-down feel quietly considered.\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\"\u003eFitting\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eE27 Universal Screw\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePower\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e30W\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eDimensions\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e25 × 11 cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eFan Blade\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003ePlastic\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\"\u003eControl\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eRemote control 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\u003eE27 universal fitting — screws directly into any standard E27 lamp holder for an instant upgrade with no rewiring\u003c\/li\u003e\n      \u003cli\u003eRemote control included — adjust light and fan settings from across the room without getting up\u003c\/li\u003e\n      \u003cli\u003eIntegrated fragrance tray — gently disperses essential oil scent through the fan's airflow (fragrance variants)\u003c\/li\u003e\n      \u003cli\u003eAdjustable light output — warm illumination that adapts from bright task lighting to soft bedtime ambience\u003c\/li\u003e\n      \u003cli\u003e6-inch fan blade — quietly circulates air throughout the bedroom, reducing stuffiness without creating draughts\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\u003eBedrooms — the natural home for this product; fits into an existing lamp for a complete comfort upgrade\u003c\/li\u003e\n      \u003cli\u003eLiving rooms — a discreet fan-and-light addition to any standard floor or table lamp\u003c\/li\u003e\n      \u003cli\u003eReading nooks — gentle air circulation and adjustable warmth for long, comfortable evenings\u003c\/li\u003e\n      \u003cli\u003eHome offices — keeps air moving without occupying desk or floor space\u003c\/li\u003e\n      \u003cli\u003eGuest rooms — a thoughtful feature that makes visitors feel genuinely considered\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 unit requires an existing E27 lamp holder and is not a standalone fixture. Always switch off at the socket before fitting. Ensure the lamp holder is rated for at least 30W. Allow adequate clearance around the fan blade during use.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eFrom a single lamp holder — light, air, and fragrance for a more restful night.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Remote Control Fan White","offer_id":57583301230923,"sku":"CJYD179024706FU","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Remote Control Fan Orange","offer_id":57583301263691,"sku":"CJYD179024704DW","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Remote Control Ordinary White","offer_id":57583301296459,"sku":"CJYD179024702BY","price":49.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260616_074419_ea4df174-cf36-4139-8453-75a86371dd7c_1.png?v=1781596472"},{"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":"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":"portable-glass-decorative-alcohol-fireplace-table-lamp-desktop-indoor-modern-metal-fireplaces-black-white-portable-real-fire-fireplace-lamp-outdoor","title":"Portable Glass Alcohol Fireplace Lamp — Real Flame, Indoor \u0026 Outdoor","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 Décor\u003c\/p\u003e\n\u003cp class=\"av-headline\"\u003eA real flame on the table — \u003cem\u003eno installation, no wires, just fire\u003c\/em\u003e\u003c\/p\u003e\n\u003cp class=\"av-body\"\u003eA glass cylinder of fire you can place anywhere. This portable alcohol fireplace lamp burns real bioethanol fuel inside a clear borosilicate glass body, creating a warm, living flame that works just as beautifully on a garden dinner table as it does on a living room sideboard. No smoke, no soot, no fixed position — just the quiet drama of real fire wherever you want it.\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\"\u003eBorosilicate glass, powder-coated metal frame\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eFuel Type\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eBioethanol \/ alcohol (not included)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSmall Size\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e12cm diameter × 22cm height\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLarge Size\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e16cm diameter × 28cm height\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eFrame Finish\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eBlack or White powder-coated metal\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\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"feat-list\"\u003e\n\u003cli\u003eReal alcohol flame — the warmth, movement, and glow of an actual fire, not an LED imitation\u003c\/li\u003e\n\u003cli\u003ePortable by design — no installation, no fixed position, move it from room to room or outside\u003c\/li\u003e\n\u003cli\u003eClear borosilicate glass — heat-resistant, durable, and beautifully transparent so the flame is always the focus\u003c\/li\u003e\n\u003cli\u003eTwo sizes available — Small (12×22cm) for bedside or desk, Large (16×28cm) as a table centrepiece\u003c\/li\u003e\n\u003cli\u003eClean-burning — bioethanol produces no smoke, no soot, and no unpleasant odour\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\u003eLiving room — a fireplace effect on a console table or coffee table, no chimney required\u003c\/li\u003e\n\u003cli\u003eDining table — a real flame centrepiece that sets the mood for a dinner party or date night\u003c\/li\u003e\n\u003cli\u003eGarden table — brings warmth and atmosphere to outdoor evenings in summer\u003c\/li\u003e\n\u003cli\u003eBedroom — a calm, slow flame on the bedside table for a hotel-at-home feel\u003c\/li\u003e\n\u003cli\u003eHome bar or sideboard — the kind of detail that makes a space feel genuinely considered\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\"\u003eBioethanol fuel is not included and must be purchased separately — use only fuel specifically designed for bioethanol fireplaces. Never leave burning unattended. Keep away from flammable materials and out of reach of children. Always extinguish fully before refilling. For indoor use, ensure adequate ventilation. White stones are included. \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quote\"\u003eThe simplest way to bring a real fire into a room — or a garden.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Black \/ Small","offer_id":57610704126283,"sku":"CJJT154445402BY","price":36.99,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Large","offer_id":57610704159051,"sku":"CJJT154445403CX","price":39.99,"currency_code":"GBP","in_stock":true},{"title":"White \/ Small","offer_id":57610704191819,"sku":"CJJT154445401AZ","price":36.99,"currency_code":"GBP","in_stock":true},{"title":"White \/ Large","offer_id":57610704224587,"sku":"CJJT154445404DW","price":39.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260621_143709_2ac24c8c-474e-485f-b9ed-9079726db325.png?v=1782054233"},{"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-solar-wall-light-sensor","title":"Solar Wall Light — Motion-Sensor Security Lighting, No Wiring Required","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\"\u003eOutdoor Lighting\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eAutomatic security, charged by the sun — \u003cem\u003eno cables, no electricity bill\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA solar-powered wall light that takes care of itself. It charges throughout the day and switches on automatically at dusk, activating instantly whenever movement is detected nearby. No wiring, no running costs, and no need for an outdoor socket — simply choose your spot and mount it in place.\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 Source\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eSolar\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSensor\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003ePIR Motion Detection\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eOperation\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eDusk-to-Dawn Automatic\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eDimensions\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e127 × 133 × 68mm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eMounting\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eWall \/ Fence Post Bracket\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    \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\u003eSolar-powered — no wiring, no running costs, and no electrician required\u003c\/li\u003e\n      \u003cli\u003ePIR motion sensor — activates the moment someone approaches, then dims again once they pass\u003c\/li\u003e\n      \u003cli\u003eDusk-to-dawn switching — charges by day and is always ready to light up after dark\u003c\/li\u003e\n      \u003cli\u003eVersatile mounting — fits walls, rendered surfaces, timber fences, and gate posts\u003c\/li\u003e\n      \u003cli\u003eAll-weather housing — built for year-round outdoor use in the British climate\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\u003eFront door — a welcoming security light that turns on the moment you arrive home\u003c\/li\u003e\n      \u003cli\u003eGarden fence — illuminate pathways and borders without running cables through the garden\u003c\/li\u003e\n      \u003cli\u003eSide gate — lights up automatically so your hands are free when you arrive\u003c\/li\u003e\n      \u003cli\u003eGarage — instant hands-free lighting when you need it most\u003c\/li\u003e\n      \u003cli\u003eBack garden — add security to any corner without needing a power source nearby\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 light requires direct sunlight to charge effectively. Performance may vary during winter months or in shaded locations. For best results, mount in a south- or west-facing position that receives several hours of direct sun each day.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eSecurity that looks after itself, season after season.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Black","offer_id":57641766355275,"sku":"CJJT170214502BY","price":24.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57641766388043,"sku":"CJJT170214504DW","price":24.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260622_094614_d2f9edf5-c8f7-4889-bb79-03f1bf558300.png?v=1782123757"},{"product_id":"outdoor-g40-lamp-string-waterproof-globe-festival-led-string-lights","title":"Globe Outdoor String Lights — Warm White, Waterproof","description":"\u003cstyle\u003e@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');:root{--charcoal:#1c1c1c;--mid:#6b6560;--accent:#c4b49a;--rule:#ddd8d0}@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.av-wrap{max-width:760px;padding:8px 0 32px;color:var(--charcoal)}.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}.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}.av-headline em{font-style:italic}.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}.av-section{margin-bottom:36px;animation:fadeUp .6s ease both}.av-label-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}.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}.av-label-line{flex:1;height:1px;background:var(--rule)}.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}.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}.spec-value{font-family:'Jost',sans-serif;font-weight:300;font-size:15px;color:var(--charcoal);display:block}.feat-list{list-style:none !important;padding:0 !important;margin:0 !important}.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}.feat-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:1px;background:var(--accent)}.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}.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}\u003c\/style\u003e\u003cdiv class=\"av-wrap\"\u003e\n\u003cp class=\"av-eyebrow\"\u003eOutdoor Lighting\u003c\/p\u003e\n\u003cp class=\"av-headline\"\u003eWarm globes strung across the evening — \u003cem\u003eyour garden transformed.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp class=\"av-body\"\u003eG40 globe bulbs cast a filament-warm glow that flatters every outdoor space — hung across a pergola, wrapped along a fence, or draped over a garden dining area. Available in 25FT or 50FT lengths, these waterproof string lights are designed for year-round outdoor use and need nothing more than a plug socket to bring a professional finish to any setting.\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\"\u003eBulb Type\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eG40 Globe\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColour Temperature\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e2700K Warm White\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eAvailable Lengths\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e25FT (7.6m) \/ 50FT (15.2m)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eVoltage\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e230V\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eWeather Resistance\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eWaterproof\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLight Source\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eLED Filament\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\u003eG40 globe bulbs — oversized, filament-warm spheres with a vintage café feel\u003c\/li\u003e\n\u003cli\u003e2700K warm white — flattering, amber-toned light that looks good in every setting\u003c\/li\u003e\n\u003cli\u003eWaterproof construction — stays working through rain, dew, and damp British summers\u003c\/li\u003e\n\u003cli\u003eTwo lengths available — 25FT for intimate spaces, 50FT for larger gardens and events\u003c\/li\u003e\n\u003cli\u003eEasy to hang and reposition — drape, loop, or wind around any structure\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\u003eGarden pergolas and gazebos — overhead canopy effect with warm ambient light\u003c\/li\u003e\n\u003cli\u003eOutdoor dining areas — sets the right atmosphere for long summer evenings\u003c\/li\u003e\n\u003cli\u003eWeddings and garden parties — professional-looking festoon style without the hire cost\u003c\/li\u003e\n\u003cli\u003eBalconies and terraces — makes a small space feel considered and welcoming\u003c\/li\u003e\n\u003cli\u003eFestival and event setups — rugged enough to handle outdoor conditions night after night\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\"\u003eThese lights are designed for 230V mains power. Ensure your power source matches before use. Not suitable for use in water. When hanging outdoors, secure the cable to prevent movement in strong wind.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quote\"\u003eSome evenings are worth making a little more of.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"7.6m","offer_id":57650189467979,"sku":"CJYD237001902BY","price":42.99,"currency_code":"GBP","in_stock":true},{"title":"15.2m","offer_id":57650189500747,"sku":"CJYD237001906FU","price":66.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260623_210404_3c066519-da70-4374-b713-1ea76d9484f5.png?v=1782249705"},{"product_id":"cooling-usb-fan-folding-little-fan","title":"Folding Neck Fan — Portable USB Cooler with 3 Speed Settings","description":"\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026amp;family=Jost:wght@300;400;500\u0026amp;display=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\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eHands-Free Personal Cooling\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eWears around the neck. \u003cem\u003eFolds flat when it's done.\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA wearable neck fan that sits comfortably around the neck and delivers airflow hands-free. Three speed settings and a brushless motor let you choose the level of cooling you need — from a gentle background breeze to a steady flow — without any noise that gets in the way. When you're done, it folds down to 210 × 130 mm and slips easily into a bag.\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 (5V \/ 3W)\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eMotor\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eBrushless — quiet operation\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSpeed Settings\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e3 gears\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eOpen Size\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e210 × 210 × 64 mm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eFolded Size\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e210 × 130 × 64 mm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e310 g\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eCable\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUSB data cable 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, Gray, Green, Navy Blue, Pink, 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\u003eWearable neck design — sits around the neck for completely hands-free cooling\u003c\/li\u003e\n      \u003cli\u003eFoldable — collapses to 210 × 130 mm for easy carrying and storage\u003c\/li\u003e\n      \u003cli\u003eBrushless motor — quieter than standard fan motors at all three speeds\u003c\/li\u003e\n      \u003cli\u003e3 speed settings — adjust airflow from a gentle breeze to steady cooling\u003c\/li\u003e\n      \u003cli\u003eUSB powered — works with any laptop, power bank, or standard USB charger\u003c\/li\u003e\n      \u003cli\u003eLightweight at 310 g — comfortable to wear for extended periods\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\u003eWorking at home — keeps you cool without occupying desk space or your hands\u003c\/li\u003e\n      \u003cli\u003eCommuting — fold it flat in a bag and wear it on warm journeys\u003c\/li\u003e\n      \u003cli\u003eOutdoor events, festivals, and markets — portable, wearable cooling on the go\u003c\/li\u003e\n      \u003cli\u003eBedroom — gentle overnight airflow without the noise of a bedside fan\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 fan is powered via USB only — no mains adapter included. A USB cable is included in the box. Compatible with any standard 5V USB power source: laptop, power bank, phone charger, or USB wall adapter.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eHands free. Heat gone. Folds away like it was never there.\u003c\/div\u003e\n\u003c\/div\u003e]]\u0026gt;","brand":"Avertta","offers":[{"title":"Black","offer_id":57651563888971,"sku":"CJYD207580202BY","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Gray","offer_id":57651563921739,"sku":"CJYD207580201AZ","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Green","offer_id":57651563954507,"sku":"CJYD207580204DW","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Navy Blue","offer_id":57651563987275,"sku":"CJYD207580205EV","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"Pink","offer_id":57651564020043,"sku":"CJYD207580203CX","price":49.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57651564052811,"sku":"CJYD207580206FU","price":49.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260625_123723_a8e8c85e-e5e1-400c-b220-26a367092966.png?v=1782391686"},{"product_id":"humidifier-spray-fan-portable-fan-air-cooler-air-humidifier-usb-mist-fan-desktop-fan-with-night-light-for-summer-home-appliance","title":"Humidifier Spray Fan — Desktop Mist Cooler with 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\"\u003eCooling \u0026amp; Humidification\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eCool the air, \u003cem\u003enot just the room\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA compact desktop fan that does considerably more than simply move air — it mists, lights, and cools in one well-designed unit. The built-in ultrasonic humidifier sends a fine cool mist into the airflow, lowering the temperature around you rather than circulating warm air. The transparent water tank glows warmly from below, adding a calm ambient light that makes it as pleasant to look at as it is to sit next to.\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 (5V)\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eHeight (extended)\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e27.5 cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eWidth\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e22 cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eBase Width\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e16 cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eFunctions\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eFan · Mist Spray · Night Light\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColours Available\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eGreen, 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\u003eBuilt-in ultrasonic mist spray — adds a fine cool mist to the airflow for genuine cooling relief on warm days\u003c\/li\u003e\n      \u003cli\u003eWarm night light base — the illuminated water tank casts a gentle ambient glow, perfect for warm evenings\u003c\/li\u003e\n      \u003cli\u003eAdjustable foldable fan head — tilt and position the airflow exactly where you need it\u003c\/li\u003e\n      \u003cli\u003ePortable design with carry handle — move from desk to bedside to kitchen in seconds\u003c\/li\u003e\n      \u003cli\u003eUSB powered — compatible with any laptop, power bank, or USB charger\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 — keeps you cool and the air fresh during work-from-home days\u003c\/li\u003e\n      \u003cli\u003eBedroom — gentle mist and soft night light make warm nights considerably more comfortable\u003c\/li\u003e\n      \u003cli\u003eKitchen — run it on the counter while cooking without taking up valuable space\u003c\/li\u003e\n      \u003cli\u003eLiving room — subtle enough not to distract, effective enough to make a real difference\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\"\u003eFill the water tank with clean tap water only. Do not add essential oils, fragrances, or any other liquids directly to the tank. Empty and clean the tank regularly to prevent mineral build-up and keep the mist spray performing at its best.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eCool air, calm light — summer made a little more bearable.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Green","offer_id":57651630309707,"sku":"CJJT170621404DW","price":44.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57651630342475,"sku":"CJJT170621402BY","price":44.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260623_223236_166a2361-7a55-4a39-862a-74b799fb7c1e.png?v=1782254543"},{"product_id":"solar-gypsophila-wind-lantern","title":"Mini Solar Gypsophila Wind Lantern — Decorative Hanging Garden Light","description":"\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026amp;family=Jost:wght@300;400;500\u0026amp;display=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\n\u003cdiv class=\"av-wrap\"\u003e\n  \u003cp class=\"av-eyebrow\"\u003eGarden \u0026amp; Outdoor Lighting\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eA lantern full of light. \u003cem\u003eNo wiring. No effort.\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA classic square garden lantern with a black metal frame and clear glass panels, filled inside with copper wire fairy lights loosely arranged to create a warm, delicate glow. Solar-powered — it charges through the day and switches on automatically at dusk. Hang it from a branch, hook, or pergola and let it do 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\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePower Source\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eSolar\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLight Colour\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eWarm White\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eInterior\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eCopper wire fairy lights\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eFrame\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eBlack metal lantern\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePanels\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eClear glass\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eHanging Style\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eHook or branch\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\u003eSolar powered — charges in daylight and activates automatically at dusk, no plug or switch required\u003c\/li\u003e\n      \u003cli\u003eCopper wire fairy lights inside — loosely arranged to create a soft, warm, layered glow through the glass\u003c\/li\u003e\n      \u003cli\u003eClassic black lantern frame — square metal body with decorative detailing and clear glass panels\u003c\/li\u003e\n      \u003cli\u003eWind-responsive — hangs freely so it sways gently in a breeze\u003c\/li\u003e\n      \u003cli\u003eVersatile hanging — loops over any branch, shepherd's hook, fence post, or pergola beam\u003c\/li\u003e\n      \u003cli\u003eNo wiring or batteries to replace — completely self-sufficient\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\u003eGarden tree — hang from a low branch for warm, dappled evening light\u003c\/li\u003e\n      \u003cli\u003eShepherd's hook or pole — an easy focal point for a garden border or lawn\u003c\/li\u003e\n      \u003cli\u003ePatio or pergola — brings atmosphere to outdoor dining and evening entertaining\u003c\/li\u003e\n      \u003cli\u003eBalcony railing — adds a decorative, glowing quality to smaller outdoor spaces\u003c\/li\u003e\n      \u003cli\u003ePathway or entrance — mark a garden gate with soft, welcoming light\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 lantern is solar-powered and requires direct sunlight to charge. Allow a full day of charging before first use. Best placed where it receives at least 6 hours of sunlight during the day.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eCharges itself by day. Glows beautifully by night.\u003c\/div\u003e\n\u003c\/div\u003e]]\u0026gt;","brand":"Avertta","offers":[{"title":"Default Title","offer_id":57654200598859,"sku":"CJJZHWTY00251-Warm white","price":34.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/Ontwerp_zonder_titel_3_2a718844-b203-41f3-8357-48903075178c.png?v=1782395366"},{"product_id":"portable-fan-portable-mini-humidifier-fan-water-spraying-fan-rechargeable-cooler-air-adjustment-fan-for-hot-weather","title":"Portable Misting Fan — Rechargeable Handheld Cooler with Water Spray","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\"\u003eFans \u0026amp; Personal Cooling\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eFan and mist, together — \u003cem\u003einstant cool wherever you are\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eThis compact rechargeable fan combines a powerful airflow with a fine water mist — two forms of cooling working at once. Fill the built-in water tank, press the mist button, and feel the difference within seconds. Small enough to sit on a desk, light enough to take anywhere, and powerful enough to make a real difference on hot days at home, in the office, or outdoors.\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\"\u003eRechargeable (USB)\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eFunction\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eFan + Water Mist\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSpeed Settings\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eMultiple\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColours\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eBlack Silver, Green Silver, 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\u003eDual cooling — fan airflow and fine water mist work together for faster, more effective cooling\u003c\/li\u003e\n      \u003cli\u003eBuilt-in water tank — fill it up and the mist nozzles release a refreshing spray directly from the unit\u003c\/li\u003e\n      \u003cli\u003eRechargeable via USB — no batteries needed, charges quickly and runs for hours on a full charge\u003c\/li\u003e\n      \u003cli\u003eMultiple speed settings — dial up the airflow to match the heat or keep it quiet for focused work\u003c\/li\u003e\n      \u003cli\u003eCompact and portable — small enough for a desk, bedside table, or to take outdoors\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 — keeps you cool and focused during warm working days\u003c\/li\u003e\n      \u003cli\u003eBedroom — quiet operation makes it easy to sleep next to on hot nights\u003c\/li\u003e\n      \u003cli\u003eKitchen — a practical countertop fan for cooking in the heat\u003c\/li\u003e\n      \u003cli\u003eOutdoor dining — take it to the garden table, terrace, or balcony\u003c\/li\u003e\n      \u003cli\u003eOn the go — light enough to pack for travel, camping, or days out\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\"\u003eUse clean water only in the mist tank. Empty the tank when not in use for extended periods. Charge fully before first use. Keep away from direct submersion in water.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eCool air, fine mist — summer made bearable.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Black Silver","offer_id":57654231957835,"sku":"CJYD237204302BY","price":37.99,"currency_code":"GBP","in_stock":true},{"title":"Green Silver","offer_id":57654231990603,"sku":"CJYD237204303CX","price":37.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57654232023371,"sku":"CJYD237204301AZ","price":37.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260625_130034_e0887ac3-a0dd-48dc-85be-aa0531e58709.png?v=1782393684"},{"product_id":"mini-electric-fan","title":"Mini Bladeless Desk Fan — Quiet Personal Cooler with Knob Speed Control","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\"\u003ePersonal Cooling\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eNo blades. No noise. \u003cem\u003eJust the breeze you need.\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA compact bladeless desk fan with a simple knob control — turn it up, turn it down, no buttons to fumble with. The bladeless design makes it safer around curious hands and easier to clean than a conventional fan, while the quiet motor keeps things peaceful whether you're working, reading, or winding down for the evening.\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\"\u003eDesign\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eBladeless\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSwitch\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eKnob control\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePower\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    \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\u003eBladeless design — safer around children and pets, and far easier to clean than bladed fans\u003c\/li\u003e\n      \u003cli\u003eKnob speed control — smooth, stepless airflow adjustment from a gentle breeze to a steady flow\u003c\/li\u003e\n      \u003cli\u003eQuiet motor — unobtrusive enough for focused work, video calls, or sleeping\u003c\/li\u003e\n      \u003cli\u003eCompact footprint — sits neatly on a desk or bedside table without dominating the surface\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\u003eHome office desk — quiet and compact, stays out of the way during calls\u003c\/li\u003e\n      \u003cli\u003eBedroom — no exposed blades, safe to run overnight\u003c\/li\u003e\n      \u003cli\u003eChildren’s room — bladeless means no fingers can reach moving parts\u003c\/li\u003e\n      \u003cli\u003eLiving room or kitchen — clean design that doesn’t look out of place on any surface\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. No assembly required.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eCooling that fits quietly into your day — and disappears into the room.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Black","offer_id":57654290514251,"sku":"CJJJJTJT11501-Black-UK","price":34.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57654290547019,"sku":"CJJJJTJT11501-White-UK","price":34.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260625_140221_06cfe6be-1a9c-401f-bc47-8fd9422b9301.png?v=1782416501"},{"product_id":"perfume-fan","title":"Crystal Handheld Fan — Rechargeable Perfume Bottle Design","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\"\u003ePersonal Cooling\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eShaped like a bottle. \u003cem\u003eWorks like a fan.\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eThe Crystal Fan is a rechargeable handheld cooler shaped like a perfume bottle — slim enough to slip into a bag, distinctive enough to leave on a desk. The decorative lattice housing surrounds the fan blades, giving it the look of something you'd display rather than hide. Charge it up and it runs quietly in your hand, on your desk, or wherever the heat finds you.\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\"\u003eDimensions\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e205 × 75 × 25 mm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eBattery\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e1200mAh rechargeable\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eCharging\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUSB, 5V \/ 500mA\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eDesign\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003ePerfume bottle silhouette\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\u003ePerfume bottle silhouette — a fan that looks considered sitting on a desk or dressing table\u003c\/li\u003e\n      \u003cli\u003eDecorative lattice housing over the fan blade — functional and visually distinctive\u003c\/li\u003e\n      \u003cli\u003e1200mAh rechargeable battery — USB charged, no disposable batteries needed\u003c\/li\u003e\n      \u003cli\u003eSlim and lightweight at 205 × 75 × 25 mm — slides into any bag without taking up space\u003c\/li\u003e\n      \u003cli\u003eQuiet enough to use in a quiet room without drawing attention\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\u003eDressing table or desk — looks at home anywhere you'd place a beauty product\u003c\/li\u003e\n      \u003cli\u003eCommuting or travel — slim enough for a handbag, tote, or backpack side pocket\u003c\/li\u003e\n      \u003cli\u003eAt your desk — quiet personal airflow without bothering anyone nearby\u003c\/li\u003e\n      \u003cli\u003eOutdoors — events, festivals, markets, or anywhere the heat builds up\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\"\u003eCharge fully before first use. Use only with a standard 5V USB charger or power bank. Keep away from water and direct sunlight when in use.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote\"\u003eCool air in something that looks too pretty to be just a fan.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Default Title","offer_id":57680661414219,"sku":"CJJJJTJT03290-Pink","price":29.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/hf_20260627_074451_bb0c6768-cf6f-4fa7-a276-052dc8f36846.png?v=1782546633"},{"product_id":"desktop-silent-large-wind-electric-fan","title":"Bladeless Personal Fan — Silent USB Rechargeable Cooler, 3-Speed","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\"\u003ePersonal Cooling\u003c\/p\u003e\n\u003cp class=\"av-headline\"\u003eCool air, \u003cem\u003ewithout a blade in sight\u003c\/em\u003e\u003c\/p\u003e\n\u003cp class=\"av-body\"\u003eThis compact bladeless desktop fan delivers a steady, smooth stream of air using a silent brushless motor — no exposed blades, no harsh noise, just quiet, effective cooling wherever you need it. With a built-in 2000mAh rechargeable battery and three speed settings, it's designed to move effortlessly from your desk to your bedside without a second thought.\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\"\u003ePower\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUSB 5V \/ 1A\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eBattery\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e2000mAh built-in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eMotor\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eSilent brushless\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eNoise Level\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e≤36dB\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSpeed Settings\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e3 levels\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColours\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eGreen, Pink, 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\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"feat-list\"\u003e\n\u003cli\u003eBladeless design — no exposed blades, safer around children and pets\u003c\/li\u003e\n\u003cli\u003eUltra-quiet at ≤36dB — cool down without disrupting focus, calls, or sleep\u003c\/li\u003e\n\u003cli\u003eThree speed settings — adjust airflow from a gentle breeze to full cool\u003c\/li\u003e\n\u003cli\u003e2000mAh rechargeable battery — USB powered, no fixed plug needed\u003c\/li\u003e\n\u003cli\u003eCompact footprint — sits neatly on a desk, shelf, or bedside table without taking over\u003c\/li\u003e\n\u003cli\u003eCompact size: 8.3 x 12.3 cm\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\u003eHome office desk — keep cool during long work sessions without the noise\u003c\/li\u003e\n\u003cli\u003eBedroom — quiet enough to run through the night beside you\u003c\/li\u003e\n\u003cli\u003eStudy or reading nook — gentle airflow that won't scatter papers\u003c\/li\u003e\n\u003cli\u003eDressing table — compact enough to fit without crowding your 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\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notice\"\u003eCharges via USB — a USB cable is included. No UK plug is supplied; connect to any standard USB adapter or laptop port. Fully charge before first use for best battery performance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quote\"\u003eQuiet by design. Effective by nature.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Green","offer_id":57692095086923,"sku":"CJJT112883503CX","price":29.99,"currency_code":"GBP","in_stock":true},{"title":"Pink","offer_id":57692095119691,"sku":"CJJT112883502BY","price":29.99,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57692095152459,"sku":"CJJT112883501AZ","price":29.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Jun_27_2026_10_01_42_AM.png?v=1782547319"},{"product_id":"360-degree-rotating-personalized-modeling-wall-lamp","title":"Rotating Disc Ceiling Light — Dramatic Beam Effect, 3 Colour Temperatures","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\"\u003eCeiling Lighting\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eA single arc of light — \u003cem\u003efor the spaces in between\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eThis compact ceiling spotlight projects a thin crescent beam of warm light along the wall in front of it, creating a glow-line effect that transforms a plain corridor or staircase into something worth noticing. The disc rotates a full 360 degrees so you can aim it precisely — then leave it. Three colour temperatures let you choose between warm, neutral and cool white to suit the mood of the 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\"\u003eDiameter\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e110 mm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eHeight\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e160 mm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLight Source\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eCOB LED, 9W\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColour Temperatures\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eWarm \/ Neutral \/ Cool White\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eRotation\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e360°\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eVoltage\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e85–265V (universal)\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\u003e360° rotating disc — aim the beam precisely along any wall, then lock it in place\u003c\/li\u003e\n      \u003cli\u003eDramatic glow-line effect — the crescent beam casts a thin arc of light that travels the length of the wall\u003c\/li\u003e\n      \u003cli\u003e3 colour temperatures — switch between warm (3000K), neutral (4000K) and cool white (6000K)\u003c\/li\u003e\n      \u003cli\u003eCOB LED light source — consistent, clean output with no visible hot spots\u003c\/li\u003e\n      \u003cli\u003eUniversal voltage — works on any standard UK mains supply\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\u003eHallway — a single fitting turns a plain corridor into a considered space\u003c\/li\u003e\n      \u003cli\u003eStaircase — the beam follows the line of the wall beautifully on landings and steps\u003c\/li\u003e\n      \u003cli\u003eBedroom — angled above the bed for a soft, directional glow instead of overhead light\u003c\/li\u003e\n      \u003cli\u003eStudy or reading nook — focused warm light without harsh overhead glare\u003c\/li\u003e\n      \u003cli\u003eRetail or display space — dramatic accent lighting for products, artwork, or shelving\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 is a hardwired ceiling pendant. Always switch off the power at the mains before installation. We recommend a qualified electrician for fitting.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eOne small disc. One long arc of light. Entirely worth it.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Black Shell Black","offer_id":57695353340235,"sku":"CJYD231137301AZ","price":37.99,"currency_code":"GBP","in_stock":true},{"title":"White Shell White","offer_id":57695353373003,"sku":"CJYD231137302BY","price":37.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Jun_27_2026_09_24_23_PM.png?v=1782589051"},{"product_id":"solar-outdoor-courtyard-lamp-staircase-wall-lamp","title":"Solar Staircase \u0026 Courtyard Wall Lamp — Warm White, No Wiring Required","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\"\u003eOutdoor Solar Lighting\u003c\/p\u003e\n\n  \u003cdiv class=\"av-section\"\u003e\n    \u003ch2 class=\"av-headline\"\u003eLight the path.\u003cbr\u003e\u003cem\u003eEffortlessly.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"av-body\"\u003eA compact solar step light that installs in minutes and runs entirely on sunlight. No electrician, no cables, no running costs — just a warm amber glow that marks every step of your staircase, courtyard, or garden path each evening, automatically.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv 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\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePower Source\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eBuilt-in solar panel\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLight Colour\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eWarm white\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\"\u003eOperation\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eAuto dusk-to-dawn\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eDimensions\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e78 × 45 × 42 mm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eWeather Rating\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eOutdoor rated, IP65\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eInstallation\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eSurface mount, screws included\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv 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\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cul class=\"feat-list\"\u003e\n      \u003cli\u003eFully solar powered — zero electricity costs and no wiring whatsoever\u003c\/li\u003e\n      \u003cli\u003eAutomatic on at dusk, off at dawn — no switches, no timers to set\u003c\/li\u003e\n      \u003cli\u003eWarm white light casts a soft, inviting glow along steps and walls\u003c\/li\u003e\n      \u003cli\u003eCompact 78 × 45 × 42 mm body sits flush against any surface without bulk\u003c\/li\u003e\n      \u003cli\u003eIP65 weather-resistant housing stands up to rain, frost, and UV exposure\u003c\/li\u003e\n      \u003cli\u003eAvailable in packs of 1 to 16 to light an entire staircase or pathway in one order\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"av-section\"\u003e\n    \u003cdiv class=\"notice\"\u003eThese lights charge during daylight hours and illuminate automatically after dark. Charging performance depends on sun exposure — south-facing or unshaded placement is recommended for best results.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"quote\"\u003eNo wires. No running costs.\u003cbr\u003eJust light, every evening.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"1 Lamp","offer_id":57695460163915,"sku":"CJJZSNSN00616-Black warm light-Q1pc","price":14.99,"currency_code":"GBP","in_stock":true},{"title":"2 Lamps","offer_id":57695460196683,"sku":"CJJZSNSN00616-Black warm light-Q2PC","price":17.99,"currency_code":"GBP","in_stock":true},{"title":"4 Lamps","offer_id":57695460229451,"sku":"CJJZSNSN00616-Black warm light-Q4pic","price":22.99,"currency_code":"GBP","in_stock":true},{"title":"6 Lamps","offer_id":57695460262219,"sku":"CJJZSNSN00616-Black warm light-Q6pic","price":29.99,"currency_code":"GBP","in_stock":true},{"title":"8 Lamps","offer_id":57695460294987,"sku":"CJJZSNSN00616-Black warm light-Q8pic","price":33.99,"currency_code":"GBP","in_stock":true},{"title":"10 Lamps","offer_id":57695460065611,"sku":"CJJZSNSN00616-Black warm light-10pcs","price":39.99,"currency_code":"GBP","in_stock":true},{"title":"12 Lamps","offer_id":57695460098379,"sku":"CJJZSNSN00616-Black warm light-Q12pic","price":44.99,"currency_code":"GBP","in_stock":true},{"title":"16 Lamps","offer_id":57695460131147,"sku":"CJJZSNSN00616-Black warm light-Q16pic","price":59.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Jun_27_2026_10_42_38_PM.png?v=1782593079"},{"product_id":"solar-outdoor-automatic-induction-lamp","title":"Solar Outdoor Induction Wall 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\"\u003eOutdoor Solar Lighting\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eLights up at dusk — \u003cem\u003eno wiring, no running costs\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA compact solar outdoor wall light that handles itself. The built-in sensor detects when daylight fades and switches the warm light on automatically — then off again at dawn. No electrician, no cable runs, no electricity bill. Mount it on a wall or fence post, point the panel toward the sun, and it does 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\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eProtection\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eIP44 waterproof\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePower\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e1.2W solar\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eVoltage\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e6V (solar panel)\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLamp Life\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e10,000 hours\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eDimensions\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e11.5 × 6 × 3 cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLight Colour\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eWarm 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\u003eAuto dusk-to-dawn — turns on at sunset, off at sunrise, every day\u003c\/li\u003e\n      \u003cli\u003eSolar powered — no wiring required and no electricity running costs\u003c\/li\u003e\n      \u003cli\u003eIP44 waterproof — protected against rain and outdoor conditions\u003c\/li\u003e\n      \u003cli\u003eWarm white light — a soft, welcoming tone suited to entrances and paths\u003c\/li\u003e\n      \u003cli\u003eLong lamp life — rated to 10,000 hours of use\u003c\/li\u003e\n      \u003cli\u003eCompact form — 11.5 × 6 × 3 cm, easy to mount on most surfaces\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\u003eGarden path or walkway — mark the route safely after dark\u003c\/li\u003e\n      \u003cli\u003eFront porch or door surround — gentle ambient light for arrivals\u003c\/li\u003e\n      \u003cli\u003eGate or fence post — add lighting where running cable would be difficult\u003c\/li\u003e\n      \u003cli\u003eBoundary wall or outbuilding — low-cost, low-effort outdoor illumination\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\"\u003eIn the box\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\u003eSolar outdoor induction light(s)\u003c\/li\u003e\n      \u003cli\u003eExpansion screws for wall mounting\u003c\/li\u003e\n      \u003cli\u003eDouble-sided tape (alternative fixing)\u003c\/li\u003e\n      \u003cli\u003eInstruction manual\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.5s\"\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\"\u003eMount in a position with good direct sunlight for best charging performance. Charge fully before first use. The IP44 rating protects against rain splash — avoid fully submerging the unit.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eSolar powered, self-managing — outdoor light that simply works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"1 Pack","offer_id":57781280047435,"sku":"CJLE240123001AZ","price":24.99,"currency_code":"GBP","in_stock":true},{"title":"2 Pack","offer_id":57781280080203,"sku":"CJLE240123002BY","price":29.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Jul_8_2026_11_48_02_AM.png?v=1783504372"},{"product_id":"outdoor-solar-lawn-lamp-20led","title":"Solar Garden Lawn 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\"\u003eSolar Garden Lighting\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003ePush it into the ground — \u003cem\u003etwenty LEDs do the rest\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA solar lawn light that requires nothing more than a clear patch of sky and somewhere to push a spike. Twenty LED bulbs charge during the day and switch on automatically at dusk, lighting garden paths, flower beds, lawn borders, and driveway edges without a cable in sight. Available in Warm White (3000K) for a soft, golden glow, or Cool White (6000K) for a brighter, crisper output.\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\"\u003eLED Count\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e20 LEDs\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePower Source\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eSolar\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLight Colours\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eWarm White (3000K) \/ Cool White (6000K)\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eControl\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eAuto dusk to dawn\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eInstallation\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eGround spike — no tools needed\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eWiring\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eNone required\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\"\u003eColour guide\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\u003eWarm White (3000K) — a soft golden tone, closer to candlelight; suits traditional gardens and relaxed evening settings\u003c\/li\u003e\n      \u003cli\u003eCool White (6000K) — bright and crisp; better for security-conscious borders, driveways, and modern garden schemes\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\"\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\u003e20 LEDs — more coverage and brighter output than standard single-LED solar stakes\u003c\/li\u003e\n      \u003cli\u003eAuto dusk-to-dawn — charges in daylight, switches on at sunset without any input\u003c\/li\u003e\n      \u003cli\u003eGround spike installation — push into lawn, soil, or a planter; no tools, no drilling\u003c\/li\u003e\n      \u003cli\u003eNo wiring — completely cable-free, place anywhere the solar panel gets sun\u003c\/li\u003e\n      \u003cli\u003eLow running cost — powered entirely by sunlight\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\"\u003eWhere to use them\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\u003eGarden path or walkway — mark the route cleanly after dark\u003c\/li\u003e\n      \u003cli\u003eLawn border or flower bed — define the edge of a planted area with light\u003c\/li\u003e\n      \u003cli\u003eDriveway edge — guide vehicles in and add a polished finish to the entrance\u003c\/li\u003e\n      \u003cli\u003ePatio perimeter — frame an outdoor seating area without running cable\u003c\/li\u003e\n      \u003cli\u003ePlanter or raised bed — push the spike into the soil for a lit focal point\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.5s\"\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\"\u003eFor best performance, position the solar panel in a spot that receives direct sunlight for most of the day. Allow a full day of charging before first use. Performance will vary with available daylight — shorter winter days will reduce brightness and on-time.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eNo cable, no timer, no effort — just light where you need it.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Warm White","offer_id":57781319729483,"sku":"CJYD217372802BY","price":29.99,"currency_code":"GBP","in_stock":true},{"title":"Cool White","offer_id":57781319762251,"sku":"CJYD217372801AZ","price":29.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Jul_8_2026_11_16_22_PM.png?v=1783545423"},{"product_id":"solar-spotlights-outdoor-garden-lawn","title":"Solar Garden Spotlights — 7 LED, Dusk to Dawn","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\"\u003eSolar Garden Spotlights\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eSpike it in, aim it — \u003cem\u003eseven LEDs handle the rest\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA solar garden spotlight with 7 LEDs per unit, ground spike installation, and automatic dusk-to-dawn operation. No wiring, no timer, no electrician — push the spike into lawn or soil, point the head where you want light, and it charges during the day and switches on at dusk. Available individually or in packs of 2 or 4 for lighting a path, border, or whole garden scheme.\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\"\u003eLED Count\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e7 LEDs per spotlight\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePower\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eSolar\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eControl\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eAuto dusk to dawn\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eInstallation\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eGround spike\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eWiring\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eNone required\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePack sizes\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e1, 2 or 4 spotlights\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\"\u003eColour guide\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\u003eWarm White — a soft, golden output that suits traditional gardens, flower beds, and relaxed evening settings\u003c\/li\u003e\n      \u003cli\u003eCool White — a brighter, crisper light; better for paths, driveways, and wherever visibility matters most\u003c\/li\u003e\n      \u003cli\u003eColour Changing — cycles through multiple colours; best for feature planting, trees, and decorative accents\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\"\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\u003e7 LEDs per spotlight — more output than single-LED solar garden lights\u003c\/li\u003e\n      \u003cli\u003eAdjustable head — aim the beam at a plant, tree, wall, or path edge\u003c\/li\u003e\n      \u003cli\u003eAuto dusk-to-dawn — on at sunset, off at sunrise, every day\u003c\/li\u003e\n      \u003cli\u003eGround spike — push into lawn or soil in seconds, no tools required\u003c\/li\u003e\n      \u003cli\u003eSolar powered — completely cable-free, zero running cost\u003c\/li\u003e\n      \u003cli\u003eAvailable in packs of 1, 2, or 4 to suit any garden scheme\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\"\u003eWhere to use them\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\u003eFeature plants or trees — aim up to illuminate a focal point after dark\u003c\/li\u003e\n      \u003cli\u003eGarden path or driveway edge — define the route clearly without running cable\u003c\/li\u003e\n      \u003cli\u003eFlower bed or border — light planted areas from ground level\u003c\/li\u003e\n      \u003cli\u003eWall or fence — angle across a surface to add depth and texture at night\u003c\/li\u003e\n      \u003cli\u003ePatio perimeter — frame the seating area with directed ground-level light\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.5s\"\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\"\u003eFor best performance, position the solar panel where it receives direct sunlight throughout the day. Allow a full charge before first use. Performance varies with available daylight — shorter winter days will reduce brightness and run time.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eSpike it in, aim it — solar light exactly where the garden needs it.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Warm White \/ 1 Pack","offer_id":57781368947019,"sku":"CJYD244410406FU","price":25.99,"currency_code":"GBP","in_stock":true},{"title":"Warm White \/ 2 Pack","offer_id":57781368979787,"sku":"CJYD244410411KP","price":33.99,"currency_code":"GBP","in_stock":true},{"title":"Warm White \/ 4 Pack","offer_id":57781369012555,"sku":"CJYD244410417QJ","price":59.99,"currency_code":"GBP","in_stock":true},{"title":"Cool White \/ 1 Pack","offer_id":57781369045323,"sku":"CJYD244410405EV","price":25.99,"currency_code":"GBP","in_stock":true},{"title":"Cool White \/ 2 Pack","offer_id":57781369078091,"sku":"CJYD244410412LO","price":33.99,"currency_code":"GBP","in_stock":true},{"title":"Cool White \/ 4 Pack","offer_id":57781369110859,"sku":"CJYD244410418RI","price":59.99,"currency_code":"GBP","in_stock":true},{"title":"Colour Changing \/ 1 Pack","offer_id":57781368848715,"sku":"CJYD244410407GT","price":25.99,"currency_code":"GBP","in_stock":true},{"title":"Colour Changing \/ 2 Pack","offer_id":57781368881483,"sku":"CJYD244410410JQ","price":33.99,"currency_code":"GBP","in_stock":true},{"title":"Colour Changing \/ 4 Pack","offer_id":57781368914251,"sku":"CJYD244410416PK","price":59.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Jul_9_2026_12_10_36_AM.png?v=1783548861"},{"product_id":"solar-lawn-light-led-outdoor-waterproof-wall-light-rgb-garden-light","title":"Solar Outdoor Garden Light — 4 or 7 LED, Waterproof","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\"\u003eSolar Garden Lighting\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eSolar powered, waterproof — \u003cem\u003emount it on a wall or stake it in the ground\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA compact solar outdoor light that works two ways: fix it to a wall with the included screws, or push the ground stake into lawn or soil. Either way it charges during the day and switches on automatically at dusk. Choose between 4 LED and 7 LED versions depending on how much output you need, and between Warm White and Cool White for the tone that suits 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\"\u003eLED Options\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e4 LED or 7 LED\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePower\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eSolar\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eControl\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eAuto dusk to dawn\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eWaterproofing\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eOutdoor rated\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eInstallation\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eWall mount or ground stake\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eWiring\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eNone required\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\"\u003eWhich type?\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\u003e4 LED — a compact output suited to smaller garden areas, paths, patios, and accent lighting\u003c\/li\u003e\n      \u003cli\u003e7 LED — a stronger beam for larger areas, driveways, or anywhere you want more coverage\u003c\/li\u003e\n      \u003cli\u003eWarm White — a soft, golden tone that suits planted borders, traditional gardens, and relaxed settings\u003c\/li\u003e\n      \u003cli\u003eCool White — a brighter, crisper output for paths, driveways, and security-conscious placements\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\"\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\u003eTwo installation options — screw to a wall or push the stake into soil or lawn\u003c\/li\u003e\n      \u003cli\u003eAuto dusk-to-dawn — charges in daylight, on at sunset, off at sunrise\u003c\/li\u003e\n      \u003cli\u003eWaterproof construction — built for permanent outdoor use in all conditions\u003c\/li\u003e\n      \u003cli\u003eSolar powered — no wiring, no running cost, no cable management\u003c\/li\u003e\n      \u003cli\u003eCompact and unobtrusive — does the job without drawing attention during the day\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\"\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\u003eGarden path or walkway — wall or stake-mounted, mark the route after dark\u003c\/li\u003e\n      \u003cli\u003ePatio perimeter — frame a seating area without running cable\u003c\/li\u003e\n      \u003cli\u003eDriveway or entrance — guide vehicles in clearly on darker evenings\u003c\/li\u003e\n      \u003cli\u003eFence or outbuilding wall — add light to a corner that would otherwise stay dark\u003c\/li\u003e\n      \u003cli\u003eLawn or flower bed edge — stake into soil to define a planting border\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"av-section\" style=\"animation-delay:.5s\"\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\"\u003ePosition the solar panel where it receives direct sunlight during the day for the best charge. Allow a full day of charging before first use. Performance will reduce in low-light winter conditions.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eWall or stake, warm or cool — solar light that goes wherever you need it.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"4 LED — Warm White","offer_id":57781382578507,"sku":"CJJZHWTY00258-4 lights warm light","price":29.99,"currency_code":"GBP","in_stock":true},{"title":"4 LED — Cool White","offer_id":57781382611275,"sku":"CJJZHWTY00258-4 lights white light","price":29.99,"currency_code":"GBP","in_stock":true},{"title":"7 LED — Warm White","offer_id":57781382644043,"sku":"CJJZHWTY00258-7 lights warm light","price":34.99,"currency_code":"GBP","in_stock":true},{"title":"7 LED — Cool White","offer_id":57781382676811,"sku":"CJJZHWTY00258-7 lights white light","price":34.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Jul_9_2026_05_29_15_PM.png?v=1783610992"},{"product_id":"solar-courtyard-ice-brick-lamp-led-ice-buried-atmosphere","title":"Solar Ice Brick Garden Light — LED, Auto Dusk to Dawn","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\"\u003eSolar Garden Lighting\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eSet into the ground, \u003cem\u003elit from below\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA solar-powered LED brick that sits flush in the ground — in a driveway, pathway, patio, or courtyard — and illuminates from below after dark. The frosted casing diffuses the light evenly with an ice-brick effect: a clean, contained glow that marks a route, defines a surface, or adds depth to an outdoor space without any overhead fitting. No wiring, no running cost. Charges in daylight, on at dusk, off at dawn.\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\"\u003eSizes Available\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e7 × 7 cm \/ 10 × 10 cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003ePower\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eSolar\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eInstallation\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eRecessed, flush to ground\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eControl\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eAuto dusk to dawn\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eLight Colours\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eWarm White \/ Cool White\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eWiring\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eNone required\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\"\u003eWhich to choose\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\u003e7 × 7 cm — the compact option; ideal for closely-spaced paths, step edges, or accent lines where a smaller fitting looks more intentional\u003c\/li\u003e\n      \u003cli\u003e10 × 10 cm — a stronger presence in the surface; better suited to driveways, wider patios, and anywhere you want the light to cover a larger area\u003c\/li\u003e\n      \u003cli\u003eWarm White — a soft, golden glow that suits traditional gardens, courtyards, and relaxed outdoor settings\u003c\/li\u003e\n      \u003cli\u003eCool White — a brighter, crisper output for driveways, modern patios, and anywhere visibility after dark is the priority\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 them\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\u003eDriveways — set into the surface to mark the edge or centreline after dark\u003c\/li\u003e\n      \u003cli\u003eGarden pathways — define the route through a lawn or planted area at ground level\u003c\/li\u003e\n      \u003cli\u003ePatios and courtyards — add low-level light that doesn't compete with overhead or wall fittings\u003c\/li\u003e\n      \u003cli\u003eStep edges and risers — a safety-first detail that also looks considered\u003c\/li\u003e\n      \u003cli\u003eDecking — set between boards for a through-deck lighting effect\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\"\u003eRecessed installation requires cutting or boring into the surface material to the fitting depth. Ensure the cut-out matches the fitting dimensions before installation. Position the solar panel where it receives direct daylight for best charge. Allow a full day of charging before first use.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eSolar, flush, automatic — ground-level light with nothing to hide.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Warm White \/ 10 × 10 cm","offer_id":57781402665291,"sku":"CJSN159778201AZ","price":22.99,"currency_code":"GBP","in_stock":true},{"title":"Warm White \/ 7 × 7 cm","offer_id":57781402698059,"sku":"CJSN159778202BY","price":19.99,"currency_code":"GBP","in_stock":true},{"title":"Cool White \/ 10 × 10 cm","offer_id":57781402730827,"sku":"CJSN159778203CX","price":22.99,"currency_code":"GBP","in_stock":true},{"title":"Cool White \/ 7 × 7 cm","offer_id":57781402763595,"sku":"CJSN159778204DW","price":19.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Jul_10_2026_12_05_24_AM.png?v=1783634760"},{"product_id":"220v-high-voltage-cob-outdoor-waterproof-decorative-led-light-strip","title":"Outdoor COB LED Strip Light — 220V Waterproof, 288 LEDs\/m | 2m–20m","description":"\u003cstyle\u003e@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.av{font-family:'Jost',sans-serif;color:#1a1a1a;max-width:680px;margin:0 auto}\n.av-headline{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:1.5rem;letter-spacing:.04em;margin:0 0 .75rem}\n.av-intro{font-size:.9rem;font-weight:300;color:#555;line-height:1.75;margin:0 0 1.75rem}\n.av-rule{border:none;border-top:1px solid #e8e8e8;margin:1.5rem 0}\n.av-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.75rem}\n.av-tile{background:#f7f7f7;padding:.9rem 1rem}\n.av-tile-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:#999;margin-bottom:.25rem}\n.av-tile-val{font-size:.9rem;font-weight:500}\n.av-sh{font-family:'Cormorant Garamond',serif;font-weight:400;font-size:1.05rem;margin:0 0 .9rem}\n.av-row{display:flex;justify-content:space-between;font-size:.85rem;padding:.45rem 0;border-bottom:1px solid #f2f2f2}\n.av-row:last-child{border-bottom:none}\n.av-rl{color:#888;font-weight:300}\n.av-rv{font-weight:400;text-align:right}\n.av-note{font-size:.8rem;color:#aaa;margin-top:1.5rem}\n@media(max-width:500px){.av-grid{grid-template-columns:1fr}}\u003c\/style\u003e\n\u003cdiv class=\"av\"\u003e\n\u003cp class=\"av-headline\"\u003eSmooth, gap-free light — indoors or out.\u003c\/p\u003e\n\u003cp class=\"av-intro\"\u003eCOB (Chip-on-Board) technology packs 288 LED chips per metre into a single continuous light source with no visible dots or hotspots. Runs directly from 220V mains — no separate driver required. IP65 rated and built for outdoor use year-round.\u003c\/p\u003e\n\u003chr class=\"av-rule\"\u003e\n\u003cdiv class=\"av-grid\"\u003e\n\u003cdiv class=\"av-tile\"\u003e\n\u003cdiv class=\"av-tile-label\"\u003eTechnology\u003c\/div\u003e\n\u003cdiv class=\"av-tile-val\"\u003eCOB — no hotspots\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-tile\"\u003e\n\u003cdiv class=\"av-tile-label\"\u003eDensity\u003c\/div\u003e\n\u003cdiv class=\"av-tile-val\"\u003e288 LEDs \/ metre\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-tile\"\u003e\n\u003cdiv class=\"av-tile-label\"\u003eWaterproof\u003c\/div\u003e\n\u003cdiv class=\"av-tile-val\"\u003eIP65 rated\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-tile\"\u003e\n\u003cdiv class=\"av-tile-label\"\u003ePower\u003c\/div\u003e\n\u003cdiv class=\"av-tile-val\"\u003e220V — plug \u0026amp; play\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"av-rule\"\u003e\n\u003cp class=\"av-sh\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"av-row\"\u003e\n\u003cspan class=\"av-rl\"\u003eInput Voltage\u003c\/span\u003e\u003cspan class=\"av-rv\"\u003e220V AC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-row\"\u003e\n\u003cspan class=\"av-rl\"\u003eLED Type\u003c\/span\u003e\u003cspan class=\"av-rv\"\u003eCOB 3030\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-row\"\u003e\n\u003cspan class=\"av-rl\"\u003eLED Density\u003c\/span\u003e\u003cspan class=\"av-rv\"\u003e288 per metre\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-row\"\u003e\n\u003cspan class=\"av-rl\"\u003eLumen (per LED)\u003c\/span\u003e\u003cspan class=\"av-rv\"\u003e15 lm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-row\"\u003e\n\u003cspan class=\"av-rl\"\u003eWarm White\u003c\/span\u003e\u003cspan class=\"av-rv\"\u003e3000–3500 K\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-row\"\u003e\n\u003cspan class=\"av-rl\"\u003eCool White\u003c\/span\u003e\u003cspan class=\"av-rv\"\u003e6000–6500 K\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-row\"\u003e\n\u003cspan class=\"av-rl\"\u003eControl\u003c\/span\u003e\u003cspan class=\"av-rv\"\u003eMains switch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-row\"\u003e\n\u003cspan class=\"av-rl\"\u003ePower Factor\u003c\/span\u003e\u003cspan class=\"av-rv\"\u003e0.65\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-row\"\u003e\n\u003cspan class=\"av-rl\"\u003eRated Lifespan\u003c\/span\u003e\u003cspan class=\"av-rv\"\u003e50,000 hours\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"av-row\"\u003e\n\u003cspan class=\"av-rl\"\u003eWaterproof Rating\u003c\/span\u003e\u003cspan class=\"av-rv\"\u003eIP65\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"av-note\"\u003eIncludes: 1× LED strip light\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"2m \/ Warm White","offer_id":57786659012939,"sku":"CJSN189718506FU","price":19.99,"currency_code":"GBP","in_stock":true},{"title":"2m \/ Cool White","offer_id":57786659045707,"sku":"CJSN189718507GT","price":19.99,"currency_code":"GBP","in_stock":true},{"title":"5m \/ Warm White","offer_id":57786659144011,"sku":"CJSN189718510JQ","price":29.99,"currency_code":"GBP","in_stock":true},{"title":"5m \/ Cool White","offer_id":57786659176779,"sku":"CJSN189718511KP","price":29.99,"currency_code":"GBP","in_stock":true},{"title":"10m \/ Warm White","offer_id":57786658881867,"sku":"CJSN189718502BY","price":44.99,"currency_code":"GBP","in_stock":true},{"title":"10m \/ Cool White","offer_id":57786658914635,"sku":"CJSN189718503CX","price":44.99,"currency_code":"GBP","in_stock":true},{"title":"15m \/ Warm White","offer_id":57786658947403,"sku":"CJSN189718504DW","price":59.99,"currency_code":"GBP","in_stock":true},{"title":"15m \/ Cool White","offer_id":57786658980171,"sku":"CJSN189718505EV","price":59.99,"currency_code":"GBP","in_stock":true},{"title":"20m \/ Warm White","offer_id":57786659078475,"sku":"CJSN189718508HS","price":79.99,"currency_code":"GBP","in_stock":true},{"title":"20m \/ Cool White","offer_id":57786659111243,"sku":"CJSN189718509IR","price":79.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Jul_13_2026_07_41_05_PM.png?v=1783964484"},{"product_id":"outdoor-solar-waterproof-tungsten-induction-garden-wall-lamp","title":"Solar Outdoor Wall Light - Tungsten Filament, PIR Motion Sensor, IP65 Waterproof","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\"\u003eSolar Outdoor Lighting\u003c\/p\u003e\n  \u003cp class=\"av-headline\"\u003eWarm tungsten light, outdoors — \u003cem\u003epowered by nothing but sunlight\u003c\/em\u003e\u003c\/p\u003e\n  \u003cp class=\"av-body\"\u003eA solar wall light that charges through the day and switches on automatically at dusk — or the moment it senses movement. Tungsten filament LEDs cast a warm 3000K glow that looks at home on any garden wall, gate, or entrance. IP65 waterproof. No wiring, no running costs.\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 Source\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eSolar\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eColour Temperature\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e3000K — warm white\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eSensor\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003ePIR motion induction\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eWaterproof Rating\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eIP65\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eShell Material\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003ePlastic\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"spec-key\"\u003eInternal Voltage\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e3.7V\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\"\u003ePack Sizes\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e1, 2, 3, 4, 6, 14 or 15 lamps\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\u003eSolar powered — no wiring, no electricity costs, charges automatically during the day\u003c\/li\u003e\n      \u003cli\u003ePIR motion sensor — activates on movement, dims when no one is present\u003c\/li\u003e\n      \u003cli\u003eTungsten filament LEDs — warm 3000K glow with a classic, vintage quality\u003c\/li\u003e\n      \u003cli\u003eIP65 waterproof — built for year-round outdoor use in all UK weather\u003c\/li\u003e\n      \u003cli\u003eAutomatic dusk-to-dawn operation — turns on at dark, off at dawn\u003c\/li\u003e\n      \u003cli\u003eAvailable in multi-packs — light a full garden, pathway, or wall in one order\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\u003eGarden walls and fence lines — evenly spaced for a consistent lit border\u003c\/li\u003e\n      \u003cli\u003eDriveways and pathways — motion-triggered so they only run when needed\u003c\/li\u003e\n      \u003cli\u003eFront doors and entrances — a warm, welcoming light without any wiring\u003c\/li\u003e\n      \u003cli\u003ePatios and outdoor seating areas — ambient warmth without harsh overhead light\u003c\/li\u003e\n      \u003cli\u003eGarages and outbuildings — security lighting without an electrician\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\"\u003eRequires direct sunlight to charge. Performance may vary during extended periods of low light or heavy cloud cover. Install with the solar panel facing south and in a position that receives several hours of sun per day for best results.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"quote\"\u003eSolar-charged by day, warm tungsten glow by night — running on nothing but the sun.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Avertta","offers":[{"title":"Black — 1 lamp","offer_id":57804654805323,"sku":"CJYD185115601AZ","price":16.99,"currency_code":"GBP","in_stock":true},{"title":"Black — 2 lamps","offer_id":57804654608715,"sku":"CJYD185115603CX","price":24.99,"currency_code":"GBP","in_stock":true},{"title":"Black — 3 lamps","offer_id":57804654674251,"sku":"CJYD185115604DW","price":34.99,"currency_code":"GBP","in_stock":true},{"title":"Black — 4 lamps","offer_id":57804654739787,"sku":"CJYD185115605EV","price":42.99,"currency_code":"GBP","in_stock":true},{"title":"Black — 6 lamps","offer_id":57804654903627,"sku":"CJYD185115609IR","price":84.99,"currency_code":"GBP","in_stock":true},{"title":"Black — 14 lamps","offer_id":57804654838091,"sku":"CJYD185115614NM","price":139.99,"currency_code":"GBP","in_stock":true},{"title":"Black — 15 lamps","offer_id":57804654870859,"sku":"CJYD185115612LO","price":149.99,"currency_code":"GBP","in_stock":true},{"title":"White — 1 lamp","offer_id":57804654936395,"sku":"CJYD185115602BY","price":16.99,"currency_code":"GBP","in_stock":true},{"title":"White — 2 lamps","offer_id":57804654641483,"sku":"CJYD185115606FU","price":24.99,"currency_code":"GBP","in_stock":true},{"title":"White — 3 lamps","offer_id":57804654707019,"sku":"CJYD185115607GT","price":34.99,"currency_code":"GBP","in_stock":true},{"title":"White — 4 lamps","offer_id":57804654772555,"sku":"CJYD185115608HS","price":42.99,"currency_code":"GBP","in_stock":true},{"title":"White — 6 lamps","offer_id":57804655034699,"sku":"CJYD185115610JQ","price":84.99,"currency_code":"GBP","in_stock":true},{"title":"White — 14 lamps","offer_id":57804654969163,"sku":"CJYD185115613MN","price":139.99,"currency_code":"GBP","in_stock":true},{"title":"White — 15 lamps","offer_id":57804655001931,"sku":"CJYD185115611KP","price":149.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9026\/6443\/files\/ChatGPT_Image_Jul_13_2026_09_05_59_PM.png?v=1783969592"}],"url":"https:\/\/avertta.com\/collections\/under-100.oembed?page=3","provider":"Avertta","version":"1.0","type":"link"}