3D Fireplace Flame Humidifier & Aromatherapy Diffuser
#novva-fireplace-details { --background: #f5f3ef; --ink: #171717; --muted: #595953; --accent: #9b7938; --border: #d8d3ca; --warning-background: #e8ddc6; --warning-border: #d6c39f; --warning-heading: #765a25; --warning-text: #3f392f; width: 100%; max-width: 760px; margin: 0 auto; padding: clamp(28px, 5vw, 52px); color: var(--ink); background: var(--background); font-family: var(--font-body--family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif); font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; } #novva-fireplace-details, #novva-fireplace-details *, #novva-fireplace-details *::before, #novva-fireplace-details *::after { box-sizing: border-box; } #novva-fireplace-details :where(h2, h3, p, ul) { margin: 0; } #novva-fireplace-details :where(p, li) { color: var(--muted); } #novva-fireplace-details .product-label { display: block; margin-bottom: 12px; color: var(--accent); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; } #novva-fireplace-details .intro { padding-bottom: 30px; border-bottom: 1px solid var(--border); } #novva-fireplace-details .intro h2 { color: var(--ink); font-family: var(--font-heading--family, Georgia, serif); font-size: clamp(1.9rem, 5vw, 2.8rem); font-weight: 400; line-height: 1.08; letter-spacing: -0.025em; } #novva-fireplace-details .intro p { max-width: 62ch; margin-top: 18px; } #novva-fireplace-details .intro strong, #novva-fireplace-details .details-content strong { color: var(--ink); } #novva-fireplace-details .key-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 0; overflow: hidden; background: var(--border); border: 1px solid var(--border); list-style: none; } #novva-fireplace-details .key-points li { position: relative; padding: 18px 18px 18px 42px; background: var(--background); } #novva-fireplace-details .key-points li::before { position: absolute; top: 18px; left: 18px; color: var(--accent); content: "•"; font-weight: 800; } #novva-fireplace-details .safety-note { position: relative; margin: 30px 0; padding: 26px 26px 26px 30px; overflow: hidden; background: var(--warning-background); border: 1px solid var(--warning-border); border-radius: 2px; } #novva-fireplace-details .safety-note::before { position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--warning-heading); content: ""; } #novva-fireplace-details .safety-heading { display: flex; align-items: center; gap: 11px; } #novva-fireplace-details .safety-icon { width: 25px; height: 25px; display: inline-grid; flex: 0 0 25px; place-items: center; color: var(--warning-heading); border: 1px solid var(--warning-heading); border-radius: 50%; font-size: 0.78rem; font-weight: 800; } #novva-fireplace-details .safety-note h3 { color: var(--warning-heading); font-size: 0.76rem; letter-spacing: 0.1em; line-height: 1.4; text-transform: uppercase; } #novva-fireplace-details .safety-lead { margin-top: 17px; color: var(--ink); font-size: 1rem; font-weight: 700; line-height: 1.55; } #novva-fireplace-details .safety-note p:not(.safety-lead) { margin-top: 9px; color: var(--warning-text); } #novva-fireplace-details .urgent-line { padding-top: 14px; border-top: 1px solid var(--warning-border); } #novva-fireplace-details .details-list { border-top: 1px solid var(--border); } #novva-fireplace-details details { border-bottom: 1px solid var(--border); } #novva-fireplace-details summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; color: var(--ink); cursor: pointer; font-size: 0.84rem; font-weight: 700; letter-spacing: 0.06em; list-style: none; text-transform: uppercase; } #novva-fireplace-details summary::-webkit-details-marker { display: none; } #novva-fireplace-details summary::after { color: var(--accent); content: "+"; font-size: 1.35rem; font-weight: 400; } #novva-fireplace-details details[open] summary::after { content: "−"; } #novva-fireplace-details summary:hover { color: var(--accent); } #novva-fireplace-details summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; } #novva-fireplace-details .details-content { padding: 0 0 24px; } #novva-fireplace-details .details-content p + p { margin-top: 14px; } #novva-fireplace-details .details-content ul { display: grid; gap: 9px; margin-top: 2px; padding-left: 20px; } #novva-fireplace-details .specs { margin: 0; } #novva-fireplace-details .spec-row { display: grid; grid-template-columns: minmax(120px, 0.7fr) minmax(0, 1.3fr); gap: 24px; padding: 11px 0; border-bottom: 1px solid rgba(216, 211, 202, 0.72); } #novva-fireplace-details .spec-row:last-child { border-bottom: 0; } #novva-fireplace-details .spec-row dt { color: var(--muted); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; } #novva-fireplace-details .spec-row dd { margin: 0; color: var(--ink); } #novva-fireplace-details .final-note { margin-top: 26px; color: var(--muted); font-size: 0.84rem; } @media (max-width: 560px) { #novva-fireplace-details { padding: 26px 20px; } #novva-fireplace-details .key-points { grid-template-columns: 1fr; } #novva-fireplace-details .spec-row { grid-template-columns: 1fr; gap: 3px; } } @media (prefers-reduced-motion: reduce) { #novva-fireplace-details *, #novva-fireplace-details *::before, #novva-fireplace-details *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; } } @media (forced-colors: active) { #novva-fireplace-details .safety-note, #novva-fireplace-details .key-points { border: 2px solid CanvasText; } } Novva Living · home essentials 3D Fireplace Flame Humidifier & Aromatherapy Diffuser A decorative mist appliance combining fine water mist with illuminated fireplace-style effects. Choose Black or White and select the correct UK, EU or US plug. Fine water mist Seven listed flame colours Black or White UK, EU or US plug ! Water and electrical safety Use on a stable, water-resistant surface with the correct plug and electrical rating for the destination. Keep water and mist away from the plug, cable, controls, vents and electrical housing. Unplug before filling, draining, moving or cleaning. Stop using the appliance if it leaks, sparks, overheats, produces an unusual smell or sound, or shows visible damage. Product details The unit combines water mist with coloured illumination to create a fireplace-inspired visual effect. Its appearance varies with room lighting, viewing angle, water level, mist output and colour selection. It uses light and mist rather than an open flame, but it remains an electrical appliance containing water and should not be left unattended. The decorative flame effect does not generate the heat, combustion or heating performance of a real fireplace. Colour and plug options Black with UK Plug White with UK Plug Black with EU Plug White with EU Plug Black with US Plug White with US Plug Select the plug that matches the intended electrical region. A physical plug shape alone does not confirm voltage compatibility, so verify the rating shown on the selected product and delivered unit. Specifications Product typeFireplace-style mist humidifier and decorative diffuser Body coloursBlack and White Plug typesUK, EU and US plug Flame coloursSeven listed illuminated options Reservoir capacityConfirm the delivered model and instructions Essential oilsOnly if expressly permitted by the supplied instructions TimerListed feature; exact intervals require confirmation Dry-run protectionNot independently verified Included1 × selected diffuser; confirm displayed accessories Flame-style lighting The saved product information lists seven illuminated options: Red Orange Yellow Green Blue Purple Multicolour Confirm the exact selection sequence, brightness behaviour and whether lighting can operate independently in the supplied manual. Filling and placement Unplug the appliance before filling. Use only the clean water permitted by the manufacturer. Do not exceed the marked maximum fill level. Do not pour water through mist outlets, controls or vents. Do not move or tilt the appliance while it contains water. Dry the exterior before reconnecting power. Keep mist away from walls, curtains, books, sockets and electronics. Stop misting if condensation or dampness forms nearby. Check the delivered product label and manual for the exact reservoir capacity and permitted fill level. Aromatherapy compatibility Although the product is described as an aromatherapy diffuser, oil compatibility is model-dependent. Add essential oil only when the supplied instructions expressly permit it. Use only the permitted oil type and amount. Do not add perfume, salt, herbs or cleaning agents. Consider children, pets, allergies and fragrance sensitivities. Stop use if residue, leakage, unusual odour or mist failure occurs. Controls and timer Use the controls only for supported mist, lighting and timer functions. Confirm the exact modes, timer intervals, button sequences, memory behaviour and any remote-control functions in the supplied instructions. Do not rely on automatic shut-off alone. Dry-run protection and timer behaviour have not been independently verified. Switch off and unplug whenever the unit should not remain in use. Cleaning and storage Switch off, unplug and empty the reservoir before cleaning. Follow only the approved cleaning and descaling methods. Do not use abrasive tools or force mist outlets open. Never immerse the electrical body, cable, plug or controls. Allow all water-contact parts to dry before reassembly or storage. Store upright in a clean, dry place with no stale water remaining. What is included 1 × Fireplace Flame Humidifier & Diffuser in the selected body colour and plug type. Confirm the displayed cable, adapter, remote, measuring cup, instructions and complete box contents for the selected variant before ordering. Verify the selected plug and electrical rating, add only permitted water or fragrance, and unplug the appliance before filling, moving or cleaning it.
More you might like
Related
New Vintage Fireplace Flame Humidifier 3D Simulation Firepla
Related
3D Fireplace Flame Aromatherapy Humidifier with Large Mist S
Related
Flame Humidifier & Aroma Diffuser – 3D Fireplace Effect, 7-C
Related