{"title":"Home page","description":null,"products":[{"product_id":"noviraryn™-pivoting-smart-light-frame-for-ambient-task-and-display-lighting","title":"Noviraryn™ Pivoting Smart Light Frame for Ambient, Task, and Display Lighting","description":"\u003cstyle\u003e\n  \/* ==========================================================================\n     Noviraryn Fluid Shopify Description - Adapts to ANY Theme Width\n     Palette: Navy Blue (#0B192C) x Silver (#C5D3E8 \/ #F4F7FB)\n     ========================================================================== *\/\n  #nv-landing-root {\n    --nv-navy: #0B192C;\n    --nv-deep-navy: #06111C;\n    --nv-silver: #C5D3E8;\n    --nv-silver-light: #F4F7FB;\n    --nv-accent: #3A6EA5;\n    --nv-text-main: #334155;\n    --nv-text-muted: #64748B;\n    --nv-border: #E2E8F0;\n    \n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--nv-text-main);\n    line-height: 1.6;\n    background-color: transparent; \/* Let theme background show through *\/\n    margin: 0;\n    padding: 0;\n    width: 100%;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  #nv-landing-root * {\n    box-sizing: border-box;\n  }\n\n  \/* Typography - using em\/rem for better scaling *\/\n  #nv-landing-root h1, \n  #nv-landing-root h2, \n  #nv-landing-root h3 {\n    color: var(--nv-navy);\n    font-weight: 700;\n    letter-spacing: -0.02em;\n    margin: 0 0 1em 0;\n    line-height: 1.3;\n  }\n\n  #nv-landing-root p {\n    margin: 0 0 1.5em 0;\n    font-size: 1.05rem; \/* Scales better than fixed px *\/\n    color: var(--nv-text-main);\n  }\n\n  \/* Fluid Container - No fixed max-width, relies on theme container *\/\n  .nv-container {\n    width: 100%;\n    padding: 0; \/* Removed side padding to fit theme bounds *\/\n  }\n\n  .nv-hero-section {\n    background: linear-gradient(135deg, var(--nv-deep-navy) 0%, var(--nv-navy) 100%);\n    color: #FFFFFF !important;\n    padding: 3rem 2rem;\n    text-align: center;\n    border-radius: 12px;\n    margin-bottom: 3rem;\n    box-shadow: 0 10px 30px rgba(11, 25, 44, 0.15);\n  }\n\n  .nv-hero-badge {\n    display: inline-block;\n    background: rgba(255, 255, 255, 0.15);\n    color: #FFFFFF !important;\n    border: 1px solid rgba(255, 255, 255, 0.4);\n    padding: 0.4rem 1.2rem;\n    border-radius: 50px;\n    font-size: 0.85rem;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin-bottom: 1.5rem;\n  }\n\n  \/* 提升权重，防止被 #nv-landing-root h1 覆盖 *\/\n  #nv-landing-root .nv-hero-section h1 {\n    color: #FFFFFF !important;\n    font-size: clamp(1.8rem, 4vw, 2.5rem); \/* Responsive font size *\/\n    margin: 0 auto 1rem auto;\n    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);\n  }\n\n  #nv-landing-root .nv-hero-section p {\n    color: #F4F7FB !important;\n    font-size: clamp(1rem, 2vw, 1.15rem);\n    margin: 0 auto;\n  }\n\n  .nv-visual-showcase {\n    display: flex; \/* Switched to flex for better wrapping control *\/\n    flex-wrap: wrap;\n    align-items: center;\n    gap: 2rem;\n    margin-bottom: 4rem;\n    background: var(--nv-silver-light);\n    padding: 2rem;\n    border-radius: 12px;\n    border: 1px solid var(--nv-border);\n  }\n\n  \/* Ensures reverse layout stacks correctly on mobile *\/\n  .nv-visual-showcase.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .nv-visual-content {\n    flex: 1 1 300px; \/* Grow\/shrink, minimum 300px before wrapping *\/\n    min-width: 0; \/* Prevents overflow *\/\n  }\n\n  .nv-visual-content h2 {\n    font-size: clamp(1.5rem, 3vw, 2rem);\n  }\n\n  .nv-visual-image {\n    flex: 1 1 300px;\n    min-width: 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n  }\n\n  .nv-visual-image img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain; \/* Prevents image distortion *\/\n  }\n\n  .nv-features-container {\n    margin-bottom: 4rem;\n  }\n\n  .nv-section-header {\n    text-align: center;\n    margin: 0 auto 2.5rem auto;\n  }\n\n  .nv-section-header h2 {\n    font-size: clamp(1.8rem, 3.5vw, 2.2rem);\n  }\n\n  .nv-grid-6 {\n    display: grid;\n    \/* Automatically creates columns based on available width *\/\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 1.5rem;\n  }\n\n  .nv-feature-card {\n    background: #FFFFFF;\n    border: 1px solid var(--nv-border);\n    border-radius: 10px;\n    padding: 2rem;\n    box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n  }\n\n  .nv-feature-icon {\n    font-size: 2rem;\n    color: var(--nv-accent);\n    margin-bottom: 1rem;\n  }\n\n  .nv-feature-card h3 {\n    font-size: 1.15rem;\n    margin-bottom: 0.8rem;\n  }\n\n  .nv-feature-card p {\n    font-size: 0.95rem;\n    color: var(--nv-text-muted);\n    margin-bottom: 0;\n  }\n\n  .nv-gift-banner {\n    background: linear-gradient(135deg, var(--nv-silver-light) 0%, #E8EEF5 100%);\n    border: 1px solid var(--nv-silver);\n    border-radius: 12px;\n    padding: 3rem 2rem;\n    text-align: center;\n    margin-bottom: 2rem;\n  }\n\n  .nv-gift-banner h3 {\n    font-size: clamp(1.4rem, 3vw, 1.8rem);\n  }\n\n  \/* Responsive tweaks for smaller screens *\/\n  @media (max-width: 768px) {\n    .nv-visual-showcase,\n    .nv-visual-showcase.reverse {\n      padding: 1.5rem;\n      gap: 1.5rem;\n    }\n    \n    .nv-hero-section {\n      padding: 2rem 1.5rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv id=\"nv-landing-root\"\u003e\n  \u003cdiv class=\"nv-container\"\u003e\n\n    \u003c!-- HERO SECTION --\u003e\n    \u003cdiv class=\"nv-hero-section\" style=\"background: linear-gradient(135deg, #06111C 0%, #0B192C 100%) !important;\"\u003e\n      \u003cdiv class=\"nv-hero-badge\" style=\"color: #FFFFFF !important; border-color: rgba(255,255,255,0.4);\"\u003eNavy Blue × Silver Edition\u003c\/div\u003e\n      \u003ch1 style=\"color: #FFFFFF !important; text-shadow: 0 2px 8px rgba(0,0,0,0.6);\"\u003eLighting Should Do More Than Brighten a Room. It Should Shape How a Space Feels.\u003c\/h1\u003e\n      \u003cp style=\"color: #F4F7FB !important;\"\u003e\n        The Noviraryn™ Pivoting Smart Light Frame is designed around that idea—a sculptural home light that changes not only its brightness and tone, but the physical direction of the light itself.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SHOWCASE 1: Fluid Flexbox Layout --\u003e\n    \u003cdiv class=\"nv-visual-showcase\"\u003e\n      \u003cdiv class=\"nv-visual-content\"\u003e\n        \u003ch2\u003eSculptural Form Meets Dynamic Function\u003c\/h2\u003e\n        \u003cp\u003e\n          Instead of using a traditional shade, exposed bulb, or fixed light bar, the design features two slender illuminated wings rising from a low-profile weighted base. Each wing can rotate independently, allowing the light to face the wall, angle toward the room, turn inward toward a favorite object, or create a balanced combination of direct and indirect illumination.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Turn both wings toward the wall and the room is filled with a soft, reflected glow that feels calm and architectural. Rotate them forward when you need clearer illumination for working, preparing food, organizing a project, or enjoying a hobby.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nv-visual-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/1.png?v=1790180194\" alt=\"Noviraryn Pivoting Smart Light Frame\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CORE FEATURES: Auto-fitting Grid --\u003e\n    \u003cdiv class=\"nv-features-container\"\u003e\n      \u003cdiv class=\"nv-section-header\"\u003e\n        \u003ch2\u003eEngineered for Modern Living\u003c\/h2\u003e\n        \u003cp\u003eDiscover the details that make Noviraryn™ a seamless addition to your routine.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nv-grid-6\"\u003e\n        \u003cdiv class=\"nv-feature-card\"\u003e\n          \u003cdiv class=\"nv-feature-icon\"\u003e◇\u003c\/div\u003e\n          \u003ch3\u003eA Light That Changes With Your Space\u003c\/h3\u003e\n          \u003cp\u003eTwo independently rotating light wings transform the fixture from an indirect wall glow to forward illumination or focused display lighting.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"nv-feature-card\"\u003e\n          \u003cdiv class=\"nv-feature-icon\"\u003e☀\u003c\/div\u003e\n          \u003ch3\u003eLight for Your Daily Transitions\u003c\/h3\u003e\n          \u003cp\u003eMove from crisp morning and work light to softer evening warmth, then lower brightness for a relaxed night at home.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"nv-feature-card\"\u003e\n          \u003cdiv class=\"nv-feature-icon\"\u003e✦\u003c\/div\u003e\n          \u003ch3\u003eSmart When You Want It\u003c\/h3\u003e\n          \u003cp\u003eAdjust directly from the base for everyday use, or use smart controls for schedules, scenes, and compatible voice control.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"nv-feature-card\"\u003e\n          \u003cdiv class=\"nv-feature-icon\"\u003e⌂\u003c\/div\u003e\n          \u003ch3\u003eOne Design, More Rooms\u003c\/h3\u003e\n          \u003cp\u003eUse it in the living room, kitchen, home office, or creative studio. Its neutral architectural form adapts anywhere.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"nv-feature-card\"\u003e\n          \u003cdiv class=\"nv-feature-icon\"\u003e◆\u003c\/div\u003e\n          \u003ch3\u003eSubstantial \u0026amp; Premium Feel\u003c\/h3\u003e\n          \u003cp\u003eRigid metal structure, stable weighted base, and smooth pivoting movement give the lamp a substantial, premium feel.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"nv-feature-card\"\u003e\n          \u003cdiv class=\"nv-feature-icon\"\u003e♡\u003c\/div\u003e\n          \u003ch3\u003eA Gift They'll Keep Using\u003c\/h3\u003e\n          \u003cp\u003eMemorable and practical choice for birthdays, holidays, weddings, housewarmings, and new-home celebrations.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SHOWCASE 2: Reversed Flexbox Layout --\u003e\n    \u003cdiv class=\"nv-visual-showcase reverse\" style=\"background: transparent; border: none; padding: 0;\"\u003e\n      \u003cdiv class=\"nv-visual-content\"\u003e\n        \u003ch2\u003eDesigned for Every Room \u0026amp; Every Moment\u003c\/h2\u003e\n        \u003cp\u003e\n          Place it on a sideboard in the living room for warm evening atmosphere, on a kitchen counter for brighter morning light, or in a home office to transition smoothly from day to night. One fixture can completely change its personality without being moved or replaced.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The light shifts seamlessly between warm comfortable white and cooler clearer white tones, with a restrained range of ambient color available when you want the room to feel more expressive.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nv-visual-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/2.png?v=1790180195\" alt=\"Lifestyle Room Placement\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SHOWCASE 3: Details \u0026 Craftsmanship --\u003e\n    \u003cdiv class=\"nv-visual-showcase\" style=\"background: #FFFFFF;\"\u003e\n      \u003cdiv class=\"nv-visual-content\"\u003e\n        \u003ch2\u003eControl, Craftsmanship \u0026amp; Quality\u003c\/h2\u003e\n        \u003cp\u003e\n          A tactile control on the base makes everyday adjustments effortless without reaching for a phone. Meanwhile, smart controls allow brightness, light tone, and schedules to integrate cleanly into your smart-home routine.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Built around a rigid metal frame, smooth pivoting joints, and diffused light surfaces, cables are visually minimized so the silhouette remains clean from multiple viewing angles in open-plan homes.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nv-visual-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/3.png?v=1790180195\" alt=\"Details and Craftsmanship\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- GIFTING BANNER --\u003e\n    \u003cdiv class=\"nv-gift-banner\"\u003e\n      \u003ch3\u003eMore Than a Smart Lamp, It’s a Flexible Layer of Light\u003c\/h3\u003e\n      \u003cp style=\"max-width: 800px; margin: 0 auto;\"\u003e\n        Whether you are refining a modern interior, upgrading a home office, or searching for a thoughtful housewarming gift, the Noviraryn™ Pivoting Smart Light Frame brings both practical value and the emotional feeling of making a space truly your own.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":56157449716084,"sku":"Noviraryn-1","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/5aa6a034-6def-46cb-9147-119f73590213.png?v=1790180154"},{"product_id":"noviraryn™-architectural-smart-doorbell-with-dual-view-camera-and-entry-light","title":"Noviraryn™ Architectural Smart Doorbell with Dual-View Camera and Entry Light","description":"\u003cstyle\u003e\n  \/* ==========================================================================\n     Noviraryn Architectural Smart Doorbell - Fluid Shopify Description\n     Palette: Navy Blue (#0B192C) x Silver (#C5D3E8 \/ #F4F7FB)\n     Designed to adapt flawlessly to ANY Shopify theme width (Mobile to PC)\n     ========================================================================== *\/\n  #nv-landing-root {\n    --nv-navy: #0B192C;\n    --nv-deep-navy: #06111C;\n    --nv-silver: #C5D3E8;\n    --nv-silver-light: #F4F7FB;\n    --nv-accent: #3A6EA5;\n    --nv-text-main: #334155;\n    --nv-text-muted: #64748B;\n    --nv-border: #E2E8F0;\n    \n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--nv-text-main);\n    line-height: 1.65;\n    background-color: transparent; \/* Let theme background show through *\/\n    margin: 0 auto;\n    padding: 0;\n    width: 100%;\n    max-width: 1400px; \/* Caps the width on ultra-wide screens for better reading *\/\n    -webkit-font-smoothing: antialiased;\n    box-sizing: border-box;\n  }\n\n  #nv-landing-root * {\n    box-sizing: border-box;\n  }\n\n  \/* Typography - using clamp for perfectly smooth scaling from PC to Mobile *\/\n  #nv-landing-root h1, \n  #nv-landing-root h2, \n  #nv-landing-root h3 {\n    color: var(--nv-navy);\n    font-weight: 700;\n    letter-spacing: -0.02em;\n    margin: 0 0 1em 0;\n    line-height: 1.3;\n  }\n\n  #nv-landing-root p {\n    margin: 0 0 1.5em 0;\n    font-size: clamp(1rem, 1.5vw, 1.125rem); \/* Scales between 16px and 18px *\/\n    color: var(--nv-text-main);\n  }\n\n  .nv-container {\n    width: 100%;\n    padding: 0;\n  }\n\n  \/* HERO SECTION - Strictly enforced white text to prevent theme overrides *\/\n  .nv-hero-section {\n    background: linear-gradient(135deg, var(--nv-deep-navy) 0%, var(--nv-navy) 100%) !important;\n    padding: clamp(3rem, 5vw, 5rem) clamp(1.5rem, 4vw, 4rem);\n    text-align: center;\n    border-radius: 16px;\n    margin-bottom: 4rem;\n    box-shadow: 0 15px 35px rgba(11, 25, 44, 0.2);\n  }\n\n  .nv-hero-badge {\n    display: inline-block;\n    background: rgba(255, 255, 255, 0.15) !important;\n    color: #FFFFFF !important;\n    border: 1px solid rgba(255, 255, 255, 0.4) !important;\n    padding: 0.5rem 1.5rem;\n    border-radius: 50px;\n    font-size: 0.85rem;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 2rem;\n  }\n\n  \/* Extreme specificity and !important to guarantee readability *\/\n  #nv-landing-root .nv-hero-section h1,\n  .nv-hero-section h1 {\n    color: #FFFFFF !important;\n    font-size: clamp(2rem, 4vw, 3rem) !important;\n    margin: 0 auto 1.5rem auto;\n    max-width: 1000px;\n    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6) !important;\n  }\n\n  #nv-landing-root .nv-hero-section p,\n  .nv-hero-section p {\n    color: #F4F7FB !important;\n    font-size: clamp(1.05rem, 2vw, 1.25rem) !important;\n    max-width: 850px;\n    margin: 0 auto;\n    line-height: 1.8 !important;\n  }\n\n  \/* VISUAL SHOWCASE - Fluid Flexbox prevents squishing on narrow themes *\/\n  .nv-visual-showcase {\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    gap: 3rem;\n    margin-bottom: 5rem;\n    background: var(--nv-silver-light);\n    padding: clamp(2rem, 4vw, 4rem);\n    border-radius: 16px;\n    border: 1px solid var(--nv-border);\n  }\n\n  .nv-visual-showcase.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .nv-visual-content {\n    flex: 1 1 400px; \/* Will take equal space, but stack if narrower than 400px *\/\n    min-width: 0;\n  }\n\n  .nv-visual-content h2 {\n    font-size: clamp(1.8rem, 3vw, 2.5rem);\n    margin-bottom: 1.5rem;\n  }\n\n  .nv-visual-image {\n    flex: 1 1 400px;\n    min-width: 0;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 15px 35px rgba(0,0,0,0.08);\n  }\n\n  .nv-visual-image img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: cover;\n    transition: transform 0.4s ease;\n  }\n\n  .nv-visual-image img:hover {\n    transform: scale(1.02);\n  }\n\n  \/* CORE FEATURES - Auto-fitting Grid *\/\n  .nv-features-container {\n    margin-bottom: 5rem;\n  }\n\n  .nv-section-header {\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto 3rem auto;\n  }\n\n  .nv-section-header h2 {\n    font-size: clamp(2rem, 3.5vw, 2.8rem);\n  }\n\n  .nv-grid-6 {\n    display: grid;\n    \/* Automatically creates 1, 2, or 3 columns based on screen\/container width *\/\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 2rem;\n  }\n\n  .nv-feature-card {\n    background: #FFFFFF;\n    border: 1px solid var(--nv-border);\n    border-radius: 12px;\n    padding: 2.5rem 2rem;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.02);\n    transition: all 0.3s ease;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .nv-feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; width: 100%; height: 4px;\n    background: linear-gradient(90deg, var(--nv-navy), var(--nv-accent));\n    opacity: 0;\n    transition: opacity 0.3s ease;\n  }\n\n  .nv-feature-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 30px rgba(11, 25, 44, 0.08);\n    border-color: var(--nv-silver);\n  }\n\n  .nv-feature-card:hover::before {\n    opacity: 1;\n  }\n\n  .nv-feature-icon {\n    font-size: 2.2rem;\n    color: var(--nv-accent);\n    margin-bottom: 1.2rem;\n    line-height: 1;\n  }\n\n  .nv-feature-card h3 {\n    font-size: 1.25rem;\n    margin-bottom: 1rem;\n    line-height: 1.4;\n  }\n\n  .nv-feature-card p {\n    font-size: 1rem;\n    color: var(--nv-text-muted);\n    margin-bottom: 0;\n  }\n\n  \/* GIFTING BANNER *\/\n  .nv-gift-banner {\n    background: linear-gradient(135deg, var(--nv-silver-light) 0%, #E8EEF5 100%);\n    border: 1px solid var(--nv-silver);\n    border-radius: 16px;\n    padding: clamp(3rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem);\n    text-align: center;\n    margin-bottom: 3rem;\n  }\n\n  .nv-gift-banner h3 {\n    font-size: clamp(1.6rem, 3vw, 2.2rem);\n    margin-bottom: 1.5rem;\n  }\n\n  .nv-gift-banner p {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  \/* Responsive tweaks for mobile specifically *\/\n  @media (max-width: 768px) {\n    .nv-visual-showcase,\n    .nv-visual-showcase.reverse {\n      padding: 1.5rem;\n      gap: 2rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv id=\"nv-landing-root\"\u003e\n  \u003cdiv class=\"nv-container\"\u003e\n\n    \u003c!-- HERO SECTION --\u003e\n    \u003c!-- Inline styles added as absolute failsafe against stubborn Shopify themes --\u003e\n    \u003cdiv class=\"nv-hero-section\" style=\"background: linear-gradient(135deg, #06111C 0%, #0B192C 100%) !important;\"\u003e\n      \u003cdiv class=\"nv-hero-badge\" style=\"color: #FFFFFF !important; border-color: rgba(255,255,255,0.4) !important;\"\u003eNavy Blue × Silver Edition\u003c\/div\u003e\n      \u003ch1 style=\"color: #FFFFFF !important; text-shadow: 0 2px 12px rgba(0,0,0,0.6) !important;\"\u003e\n        The front door is one of the most important transition points in a home.\n      \u003c\/h1\u003e\n      \u003cp style=\"color: #F4F7FB !important;\"\u003e\n        It is where packages arrive, guests are welcomed, children come home, neighbors stop by, and everyday routines begin and end. The Noviraryn™ Architectural Smart Doorbell is designed to make that space feel more considered—combining smart entry awareness, welcoming illumination, and refined architectural design in one cohesive home product.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SHOWCASE 1: Fluid Flexbox Layout (Image 1) --\u003e\n    \u003cdiv class=\"nv-visual-showcase\"\u003e\n      \u003cdiv class=\"nv-visual-content\"\u003e\n        \u003ch2\u003eIntentionally Integrated Design\u003c\/h2\u003e\n        \u003cp\u003e\n          Unlike conventional smart doorbells that look primarily like security electronics, this design is created to feel intentionally integrated into the exterior of a modern home. A deep navy front panel is framed by a slim brushed-silver aluminum structure, creating a clean vertical silhouette that complements contemporary siding, brick, stone, painted wood, and modern entry doors.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Between the central body and outer frame, a narrow diffused light channel provides a soft entry glow, helping visitors locate the doorbell after dark while giving the doorway a subtle, elevated presence.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nv-visual-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/1_5efe5fb0-461c-460c-ab93-795126deed2a.png?v=1790180253\" alt=\"Noviraryn Architectural Smart Doorbell - Navy Blue and Silver\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CORE FEATURES: Auto-fitting Grid --\u003e\n    \u003cdiv class=\"nv-features-container\"\u003e\n      \u003cdiv class=\"nv-section-header\"\u003e\n        \u003ch2\u003eEngineered for Modern Living\u003c\/h2\u003e\n        \u003cp\u003eDiscover the design and security details that make Noviraryn™ a seamless addition to your daily routine.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nv-grid-6\"\u003e\n        \u003cdiv class=\"nv-feature-card\"\u003e\n          \u003cdiv class=\"nv-feature-icon\"\u003e◫\u003c\/div\u003e\n          \u003ch3\u003eA Smart Doorbell That Looks Built Into the Home\u003c\/h3\u003e\n          \u003cp\u003eThe deep navy center panel and brushed-silver architectural frame give the entryway a cleaner, more intentional look than a typical plastic doorbell. It feels closer to modern exterior hardware than a temporary electronic accessory.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"nv-feature-card\"\u003e\n          \u003cdiv class=\"nv-feature-icon\"\u003e◉\u003c\/div\u003e\n          \u003ch3\u003eSee the Person. See the Doorstep.\u003c\/h3\u003e\n          \u003cp\u003eTwo viewing perspectives are designed around different real-life needs: one for visitors and one for the lower doorstep area. That makes everyday arrivals and deliveries easier to understand at a glance.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"nv-feature-card\"\u003e\n          \u003cdiv class=\"nv-feature-icon\"\u003e✦\u003c\/div\u003e\n          \u003ch3\u003eA Warmer Welcome After Dark\u003c\/h3\u003e\n          \u003cp\u003eA softly diffused entry light helps visitors find the doorbell while adding a refined glow around the doorway. It brings atmosphere to the entrance without turning it into a decorative light show.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"nv-feature-card\"\u003e\n          \u003cdiv class=\"nv-feature-icon\"\u003e⌂\u003c\/div\u003e\n          \u003ch3\u003eStay Aware Without Interrupting the Room\u003c\/h3\u003e\n          \u003cp\u003eUse the indoor chime, visual cue, or phone notification depending on the moment. It is especially useful for home offices, quiet evenings, sleeping children, entertaining, and everyday family routines.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"nv-feature-card\"\u003e\n          \u003cdiv class=\"nv-feature-icon\"\u003e◆\u003c\/div\u003e\n          \u003ch3\u003eDesigned for Real Homes, Not Just One Installation\u003c\/h3\u003e\n          \u003cp\u003eThe concealed mounting and power design supports a cleaner setup across different types of homes, while the adjustable mounting angle helps the camera view feel intentional without bulky exterior hardware.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"nv-feature-card\"\u003e\n          \u003cdiv class=\"nv-feature-icon\"\u003e♡\u003c\/div\u003e\n          \u003ch3\u003eAn Everyday Home Upgrade That Feels Gift-Worthy\u003c\/h3\u003e\n          \u003cp\u003eIt combines security awareness, convenience, lighting, and exterior design in one object people interact with every day. That makes it a thoughtful choice for new homeowners, couples, and families.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SHOWCASE 2: Reversed Flexbox Layout (Image 2) --\u003e\n    \u003cdiv class=\"nv-visual-showcase reverse\"\u003e\n      \u003cdiv class=\"nv-visual-content\"\u003e\n        \u003ch2\u003eDual Perspectives \u0026amp; Gentle Interaction\u003c\/h2\u003e\n        \u003cp\u003e\n          The camera system is arranged around two different viewing needs. The upper camera is positioned for natural face-level viewing when someone approaches or rings the bell, while a second downward-angled camera is integrated lower in the body to provide a clearer view of the doorstep area. Instead of forcing one extremely wide camera to cover everything at once, the two perspectives make it easier to understand both who is at the door and what has been left near the threshold.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          A recessed metal doorbell button sits naturally within the lower section. Its soft illuminated ring makes the interaction immediately understandable. Inside the home, a compact companion chime can be placed on a shelf or mounted discreetly on a wall, offering visual and audible cues perfectly suited for working from home or hosting friends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nv-visual-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/2_9832d9ee-df80-481b-a169-f7cc92f2a444.png?v=1790180254\" alt=\"Noviraryn Dual Camera Doorbell Features\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SHOWCASE 3: Flexbox Layout (Image 3) --\u003e\n    \u003cdiv class=\"nv-visual-showcase\" style=\"background: #FFFFFF;\"\u003e\n      \u003cdiv class=\"nv-visual-content\"\u003e\n        \u003ch2\u003ePermanent Quality \u0026amp; Flexible Installation\u003c\/h2\u003e\n        \u003cp\u003e\n          The mounting system is designed for different American home situations. A concealed rear section can accommodate either an existing compatible doorbell power connection or a removable rechargeable power module, allowing the exterior design to remain nearly identical whether installed on a permanent home or a rental property. The mounting plate also allows the viewing angle to be adjusted without adding a bulky external wedge.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Every visible detail is intended to feel permanent rather than temporary. The brushed metal outer frame adds rigidity and a more substantial tactile quality, while the weather-resistant front surface is designed for everyday exposure. Camera lenses, light elements, and microphone openings are organized into a restrained composition instead of competing visually.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nv-visual-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/3_69952c9a-c627-4605-b9ce-d0973260fee4.png?v=1790180253\" alt=\"Noviraryn Doorbell Details and Craftsmanship\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- GIFTING BANNER --\u003e\n    \u003cdiv class=\"nv-gift-banner\"\u003e\n      \u003ch3\u003eAn Entrance That Adapts to Your Life\u003c\/h3\u003e\n      \u003cp\u003e\n        It is especially suited to design-conscious homeowners, apartment and townhouse residents, busy families, remote professionals, frequent online shoppers, and anyone who wants connected-home technology without making the outside of the home feel overly technical. It makes a thoughtful gift for a housewarming, wedding, first home, new apartment, or holiday—practical enough to be used every day, but refined enough to feel like a genuine upgrade.\n      \u003c\/p\u003e\n      \u003cp style=\"margin-top: 1.5rem; font-weight: 600; color: var(--nv-navy);\"\u003e\n        More than a smart doorbell, it is a flexible layer of awareness that lets a home change with you.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":56157450764660,"sku":"Noviraryn-2","price":79.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/1755ba77-fdd0-4e97-9cb2-8d8d2b1f86c3.png?v=1790180251"},{"product_id":"noviraryn™-sculptural-indoor-home-monitor-with-privacy-shutter-and-flexible-room-placement","title":"Noviraryn™ Sculptural Indoor Home Monitor with Privacy Shutter and Flexible Room Placement","description":"\u003cstyle\u003e\n  \/* ==========================================================================\n     Noviraryn Sculptural Indoor Monitor - Editorial Shopify Description\n     Palette: Navy Blue (#0B192C) x Silver (#C5D3E8 \/ #F4F7FB)\n     Style: High-End Magazine \/ Architectural \/ Minimalist\n     ========================================================================== *\/\n  #nv-monitor-root {\n    --nv-navy: #0B192C;\n    --nv-deep-navy: #06111C;\n    --nv-silver: #C5D3E8;\n    --nv-silver-light: #F8FAFC;\n    --nv-silver-med: #F1F5F9;\n    --nv-accent: #3A6EA5;\n    --nv-text-main: #334155;\n    --nv-text-muted: #64748B;\n    --nv-border: #E2E8F0;\n    \n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n    color: var(--nv-text-main);\n    line-height: 1.7;\n    background-color: transparent;\n    margin: 0 auto;\n    padding: 0;\n    width: 100%;\n    max-width: 1400px; \/* Optimal reading width for ultra-wide monitors *\/\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    box-sizing: border-box;\n  }\n\n  #nv-monitor-root * {\n    box-sizing: border-box;\n  }\n\n  #nv-monitor-root h1, \n  #nv-monitor-root h2, \n  #nv-monitor-root h3,\n  #nv-monitor-root h4 {\n    color: var(--nv-navy);\n    font-weight: 700;\n    letter-spacing: -0.015em;\n    margin: 0 0 1em 0;\n    line-height: 1.3;\n  }\n\n  #nv-monitor-root p {\n    margin: 0 0 1.75em 0;\n    font-size: clamp(1.05rem, 1.5vw, 1.15rem); \n    color: var(--nv-text-main);\n  }\n\n  .nv-container {\n    width: 100%;\n    padding: 0;\n  }\n\n  .nv-hero-module {\n    background: linear-gradient(145deg, var(--nv-deep-navy) 0%, var(--nv-navy) 100%) !important;\n    padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 5vw, 4rem);\n    text-align: center;\n    border-radius: 20px;\n    margin-bottom: clamp(3rem, 6vw, 5rem);\n    box-shadow: 0 20px 40px rgba(11, 25, 44, 0.25);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .nv-hero-module::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; width: 100%; height: 100%;\n    background: radial-gradient(circle at top right, rgba(197, 211, 232, 0.08), transparent 60%);\n    pointer-events: none;\n  }\n\n  .nv-tagline {\n    display: inline-block;\n    color: var(--nv-silver) !important;\n    border: 1px solid rgba(197, 211, 232, 0.3) !important;\n    padding: 0.5rem 1.5rem;\n    border-radius: 50px;\n    font-size: 0.85rem;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 2rem;\n  }\n\n  .nv-hero-module h1 {\n    color: #FFFFFF !important;\n    font-size: clamp(1.8rem, 4vw, 3.2rem) !important;\n    margin: 0 auto 1.5rem auto;\n    max-width: 1100px;\n    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;\n  }\n\n  .nv-hero-module p {\n    color: #E2E8F0 !important;\n    font-size: clamp(1.1rem, 2vw, 1.35rem) !important;\n    max-width: 800px;\n    margin: 0 auto;\n    line-height: 1.8 !important;\n  }\n\n  .nv-editorial-showcase {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 3rem;\n    margin-bottom: clamp(4rem, 8vw, 6rem);\n    align-items: center;\n  }\n\n  @media (min-width: 900px) {\n    .nv-editorial-showcase {\n      grid-template-columns: 1fr 1fr;\n      gap: 5rem;\n    }\n    .nv-editorial-showcase.reverse .nv-showcase-text {\n      order: 2;\n    }\n    .nv-editorial-showcase.reverse .nv-showcase-media {\n      order: 1;\n    }\n  }\n\n  .nv-showcase-text h2 {\n    font-size: clamp(1.8rem, 3vw, 2.5rem);\n    margin-bottom: 1.5rem;\n    position: relative;\n  }\n\n  .nv-showcase-media {\n    border-radius: 16px;\n    overflow: hidden;\n    background: var(--nv-silver-light);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.06);\n    position: relative;\n  }\n\n  .nv-showcase-media img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: cover;\n    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n  }\n\n  .nv-showcase-media:hover img {\n    transform: scale(1.03);\n  }\n\n  .nv-core-pillars {\n    background: var(--nv-silver-light);\n    border-radius: 20px;\n    padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 4vw, 4rem);\n    margin-bottom: clamp(4rem, 8vw, 6rem);\n    border: 1px solid var(--nv-border);\n  }\n\n  .nv-section-heading {\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto 4rem auto;\n  }\n\n  .nv-section-heading h2 {\n    font-size: clamp(2rem, 3.5vw, 2.8rem);\n  }\n\n  .nv-pillar-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 2.5rem;\n  }\n\n  @media (min-width: 768px) {\n    .nv-pillar-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 3rem 4rem;\n    }\n  }\n\n  .nv-pillar-item {\n    display: flex;\n    flex-direction: column;\n    gap: 1rem;\n    padding-bottom: 2rem;\n    border-bottom: 1px solid var(--nv-border);\n  }\n\n  \/* Remove border from last 2 items on desktop, last 1 on mobile *\/\n  @media (min-width: 768px) {\n    .nv-pillar-item:nth-last-child(-n+2) { border-bottom: none; padding-bottom: 0; }\n  }\n  @media (max-width: 767px) {\n    .nv-pillar-item:last-child { border-bottom: none; padding-bottom: 0; }\n  }\n\n  .nv-pillar-icon {\n    font-size: 1.8rem;\n    color: var(--nv-accent);\n    line-height: 1;\n    margin-bottom: 0.5rem;\n  }\n\n  .nv-pillar-item h3 {\n    font-size: 1.25rem;\n    margin-bottom: 0.5rem;\n    color: var(--nv-navy);\n  }\n\n  .nv-pillar-item p {\n    font-size: 1.05rem;\n    color: var(--nv-text-muted);\n    margin-bottom: 0;\n  }\n\n  .nv-conclusion-box {\n    background: #FFFFFF;\n    border: 1px solid var(--nv-border);\n    border-radius: 16px;\n    padding: clamp(3rem, 5vw, 4rem);\n    text-align: center;\n    margin-bottom: 2rem;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n    position: relative;\n    overflow: hidden;\n  }\n  \n  .nv-conclusion-box::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 50%; transform: translateX(-50%);\n    width: 60px; height: 4px;\n    background: var(--nv-accent);\n    border-radius: 0 0 4px 4px;\n  }\n\n  .nv-conclusion-box h3 {\n    font-size: clamp(1.6rem, 3vw, 2.2rem);\n    margin-bottom: 1.5rem;\n  }\n\n  .nv-conclusion-box p {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n\u003c\/style\u003e\n\n\u003cdiv id=\"nv-monitor-root\"\u003e\n  \u003cdiv class=\"nv-container\"\u003e\n\n    \u003c!-- HERO SECTION --\u003e\n    \u003cdiv class=\"nv-hero-module\"\u003e\n      \u003cdiv class=\"nv-tagline\"\u003eNoviraryn™ Sculptural Indoor Monitor\u003c\/div\u003e\n      \u003ch1\u003eThe most useful home technology is often the technology that knows when to be visible—and when to disappear into the room.\u003c\/h1\u003e\n      \u003cp\u003e\n        Designed for people who want everyday awareness at home without turning their living space into something that feels constantly watched.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SHOWCASE 1: Form \u0026 Function (Image 1) --\u003e\n    \u003cdiv class=\"nv-editorial-showcase\"\u003e\n      \u003cdiv class=\"nv-showcase-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/1_0f1b6b1a-0e03-4c08-b63e-d1fe9fa5b36e.png?v=1790182667\" alt=\"Noviraryn Sculptural Indoor Home Monitor - Architectural Design\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nv-showcase-text\"\u003e\n        \u003ch2\u003eAn Object of Design, Not Just Surveillance\u003c\/h2\u003e\n        \u003cp\u003e\n          Instead of the familiar dome, sphere, or compact black camera body, the monitor is built around an open architectural frame. A slim brushed-silver structure rises from a low-profile navy base, holding the central camera module slightly above the surface so it appears visually suspended within the frame. \n        \u003c\/p\u003e\n        \u003cp\u003e\n          The result feels closer to a carefully chosen home object than a conventional security device, making it easier to place in rooms where design actually matters. At the center is an independently rotating camera module that can change viewing direction without requiring the entire product to turn. This keeps the base visually stable on a shelf, media console, or bookcase while allowing the camera to follow different parts of the room.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CORE PILLARS: 2-Column Elegant Grid --\u003e\n    \u003cdiv class=\"nv-core-pillars\"\u003e\n      \u003cdiv class=\"nv-section-heading\"\u003e\n        \u003ch2\u003eAwareness When You Need It. Privacy When You Don't.\u003c\/h2\u003e\n        \u003cp\u003eThe core features that make the Noviraryn™ Monitor a seamless addition to your home.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nv-pillar-grid\"\u003e\n        \u003c!-- Pillar 1 --\u003e\n        \u003cdiv class=\"nv-pillar-item\"\u003e\n          \u003cdiv class=\"nv-pillar-icon\"\u003e◈\u003c\/div\u003e\n          \u003ch3\u003eSecurity That Looks Like Design\u003c\/h3\u003e\n          \u003cp\u003eAn open architectural frame and suspended camera core give the monitor the presence of a modern home object rather than a conventional security camera. It is designed to live comfortably in the rooms you actually spend time in.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- Pillar 2 --\u003e\n        \u003cdiv class=\"nv-pillar-item\"\u003e\n          \u003cdiv class=\"nv-pillar-icon\"\u003e◉\u003c\/div\u003e\n          \u003ch3\u003eSee More Without Moving The Whole Device\u003c\/h3\u003e\n          \u003cp\u003eThe central monitoring module rotates independently inside the frame, allowing the viewing direction to change while the base remains clean, stable, and visually composed.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- Pillar 3 --\u003e\n        \u003cdiv class=\"nv-pillar-item\"\u003e\n          \u003cdiv class=\"nv-pillar-icon\"\u003e▰\u003c\/div\u003e\n          \u003ch3\u003ePrivacy You Can See\u003c\/h3\u003e\n          \u003cp\u003eA physical lens shutter gives you immediate visual confirmation when the camera is covered. It makes privacy feel simple, tangible, and reassuring in bedrooms, shared spaces, and social moments.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- Pillar 4 --\u003e\n        \u003cdiv class=\"nv-pillar-item\"\u003e\n          \u003cdiv class=\"nv-pillar-icon\"\u003e⌂\u003c\/div\u003e\n          \u003ch3\u003eMade For More Than One Room\u003c\/h3\u003e\n          \u003cp\u003ePlace it on a home-office shelf, kitchen counter, living-room console, pet area, hobby space, or bedroom wall. The flexible structure is designed around real homes where one device may need to serve different routines.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- Pillar 5 --\u003e\n        \u003cdiv class=\"nv-pillar-item\"\u003e\n          \u003cdiv class=\"nv-pillar-icon\"\u003e◆\u003c\/div\u003e\n          \u003ch3\u003eBuilt To Stay In Your Home\u003c\/h3\u003e\n          \u003cp\u003eBrushed metal construction, a weighted base, concealed cable routing, and a refined Navy Blue × Silver finish give the product a more lasting, furniture-like quality than disposable-looking plastic electronics.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- Pillar 6 --\u003e\n        \u003cdiv class=\"nv-pillar-item\"\u003e\n          \u003cdiv class=\"nv-pillar-icon\"\u003e♡\u003c\/div\u003e\n          \u003ch3\u003ePeace of Mind Without Changing The Feel of Home\u003c\/h3\u003e\n          \u003cp\u003eStay connected to pets, family, and everyday activity when you need to, then close the shutter when you do not. It brings useful awareness into the home without making the room feel dominated by technology.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SHOWCASE 2: Placement \u0026 Lifestyle (Image 2) --\u003e\n    \u003cdiv class=\"nv-editorial-showcase reverse\"\u003e\n      \u003cdiv class=\"nv-showcase-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/2_063e3710-655d-4295-a863-8c86cb3fcbfb.png?v=1790182666\" alt=\"Noviraryn Indoor Monitor Lifestyle and Privacy Features\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nv-showcase-text\"\u003e\n        \u003ch2\u003ePhysical Privacy \u0026amp; Shared Living\u003c\/h2\u003e\n        \u003cp\u003e\n          When privacy matters, a physical shutter slides directly across the lens, creating a clear visual confirmation that the camera is covered rather than relying only on a software indicator. That distinction is especially valuable in shared living spaces. When friends come over, the privacy shutter can be closed in seconds so the room immediately feels more personal and less technical.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The base is designed to support both tabletop and wall placement. A concealed rear mounting section keeps the silhouette clean, while a weighted tabletop base helps the product feel stable. Power routing is hidden through the rear structure to minimize visible cable clutter—an important detail for open shelving and carefully styled interiors.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SHOWCASE 3: Functionality \u0026 Experience (Image 3) --\u003e\n    \u003cdiv class=\"nv-editorial-showcase\"\u003e\n      \u003cdiv class=\"nv-showcase-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/3_19ac4aeb-7c53-4123-9d83-0af6e27a58c3.png?v=1790182667\" alt=\"Noviraryn Indoor Monitor Details and Materials\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nv-showcase-text\"\u003e\n        \u003ch2\u003eA Calmer Connected Experience\u003c\/h2\u003e\n        \u003cp\u003e\n          For everyday monitoring, the product is designed around practical functions rather than complicated interaction. Live viewing, two-way conversation, adjustable motion notifications, and night viewing help users stay informed without checking the camera continuously. A restrained status light communicates whether the device is active, muted, or privacy-covered without filling the room with unnecessary illumination.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The experience is intended to feel calm. You can glance at the room when you need reassurance or check on a pet while working upstairs. Its materials reinforce that sense of permanence. Brushed metal surfaces, softly finished edges, and a carefully balanced frame give the monitor a furniture-like presence.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CONCLUSION \/ GIFTING BANNER --\u003e\n    \u003cdiv class=\"nv-conclusion-box\"\u003e\n      \u003ch3\u003eThe Perfect Addition to a Modern American Home\u003c\/h3\u003e\n      \u003cp\u003e\n        The Navy Blue × Silver palette works naturally with minimal apartments, home offices, darker media rooms, and contemporary family spaces. It is especially suited to remote workers, pet owners, frequent travelers, and design-conscious homeowners who want connected-home functionality without sacrificing atmosphere.\n      \u003c\/p\u003e\n      \u003cp style=\"margin-top: 1.5rem; font-weight: 600; color: var(--nv-navy);\"\u003e\n        As a gift, it offers exceptional thoughtfulness. For a housewarming, first apartment, or home-office upgrade, it combines something genuinely useful with the feeling of helping someone create a calmer, more considered home.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":56157452763508,"sku":"Noviraryn-3","price":89.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/363e485e-fff9-4a51-bfcf-210da2eab3d1.png?v=1790180563"},{"product_id":"noviraryn™-wall-hugging-smart-plug-with-dual-side-outlets-and-energy-display","title":"Noviraryn™ Wall-Hugging Smart Plug with Dual Side Outlets and Energy Display","description":"\u003cstyle\u003e\n  \/* ==========================================================================\n     Noviraryn™ Wall-Hugging Smart Plug - Editorial Shopify Description\n     Palette: Navy Blue (#0B192C) x Silver (#C5D3E8 \/ #F8FAFC) x Accent (#3A6EA5)\n     Style: High-End Architectural \/ Minimalist Editorial \/ High Conversion\n     ========================================================================== *\/\n  #nv-plug-root {\n    --nv-navy: #0B192C;\n    --nv-deep-navy: #06111C;\n    --nv-silver: #C5D3E8;\n    --nv-silver-light: #F8FAFC;\n    --nv-silver-med: #F1F5F9;\n    --nv-accent: #3A6EA5;\n    --nv-text-main: #334155;\n    --nv-text-muted: #64748B;\n    --nv-border: #E2E8F0;\n    \n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--nv-text-main);\n    line-height: 1.75;\n    background-color: transparent;\n    margin: 0 auto;\n    padding: 0;\n    width: 100%;\n    max-width: 1360px;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    box-sizing: border-box;\n  }\n\n  #nv-plug-root * {\n    box-sizing: border-box;\n  }\n\n  #nv-plug-root h1, \n  #nv-plug-root h2, \n  #nv-plug-root h3,\n  #nv-plug-root h4 {\n    color: var(--nv-navy);\n    font-weight: 700;\n    letter-spacing: -0.02em;\n    margin: 0 0 1rem 0;\n    line-height: 1.3;\n  }\n\n  #nv-plug-root p {\n    margin: 0 0 1.6em 0;\n    font-size: clamp(1.025rem, 1.4vw, 1.125rem); \n    color: var(--nv-text-main);\n  }\n\n  .nv-container {\n    width: 100%;\n    padding: 0;\n  }\n\n  .nv-hero-module {\n    background: linear-gradient(145deg, var(--nv-deep-navy) 0%, var(--nv-navy) 100%) !important;\n    padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.5rem, 5vw, 4rem);\n    text-align: center;\n    border-radius: 20px;\n    margin-bottom: clamp(3rem, 6vw, 5rem);\n    box-shadow: 0 20px 40px rgba(11, 25, 44, 0.22);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .nv-hero-module::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; width: 100%; height: 100%;\n    background: radial-gradient(circle at top right, rgba(197, 211, 232, 0.12), transparent 60%);\n    pointer-events: none;\n  }\n\n  .nv-tagline {\n    display: inline-block;\n    color: var(--nv-silver) !important;\n    border: 1px solid rgba(197, 211, 232, 0.35) !important;\n    padding: 0.5rem 1.5rem;\n    border-radius: 50px;\n    font-size: 0.85rem;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 2rem;\n  }\n\n  .nv-hero-module h1 {\n    color: #FFFFFF !important;\n    font-size: clamp(1.8rem, 3.8vw, 3rem) !important;\n    margin: 0 auto 1.5rem auto;\n    max-width: 1050px;\n    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5) !important;\n  }\n\n  .nv-hero-module p {\n    color: #F1F5F9 !important;\n    font-size: clamp(1.05rem, 2vw, 1.25rem) !important;\n    max-width: 820px;\n    margin: 0 auto;\n    line-height: 1.8 !important;\n  }\n\n  .nv-editorial-showcase {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 2.5rem;\n    margin-bottom: clamp(3.5rem, 7vw, 5.5rem);\n    align-items: center;\n  }\n\n  @media (min-width: 900px) {\n    .nv-editorial-showcase {\n      grid-template-columns: 1fr 1fr;\n      gap: 4.5rem;\n    }\n    .nv-editorial-showcase.reverse .nv-showcase-text {\n      order: 2;\n    }\n    .nv-editorial-showcase.reverse .nv-showcase-media {\n      order: 1;\n    }\n  }\n\n  .nv-showcase-text h2 {\n    font-size: clamp(1.75rem, 3vw, 2.4rem);\n    margin-bottom: 1.25rem;\n  }\n\n  .nv-showcase-media {\n    border-radius: 16px;\n    overflow: hidden;\n    background: var(--nv-silver-light);\n    box-shadow: 0 12px 30px rgba(0,0,0,0.06);\n    border: 1px solid var(--nv-border);\n    position: relative;\n  }\n\n  .nv-showcase-media img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: cover;\n    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n  }\n\n  .nv-showcase-media:hover img {\n    transform: scale(1.03);\n  }\n\n  .nv-core-pillars {\n    background: var(--nv-silver-light);\n    border-radius: 20px;\n    padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 4vw, 3.5rem);\n    margin-bottom: clamp(3.5rem, 7vw, 5.5rem);\n    border: 1px solid var(--nv-border);\n  }\n\n  .nv-section-heading {\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto 3.5rem auto;\n  }\n\n  .nv-section-heading h2 {\n    font-size: clamp(1.9rem, 3.5vw, 2.6rem);\n  }\n\n  .nv-pillar-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n    gap: 2rem;\n  }\n\n  .nv-pillar-card {\n    background: #FFFFFF;\n    border: 1px solid var(--nv-border);\n    border-radius: 14px;\n    padding: 2.25rem clamp(1.5rem, 3vw, 2rem);\n    transition: all 0.35s ease;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .nv-pillar-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; width: 100%; height: 4px;\n    background: linear-gradient(90deg, var(--nv-navy), var(--nv-accent));\n    opacity: 0;\n    transition: opacity 0.3s ease;\n  }\n\n  .nv-pillar-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 35px rgba(11, 25, 44, 0.08);\n    border-color: var(--nv-silver);\n  }\n\n  .nv-pillar-card:hover::before {\n    opacity: 1;\n  }\n\n  .nv-pillar-icon {\n    font-size: 1.8rem;\n    color: var(--nv-accent);\n    line-height: 1;\n    margin-bottom: 1rem;\n    font-weight: bold;\n  }\n\n  .nv-pillar-card h3 {\n    font-size: 1.2rem;\n    margin-bottom: 0.75rem;\n    color: var(--nv-navy);\n  }\n\n  .nv-pillar-card p {\n    font-size: 1rem;\n    color: var(--nv-text-muted);\n    margin-bottom: 0;\n    line-height: 1.65;\n  }\n\n  .nv-conclusion-box {\n    background: #FFFFFF;\n    border: 1px solid var(--nv-border);\n    border-radius: 18px;\n    padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem);\n    text-align: center;\n    margin-bottom: 2rem;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.03);\n    position: relative;\n    overflow: hidden;\n  }\n  \n  .nv-conclusion-box::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 50%; transform: translateX(-50%);\n    width: 80px; height: 4px;\n    background: var(--nv-accent);\n    border-radius: 0 0 4px 4px;\n  }\n\n  .nv-conclusion-box h3 {\n    font-size: clamp(1.6rem, 3vw, 2.2rem);\n    margin-bottom: 1.25rem;\n  }\n\n  .nv-conclusion-box p {\n    max-width: 920px;\n    margin: 0 auto;\n  }\n\n  \/* Mobile optimization adjustments *\/\n  @media (max-width: 768px) {\n    .nv-pillar-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv id=\"nv-plug-root\"\u003e\n  \u003cdiv class=\"nv-container\"\u003e\n\n    \u003c!-- HERO SECTION --\u003e\n    \u003cdiv class=\"nv-hero-module\"\u003e\n      \u003cdiv class=\"nv-tagline\"\u003eNoviraryn™ Wall-Hugging Smart Plug\u003c\/div\u003e\n      \u003ch1\u003eThe smartest power accessories should make a room feel simpler, not add another bulky piece of technology to the wall.\u003c\/h1\u003e\n      \u003cp\u003e\n        A slim, architectural power controller that brings connected-home convenience, everyday energy awareness, and thoughtful cable management into one refined object.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SHOWCASE 1: Form \u0026 Structure (Image 1) --\u003e\n    \u003cdiv class=\"nv-editorial-showcase\"\u003e\n      \u003cdiv class=\"nv-showcase-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/1_fe563492-bea9-47ba-ac0c-07598234e183.png?v=1790182803\" alt=\"Noviraryn Wall-Hugging Smart Plug - Side-Facing Outlets \u0026amp; Architectural Design\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nv-showcase-text\"\u003e\n        \u003ch2\u003eCloser to the Wall, Cleaner in the Room\u003c\/h2\u003e\n        \u003cp\u003e\n          Instead of placing a large outlet directly on the front of the device, the design keeps the visible face intentionally clean. Two grounded outlets are positioned along the sides of the body, allowing power cords to exit naturally toward the left or right rather than projecting straight into the room.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          This wall-hugging structure is especially useful behind nightstands, consoles, desks, media furniture, kitchen carts, and other places where a conventional smart plug can create unnecessary depth.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The body uses a deep navy center panel framed with brushed-silver metal detailing, giving it a more permanent, architectural appearance than a typical plastic adapter. Its narrow vertical profile is designed to use a single wall receptacle while leaving the neighboring receptacle accessible whenever the installation allows.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CORE PILLARS: 6 Feature Cards Grid --\u003e\n    \u003cdiv class=\"nv-core-pillars\"\u003e\n      \u003cdiv class=\"nv-section-heading\"\u003e\n        \u003ch2\u003eThoughtful Power for Everyday Spaces\u003c\/h2\u003e\n        \u003cp\u003eEngineered to bring subtle control, physical clarity, and clutter-free organization to your home.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nv-pillar-grid\"\u003e\n        \u003c!-- Pillar 1 --\u003e\n        \u003cdiv class=\"nv-pillar-card\"\u003e\n          \u003cdiv class=\"nv-pillar-icon\"\u003e▰\u003c\/div\u003e\n          \u003ch3\u003eCLOSER TO THE WALL. BETTER IN THE ROOM.\u003c\/h3\u003e\n          \u003cp\u003eSide-facing outlets direct cords away from the room instead of straight outward, helping furniture sit closer to the wall while keeping the setup visually cleaner.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- Pillar 2 --\u003e\n        \u003cdiv class=\"nv-pillar-card\"\u003e\n          \u003cdiv class=\"nv-pillar-icon\"\u003e◉\u003c\/div\u003e\n          \u003ch3\u003eCONTROL TWO THINGS, YOUR WAY\u003c\/h3\u003e\n          \u003cp\u003eTwo independently controlled outlets let different devices follow different routines. Keep one available while scheduling or switching the other without unplugging anything.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- Pillar 3 --\u003e\n        \u003cdiv class=\"nv-pillar-card\"\u003e\n          \u003cdiv class=\"nv-pillar-icon\"\u003e⌁\u003c\/div\u003e\n          \u003ch3\u003eSEE WHAT YOUR POWER IS DOING\u003c\/h3\u003e\n          \u003cp\u003eThe front information window makes everyday power use easier to understand at a glance, so you do not need to open an app just to check basic status or consumption.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- Pillar 4 --\u003e\n        \u003cdiv class=\"nv-pillar-card\"\u003e\n          \u003cdiv class=\"nv-pillar-icon\"\u003e◎\u003c\/div\u003e\n          \u003ch3\u003eSIMPLE ENOUGH TO USE WITHOUT YOUR PHONE\u003c\/h3\u003e\n          \u003cp\u003eA tactile rotary control brings the most common actions directly to the device. Select an outlet, press to switch it, and keep everyday control intuitive for everyone in the home.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- Pillar 5 --\u003e\n        \u003cdiv class=\"nv-pillar-card\"\u003e\n          \u003cdiv class=\"nv-pillar-icon\"\u003e◆\u003c\/div\u003e\n          \u003ch3\u003eDESIGNED LIKE HOME HARDWARE, NOT AN ADAPTER\u003c\/h3\u003e\n          \u003cp\u003eA slim vertical silhouette, deep navy face, brushed-silver detailing, and controlled cable direction give the product a more refined presence around desks, bedrooms, kitchens, and living spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- Pillar 6 --\u003e\n        \u003cdiv class=\"nv-pillar-card\"\u003e\n          \u003cdiv class=\"nv-pillar-icon\"\u003e♡\u003c\/div\u003e\n          \u003ch3\u003eA SMALL UPGRADE YOU NOTICE EVERY DAY\u003c\/h3\u003e\n          \u003cp\u003eFrom calmer morning routines to cleaner nightstand cables and a more organized home office, it turns an ordinary outlet into a more thoughtful part of daily life—and makes a useful housewarming or new-home gift.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SHOWCASE 2: Tactile Control \u0026 Dual Outlet Management (Image 2) --\u003e\n    \u003cdiv class=\"nv-editorial-showcase reverse\"\u003e\n      \u003cdiv class=\"nv-showcase-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/2_8a5a4a32-bc9e-425c-ab54-2befa98292e7.png?v=1790182803\" alt=\"Noviraryn Smart Plug Front Display and Tactile Rotary Control\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nv-showcase-text\"\u003e\n        \u003ch2\u003ePhysical Controls \u0026amp; Independent Dual Management\u003c\/h2\u003e\n        \u003cp\u003e\n          At the center of the front panel is a small, low-glare information window. Instead of requiring a phone for every small question, it can show practical information such as current power use, outlet status, or the next scheduled action.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          A tactile rotary control below the display lets users select the left outlet, right outlet, or both, then press to switch them on or off. That simple physical interaction makes the product easier to use for guests, family members, and everyday moments when opening an app feels unnecessary.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Each outlet can be managed independently. A coffee maker can follow a morning schedule while a nearby lamp stays available throughout the evening. A desk setup can shut down selected equipment after work, or holiday lights can turn on automatically at sunset.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SHOWCASE 3: Energy Awareness \u0026 Room Versatility (Image 3) --\u003e\n    \u003cdiv class=\"nv-editorial-showcase\"\u003e\n      \u003cdiv class=\"nv-showcase-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/3_3e1ca608-d30d-416f-9ceb-93274ecebf36.png?v=1790182803\" alt=\"Noviraryn Smart Plug Real-Time Energy Tracking and Home Integration\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nv-showcase-text\"\u003e\n        \u003ch2\u003eEnergy Awareness \u0026amp; Seamless Home Integration\u003c\/h2\u003e\n        \u003cp\u003e\n          Energy information adds another layer of usefulness. Rather than presenting electricity use as an abstract setting hidden inside a menu, the front display makes consumption easier to notice during normal life. Customers can quickly understand when a connected device is actively drawing power and decide whether something really needs to remain on all day.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The product is designed to work naturally across the home: behind a nightstand in the bedroom, managing a workspace monitor setup in the home office, supporting scheduled appliances in the kitchen, or keeping console furniture neat in the living room.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The goal is not to make the customer manage more technology—it is to make ordinary power feel easier to control.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CONCLUSION \/ GIFTING BANNER --\u003e\n    \u003cdiv class=\"nv-conclusion-box\"\u003e\n      \u003ch3\u003eDesigned for Discerning Homes \u0026amp; Thoughtful Gifting\u003c\/h3\u003e\n      \u003cp\u003e\n        Its design is particularly suited to apartment residents, homeowners improving an existing smart-home setup, remote workers, design-conscious consumers, and anyone who dislikes bulky adapters covering valuable wall space.\n      \u003c\/p\u003e\n      \u003cp style=\"margin-top: 1.5rem; font-weight: 600; color: var(--nv-navy);\"\u003e\n        It also makes a practical but elevated gift for a first apartment, housewarming, new home, home-office upgrade, birthday, or holiday—small enough to be useful almost anywhere, but considered enough in its materials to feel like a genuine home upgrade.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":56157454696820,"sku":"Noviraryn-4","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/0e16acb5-6878-4b9f-88a8-bf259bdcb76b.png?v=1790180601"},{"product_id":"noviraryn™-folding-motion-light-with-dual-direction-ambient-and-path-illumination","title":"Noviraryn™ Folding Motion Light with Dual-Direction Ambient and Path Illumination","description":"\u003cstyle\u003e\n  \/* ==========================================================================\n     Noviraryn™ Wall-Hugging Smart Plug - Editorial Shopify Description\n     Palette: Navy Blue (#0B192C) x Silver (#C5D3E8 \/ #F8FAFC) x Accent (#3A6EA5)\n     Style: High-End Architectural \/ Minimalist Editorial \/ High Conversion\n     ========================================================================== *\/\n  #nv-plug-root {\n    --nv-navy: #0B192C;\n    --nv-deep-navy: #06111C;\n    --nv-silver: #C5D3E8;\n    --nv-silver-light: #F8FAFC;\n    --nv-silver-med: #F1F5F9;\n    --nv-accent: #3A6EA5;\n    --nv-text-main: #334155;\n    --nv-text-muted: #64748B;\n    --nv-border: #E2E8F0;\n    \n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--nv-text-main);\n    line-height: 1.75;\n    background-color: transparent;\n    margin: 0 auto;\n    padding: 0;\n    width: 100%;\n    max-width: 1360px;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    box-sizing: border-box;\n  }\n\n  #nv-plug-root * {\n    box-sizing: border-box;\n  }\n\n  #nv-plug-root h1, \n  #nv-plug-root h2, \n  #nv-plug-root h3,\n  #nv-plug-root h4 {\n    color: var(--nv-navy);\n    font-weight: 700;\n    letter-spacing: -0.02em;\n    margin: 0 0 1rem 0;\n    line-height: 1.3;\n  }\n\n  #nv-plug-root p {\n    margin: 0 0 1.6em 0;\n    font-size: clamp(1.025rem, 1.4vw, 1.125rem); \n    color: var(--nv-text-main);\n  }\n\n  .nv-container {\n    width: 100%;\n    padding: 0;\n  }\n\n  .nv-hero-module {\n    background: linear-gradient(145deg, var(--nv-deep-navy) 0%, var(--nv-navy) 100%) !important;\n    padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.5rem, 5vw, 4rem);\n    text-align: center;\n    border-radius: 20px;\n    margin-bottom: clamp(3rem, 6vw, 5rem);\n    box-shadow: 0 20px 40px rgba(11, 25, 44, 0.22);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .nv-hero-module::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; width: 100%; height: 100%;\n    background: radial-gradient(circle at top right, rgba(197, 211, 232, 0.12), transparent 60%);\n    pointer-events: none;\n  }\n\n  .nv-tagline {\n    display: inline-block;\n    color: var(--nv-silver) !important;\n    border: 1px solid rgba(197, 211, 232, 0.35) !important;\n    padding: 0.5rem 1.5rem;\n    border-radius: 50px;\n    font-size: 0.85rem;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 2rem;\n  }\n\n  .nv-hero-module h1 {\n    color: #FFFFFF !important;\n    font-size: clamp(1.8rem, 3.8vw, 3rem) !important;\n    margin: 0 auto 1.5rem auto;\n    max-width: 1050px;\n    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5) !important;\n  }\n\n  .nv-hero-module p {\n    color: #F1F5F9 !important;\n    font-size: clamp(1.05rem, 2vw, 1.25rem) !important;\n    max-width: 820px;\n    margin: 0 auto;\n    line-height: 1.8 !important;\n  }\n\n  .nv-editorial-showcase {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 2.5rem;\n    margin-bottom: clamp(3.5rem, 7vw, 5.5rem);\n    align-items: center;\n  }\n\n  @media (min-width: 900px) {\n    .nv-editorial-showcase {\n      grid-template-columns: 1fr 1fr;\n      gap: 4.5rem;\n    }\n    .nv-editorial-showcase.reverse .nv-showcase-text {\n      order: 2;\n    }\n    .nv-editorial-showcase.reverse .nv-showcase-media {\n      order: 1;\n    }\n  }\n\n  .nv-showcase-text h2 {\n    font-size: clamp(1.75rem, 3vw, 2.4rem);\n    margin-bottom: 1.25rem;\n  }\n\n  .nv-showcase-media {\n    border-radius: 16px;\n    overflow: hidden;\n    background: var(--nv-silver-light);\n    box-shadow: 0 12px 30px rgba(0,0,0,0.06);\n    border: 1px solid var(--nv-border);\n    position: relative;\n  }\n\n  .nv-showcase-media img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: cover;\n    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n  }\n\n  .nv-showcase-media:hover img {\n    transform: scale(1.03);\n  }\n\n  .nv-core-pillars {\n    background: var(--nv-silver-light);\n    border-radius: 20px;\n    padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 4vw, 3.5rem);\n    margin-bottom: clamp(3.5rem, 7vw, 5.5rem);\n    border: 1px solid var(--nv-border);\n  }\n\n  .nv-section-heading {\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto 3.5rem auto;\n  }\n\n  .nv-section-heading h2 {\n    font-size: clamp(1.9rem, 3.5vw, 2.6rem);\n  }\n\n  .nv-pillar-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n    gap: 2rem;\n  }\n\n  .nv-pillar-card {\n    background: #FFFFFF;\n    border: 1px solid var(--nv-border);\n    border-radius: 14px;\n    padding: 2.25rem clamp(1.5rem, 3vw, 2rem);\n    transition: all 0.35s ease;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .nv-pillar-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; width: 100%; height: 4px;\n    background: linear-gradient(90deg, var(--nv-navy), var(--nv-accent));\n    opacity: 0;\n    transition: opacity 0.3s ease;\n  }\n\n  .nv-pillar-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 35px rgba(11, 25, 44, 0.08);\n    border-color: var(--nv-silver);\n  }\n\n  .nv-pillar-card:hover::before {\n    opacity: 1;\n  }\n\n  .nv-pillar-icon {\n    font-size: 1.8rem;\n    color: var(--nv-accent);\n    line-height: 1;\n    margin-bottom: 1rem;\n    font-weight: bold;\n  }\n\n  .nv-pillar-card h3 {\n    font-size: 1.2rem;\n    margin-bottom: 0.75rem;\n    color: var(--nv-navy);\n  }\n\n  .nv-pillar-card p {\n    font-size: 1rem;\n    color: var(--nv-text-muted);\n    margin-bottom: 0;\n    line-height: 1.65;\n  }\n\n  .nv-conclusion-box {\n    background: #FFFFFF;\n    border: 1px solid var(--nv-border);\n    border-radius: 18px;\n    padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem);\n    text-align: center;\n    margin-bottom: 2rem;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.03);\n    position: relative;\n    overflow: hidden;\n  }\n  \n  .nv-conclusion-box::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 50%; transform: translateX(-50%);\n    width: 80px; height: 4px;\n    background: var(--nv-accent);\n    border-radius: 0 0 4px 4px;\n  }\n\n  .nv-conclusion-box h3 {\n    font-size: clamp(1.6rem, 3vw, 2.2rem);\n    margin-bottom: 1.25rem;\n  }\n\n  .nv-conclusion-box p {\n    max-width: 920px;\n    margin: 0 auto;\n  }\n\n  @media (max-width: 768px) {\n    .nv-pillar-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv id=\"nv-plug-root\"\u003e\n  \u003cdiv class=\"nv-container\"\u003e\n\n    \u003c!-- HERO SECTION --\u003e\n    \u003cdiv class=\"nv-hero-module\"\u003e\n      \u003cdiv class=\"nv-tagline\"\u003eNoviraryn™ Wall-Hugging Smart Plug\u003c\/div\u003e\n      \u003ch1\u003eThe smartest power accessories should make a room feel simpler, not add another bulky piece of technology to the wall.\u003c\/h1\u003e\n      \u003cp\u003e\n        A slim, architectural power controller that brings connected-home convenience, everyday energy awareness, and thoughtful cable management into one refined object.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SHOWCASE 1: Form \u0026 Structure (Image 1) --\u003e\n    \u003cdiv class=\"nv-editorial-showcase\"\u003e\n      \u003cdiv class=\"nv-showcase-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/1_fe563492-bea9-47ba-ac0c-07598234e183.png?v=1790182803\" alt=\"Noviraryn Wall-Hugging Smart Plug - Side-Facing Outlets \u0026amp; Architectural Design\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nv-showcase-text\"\u003e\n        \u003ch2\u003eCloser to the Wall, Cleaner in the Room\u003c\/h2\u003e\n        \u003cp\u003e\n          Instead of placing a large outlet directly on the front of the device, the design keeps the visible face intentionally clean. Two grounded outlets are positioned along the sides of the body, allowing power cords to exit naturally toward the left or right rather than projecting straight into the room.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          This wall-hugging structure is especially useful behind nightstands, consoles, desks, media furniture, kitchen carts, and other places where a conventional smart plug can create unnecessary depth.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The body uses a deep navy center panel framed with brushed-silver metal detailing, giving it a more permanent, architectural appearance than a typical plastic adapter. Its narrow vertical profile is designed to use a single wall receptacle while leaving the neighboring receptacle accessible whenever the installation allows.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CORE PILLARS: 6 Feature Cards Grid --\u003e\n    \u003cdiv class=\"nv-core-pillars\"\u003e\n      \u003cdiv class=\"nv-section-heading\"\u003e\n        \u003ch2\u003eThoughtful Power for Everyday Spaces\u003c\/h2\u003e\n        \u003cp\u003eEngineered to bring subtle control, physical clarity, and clutter-free organization to your home.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nv-pillar-grid\"\u003e\n        \u003c!-- Pillar 1 --\u003e\n        \u003cdiv class=\"nv-pillar-card\"\u003e\n          \u003cdiv class=\"nv-pillar-icon\"\u003e▰\u003c\/div\u003e\n          \u003ch3\u003eCLOSER TO THE WALL. BETTER IN THE ROOM.\u003c\/h3\u003e\n          \u003cp\u003eSide-facing outlets direct cords away from the room instead of straight outward, helping furniture sit closer to the wall while keeping the setup visually cleaner.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- Pillar 2 --\u003e\n        \u003cdiv class=\"nv-pillar-card\"\u003e\n          \u003cdiv class=\"nv-pillar-icon\"\u003e◉\u003c\/div\u003e\n          \u003ch3\u003eCONTROL TWO THINGS, YOUR WAY\u003c\/h3\u003e\n          \u003cp\u003eTwo independently controlled outlets let different devices follow different routines. Keep one available while scheduling or switching the other without unplugging anything.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- Pillar 3 --\u003e\n        \u003cdiv class=\"nv-pillar-card\"\u003e\n          \u003cdiv class=\"nv-pillar-icon\"\u003e⌁\u003c\/div\u003e\n          \u003ch3\u003eSEE WHAT YOUR POWER IS DOING\u003c\/h3\u003e\n          \u003cp\u003eThe front information window makes everyday power use easier to understand at a glance, so you do not need to open an app just to check basic status or consumption.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- Pillar 4 --\u003e\n        \u003cdiv class=\"nv-pillar-card\"\u003e\n          \u003cdiv class=\"nv-pillar-icon\"\u003e◎\u003c\/div\u003e\n          \u003ch3\u003eSIMPLE ENOUGH TO USE WITHOUT YOUR PHONE\u003c\/h3\u003e\n          \u003cp\u003eA tactile rotary control brings the most common actions directly to the device. Select an outlet, press to switch it, and keep everyday control intuitive for everyone in the home.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- Pillar 5 --\u003e\n        \u003cdiv class=\"nv-pillar-card\"\u003e\n          \u003cdiv class=\"nv-pillar-icon\"\u003e◆\u003c\/div\u003e\n          \u003ch3\u003eDESIGNED LIKE HOME HARDWARE, NOT AN ADAPTER\u003c\/h3\u003e\n          \u003cp\u003eA slim vertical silhouette, deep navy face, brushed-silver detailing, and controlled cable direction give the product a more refined presence around desks, bedrooms, kitchens, and living spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- Pillar 6 --\u003e\n        \u003cdiv class=\"nv-pillar-card\"\u003e\n          \u003cdiv class=\"nv-pillar-icon\"\u003e♡\u003c\/div\u003e\n          \u003ch3\u003eA SMALL UPGRADE YOU NOTICE EVERY DAY\u003c\/h3\u003e\n          \u003cp\u003eFrom calmer morning routines to cleaner nightstand cables and a more organized home office, it turns an ordinary outlet into a more thoughtful part of daily life—and makes a useful housewarming or new-home gift.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SHOWCASE 2: Tactile Control \u0026 Dual Outlet Management (Image 2) --\u003e\n    \u003cdiv class=\"nv-editorial-showcase reverse\"\u003e\n      \u003cdiv class=\"nv-showcase-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/2_8a5a4a32-bc9e-425c-ab54-2befa98292e7.png?v=1790182803\" alt=\"Noviraryn Smart Plug Front Display and Tactile Rotary Control\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nv-showcase-text\"\u003e\n        \u003ch2\u003ePhysical Controls \u0026amp; Independent Dual Management\u003c\/h2\u003e\n        \u003cp\u003e\n          At the center of the front panel is a small, low-glare information window. Instead of requiring a phone for every small question, it can show practical information such as current power use, outlet status, or the next scheduled action.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          A tactile rotary control below the display lets users select the left outlet, right outlet, or both, then press to switch them on or off. That simple physical interaction makes the product easier to use for guests, family members, and everyday moments when opening an app feels unnecessary.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Each outlet can be managed independently. A coffee maker can follow a morning schedule while a nearby lamp stays available throughout the evening. A desk setup can shut down selected equipment after work, or holiday lights can turn on automatically at sunset.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SHOWCASE 3: Energy Awareness \u0026 Room Versatility (Image 3) --\u003e\n    \u003cdiv class=\"nv-editorial-showcase\"\u003e\n      \u003cdiv class=\"nv-showcase-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/3_3e1ca608-d30d-416f-9ceb-93274ecebf36.png?v=1790182803\" alt=\"Noviraryn Smart Plug Real-Time Energy Tracking and Home Integration\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nv-showcase-text\"\u003e\n        \u003ch2\u003eEnergy Awareness \u0026amp; Seamless Home Integration\u003c\/h2\u003e\n        \u003cp\u003e\n          Energy information adds another layer of usefulness. Rather than presenting electricity use as an abstract setting hidden inside a menu, the front display makes consumption easier to notice during normal life. Customers can quickly understand when a connected device is actively drawing power and decide whether something really needs to remain on all day.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The product is designed to work naturally across the home: behind a nightstand in the bedroom, managing a workspace monitor setup in the home office, supporting scheduled appliances in the kitchen, or keeping console furniture neat in the living room.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The goal is not to make the customer manage more technology—it is to make ordinary power feel easier to control.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CONCLUSION \/ GIFTING BANNER --\u003e\n    \u003cdiv class=\"nv-conclusion-box\"\u003e\n      \u003ch3\u003eDesigned for Discerning Homes \u0026amp; Thoughtful Gifting\u003c\/h3\u003e\n      \u003cp\u003e\n        Its design is particularly suited to apartment residents, homeowners improving an existing smart-home setup, remote workers, design-conscious consumers, and anyone who dislikes bulky adapters covering valuable wall space.\n      \u003c\/p\u003e\n      \u003cp style=\"margin-top: 1.5rem; font-weight: 600; color: var(--nv-navy);\"\u003e\n        It also makes a practical but elevated gift for a first apartment, housewarming, new home, home-office upgrade, birthday, or holiday—small enough to be useful almost anywhere, but considered enough in its materials to feel like a genuine home upgrade.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":56157490643316,"sku":"Noviraryn-5","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/2_2178bb9c-9ffc-40bc-90b0-f2bce94095d0.png?v=1790180718"},{"product_id":"noviraryn™-detachable-smart-wall-switch-with-magnetic-scene-remote-and-ambient-status-light","title":"Noviraryn™ Detachable Smart Wall Switch with Magnetic Scene Remote and Ambient Status Light","description":"\u003cdiv id=\"noviraryn-switch-description\"\u003e\n  \u003cstyle\u003e\n    \/* ==========================================================================\n       SCOPED CSS - NOVIRARYN DETACHABLE SMART WALL SWITCH\n       Designed for high conversion, mobile responsiveness, and Shopify themes.\n       ========================================================================== *\/\n    #noviraryn-switch-description {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n      color: #1e293b;\n      line-height: 1.65;\n      max-width: 1140px;\n      margin: 0 auto;\n      padding: 20px 10px;\n      box-sizing: border-box;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    #noviraryn-switch-description * {\n      box-sizing: border-box;\n    }\n\n    \/* Typography Defaults *\/\n    #noviraryn-switch-description h1,\n    #noviraryn-switch-description h2,\n    #noviraryn-switch-description h3,\n    #noviraryn-switch-description h4 {\n      color: #0f172a;\n      font-weight: 700;\n      line-height: 1.25;\n      margin-top: 0;\n      letter-spacing: -0.02em;\n    }\n\n    #noviraryn-switch-description p {\n      font-size: 1.05rem;\n      color: #475569;\n      margin-top: 0;\n      margin-bottom: 18px;\n    }\n\n    #noviraryn-switch-description p:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* Images *\/\n    #noviraryn-switch-description img {\n      width: 100%;\n      max-width: 100%;\n      height: auto;\n      border-radius: 18px;\n      display: block;\n      object-fit: cover;\n      box-shadow: 0 12px 30px -10px rgba(15, 23, 42, 0.12);\n      border: 1px solid rgba(226, 232, 240, 0.8);\n      transition: transform 0.4s ease;\n    }\n\n    \/* Badges \u0026 Accent Pill Labels *\/\n    .ns-pill {\n      display: inline-block;\n      padding: 6px 14px;\n      background-color: #f1f5f9;\n      color: #334155;\n      font-size: 0.78rem;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n      border-radius: 100px;\n      margin-bottom: 14px;\n      border: 1px solid #e2e8f0;\n    }\n\n    \/* Hero Section *\/\n    .ns-hero {\n      text-align: center;\n      margin-bottom: 70px;\n      padding: 20px 10px 0 10px;\n    }\n\n    .ns-hero-header {\n      max-width: 820px;\n      margin: 0 auto 36px auto;\n    }\n\n    .ns-hero h1 {\n      font-size: 2.6rem;\n      font-weight: 800;\n      color: #0f172a;\n      margin-bottom: 18px;\n      letter-spacing: -0.03em;\n    }\n\n    .ns-hero p {\n      font-size: 1.2rem;\n      color: #475569;\n    }\n\n    .ns-hero-img-wrap {\n      margin-top: 24px;\n    }\n\n    \/* Alternating Feature Rows (PC: Split View, Mobile: Stacked) *\/\n    .ns-split {\n      display: flex;\n      align-items: center;\n      gap: 50px;\n      margin-bottom: 80px;\n    }\n\n    .ns-split.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .ns-split-content,\n    .ns-split-media {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .ns-split-content h2 {\n      font-size: 2rem;\n      margin-bottom: 16px;\n    }\n\n    \/* Features Grid (6 Core Selling Points) *\/\n    .ns-grid-wrapper {\n      background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);\n      padding: 60px 36px;\n      border-radius: 28px;\n      margin-bottom: 80px;\n      border: 1px solid #e2e8f0;\n    }\n\n    .ns-grid-title {\n      text-align: center;\n      max-width: 700px;\n      margin: 0 auto 46px auto;\n    }\n\n    .ns-grid-title h2 {\n      font-size: 2.2rem;\n      margin-bottom: 10px;\n    }\n\n    .ns-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 24px;\n    }\n\n    .ns-card {\n      background: #ffffff;\n      padding: 28px 24px;\n      border-radius: 20px;\n      border: 1px solid #e2e8f0;\n      box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);\n      display: flex;\n      flex-direction: column;\n      transition: all 0.3s ease;\n    }\n\n    .ns-card:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 12px 24px -6px rgba(15, 23, 42, 0.08);\n      border-color: #cbd5e1;\n    }\n\n    .ns-card-icon {\n      font-size: 1.6rem;\n      width: 48px;\n      height: 48px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background-color: #0f172a;\n      color: #ffffff;\n      border-radius: 12px;\n      margin-bottom: 20px;\n    }\n\n    .ns-card h3 {\n      font-size: 1.15rem;\n      font-weight: 700;\n      margin-bottom: 12px;\n      text-transform: uppercase;\n      letter-spacing: 0.02em;\n    }\n\n    .ns-card p {\n      font-size: 0.98rem;\n      color: #64748b;\n      margin-bottom: 0;\n      line-height: 1.55;\n    }\n\n    \/* Daily Routines \u0026 Highlight Banner *\/\n    .ns-lifestyle-box {\n      background-color: #0f172a;\n      color: #f8fafc;\n      padding: 50px 40px;\n      border-radius: 24px;\n      margin-bottom: 80px;\n      box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.3);\n    }\n\n    .ns-lifestyle-box h2 {\n      color: #ffffff;\n      font-size: 2.2rem;\n      margin-bottom: 20px;\n    }\n\n    .ns-lifestyle-box p {\n      color: #cbd5e1;\n      font-size: 1.1rem;\n    }\n\n    .ns-gift-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: rgba(255, 255, 255, 0.1);\n      border: 1px solid rgba(255, 255, 255, 0.2);\n      color: #38bdf8;\n      padding: 8px 18px;\n      border-radius: 100px;\n      font-weight: 600;\n      font-size: 0.9rem;\n      margin-top: 10px;\n    }\n\n    \/* ==========================================================================\n       RESPONSIVE DESIGN (TABLET \u0026 MOBILE BREAKPOINTS)\n       ========================================================================== *\/\n    @media (max-width: 992px) {\n      .ns-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    @media (max-width: 768px) {\n      #noviraryn-switch-description {\n        padding: 10px 4px;\n      }\n\n      .ns-hero {\n        margin-bottom: 40px;\n      }\n\n      .ns-hero h1 {\n        font-size: 1.85rem;\n      }\n\n      .ns-hero p {\n        font-size: 1.05rem;\n      }\n\n      \/* Stack alternating sections vertically on mobile *\/\n      .ns-split,\n      .ns-split.reverse {\n        flex-direction: column;\n        gap: 28px;\n        margin-bottom: 50px;\n      }\n\n      .ns-split-content h2 {\n        font-size: 1.55rem;\n      }\n\n      \/* Single column cards on small screens *\/\n      .ns-grid {\n        grid-template-columns: 1fr;\n        gap: 16px;\n      }\n\n      .ns-grid-wrapper {\n        padding: 36px 18px;\n        border-radius: 20px;\n        margin-bottom: 50px;\n      }\n\n      .ns-grid-title h2 {\n        font-size: 1.6rem;\n      }\n\n      .ns-lifestyle-box {\n        padding: 30px 20px;\n        border-radius: 20px;\n        margin-bottom: 50px;\n      }\n\n      .ns-lifestyle-box h2 {\n        font-size: 1.6rem;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- HERO SECTION --\u003e\n  \u003cdiv class=\"ns-hero\"\u003e\n    \u003cdiv class=\"ns-hero-header\"\u003e\n      \u003cspan class=\"ns-pill\"\u003eNext-Gen Home Control\u003c\/span\u003e\n      \u003ch1\u003eControl That Moves Where Life Happens\u003c\/h1\u003e\n      \u003cp\u003eThe best smart-home controls should feel natural enough that anyone can use them without thinking—and flexible enough to adapt when life moves away from the wall. The Noviraryn™ Detachable Smart Wall Switch combines the familiar permanence of an architectural switch with a removable control surface that follows you into the room.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ns-hero-img-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/1_bd17647b-b56a-48c4-8779-c2e8b40a26bd.png?v=1790183096\" alt=\"Noviraryn Detachable Smart Wall Switch mounted on wall\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPLIT SECTION 1: Architectural Design \u0026 Built Finish --\u003e\n  \u003cdiv class=\"ns-split\"\u003e\n    \u003cdiv class=\"ns-split-content\"\u003e\n      \u003cspan class=\"ns-pill\"\u003eArchitectural Aesthetic\u003c\/span\u003e\n      \u003ch2\u003eRefined Hardware Built for Modern Interiors\u003c\/h2\u003e\n      \u003cp\u003eAt first glance, the product appears as a refined architectural switch built for modern interiors. A slim brushed-silver outer frame surrounds a recessed deep-navy control surface, creating a clean, substantial appearance that works naturally with painted walls, wood paneling, stone, and contemporary millwork.\u003c\/p\u003e\n      \u003cp\u003eThe central control tile sits almost flush inside the frame, giving the product a composed, built-in look rather than the glossy black-screen appearance of typical smart controls.\u003c\/p\u003e\n      \u003cp\u003eIts material choices reinforce the idea that this is home hardware, not a disposable gadget. The brushed metal frame gives the installation visual weight, while the matte navy control surface helps reduce fingerprints.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ns-split-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/1_bd17647b-b56a-48c4-8779-c2e8b40a26bd.png?v=1790183096\" alt=\"Brushed silver frame and recessed navy control surface detail\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPLIT SECTION 2: Magnetic Detachable Control --\u003e\n  \u003cdiv class=\"ns-split reverse\"\u003e\n    \u003cdiv class=\"ns-split-content\"\u003e\n      \u003cspan class=\"ns-pill\"\u003eMagnetic Detachable Surface\u003c\/span\u003e\n      \u003ch2\u003eLift It Off the Wall. Control Room Lighting Anywhere.\u003c\/h2\u003e\n      \u003cp\u003eThe difference becomes clear when the central tile is lifted from the wall. The low-voltage control surface detaches magnetically from the wired base and continues working as a handheld room controller.\u003c\/p\u003e\n      \u003cp\u003eTake it to the sofa during movie night, place it on the nightstand before bed, carry it to the kitchen while entertaining, or hand it to a guest who shouldn't need an app just to adjust the lights.\u003c\/p\u003e\n      \u003cp\u003eWhen returned to the wall, the tile aligns naturally with the magnetic dock and resumes its role as the main switch interface. The wired base remains securely installed, while the removable front stays isolated from line voltage for total peace of mind.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ns-split-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/2_d474cfe9-1e24-420e-a368-218f5a486546.png?v=1790183096\" alt=\"Detachable smart switch tile being removed from magnetic wall dock\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPLIT SECTION 3: Tactile Controls \u0026 Adaptive Routines --\u003e\n  \u003cdiv class=\"ns-split\"\u003e\n    \u003cdiv class=\"ns-split-content\"\u003e\n      \u003cspan class=\"ns-pill\"\u003eIntuitive Touch \u0026amp; Tactile Layout\u003c\/span\u003e\n      \u003ch2\u003ePhysical Control Without Phone Dependence\u003c\/h2\u003e\n      \u003cp\u003eThe control layout is intentionally tactile. A broad central press area provides immediate on-and-off control with reassuring physical feedback. A slim touch-sensitive edge lets users raise or lower compatible lighting without covering the front with tiny buttons.\u003c\/p\u003e\n      \u003cp\u003eTwo understated secondary controls can be assigned to everyday routines such as \u003cem\u003eEvening, Away, Work, or Welcome\u003c\/em\u003e, allowing one switch to manage more than a single fixture when connected to a broader home automation setup.\u003c\/p\u003e\n      \u003cp\u003eA soft perimeter status light provides subtle orientation guidance at night or visual confirmation when a routine activates—supporting interaction without dominating the room.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ns-split-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/3_1d8794f8-775f-4dbe-904b-6c5c9e318b56.png?v=1790183097\" alt=\"Using the Noviraryn portable smart tile on desk and bedside table\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CORE SELLING POINTS (FEATURES GRID) --\u003e\n  \u003cdiv class=\"ns-grid-wrapper\"\u003e\n    \u003cdiv class=\"ns-grid-title\"\u003e\n      \u003cspan class=\"ns-pill\"\u003eKey Advantages\u003c\/span\u003e\n      \u003ch2\u003eDesigned for Real Homes, Not Just Smart-Home Demos\u003c\/h2\u003e\n      \u003cp\u003eDiscover how thoughtful details combine to simplify daily lighting across every room.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ns-grid\"\u003e\n      \u003c!-- Card 1 --\u003e\n      \u003cdiv class=\"ns-card\"\u003e\n        \u003cdiv class=\"ns-card-icon\"\u003e▣\u003c\/div\u003e\n        \u003ch3\u003eWall Switch Doesn't Stay on Wall\u003c\/h3\u003e\n        \u003cp\u003eLift the central control tile from its magnetic dock and use it from the sofa, bedside, desk, or kitchen. Everyday lighting control follows where you actually spend time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Card 2 --\u003e\n      \u003cdiv class=\"ns-card\"\u003e\n        \u003cdiv class=\"ns-card-icon\"\u003e◐\u003c\/div\u003e\n        \u003ch3\u003eNo App Dependence Needed\u003c\/h3\u003e\n        \u003cp\u003eA large tactile press area and simple edge touch slider keep common actions immediate. Family members, children, and guests can use it naturally without downloading an app.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Card 3 --\u003e\n      \u003cdiv class=\"ns-card\"\u003e\n        \u003cdiv class=\"ns-card-icon\"\u003e✦\u003c\/div\u003e\n        \u003ch3\u003eOne Control for Key Moments\u003c\/h3\u003e\n        \u003cp\u003eAssignable routine buttons bring together lighting and home actions for mornings, evenings, focus time, or leaving home. One familiar control simplifies repeated daily steps.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Card 4 --\u003e\n      \u003cdiv class=\"ns-card\"\u003e\n        \u003cdiv class=\"ns-card-icon\"\u003e⌂\u003c\/div\u003e\n        \u003ch3\u003eAdapts to Changing Routines\u003c\/h3\u003e\n        \u003cp\u003eUse the removable control beside the bed, on a coffee table, at a desk, or while hosting in the kitchen—adapting to your day instead of forcing you back to one wall position.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Card 5 --\u003e\n      \u003cdiv class=\"ns-card\"\u003e\n        \u003cdiv class=\"ns-card-icon\"\u003e◆\u003c\/div\u003e\n        \u003ch3\u003eArchitectural Detail Quality\u003c\/h3\u003e\n        \u003cp\u003eA brushed-silver frame, recessed navy surface, restrained edge lighting, and nearly flush profile deliver the visual presence of premium interior hardware rather than plastic gadgets.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Card 6 --\u003e\n      \u003cdiv class=\"ns-card\"\u003e\n        \u003cdiv class=\"ns-card-icon\"\u003e♡\u003c\/div\u003e\n        \u003ch3\u003eConsidered Living \u0026amp; Gifting\u003c\/h3\u003e\n        \u003cp\u003eBringing familiar lighting control closer to where you relax or work adds quiet comfort every day. Makes a distinctive upgrade for new homes, renovations, and housewarmings.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- LIFESTYLE ROUTINES \u0026 GIFTING BLOCK --\u003e\n  \u003cdiv class=\"ns-lifestyle-box\"\u003e\n    \u003ch2\u003eFlexibility Throughout the Day\u003c\/h2\u003e\n    \u003cp\u003eBecause real homes do not stay in one mode all day, the switch moves naturally between situations. In the morning, one press can bring up kitchen and hallway lighting. During remote work, the detachable tile stays on the desk for quick light adjustments. In the evening, it moves to the sofa for soft room light without reaching for a phone. At bedtime, it sits beside the bed so you can turn off selected lights without walking back through the house.\u003c\/p\u003e\n    \u003cp\u003eThe design is ideal for homeowners who want smarter control without app hassle, couples with different sleep schedules, families with guests or kids, and anyone upgrading older rooms where adding additional wall wiring would be inconvenient.\u003c\/p\u003e\n    \n    \u003cdiv style=\"margin-top: 30px;\"\u003e\n      \u003cdiv class=\"ns-gift-badge\"\u003e\n        \u003cspan\u003e🎁\u003c\/span\u003e\n        \u003cspan\u003eA Thoughtful Gift for Modern Homes\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"margin-top: 14px; font-size: 1rem; color: #94a3b8;\"\u003e\n        Perfect for housewarmings, first homes, renovations, weddings, holidays, or home-office upgrades. It delivers the everyday usefulness of a wall switch with the freedom of a portable room control.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":56157490676084,"sku":"Noviraryn-6","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/ace4f234-89f3-4eb7-842c-9fd7df9e8fe8.png?v=1790180747"},{"product_id":"noviraryn™-architectural-air-purifier-with-directional-airflow-panel-and-front-access-filter-drawer","title":"Noviraryn™ Architectural Air Purifier with Directional Airflow Panel and Front-Access Filter Drawer","description":"\u003cdiv id=\"noviraryn-purifier-description\"\u003e\n  \u003cstyle\u003e\n    \/* ==========================================================================\n       SCOPED CSS - NOVIRARYN ARCHITECTURAL AIR PURIFIER\n       Optimized for high-conversion Shopify product pages, mobile \u0026 desktop.\n       ========================================================================== *\/\n    #noviraryn-purifier-description {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n      color: #1e293b;\n      line-height: 1.65;\n      max-width: 1140px;\n      margin: 0 auto;\n      padding: 20px 10px;\n      box-sizing: border-box;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    #noviraryn-purifier-description * {\n      box-sizing: border-box;\n    }\n\n    \/* Typography Defaults *\/\n    #noviraryn-purifier-description h1,\n    #noviraryn-purifier-description h2,\n    #noviraryn-purifier-description h3,\n    #noviraryn-purifier-description h4 {\n      color: #0f172a;\n      font-weight: 700;\n      line-height: 1.25;\n      margin-top: 0;\n      letter-spacing: -0.02em;\n    }\n\n    #noviraryn-purifier-description p {\n      font-size: 1.05rem;\n      color: #475569;\n      margin-top: 0;\n      margin-bottom: 18px;\n    }\n\n    #noviraryn-purifier-description p:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* Images *\/\n    #noviraryn-purifier-description img {\n      width: 100%;\n      max-width: 100%;\n      height: auto;\n      border-radius: 18px;\n      display: block;\n      object-fit: cover;\n      box-shadow: 0 12px 30px -10px rgba(15, 23, 42, 0.12);\n      border: 1px solid rgba(226, 232, 240, 0.8);\n      transition: transform 0.4s ease;\n    }\n\n    \/* Badges \u0026 Accent Pill Labels *\/\n    .np-pill {\n      display: inline-block;\n      padding: 6px 14px;\n      background-color: #f1f5f9;\n      color: #334155;\n      font-size: 0.78rem;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n      border-radius: 100px;\n      margin-bottom: 14px;\n      border: 1px solid #e2e8f0;\n    }\n\n    \/* Hero Section *\/\n    .np-hero {\n      text-align: center;\n      margin-bottom: 70px;\n      padding: 20px 10px 0 10px;\n    }\n\n    .np-hero-header {\n      max-width: 840px;\n      margin: 0 auto 36px auto;\n    }\n\n    .np-hero h1 {\n      font-size: 2.6rem;\n      font-weight: 800;\n      color: #0f172a;\n      margin-bottom: 18px;\n      letter-spacing: -0.03em;\n    }\n\n    .np-hero p {\n      font-size: 1.2rem;\n      color: #475569;\n    }\n\n    .np-hero-img-wrap {\n      margin-top: 24px;\n    }\n\n    \/* Alternating Feature Rows (PC: Split View, Mobile: Stacked) *\/\n    .np-split {\n      display: flex;\n      align-items: center;\n      gap: 50px;\n      margin-bottom: 80px;\n    }\n\n    .np-split.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .np-split-content,\n    .np-split-media {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .np-split-content h2 {\n      font-size: 2rem;\n      margin-bottom: 16px;\n    }\n\n    \/* Features Grid (6 Core Selling Points) *\/\n    .np-grid-wrapper {\n      background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);\n      padding: 60px 36px;\n      border-radius: 28px;\n      margin-bottom: 80px;\n      border: 1px solid #e2e8f0;\n    }\n\n    .np-grid-title {\n      text-align: center;\n      max-width: 700px;\n      margin: 0 auto 46px auto;\n    }\n\n    .np-grid-title h2 {\n      font-size: 2.2rem;\n      margin-bottom: 10px;\n    }\n\n    .np-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 24px;\n    }\n\n    .np-card {\n      background: #ffffff;\n      padding: 28px 24px;\n      border-radius: 20px;\n      border: 1px solid #e2e8f0;\n      box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);\n      display: flex;\n      flex-direction: column;\n      transition: all 0.3s ease;\n    }\n\n    .np-card:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 12px 24px -6px rgba(15, 23, 42, 0.08);\n      border-color: #cbd5e1;\n    }\n\n    .np-card-icon {\n      font-size: 1.5rem;\n      width: 48px;\n      height: 48px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background-color: #0f172a;\n      color: #ffffff;\n      border-radius: 12px;\n      margin-bottom: 20px;\n    }\n\n    .np-card h3 {\n      font-size: 1.1rem;\n      font-weight: 700;\n      margin-bottom: 12px;\n      text-transform: uppercase;\n      letter-spacing: 0.02em;\n    }\n\n    .np-card p {\n      font-size: 0.98rem;\n      color: #64748b;\n      margin-bottom: 0;\n      line-height: 1.55;\n    }\n\n    \/* Lifestyle Routines \u0026 Highlight Banner *\/\n    .np-lifestyle-box {\n      background-color: #0f172a;\n      color: #f8fafc;\n      padding: 50px 40px;\n      border-radius: 24px;\n      margin-bottom: 80px;\n      box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.3);\n    }\n\n    .np-lifestyle-box h2 {\n      color: #ffffff;\n      font-size: 2.2rem;\n      margin-bottom: 20px;\n    }\n\n    .np-lifestyle-box p {\n      color: #cbd5e1;\n      font-size: 1.1rem;\n    }\n\n    .np-gift-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: rgba(255, 255, 255, 0.1);\n      border: 1px solid rgba(255, 255, 255, 0.2);\n      color: #38bdf8;\n      padding: 8px 18px;\n      border-radius: 100px;\n      font-weight: 600;\n      font-size: 0.9rem;\n      margin-top: 10px;\n    }\n\n    \/* ==========================================================================\n       RESPONSIVE DESIGN (TABLET \u0026 MOBILE BREAKPOINTS)\n       ========================================================================== *\/\n    @media (max-width: 992px) {\n      .np-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    @media (max-width: 768px) {\n      #noviraryn-purifier-description {\n        padding: 10px 4px;\n      }\n\n      .np-hero {\n        margin-bottom: 40px;\n      }\n\n      .np-hero h1 {\n        font-size: 1.85rem;\n      }\n\n      .np-hero p {\n        font-size: 1.05rem;\n      }\n\n      \/* Stack alternating sections vertically on mobile *\/\n      .np-split,\n      .np-split.reverse {\n        flex-direction: column;\n        gap: 28px;\n        margin-bottom: 50px;\n      }\n\n      .np-split-content h2 {\n        font-size: 1.55rem;\n      }\n\n      \/* Single column cards on small screens *\/\n      .np-grid {\n        grid-template-columns: 1fr;\n        gap: 16px;\n      }\n\n      .np-grid-wrapper {\n        padding: 36px 18px;\n        border-radius: 20px;\n        margin-bottom: 50px;\n      }\n\n      .np-grid-title h2 {\n        font-size: 1.6rem;\n      }\n\n      .np-lifestyle-box {\n        padding: 30px 20px;\n        border-radius: 20px;\n        margin-bottom: 50px;\n      }\n\n      .np-lifestyle-box h2 {\n        font-size: 1.6rem;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- HERO SECTION --\u003e\n  \u003cdiv class=\"np-hero\"\u003e\n    \u003cdiv class=\"np-hero-header\"\u003e\n      \u003cspan class=\"np-pill\"\u003eArchitectural Air Purification\u003c\/span\u003e\n      \u003ch1\u003eClean Air That Belongs in Your Living Space\u003c\/h1\u003e\n      \u003cp\u003eClean air should feel like part of the room—not like another appliance you have to design around. The Noviraryn™ Architectural Air Purifier is created for modern homes where air quality matters, but so do space, silence, and the way everyday objects fit into an interior.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"np-hero-img-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/6_13786896-76d8-4ab2-a922-8be85691edcf.png?v=1790184167\" alt=\"Noviraryn Architectural Air Purifier in a modern room setting\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPLIT SECTION 1: Wall-Hugging Form \u0026 Adjustable Airflow --\u003e\n  \u003cdiv class=\"np-split\"\u003e\n    \u003cdiv class=\"np-split-content\"\u003e\n      \u003cspan class=\"np-pill\"\u003eWall-Hugging Profile\u003c\/span\u003e\n      \u003ch2\u003eDesigned for Interiors, Built for Pure Air\u003c\/h2\u003e\n      \u003cp\u003eInstead of using the familiar cylindrical tower or oversized plastic box, the purifier is built around a slim, wall-hugging vertical form. A deep navy center body sits inside a brushed-silver architectural frame, giving the product the presence of a considered home object rather than a utility appliance.\u003c\/p\u003e\n      \u003cp\u003eIts reduced depth makes it easier to place near a console, beside a media unit, against a hallway wall, or along the edge of a home office without visually dominating the room.\u003c\/p\u003e\n      \u003cp\u003eThe most distinctive feature is the adjustable upper airflow panel. Rather than releasing filtered air in one fixed direction, the slim top panel can be angled upward for broader room circulation, tilted forward when you want more noticeable airflow into an occupied area, or positioned between the two for a softer ambient distribution.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"np-split-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/7_ff95c441-ef8f-41e7-9e9f-39cc2ed64df3.png?v=1790184167\" alt=\"Noviraryn Air Purifier showing adjustable upper airflow panel and slim profile\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPLIT SECTION 2: Front-Access Drawer \u0026 Layered Filtration --\u003e\n  \u003cdiv class=\"np-split reverse\"\u003e\n    \u003cdiv class=\"np-split-content\"\u003e\n      \u003cspan class=\"np-pill\"\u003eEffortless Maintenance\u003c\/span\u003e\n      \u003ch2\u003eLayered Filtration Meets Easy Drawer Access\u003c\/h2\u003e\n      \u003cp\u003eAir enters through discreet intake channels along both sides and the lower front area, helping the purifier work effectively even when positioned closer to a wall.\u003c\/p\u003e\n      \u003cp\u003eInside, a layered filtration system captures larger household particles first, then finer airborne particles, while an activated carbon layer helps reduce everyday odors from cooking, pets, and shared living spaces. The filtration approach is practical rather than theatrical—built around real home air-quality needs.\u003c\/p\u003e\n      \u003cp\u003eMaintenance is designed to feel equally considered. A front-access filter drawer slides directly out of the lower body, so you do not need to drag the entire purifier away from the wall or remove a large top cover. This is especially useful in apartments, bedrooms, offices, and furniture-filled spaces.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"np-split-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/8_6df25065-69b1-4be0-8ef1-9a6b3f2fa802.png?v=1790184167\" alt=\"Front access filter drawer and side intake details\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CORE SELLING POINTS (FEATURES GRID) --\u003e\n  \u003cdiv class=\"np-grid-wrapper\"\u003e\n    \u003cdiv class=\"np-grid-title\"\u003e\n      \u003cspan class=\"np-pill\"\u003eKey Advantages\u003c\/span\u003e\n      \u003ch2\u003eA Quieter, More Flexible Approach to Clean Air\u003c\/h2\u003e\n      \u003cp\u003eDiscover how engineering precision and refined materials elevate everyday living.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"np-grid\"\u003e\n      \u003c!-- Card 1 --\u003e\n      \u003cdiv class=\"np-card\"\u003e\n        \u003cdiv class=\"np-card-icon\"\u003e↗\u003c\/div\u003e\n        \u003ch3\u003eDirect Clean Air Where Needed\u003c\/h3\u003e\n        \u003cp\u003eThe adjustable upper airflow panel lets you guide filtered air upward for broader circulation or forward toward occupied areas. The purifier adapts to the room instead of forcing the room to adapt to it.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Card 2 --\u003e\n      \u003cdiv class=\"np-card\"\u003e\n        \u003cdiv class=\"np-card-icon\"\u003e▤\u003c\/div\u003e\n        \u003ch3\u003eChange Filter Without Moving\u003c\/h3\u003e\n        \u003cp\u003eA front-access filter drawer makes routine maintenance easier in tight spaces. No dragging the purifier away from the wall and no lifting off a large top cover just to reach the filter.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Card 3 --\u003e\n      \u003cdiv class=\"np-card\"\u003e\n        \u003cdiv class=\"np-card-icon\"\u003e◫\u003c\/div\u003e\n        \u003ch3\u003eLives Closer to the Wall\u003c\/h3\u003e\n        \u003cp\u003eA slim architectural profile and side-focused air intake help reduce the bulky footprint associated with traditional tower purifiers. Fits naturally beside consoles, desks, and open living spaces.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Card 4 --\u003e\n      \u003cdiv class=\"np-card\"\u003e\n        \u003cdiv class=\"np-card-icon\"\u003e◉\u003c\/div\u003e\n        \u003ch3\u003eAir Info Without Bright Screens\u003c\/h3\u003e\n        \u003cp\u003eA restrained ambient indicator gives useful status feedback at a glance while remaining subtle in the room. At night, the experience stays calm, dim, and low-distraction for sleep.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Card 5 --\u003e\n      \u003cdiv class=\"np-card\"\u003e\n        \u003cdiv class=\"np-card-icon\"\u003e◆\u003c\/div\u003e\n        \u003ch3\u003eBuilt Like Home Hardware\u003c\/h3\u003e\n        \u003cp\u003eThe brushed-silver frame, deep navy body, controlled seams, and structured airflow panel give the purifier a more permanent, furniture-compatible presence for visible areas of the home.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Card 6 --\u003e\n      \u003cdiv class=\"np-card\"\u003e\n        \u003cdiv class=\"np-card-icon\"\u003e♡\u003c\/div\u003e\n        \u003ch3\u003eA Calmer Room Every Day\u003c\/h3\u003e\n        \u003cp\u003eWhether running beside the bed, near a pet area, in a home office, or during a gathering, the purifier quietly supports a fresher-feeling space. Makes a thoughtful housewarming gift.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- LIFESTYLE ROUTINES \u0026 GIFTING BLOCK --\u003e\n  \u003cdiv class=\"np-lifestyle-box\"\u003e\n    \u003ch2\u003eQuiet Interaction for Real Daily Life\u003c\/h2\u003e\n    \u003cp\u003eBecause the product is designed to stay in rooms where people actually live, its quiet interaction matters. In a bedroom, it can run gently overnight without becoming the visual center of the space. In a home office, the directional outlet can aim filtered airflow toward your desk while keeping the work area uncluttered. In a kitchen or open-plan living space, it helps manage changing air conditions from cooking and entertaining without clinical noise or ugly plastic boxes.\u003c\/p\u003e\n    \u003cp\u003eIt is particularly well suited to apartment residents, pet owners, remote workers, design-conscious households, families using open-plan spaces, and anyone who wants better everyday air management.\u003c\/p\u003e\n    \n    \u003cdiv style=\"margin-top: 30px;\"\u003e\n      \u003cdiv class=\"np-gift-badge\"\u003e\n        \u003cspan\u003e🎁\u003c\/span\u003e\n        \u003cspan\u003eA Thoughtful Gift for Modern Living\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"margin-top: 14px; font-size: 1rem; color: #94a3b8;\"\u003e\n        Perfect for housewarmings, weddings, first apartments, new homes, birthdays, or holidays. It feels more thoughtful than a typical electronic device because it contributes to both the daily comfort and the aesthetic appearance of the home.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":56157643899252,"sku":"Noviraryn-7","price":89.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/2_b02b2900-8f05-4ffa-a42c-5629bf6fb2d3.png?v=1790184145"},{"product_id":"noviraryn™-slimline-humidifier-with-slide-out-water-cassette-and-adjustable-mist-canopy","title":"Noviraryn™ Slimline Humidifier with Slide-Out Water Cassette and Adjustable Mist Canopy","description":"\u003cdiv id=\"noviraryn-humidifier-description\"\u003e\n  \u003cstyle\u003e\n    \/* ==========================================================================\n       SCOPED CSS - NOVIRARYN SLIMLINE HUMIDIFIER\n       Optimized for high-conversion Shopify product descriptions (Mobile \u0026 PC)\n       ========================================================================== *\/\n    #noviraryn-humidifier-description {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n      color: #1e293b;\n      line-height: 1.65;\n      max-width: 1140px;\n      margin: 0 auto;\n      padding: 20px 10px;\n      box-sizing: border-box;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    #noviraryn-humidifier-description * {\n      box-sizing: border-box;\n    }\n\n    \/* Typography Defaults *\/\n    #noviraryn-humidifier-description h1,\n    #noviraryn-humidifier-description h2,\n    #noviraryn-humidifier-description h3,\n    #noviraryn-humidifier-description h4 {\n      color: #0f172a;\n      font-weight: 700;\n      line-height: 1.25;\n      margin-top: 0;\n      letter-spacing: -0.02em;\n    }\n\n    #noviraryn-humidifier-description p {\n      font-size: 1.05rem;\n      color: #475569;\n      margin-top: 0;\n      margin-bottom: 18px;\n    }\n\n    #noviraryn-humidifier-description p:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* Images *\/\n    #noviraryn-humidifier-description img {\n      width: 100%;\n      max-width: 100%;\n      height: auto;\n      border-radius: 18px;\n      display: block;\n      object-fit: cover;\n      box-shadow: 0 12px 30px -10px rgba(15, 23, 42, 0.12);\n      border: 1px solid rgba(226, 232, 240, 0.8);\n      transition: transform 0.4s ease;\n    }\n\n    \/* Badges \u0026 Accent Pill Labels *\/\n    .nh-pill {\n      display: inline-block;\n      padding: 6px 14px;\n      background-color: #f1f5f9;\n      color: #334155;\n      font-size: 0.78rem;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n      border-radius: 100px;\n      margin-bottom: 14px;\n      border: 1px solid #e2e8f0;\n    }\n\n    \/* Hero Section *\/\n    .nh-hero {\n      text-align: center;\n      margin-bottom: 70px;\n      padding: 20px 10px 0 10px;\n    }\n\n    .nh-hero-header {\n      max-width: 840px;\n      margin: 0 auto 36px auto;\n    }\n\n    .nh-hero h1 {\n      font-size: 2.6rem;\n      font-weight: 800;\n      color: #0f172a;\n      margin-bottom: 18px;\n      letter-spacing: -0.03em;\n    }\n\n    .nh-hero p {\n      font-size: 1.2rem;\n      color: #475569;\n    }\n\n    .nh-hero-img-wrap {\n      margin-top: 24px;\n    }\n\n    \/* Alternating Feature Rows (Desktop: Split View, Mobile: Stacked) *\/\n    .nh-split {\n      display: flex;\n      align-items: center;\n      gap: 50px;\n      margin-bottom: 80px;\n    }\n\n    .nh-split.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .nh-split-content,\n    .nh-split-media {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .nh-split-content h2 {\n      font-size: 2rem;\n      margin-bottom: 16px;\n    }\n\n    \/* Features Grid (6 Core Selling Points) *\/\n    .nh-grid-wrapper {\n      background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);\n      padding: 60px 36px;\n      border-radius: 28px;\n      margin-bottom: 80px;\n      border: 1px solid #e2e8f0;\n    }\n\n    .nh-grid-title {\n      text-align: center;\n      max-width: 700px;\n      margin: 0 auto 46px auto;\n    }\n\n    .nh-grid-title h2 {\n      font-size: 2.2rem;\n      margin-bottom: 10px;\n    }\n\n    .nh-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 24px;\n    }\n\n    .nh-card {\n      background: #ffffff;\n      padding: 28px 24px;\n      border-radius: 20px;\n      border: 1px solid #e2e8f0;\n      box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);\n      display: flex;\n      flex-direction: column;\n      transition: all 0.3s ease;\n    }\n\n    .nh-card:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 12px 24px -6px rgba(15, 23, 42, 0.08);\n      border-color: #cbd5e1;\n    }\n\n    .nh-card-icon {\n      font-size: 1.5rem;\n      width: 48px;\n      height: 48px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background-color: #0f172a;\n      color: #ffffff;\n      border-radius: 12px;\n      margin-bottom: 20px;\n    }\n\n    .nh-card h3 {\n      font-size: 1.1rem;\n      font-weight: 700;\n      margin-bottom: 12px;\n      text-transform: uppercase;\n      letter-spacing: 0.02em;\n    }\n\n    .nh-card p {\n      font-size: 0.98rem;\n      color: #64748b;\n      margin-bottom: 0;\n      line-height: 1.55;\n    }\n\n    \/* Lifestyle Routines \u0026 Highlight Banner *\/\n    .nh-lifestyle-box {\n      background-color: #0f172a;\n      color: #f8fafc;\n      padding: 50px 40px;\n      border-radius: 24px;\n      margin-bottom: 80px;\n      box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.3);\n    }\n\n    .nh-lifestyle-box h2 {\n      color: #ffffff;\n      font-size: 2.2rem;\n      margin-bottom: 20px;\n    }\n\n    .nh-lifestyle-box p {\n      color: #cbd5e1;\n      font-size: 1.1rem;\n    }\n\n    .nh-gift-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: rgba(255, 255, 255, 0.1);\n      border: 1px solid rgba(255, 255, 255, 0.2);\n      color: #38bdf8;\n      padding: 8px 18px;\n      border-radius: 100px;\n      font-weight: 600;\n      font-size: 0.9rem;\n      margin-top: 10px;\n    }\n\n    \/* ==========================================================================\n       RESPONSIVE DESIGN (TABLET \u0026 MOBILE BREAKPOINTS)\n       ========================================================================== *\/\n    @media (max-width: 992px) {\n      .nh-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    @media (max-width: 768px) {\n      #noviraryn-humidifier-description {\n        padding: 10px 4px;\n      }\n\n      .nh-hero {\n        margin-bottom: 40px;\n      }\n\n      .nh-hero h1 {\n        font-size: 1.85rem;\n      }\n\n      .nh-hero p {\n        font-size: 1.05rem;\n      }\n\n      \/* Stack alternating sections vertically on mobile *\/\n      .nh-split,\n      .nh-split.reverse {\n        flex-direction: column;\n        gap: 28px;\n        margin-bottom: 50px;\n      }\n\n      .nh-split-content h2 {\n        font-size: 1.55rem;\n      }\n\n      \/* Single column cards on mobile *\/\n      .nh-grid {\n        grid-template-columns: 1fr;\n        gap: 16px;\n      }\n\n      .nh-grid-wrapper {\n        padding: 36px 18px;\n        border-radius: 20px;\n        margin-bottom: 50px;\n      }\n\n      .nh-grid-title h2 {\n        font-size: 1.6rem;\n      }\n\n      .nh-lifestyle-box {\n        padding: 30px 20px;\n        border-radius: 20px;\n        margin-bottom: 50px;\n      }\n\n      .nh-lifestyle-box h2 {\n        font-size: 1.6rem;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- HERO SECTION --\u003e\n  \u003cdiv class=\"nh-hero\"\u003e\n    \u003cdiv class=\"nh-hero-header\"\u003e\n      \u003cspan class=\"nh-pill\"\u003eArchitectural Slimline Hydration\u003c\/span\u003e\n      \u003ch1\u003eBalanced Air That Fits Your Living Space\u003c\/h1\u003e\n      \u003cp\u003eDry air has a way of making a home feel less comfortable than it looks. Heated winter rooms, air conditioning, long workdays indoors, and changing seasonal conditions can all leave a space feeling dry. The Noviraryn™ Slimline Humidifier is designed to bring moisture back into everyday living without adding another bulky plastic appliance to the room.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nh-hero-img-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/1_b441db50-0bde-4439-91d2-327725b2f28c.png?v=1790184355\" alt=\"Noviraryn Slimline Humidifier in a modern home environment\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPLIT SECTION 1: Slide-Out Cassette \u0026 Wall-Hugging Form --\u003e\n  \u003cdiv class=\"nh-split\"\u003e\n    \u003cdiv class=\"nh-split-content\"\u003e\n      \u003cspan class=\"nh-pill\"\u003eEffortless Maintenance\u003c\/span\u003e\n      \u003ch2\u003eRefill Without Lifting the Whole Machine\u003c\/h2\u003e\n      \u003cp\u003eIts form is intentionally different from the familiar round tank or teardrop-shaped humidifier. A slim vertical body sits close to the wall, framed in brushed silver with a deep navy center surface that feels closer to modern home hardware than a countertop utility device.\u003c\/p\u003e\n      \u003cp\u003eThe most distinctive part of the design is the slide-out water cassette. Instead of lifting a large tank from the top or carrying the entire humidifier to the sink, the lower reservoir pulls smoothly from the front. A built-in handle makes it easy to carry, fill, rinse, and return.\u003c\/p\u003e\n      \u003cp\u003eThe cassette has a wide interior opening so routine cleaning feels straightforward rather than like an awkward maintenance task hidden behind narrow openings and hard-to-reach corners.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nh-split-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/2_8f6e1a2f-82a1-4880-9308-3a50088d9ea1.png?v=1790184355\" alt=\"Slide-out water cassette detail of Noviraryn Humidifier\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPLIT SECTION 2: Adjustable Mist Canopy \u0026 Directional Control --\u003e\n  \u003cdiv class=\"nh-split reverse\"\u003e\n    \u003cdiv class=\"nh-split-content\"\u003e\n      \u003cspan class=\"nh-pill\"\u003eTargeted Directional Airflow\u003c\/span\u003e\n      \u003ch2\u003ePut the Mist Where You Actually Want It\u003c\/h2\u003e\n      \u003cp\u003eAbove the cassette, a slim adjustable mist canopy controls where moisture enters the room. Tilt it upward for broader distribution, angle it forward when the humidifier is positioned beside the bed or desk, or direct it slightly away from nearby furniture.\u003c\/p\u003e\n      \u003cp\u003eThat flexibility makes placement more practical because the humidifier does not need to sit in the exact center of a room just to distribute moisture comfortably.\u003c\/p\u003e\n      \u003cp\u003eAutomatic humidity control allows you to set a preferred moisture level so the unit adjusts output as room conditions change. An ambient status bar gives useful visual feedback that dims substantially at night for undisturbed rest.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nh-split-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/3_2b81392e-82ca-4ca1-a1c6-3562a7623106.png?v=1790184355\" alt=\"Adjustable upper mist canopy and slim wall-hugging profile\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CORE SELLING POINTS (FEATURES GRID) --\u003e\n  \u003cdiv class=\"nh-grid-wrapper\"\u003e\n    \u003cdiv class=\"nh-grid-title\"\u003e\n      \u003cspan class=\"nh-pill\"\u003eKey Advantages\u003c\/span\u003e\n      \u003ch2\u003eDesigned for Daily Living, Built to Stay Out\u003c\/h2\u003e\n      \u003cp\u003eDiscover how practical engineering and refined materials elevate everyday home comfort.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nh-grid\"\u003e\n      \u003c!-- Card 1 --\u003e\n      \u003cdiv class=\"nh-card\"\u003e\n        \u003cdiv class=\"nh-card-icon\"\u003e▤\u003c\/div\u003e\n        \u003ch3\u003eRefill Without Lifting\u003c\/h3\u003e\n        \u003cp\u003eThe front slide-out water cassette goes directly from the humidifier to the sink. A wide opening and integrated carry handle make filling and routine cleaning feel noticeably easier.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Card 2 --\u003e\n      \u003cdiv class=\"nh-card\"\u003e\n        \u003cdiv class=\"nh-card-icon\"\u003e↗\u003c\/div\u003e\n        \u003ch3\u003ePut Mist Where Needed\u003c\/h3\u003e\n        \u003cp\u003eThe adjustable upper canopy lets you direct moisture upward for wider distribution or forward toward an occupied area. Placement becomes more flexible around beds, desks, and furniture.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Card 3 --\u003e\n      \u003cdiv class=\"nh-card\"\u003e\n        \u003cdiv class=\"nh-card-icon\"\u003e◐\u003c\/div\u003e\n        \u003ch3\u003eAuto-Adjusting Comfort\u003c\/h3\u003e\n        \u003cp\u003eAutomatic humidity control can respond as room conditions change, helping maintain a more consistent environment without requiring constant output adjustments.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Card 4 --\u003e\n      \u003cdiv class=\"nh-card\"\u003e\n        \u003cdiv class=\"nh-card-icon\"\u003e⌂\u003c\/div\u003e\n        \u003ch3\u003eSaves Visual \u0026amp; Floor Space\u003c\/h3\u003e\n        \u003cp\u003eIts slim wall-hugging profile fits naturally beside furniture and along room edges, making it especially useful in apartments, bedrooms, offices, and carefully styled interiors.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Card 5 --\u003e\n      \u003cdiv class=\"nh-card\"\u003e\n        \u003cdiv class=\"nh-card-icon\"\u003e◆\u003c\/div\u003e\n        \u003ch3\u003eBuilt Like Fine Hardware\u003c\/h3\u003e\n        \u003cp\u003eBrushed silver framing, deep navy surfaces, controlled seams, and a restrained status light give the humidifier the presence of premium home hardware instead of a seasonal plastic appliance.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Card 6 --\u003e\n      \u003cdiv class=\"nh-card\"\u003e\n        \u003cdiv class=\"nh-card-icon\"\u003e♡\u003c\/div\u003e\n        \u003ch3\u003eA Calmer Atmosphere\u003c\/h3\u003e\n        \u003cp\u003eFrom dry winter evenings to long hours in a home office, it adds a subtle layer of comfort without dominating the room. Its everyday usefulness makes it a strong new-home or housewarming gift.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- LIFESTYLE ROUTINES \u0026 GIFTING BLOCK --\u003e\n  \u003cdiv class=\"nh-lifestyle-box\"\u003e\n    \u003ch2\u003eVersatile Comfort Across Every Room\u003c\/h2\u003e\n    \u003cp\u003eThe experience is equally useful throughout the home. In the bedroom, it helps maintain a comfortable environment during dry winter nights without occupying valuable nightstand space. In a home office, the slim body sits neatly beside a desk while the mist canopy directs moisture toward your workspace. In a living room, it blends visually with console tables and reading chairs rather than looking like temporary seasonal equipment. It is also perfect for plant-filled rooms, creative studios, and guest spaces.\u003c\/p\u003e\n    \u003cp\u003eIdeal for apartment residents, homeowners in seasonally dry climates, remote workers, design-conscious households, and anyone who wants a humidifier that can remain visible year-round without cluttering the room.\u003c\/p\u003e\n    \n    \u003cdiv style=\"margin-top: 30px;\"\u003e\n      \u003cdiv class=\"nh-gift-badge\"\u003e\n        \u003cspan\u003e🎁\u003c\/span\u003e\n        \u003cspan\u003eA Thoughtful Gift for Modern Homes\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"margin-top: 14px; font-size: 1rem; color: #94a3b8;\"\u003e\n        Perfect for housewarmings, first apartments, weddings, birthdays, or holidays. It combines practical daily comfort with an intentional architectural design that feels like part of the room rather than something put away when guests arrive.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":56157644161396,"sku":"Noviraryn-8","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/de8a3295-2e05-4ca3-ab67-99b10ddb3af7.png?v=1790184349"},{"product_id":"noviraryn™-docking-air-quality-monitor-with-portable-room-sensor-and-ambient-status-display","title":"Noviraryn™ Docking Air Quality Monitor with Portable Room Sensor and Ambient Status Display","description":"\u003cdiv id=\"noviraryn-monitor-description\"\u003e\n  \u003cstyle\u003e\n    \/* ==========================================================================\n       SCOPED CSS - NOVIRARYN DOCKING AIR QUALITY MONITOR\n       Optimized for high-conversion Shopify product pages, mobile \u0026 desktop.\n       ========================================================================== *\/\n    #noviraryn-monitor-description {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n      color: #1e293b;\n      line-height: 1.65;\n      max-width: 1140px;\n      margin: 0 auto;\n      padding: 20px 10px;\n      box-sizing: border-box;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    #noviraryn-monitor-description * {\n      box-sizing: border-box;\n    }\n\n    \/* Typography Defaults *\/\n    #noviraryn-monitor-description h1,\n    #noviraryn-monitor-description h2,\n    #noviraryn-monitor-description h3,\n    #noviraryn-monitor-description h4 {\n      color: #0f172a;\n      font-weight: 700;\n      line-height: 1.25;\n      margin-top: 0;\n      letter-spacing: -0.02em;\n    }\n\n    #noviraryn-monitor-description p {\n      font-size: 1.05rem;\n      color: #475569;\n      margin-top: 0;\n      margin-bottom: 18px;\n    }\n\n    #noviraryn-monitor-description p:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* Images *\/\n    #noviraryn-monitor-description img {\n      width: 100%;\n      max-width: 100%;\n      height: auto;\n      border-radius: 18px;\n      display: block;\n      object-fit: cover;\n      box-shadow: 0 12px 30px -10px rgba(15, 23, 42, 0.12);\n      border: 1px solid rgba(226, 232, 240, 0.8);\n      transition: transform 0.4s ease;\n    }\n\n    \/* Badges \u0026 Accent Pill Labels *\/\n    .nm-pill {\n      display: inline-block;\n      padding: 6px 14px;\n      background-color: #f1f5f9;\n      color: #334155;\n      font-size: 0.78rem;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n      border-radius: 100px;\n      margin-bottom: 14px;\n      border: 1px solid #e2e8f0;\n    }\n\n    \/* Hero Section *\/\n    .nm-hero {\n      text-align: center;\n      margin-bottom: 70px;\n      padding: 20px 10px 0 10px;\n    }\n\n    .nm-hero-header {\n      max-width: 840px;\n      margin: 0 auto 36px auto;\n    }\n\n    .nm-hero h1 {\n      font-size: 2.6rem;\n      font-weight: 800;\n      color: #0f172a;\n      margin-bottom: 18px;\n      letter-spacing: -0.03em;\n    }\n\n    .nm-hero p {\n      font-size: 1.2rem;\n      color: #475569;\n    }\n\n    .nm-hero-img-wrap {\n      margin-top: 24px;\n    }\n\n    \/* Alternating Feature Rows (PC: Split View, Mobile: Stacked) *\/\n    .nm-split {\n      display: flex;\n      align-items: center;\n      gap: 50px;\n      margin-bottom: 80px;\n    }\n\n    .nm-split.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .nm-split-content,\n    .nm-split-media {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .nm-split-content h2 {\n      font-size: 2rem;\n      margin-bottom: 16px;\n    }\n\n    \/* Features Grid (6 Core Selling Points) *\/\n    .nm-grid-wrapper {\n      background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);\n      padding: 60px 36px;\n      border-radius: 28px;\n      margin-bottom: 80px;\n      border: 1px solid #e2e8f0;\n    }\n\n    .nm-grid-title {\n      text-align: center;\n      max-width: 700px;\n      margin: 0 auto 46px auto;\n    }\n\n    .nm-grid-title h2 {\n      font-size: 2.2rem;\n      margin-bottom: 10px;\n    }\n\n    .nm-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 24px;\n    }\n\n    .nm-card {\n      background: #ffffff;\n      padding: 28px 24px;\n      border-radius: 20px;\n      border: 1px solid #e2e8f0;\n      box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);\n      display: flex;\n      flex-direction: column;\n      transition: all 0.3s ease;\n    }\n\n    .nm-card:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 12px 24px -6px rgba(15, 23, 42, 0.08);\n      border-color: #cbd5e1;\n    }\n\n    .nm-card-icon {\n      font-size: 1.5rem;\n      width: 48px;\n      height: 48px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background-color: #0f172a;\n      color: #ffffff;\n      border-radius: 12px;\n      margin-bottom: 20px;\n    }\n\n    .nm-card h3 {\n      font-size: 1.1rem;\n      font-weight: 700;\n      margin-bottom: 12px;\n      text-transform: uppercase;\n      letter-spacing: 0.02em;\n    }\n\n    .nm-card p {\n      font-size: 0.98rem;\n      color: #64748b;\n      margin-bottom: 0;\n      line-height: 1.55;\n    }\n\n    \/* Lifestyle Routines \u0026 Highlight Banner *\/\n    .nm-lifestyle-box {\n      background-color: #0f172a;\n      color: #f8fafc;\n      padding: 50px 40px;\n      border-radius: 24px;\n      margin-bottom: 80px;\n      box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.3);\n    }\n\n    .nm-lifestyle-box h2 {\n      color: #ffffff;\n      font-size: 2.2rem;\n      margin-bottom: 20px;\n    }\n\n    .nm-lifestyle-box p {\n      color: #cbd5e1;\n      font-size: 1.1rem;\n    }\n\n    .nm-gift-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: rgba(255, 255, 255, 0.1);\n      border: 1px solid rgba(255, 255, 255, 0.2);\n      color: #38bdf8;\n      padding: 8px 18px;\n      border-radius: 100px;\n      font-weight: 600;\n      font-size: 0.9rem;\n      margin-top: 10px;\n    }\n\n    \/* Responsive Design (Tablet \u0026 Mobile Breakpoints) *\/\n    @media (max-width: 992px) {\n      .nm-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    @media (max-width: 768px) {\n      #noviraryn-monitor-description {\n        padding: 10px 4px;\n      }\n\n      .nm-hero {\n        margin-bottom: 40px;\n      }\n\n      .nm-hero h1 {\n        font-size: 1.85rem;\n      }\n\n      .nm-hero p {\n        font-size: 1.05rem;\n      }\n\n      \/* Stack alternating sections vertically on mobile *\/\n      .nm-split,\n      .nm-split.reverse {\n        flex-direction: column;\n        gap: 28px;\n        margin-bottom: 50px;\n      }\n\n      .nm-split-content h2 {\n        font-size: 1.55rem;\n      }\n\n      \/* Single column cards on small screens *\/\n      .nm-grid {\n        grid-template-columns: 1fr;\n        gap: 16px;\n      }\n\n      .nm-grid-wrapper {\n        padding: 36px 18px;\n        border-radius: 20px;\n        margin-bottom: 50px;\n      }\n\n      .nm-grid-title h2 {\n        font-size: 1.6rem;\n      }\n\n      .nm-lifestyle-box {\n        padding: 30px 20px;\n        border-radius: 20px;\n        margin-bottom: 50px;\n      }\n\n      .nm-lifestyle-box h2 {\n        font-size: 1.6rem;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- HERO SECTION --\u003e\n  \u003cdiv class=\"nm-hero\"\u003e\n    \u003cdiv class=\"nm-hero-header\"\u003e\n      \u003cspan class=\"nm-pill\"\u003eArchitectural Air Intelligence\u003c\/span\u003e\n      \u003ch1\u003eUnderstand Your Air Quality Without the Technical Chaos\u003c\/h1\u003e\n      \u003cp\u003eIndoor air changes far more often than most people realize. Cooking, cleaning, closed windows, seasonal heating, pets, crowded rooms, new furniture, and outdoor smoke can all change the atmosphere of a home throughout the day. The Noviraryn™ Docking Air Quality Monitor is designed to make those changes easier to understand without turning your living space into a technical control room.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nm-hero-img-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/1_2a7c3da7-7b50-498b-8bce-1857752022fc.png?v=1790184410\" alt=\"Noviraryn Docking Air Quality Monitor main view on tabletop\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPLIT SECTION 1: Two-Part Docking Architecture \u0026 Removable Sensor --\u003e\n  \u003cdiv class=\"nm-split\"\u003e\n    \u003cdiv class=\"nm-split-content\"\u003e\n      \u003cspan class=\"nm-pill\"\u003eTwo-Part Docking Architecture\u003c\/span\u003e\n      \u003ch2\u003eOne Main Station for the Room, a Portable Sensor for Everywhere Else\u003c\/h2\u003e\n      \u003cp\u003eInstead of building everything into a single plastic box, the product uses a two-part structure. The main unit is a slim architectural display dock designed to stay visible in the home, while a compact sensor module rests magnetically in the center and can be removed whenever you want to check another room.\u003c\/p\u003e\n      \u003cp\u003eThe dock features a brushed-silver outer frame, a deep navy center surface, and a low-glare paper-like information display. Rather than filling the screen with dense charts, the interface prioritizes the information people are most likely to use during everyday life: particulate levels, carbon dioxide, general volatile organic compound trends, temperature, humidity, and an easy-to-read overall room status.\u003c\/p\u003e\n      \u003cp\u003eA narrow ambient light around the center sensor provides another layer of information without requiring you to stop and read the display. During normal conditions, it remains subtle and calm. When room conditions begin to change, the visual status shifts so you know something deserves attention before opening a detailed view.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nm-split-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/2_a8fe66d0-bbaa-4deb-8cb5-c28e5089d555.png?v=1790184410\" alt=\"Removable magnetic sensor module detached from Noviraryn Air Monitor dock\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPLIT SECTION 2: Room-to-Room Checking \u0026 Practical Decisions --\u003e\n  \u003cdiv class=\"nm-split reverse\"\u003e\n    \u003cdiv class=\"nm-split-content\"\u003e\n      \u003cspan class=\"nm-pill\"\u003eVersatile Room-to-Room Routine\u003c\/span\u003e\n      \u003ch2\u003eFlexibility That Follows Your Curiosity\u003c\/h2\u003e\n      \u003cp\u003eThe removable sensor module is where the experience becomes more flexible. Lift it from the dock and carry it into the kitchen while cooking, place it in a home office during a long work session, check a guest room that has been closed all week, or move it near newly delivered furniture when you want to better understand changing air conditions. When you are finished, return it to the dock, where it resumes charging and becomes part of the main display again.\u003c\/p\u003e\n      \u003cp\u003eThis approach is especially useful in homes where one monitor cannot realistically represent every room. Instead of buying a separate display for every space, the portable module makes occasional room-to-room checks feel natural. The main dock continues serving as the permanent visual center of the system while the sensor goes where curiosity or concern takes you.\u003c\/p\u003e\n      \u003cp\u003eThe product is designed to support decisions rather than simply show numbers. If carbon dioxide rises during a crowded dinner or long work session, that information may encourage you to ventilate the room. If fine particle levels change while cooking, you can better understand when kitchen ventilation is making a difference.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nm-split-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/3_8f3dff25-b532-4d64-92e0-7354a39cca12.png?v=1790184410\" alt=\"Noviraryn Air Quality Monitor display interface and ambient light detail\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CORE SELLING POINTS (FEATURES GRID) --\u003e\n  \u003cdiv class=\"nm-grid-wrapper\"\u003e\n    \u003cdiv class=\"nm-grid-title\"\u003e\n      \u003cspan class=\"nm-pill\"\u003eKey Advantages\u003c\/span\u003e\n      \u003ch2\u003eDesigned to Stay Visible, Built for Real Homes\u003c\/h2\u003e\n      \u003cp\u003eDiscover how simple physical interactions and clean hardware elevate your understanding of the air around you.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nm-grid\"\u003e\n      \u003c!-- Card 1 --\u003e\n      \u003cdiv class=\"nm-card\"\u003e\n        \u003cdiv class=\"nm-card-icon\"\u003e◉\u003c\/div\u003e\n        \u003ch3\u003eCheck More Than One Room\u003c\/h3\u003e\n        \u003cp\u003eLift the portable sensor from its dock and take it wherever you want a closer look at the air. It makes room-to-room checking possible without filling the home with multiple full-size monitors.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Card 2 --\u003e\n      \u003cdiv class=\"nm-card\"\u003e\n        \u003cdiv class=\"nm-card-icon\"\u003e▤\u003c\/div\u003e\n        \u003ch3\u003eNo Dashboard Decoding Needed\u003c\/h3\u003e\n        \u003cp\u003eThe low-glare paper-like display keeps essential conditions and trends easy to understand at a glance. Useful information stays visible without making the product feel like laboratory equipment.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Card 3 --\u003e\n      \u003cdiv class=\"nm-card\"\u003e\n        \u003cdiv class=\"nm-card-icon\"\u003e✦\u003c\/div\u003e\n        \u003ch3\u003eKnow When Something Changes\u003c\/h3\u003e\n        \u003cp\u003eA restrained ambient status light gives you a quick visual sense of changing room conditions before you study the numbers. It keeps everyday awareness simple and low-distraction.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Card 4 --\u003e\n      \u003cdiv class=\"nm-card\"\u003e\n        \u003cdiv class=\"nm-card-icon\"\u003e⌂\u003c\/div\u003e\n        \u003ch3\u003eBuilt for Household Routines\u003c\/h3\u003e\n        \u003cp\u003eCheck the kitchen during cooking, the office during a long workday, a guest room after it has been closed, or a newly furnished space. The portable structure adapts to real life instead of one fixed location.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Card 5 --\u003e\n      \u003cdiv class=\"nm-card\"\u003e\n        \u003cdiv class=\"nm-card-icon\"\u003e◆\u003c\/div\u003e\n        \u003ch3\u003eDesigned to Stay Visible\u003c\/h3\u003e\n        \u003cp\u003eA deep navy body, brushed-silver frame, clean seams, and minimal interface give the monitor a permanent place in the home. It looks intentional on a desk, console, shelf, or wall.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Card 6 --\u003e\n      \u003cdiv class=\"nm-card\"\u003e\n        \u003cdiv class=\"nm-card-icon\"\u003e♡\u003c\/div\u003e\n        \u003ch3\u003eMore Understanding, Less Guessing\u003c\/h3\u003e\n        \u003cp\u003eSeeing how air conditions shift throughout the day makes the home feel more considered and easier to manage. Its daily usefulness gives it strong housewarming and home-office gift value.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- LIFESTYLE ROUTINES \u0026 GIFTING BLOCK --\u003e\n  \u003cdiv class=\"nm-lifestyle-box\"\u003e\n    \u003ch2\u003eTactile Simplicity for Modern Living\u003c\/h2\u003e\n    \u003cp\u003eThe physical interaction remains intentionally simple. A tactile side control lets you move between current conditions, recent trends, and room comparisons without relying on a phone for every glance. Connected controls can provide history, customizable notifications, and longer-term patterns when you want more detail, but the core product remains completely useful on its own.\u003c\/p\u003e\n    \u003cp\u003eIts navy and brushed-silver construction feels closer to premium home electronics or architectural hardware than a clinical testing device. It can sit on a console, desk, kitchen shelf, nightstand, or be mounted neatly on a wall without disrupting the aesthetic harmony of the room.\u003c\/p\u003e\n    \u003cp\u003eThe product is especially suited to apartment residents, remote workers, families, pet owners, people living in areas affected by seasonal smoke, and design-conscious homeowners who want to better understand the environment around them without obsessing over raw data.\u003c\/p\u003e\n    \n    \u003cdiv style=\"margin-top: 30px;\"\u003e\n      \u003cdiv class=\"nm-gift-badge\"\u003e\n        \u003cspan\u003e🎁\u003c\/span\u003e\n        \u003cspan\u003eA Thoughtful Gift for Modern Homes\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"margin-top: 14px; font-size: 1rem; color: #94a3b8;\"\u003e\n        Perfect for housewarmings, first apartments, new homes, home offices, birthdays, or holidays. It offers something more meaningful than another decorative object: a clearer, calmer understanding of the space someone lives in every single day.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":56157644947828,"sku":"Noviraryn-9","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/2d49ed1f-87be-4850-b7f3-edbef031402a_f1f045a0-ea50-46e2-834b-20177c5bf427.png?v=1790184502"},{"product_id":"noviraryn™-architectural-corner-security-camera-with-dual-angle-view-and-physical-privacy-wing","title":"Noviraryn™ Architectural Corner Security Camera with Dual-Angle View and Physical Privacy Wing","description":"\u003cdiv id=\"noviraryn-pdp\"\u003e\n  \u003cstyle\u003e\n    #noviraryn-pdp {\n      --primary-navy: #0B192C;\n      --secondary-navy: #1E3E62;\n      --accent-silver: #CBD5E1;\n      --silver-border: #E2E8F0;\n      --text-main: #1E293B;\n      --text-muted: #64748B;\n      --bg-light: #F8FAFC;\n      --bg-card: #FFFFFF;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n      --shadow-lg: 0 20px 25px -5px rgba(15, 23, 42, 0.08), 0 10px 10px -5px rgba(15, 23, 42, 0.04);\n      --radius-lg: 18px;\n      --radius-md: 12px;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1000px;\n      margin: 0 auto;\n      padding: 10px;\n      box-sizing: border-box;\n    }\n\n    #noviraryn-pdp * {\n      box-sizing: border-box;\n    }\n\n    .nvr-hero-header {\n      text-align: center;\n      padding: 40px 20px;\n      background: linear-gradient(135deg, #0B192C 0%, #1E3E62 100%);\n      color: #FFFFFF;\n      border-radius: var(--radius-lg);\n      margin-bottom: 35px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .nvr-badge {\n      display: inline-block;\n      background: rgba(255, 255, 255, 0.15);\n      backdrop-filter: blur(8px);\n      color: #E2E8F0;\n      font-size: 0.8rem;\n      font-weight: 600;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      padding: 6px 16px;\n      border-radius: 50px;\n      border: 1px solid rgba(255, 255, 255, 0.2);\n      margin-bottom: 16px;\n    }\n\n    .nvr-hero-title {\n      font-size: clamp(1.8rem, 4vw, 2.8rem);\n      font-weight: 700;\n      line-height: 1.25;\n      margin: 0 0 16px 0;\n      letter-spacing: -0.5px;\n      color: #FFFFFF;\n    }\n\n    .nvr-hero-subtitle {\n      font-size: clamp(1rem, 2vw, 1.25rem);\n      color: #94A3B8;\n      max-width: 750px;\n      margin: 0 auto;\n      font-weight: 400;\n      line-height: 1.6;\n    }\n\n    .nvr-main-banner {\n      width: 100%;\n      margin-bottom: 40px;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n      border: 1px solid var(--silver-border);\n      background: var(--bg-light);\n    }\n\n    .nvr-main-banner img {\n      width: 100%;\n      height: auto;\n      display: block;\n      transition: transform 0.5s ease;\n    }\n\n    .nvr-main-banner:hover img {\n      transform: scale(1.015);\n    }\n\n    .nvr-section-heading {\n      text-align: center;\n      margin: 50px 0 30px 0;\n    }\n\n    .nvr-section-heading h2 {\n      font-size: 1.75rem;\n      font-weight: 700;\n      color: var(--primary-navy);\n      margin: 0 0 8px 0;\n      letter-spacing: -0.5px;\n    }\n\n    .nvr-section-heading p {\n      color: var(--text-muted);\n      font-size: 1rem;\n      margin: 0;\n    }\n\n    .nvr-features-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 20px;\n      margin-bottom: 50px;\n    }\n\n    .nvr-feature-card {\n      background: var(--bg-card);\n      border: 1px solid var(--silver-border);\n      border-radius: var(--radius-md);\n      padding: 28px 24px;\n      box-shadow: var(--shadow-sm);\n      transition: all 0.3s ease;\n      display: flex;\n      flex-direction: column;\n      position: relative;\n    }\n\n    .nvr-feature-card:hover {\n      transform: translateY(-4px);\n      box-shadow: var(--shadow-lg);\n      border-color: #CBD5E1;\n    }\n\n    .nvr-feature-icon {\n      width: 48px;\n      height: 48px;\n      border-radius: 10px;\n      background: #F1F5F9;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 18px;\n      color: var(--primary-navy);\n    }\n\n    .nvr-feature-card h3 {\n      font-size: 1.05rem;\n      font-weight: 700;\n      color: var(--primary-navy);\n      margin: 0 0 10px 0;\n      line-height: 1.35;\n      letter-spacing: -0.2px;\n      text-transform: uppercase;\n    }\n\n    .nvr-feature-card p {\n      font-size: 0.92rem;\n      color: var(--text-muted);\n      margin: 0;\n      line-height: 1.55;\n    }\n\n    .nvr-story-row {\n      display: flex;\n      align-items: center;\n      gap: 40px;\n      margin-bottom: 50px;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 30px;\n      border: 1px solid var(--silver-border);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .nvr-story-row.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .nvr-story-img {\n      flex: 1;\n      min-width: 280px;\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      border: 1px solid var(--silver-border);\n    }\n\n    .nvr-story-img img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n    }\n\n    .nvr-story-content {\n      flex: 1;\n      min-width: 280px;\n    }\n\n    .nvr-story-tag {\n      font-size: 0.8rem;\n      font-weight: 700;\n      color: #0F172A;\n      background: #E2E8F0;\n      padding: 4px 12px;\n      border-radius: 20px;\n      display: inline-block;\n      margin-bottom: 12px;\n      letter-spacing: 1px;\n    }\n\n    .nvr-story-content h3 {\n      font-size: 1.5rem;\n      font-weight: 700;\n      color: var(--primary-navy);\n      margin: 0 0 14px 0;\n      line-height: 1.3;\n    }\n\n    .nvr-story-content p {\n      font-size: 0.95rem;\n      color: var(--text-muted);\n      margin-bottom: 14px;\n      line-height: 1.6;\n    }\n\n    .nvr-story-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    .nvr-usecases-section {\n      background: var(--bg-light);\n      padding: 40px 30px;\n      border-radius: var(--radius-lg);\n      margin-bottom: 50px;\n      border: 1px solid var(--silver-border);\n    }\n\n    .nvr-usecases-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 16px;\n      margin-top: 25px;\n    }\n\n    .nvr-usecase-item {\n      background: #FFFFFF;\n      padding: 20px;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--silver-border);\n    }\n\n    .nvr-usecase-item h4 {\n      margin: 0 0 8px 0;\n      font-size: 1rem;\n      color: var(--primary-navy);\n      font-weight: 700;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .nvr-usecase-item p {\n      margin: 0;\n      font-size: 0.88rem;\n      color: var(--text-muted);\n      line-height: 1.5;\n    }\n\n    .nvr-trust-bar {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 20px;\n      background: var(--primary-navy);\n      color: #FFFFFF;\n      padding: 30px;\n      border-radius: var(--radius-lg);\n      text-align: center;\n    }\n\n    .nvr-trust-item {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .nvr-trust-item svg {\n      width: 32px;\n      height: 32px;\n      stroke: var(--accent-silver);\n    }\n\n    .nvr-trust-item h5 {\n      margin: 0;\n      font-size: 0.95rem;\n      font-weight: 600;\n      color: #FFFFFF;\n    }\n\n    .nvr-trust-item p {\n      margin: 0;\n      font-size: 0.8rem;\n      color: #94A3B8;\n    }\n\n    @media (max-width: 768px) {\n      .nvr-story-row, .nvr-story-row.reverse {\n        flex-direction: column;\n        padding: 20px;\n      }\n      .nvr-hero-header {\n        padding: 30px 15px;\n      }\n      .nvr-features-grid {\n        grid-template-columns: 1fr;\n      }\n      .nvr-usecases-section {\n        padding: 25px 15px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"nvr-hero-header\"\u003e\n    \u003cspan class=\"nvr-badge\"\u003eArchitectural Home Security\u003c\/span\u003e\n    \u003ch1 class=\"nvr-hero-title\"\u003eDesigned Around The Room Itself\u003c\/h1\u003e\n    \u003cp class=\"nvr-hero-subtitle\"\u003eMost indoor cameras sit inside a room as obvious objects. Noviraryn™ utilizes the unused 90-degree corner to provide broader, uninterrupted home awareness while blending effortlessly into modern architecture.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-main-banner\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/1_4579e147-0d63-4142-b0cd-15771d01a109.png?v=1790184535\" alt=\"Noviraryn Architectural Corner Security Camera Overview\" loading=\"eager\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-section-heading\"\u003e\n    \u003ch2\u003eWhy Noviraryn™ Redefines Indoor Monitoring\u003c\/h2\u003e\n    \u003cp\u003eA harmonious balance of modern design, dual-angle visibility, and instant physical privacy.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-features-grid\"\u003e\n    \u003c!-- Pillar 1 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"12 2 2 7 12 12 22 7 12 2\"\u003e\u003c\/polygon\u003e\u003cpolyline points=\"2 17 12 22 22 17\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"2 12 12 17 22 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eSee Two Directions Without Waiting\u003c\/h3\u003e\n      \u003cp\u003eTwo fixed viewing directions cover different parts of the room at the same time. You get broader everyday awareness without relying on a rotating camera head.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 2 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eUse The Corner, Keep Room Clean\u003c\/h3\u003e\n      \u003cp\u003eThe slim 90-degree structure turns unused wall space into a practical camera position. Shelves, desks, counters, and side tables stay free for your actual decor.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 3 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 11V7a5 5 0 0 1 10 0v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003ePrivacy Becomes A Physical Action\u003c\/h3\u003e\n      \u003cp\u003eRotate the privacy wing and both camera faces are visibly covered. It creates a clear, reassuring separation between active monitoring and private family time.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 4 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eBuilt For Open, Real-Life Spaces\u003c\/h3\u003e\n      \u003cp\u003eUse it between living room and entry, beside kitchen and dining, or in a multi-zone home office. The dual-angle layout matches how modern rooms connect.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 5 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eArchitectural Hardware Finish\u003c\/h3\u003e\n      \u003cp\u003eDeep navy central surfaces, brushed-silver edges, and a narrow vertical profile help the camera elevate room design instead of visually dominating it.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 6 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eMore Awareness, Less Intrusion\u003c\/h3\u003e\n      \u003cp\u003eStay effortlessly connected when away, check on pets or family, then physically close the camera for emotional comfort and absolute peace of mind.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-story-row\"\u003e\n    \u003cdiv class=\"nvr-story-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/2_ffbc1979-a931-4541-a2f9-10573aa0fdd3.png?v=1790184535\" alt=\"Noviraryn Dual Viewing Angles Concept\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-story-content\"\u003e\n      \u003cspan class=\"nvr-story-tag\"\u003eDUAL-FACING PERSPECTIVE\u003c\/span\u003e\n      \u003ch3\u003eSimultaneous Dual Views. Zero Lag.\u003c\/h3\u003e\n      \u003cp\u003eInstead of a spherical lens, motorized head, or freestanding plastic body, Noviraryn™ uses two narrow angled faces fitted seamlessly into any 90-degree corner.\u003c\/p\u003e\n      \u003cp\u003eTogether, both perspectives give you instant clarity across two distinct room areas without waiting for a motorized camera to rotate. In an open living room, one side watches the entryway while the other monitors the seating area.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-story-row reverse\"\u003e\n    \u003cdiv class=\"nvr-story-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/3_7f459555-3ee0-435c-bbfa-f9707100ac55.png?v=1790184535\" alt=\"Noviraryn Physical Privacy Wing Detail\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-story-content\"\u003e\n      \u003cspan class=\"nvr-story-tag\"\u003eVISIBLE PRIVACY PROTECTION\u003c\/span\u003e\n      \u003ch3\u003ePrivacy Is A Gesture, Not An App Setting\u003c\/h3\u003e\n      \u003cp\u003ePrivacy should be visible rather than abstract. A slim physical privacy wing runs gracefully along the central front edge of the camera.\u003c\/p\u003e\n      \u003cp\u003eWhen rotated into the closed position, it covers both camera faces at once, providing an unmistakable visual signal that lenses are blocked. When friends visit or during private family moments, privacy takes a simple hand movement.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-usecases-section\"\u003e\n    \u003cdiv style=\"text-align: center; max-width: 600px; margin: 0 auto;\"\u003e\n      \u003ch3 style=\"margin: 0 0 10px 0; font-size: 1.4rem; color: var(--primary-navy);\"\u003eSeamlessly Integrated Across Modern Living Spaces\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; color: var(--text-muted); font-size: 0.95rem;\"\u003eDesigned specifically for apartment residents, families, pet owners, and design-conscious homeowners.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nvr-usecases-grid\"\u003e\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e🛋️ Living \u0026amp; Entrance\u003c\/h4\u003e\n        \u003cp\u003eKeep a clear visual on the front doorway while simultaneously monitoring main sofa area seating without cluttering side tables.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e🍳 Kitchen \u0026amp; Dining\u003c\/h4\u003e\n        \u003cp\u003ePosition at the corner boundary so one camera covers main island preparation zones while the second oversees dining spaces.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e💻 Home Office\u003c\/h4\u003e\n        \u003cp\u003eFree up precious desk space. Observe entry doors and hobby equipment areas simultaneously with zero visual distraction.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e🎁 The Thoughtful Gift\u003c\/h4\u003e\n        \u003cp\u003eFor housewarmings, new apartments, or holidays—feels less like handing someone a gadget and more like gifting elevated home awareness.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-trust-bar\"\u003e\n    \u003cdiv class=\"nvr-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003ch5\u003eVisible Physical Privacy\u003c\/h5\u003e\n      \u003cp\u003eInstant mechanical lens closure\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003ch5\u003eSmart Notifications\u003c\/h5\u003e\n      \u003cp\u003ePerson, pet \u0026amp; activity alerts\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003ch5\u003eSlim 90° Fit\u003c\/h5\u003e\n      \u003cp\u003eLeaves counters \u0026amp; shelves clean\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":56157646520692,"sku":"Noviraryn-10","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/dd481e09-e914-44a6-9e52-6a8353d8e66d.png?v=1790184532"},{"product_id":"noviraryn™-modular-home-alert-hub-with-detachable-night-beacon-and-directional-guidance-light","title":"Noviraryn™ Modular Home Alert Hub with Detachable Night Beacon and Directional Guidance Light","description":"\u003cdiv id=\"noviraryn-pdp\"\u003e\n  \u003cstyle\u003e\n    #noviraryn-pdp {\n      --primary-navy: #0B192C;\n      --secondary-navy: #1E3E62;\n      --accent-silver: #CBD5E1;\n      --silver-border: #E2E8F0;\n      --text-main: #1E293B;\n      --text-muted: #64748B;\n      --bg-light: #F8FAFC;\n      --bg-card: #FFFFFF;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n      --shadow-lg: 0 20px 25px -5px rgba(15, 23, 42, 0.08), 0 10px 10px -5px rgba(15, 23, 42, 0.04);\n      --radius-lg: 18px;\n      --radius-md: 12px;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1000px;\n      margin: 0 auto;\n      padding: 10px;\n      box-sizing: border-box;\n    }\n\n    #noviraryn-pdp * {\n      box-sizing: border-box;\n    }\n\n    .nvr-hero-header {\n      text-align: center;\n      padding: 44px 24px;\n      background: linear-gradient(135deg, #0B192C 0%, #1E3E62 100%);\n      color: #FFFFFF;\n      border-radius: var(--radius-lg);\n      margin-bottom: 35px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .nvr-badge {\n      display: inline-block;\n      background: rgba(255, 255, 255, 0.15);\n      backdrop-filter: blur(8px);\n      color: #E2E8F0;\n      font-size: 0.8rem;\n      font-weight: 600;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      padding: 6px 16px;\n      border-radius: 50px;\n      border: 1px solid rgba(255, 255, 255, 0.2);\n      margin-bottom: 16px;\n    }\n\n    .nvr-hero-title {\n      font-size: clamp(1.8rem, 4vw, 2.75rem);\n      font-weight: 700;\n      line-height: 1.25;\n      margin: 0 0 16px 0;\n      letter-spacing: -0.5px;\n      color: #FFFFFF;\n    }\n\n    .nvr-hero-subtitle {\n      font-size: clamp(0.98rem, 2vw, 1.2rem);\n      color: #94A3B8;\n      max-width: 760px;\n      margin: 0 auto;\n      font-weight: 400;\n      line-height: 1.65;\n    }\n\n    .nvr-main-banner {\n      width: 100%;\n      margin-bottom: 40px;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n      border: 1px solid var(--silver-border);\n      background: var(--bg-light);\n    }\n\n    .nvr-main-banner img {\n      width: 100%;\n      height: auto;\n      display: block;\n      transition: transform 0.5s ease;\n    }\n\n    .nvr-main-banner:hover img {\n      transform: scale(1.015);\n    }\n\n    .nvr-section-heading {\n      text-align: center;\n      margin: 50px 0 32px 0;\n    }\n\n    .nvr-section-heading h2 {\n      font-size: 1.75rem;\n      font-weight: 700;\n      color: var(--primary-navy);\n      margin: 0 0 8px 0;\n      letter-spacing: -0.5px;\n    }\n\n    .nvr-section-heading p {\n      color: var(--text-muted);\n      font-size: 1rem;\n      margin: 0;\n    }\n\n    .nvr-features-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 20px;\n      margin-bottom: 50px;\n    }\n\n    .nvr-feature-card {\n      background: var(--bg-card);\n      border: 1px solid var(--silver-border);\n      border-radius: var(--radius-md);\n      padding: 28px 24px;\n      box-shadow: var(--shadow-sm);\n      transition: all 0.3s ease;\n      display: flex;\n      flex-direction: column;\n      position: relative;\n    }\n\n    .nvr-feature-card:hover {\n      transform: translateY(-4px);\n      box-shadow: var(--shadow-lg);\n      border-color: #CBD5E1;\n    }\n\n    .nvr-feature-icon {\n      width: 48px;\n      height: 48px;\n      border-radius: 10px;\n      background: #F1F5F9;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 18px;\n      color: var(--primary-navy);\n    }\n\n    .nvr-feature-card h3 {\n      font-size: 1.05rem;\n      font-weight: 700;\n      color: var(--primary-navy);\n      margin: 0 0 10px 0;\n      line-height: 1.35;\n      letter-spacing: -0.2px;\n      text-transform: uppercase;\n    }\n\n    .nvr-feature-card p {\n      font-size: 0.92rem;\n      color: var(--text-muted);\n      margin: 0;\n      line-height: 1.55;\n    }\n\n    .nvr-story-row {\n      display: flex;\n      align-items: center;\n      gap: 40px;\n      margin-bottom: 50px;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 30px;\n      border: 1px solid var(--silver-border);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .nvr-story-row.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .nvr-story-img {\n      flex: 1;\n      min-width: 280px;\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      border: 1px solid var(--silver-border);\n    }\n\n    .nvr-story-img img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n    }\n\n    .nvr-story-content {\n      flex: 1;\n      min-width: 280px;\n    }\n\n    .nvr-story-tag {\n      font-size: 0.8rem;\n      font-weight: 700;\n      color: #0F172A;\n      background: #E2E8F0;\n      padding: 4px 12px;\n      border-radius: 20px;\n      display: inline-block;\n      margin-bottom: 12px;\n      letter-spacing: 1px;\n    }\n\n    .nvr-story-content h3 {\n      font-size: 1.5rem;\n      font-weight: 700;\n      color: var(--primary-navy);\n      margin: 0 0 14px 0;\n      line-height: 1.3;\n    }\n\n    .nvr-story-content p {\n      font-size: 0.95rem;\n      color: var(--text-muted);\n      margin-bottom: 14px;\n      line-height: 1.6;\n    }\n\n    .nvr-story-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    .nvr-usecases-section {\n      background: var(--bg-light);\n      padding: 40px 30px;\n      border-radius: var(--radius-lg);\n      margin-bottom: 50px;\n      border: 1px solid var(--silver-border);\n    }\n\n    .nvr-usecases-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 16px;\n      margin-top: 25px;\n    }\n\n    .nvr-usecase-item {\n      background: #FFFFFF;\n      padding: 20px;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--silver-border);\n    }\n\n    .nvr-usecase-item h4 {\n      margin: 0 0 8px 0;\n      font-size: 1rem;\n      color: var(--primary-navy);\n      font-weight: 700;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .nvr-usecase-item p {\n      margin: 0;\n      font-size: 0.88rem;\n      color: var(--text-muted);\n      line-height: 1.5;\n    }\n\n    .nvr-trust-bar {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 20px;\n      background: var(--primary-navy);\n      color: #FFFFFF;\n      padding: 30px;\n      border-radius: var(--radius-lg);\n      text-align: center;\n    }\n\n    .nvr-trust-item {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .nvr-trust-item svg {\n      width: 32px;\n      height: 32px;\n      stroke: var(--accent-silver);\n    }\n\n    .nvr-trust-item h5 {\n      margin: 0;\n      font-size: 0.95rem;\n      font-weight: 600;\n      color: #FFFFFF;\n    }\n\n    .nvr-trust-item p {\n      margin: 0;\n      font-size: 0.8rem;\n      color: #94A3B8;\n    }\n\n    @media (max-width: 768px) {\n      .nvr-story-row, .nvr-story-row.reverse {\n        flex-direction: column;\n        padding: 20px;\n      }\n      .nvr-hero-header {\n        padding: 30px 15px;\n      }\n      .nvr-features-grid {\n        grid-template-columns: 1fr;\n      }\n      .nvr-usecases-section {\n        padding: 25px 15px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"nvr-hero-header\"\u003e\n    \u003cspan class=\"nvr-badge\"\u003eModular Connected Safety\u003c\/span\u003e\n    \u003ch1 class=\"nvr-hero-title\"\u003eAlerts Designed Around How You Move\u003c\/h1\u003e\n    \u003cp class=\"nvr-hero-subtitle\"\u003eHome safety warnings are most useful when they reach you clearly—wherever you are. Noviraryn™ pairs a permanent architectural hub with a detachable personal beacon so important alerts follow you room to room.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-main-banner\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/1_ed02a964-af0f-40ed-8e0c-50c64dedfdba.png?v=1790184584\" alt=\"Noviraryn Modular Home Alert Hub System Overview\" loading=\"eager\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-section-heading\"\u003e\n    \u003ch2\u003eWhy Noviraryn™ Redefines Home Safety\u003c\/h2\u003e\n    \u003cp\u003eA harmonious system built for intelligent notifications, quiet nights, and architectural design.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-features-grid\"\u003e\n    \u003c!-- Pillar 1 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v8\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eAn Alert That Can Follow You\u003c\/h3\u003e\n      \u003cp\u003eLift the compact magnetic beacon from the main hub and place it beside your bed, desk, or workshop. Notifications no longer depend on where the main unit is mounted.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 2 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"8 17 12 21 16 17\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"8 7 12 3 16 7\"\u003e\u003c\/polyline\u003e\u003cline x1=\"12\" y1=\"3\" x2=\"12\" y2=\"21\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eKnow More Than \"Something Happened\"\u003c\/h3\u003e\n      \u003cp\u003eDirectional light pulses and clear visual cues help distinguish water leaks, entry doors, or urgent warnings at a glance—not simply louder noise.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 3 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eControl Without Reaching For Phones\u003c\/h3\u003e\n      \u003cp\u003eA large central tactile control keeps common actions immediate and physical. Acknowledge, silence, or trigger household alerts instantly when seconds matter.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 4 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eQuieter When Home Should Feel Quiet\u003c\/h3\u003e\n      \u003cp\u003eUse the detachable beacon for gentle local lights, soft chimes, or discrete vibration during nighttime routines or focused work sessions without alarming the house.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 5 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"21\" x2=\"9\" y2=\"9\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eArchitectural Exterior Finish\u003c\/h3\u003e\n      \u003cp\u003eA deep matte navy body framed in brushed silver with slim vertical light strips transforms emergency hardware into an elevated interior accent.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 6 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eReassurance That Fits Real Life\u003c\/h3\u003e\n      \u003cp\u003eFrom late-night shifts and remote work to guests and pets, Noviraryn™ adapts naturally to multi-room living and makes a deeply thoughtful housewarming gift.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-story-row\"\u003e\n    \u003cdiv class=\"nvr-story-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/2_f15344d1-26c0-4feb-9da6-defa8eeaa18e.png?v=1790184584\" alt=\"Noviraryn Magnetic Detachable Beacon Detail\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-story-content\"\u003e\n      \u003cspan class=\"nvr-story-tag\"\u003eMODULAR DUAL-PIECE DESIGN\u003c\/span\u003e\n      \u003ch3\u003eA Permanent Hub + A Portable Personal Beacon\u003c\/h3\u003e\n      \u003cp\u003eTraditional sirens stay fixed in distant hallways where sound gets muffled behind closed doors. Noviraryn™ introduces a 2-part modular system: a main architectural hub and a removable personal beacon that docks magnetically and recharges seamlessly.\u003c\/p\u003e\n      \u003cp\u003eWhen you head upstairs to read, work in the garage, or sleep in a quiet bedroom, simply lift the beacon out and take it with you. Stay connected through soft light pulses, gentle chimes, or discrete haptic vibration.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-story-row reverse\"\u003e\n    \u003cdiv class=\"nvr-story-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/3_13b4bb7b-f513-4e05-a5d0-ef23ca88dd11.png?v=1790184585\" alt=\"Noviraryn Directional Light and Tactile Control Interface\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-story-content\"\u003e\n      \u003cspan class=\"nvr-story-tag\"\u003eINTUITIVE HARDWARE CONTROL\u003c\/span\u003e\n      \u003ch3\u003eDirectional Lighting \u0026amp; Instant Tactile Response\u003c\/h3\u003e\n      \u003cp\u003eSafety alerts should inform, not startle. Dual vertical light surfaces pulse with smart directional patterns to communicate event type and connected room zones before you even check an app.\u003c\/p\u003e\n      \u003cp\u003eAt the center sits a large, tactile control surface. Anyone in the family—including kids, elderly relatives, or visiting guests—can immediately acknowledge or silence warnings with a single physical press.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-usecases-section\"\u003e\n    \u003cdiv style=\"text-align: center; max-width: 600px; margin: 0 auto;\"\u003e\n      \u003ch3 style=\"margin: 0 0 10px 0; font-size: 1.4rem; color: var(--primary-navy);\"\u003eSeamless Integration Across Real Life Scenarios\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; color: var(--text-muted); font-size: 0.95rem;\"\u003eDesigned for multi-story homes, nighttime routines, remote workers, and renters.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nvr-usecases-grid\"\u003e\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e🌙 Nightstand \u0026amp; Bedrooms\u003c\/h4\u003e\n        \u003cp\u003eKeep the compact beacon on your bedside table for subtle local vibration and soft night alerts without whole-house sirens.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e💻 Home Office \u0026amp; Focus\u003c\/h4\u003e\n        \u003cp\u003ePlace the beacon on your desk while working with headphones—never miss a front door chime or leak alert while focused.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e🛠️ Workshop \u0026amp; Garage\u003c\/h4\u003e\n        \u003cp\u003eTake safety feedback into noise-isolated garage, basement, or craft spaces where main sirens cannot easily be heard.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e🎁 The Thoughtful Housewarming\u003c\/h4\u003e\n        \u003cp\u003eAn ideal gift for first homes, new apartments, or holiday occasions—combining everyday peace of mind with modern architectural design.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-trust-bar\"\u003e\n    \u003cdiv class=\"nvr-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003ch5\u003eMagnetic Fast Charging\u003c\/h5\u003e\n      \u003cp\u003eDocks flush and stays powered\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003ch5\u003eSmart Multi-Zone Light\u003c\/h5\u003e\n      \u003cp\u003eDirectional event cues\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 11V7a5 5 0 0 1 10 0v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003ch5\u003eTactile Physical Control\u003c\/h5\u003e\n      \u003cp\u003eNo phone app needed for quick action\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":56157646553460,"sku":"Noviraryn-11","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/6d316bda-f39a-4dcd-9d62-5b70c5fb29e8.png?v=1790184581"},{"product_id":"noviraryn™-directional-smart-aroma-diffuser-with-dual-scent-cartridges-and-ambient-light","title":"Noviraryn™ Directional Smart Aroma Diffuser with Dual Scent Cartridges and Ambient Light","description":"\u003cdiv id=\"noviraryn-pdp\"\u003e\n  \u003cstyle\u003e\n    #noviraryn-pdp {\n      --primary-navy: #0B192C;\n      --secondary-navy: #1E3E62;\n      --accent-silver: #CBD5E1;\n      --silver-border: #E2E8F0;\n      --text-main: #1E293B;\n      --text-muted: #64748B;\n      --bg-light: #F8FAFC;\n      --bg-card: #FFFFFF;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n      --shadow-lg: 0 20px 25px -5px rgba(15, 23, 42, 0.08), 0 10px 10px -5px rgba(15, 23, 42, 0.04);\n      --radius-lg: 18px;\n      --radius-md: 12px;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1000px;\n      margin: 0 auto;\n      padding: 10px;\n      box-sizing: border-box;\n    }\n\n    #noviraryn-pdp * {\n      box-sizing: border-box;\n    }\n\n    .nvr-hero-header {\n      text-align: center;\n      padding: 44px 24px;\n      background: linear-gradient(135deg, #0B192C 0%, #1E3E62 100%);\n      color: #FFFFFF;\n      border-radius: var(--radius-lg);\n      margin-bottom: 35px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .nvr-badge {\n      display: inline-block;\n      background: rgba(255, 255, 255, 0.15);\n      backdrop-filter: blur(8px);\n      color: #E2E8F0;\n      font-size: 0.8rem;\n      font-weight: 600;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      padding: 6px 16px;\n      border-radius: 50px;\n      border: 1px solid rgba(255, 255, 255, 0.2);\n      margin-bottom: 16px;\n    }\n\n    .nvr-hero-title {\n      font-size: clamp(1.8rem, 4vw, 2.75rem);\n      font-weight: 700;\n      line-height: 1.25;\n      margin: 0 0 16px 0;\n      letter-spacing: -0.5px;\n      color: #FFFFFF;\n    }\n\n    .nvr-hero-subtitle {\n      font-size: clamp(0.98rem, 2vw, 1.2rem);\n      color: #94A3B8;\n      max-width: 760px;\n      margin: 0 auto;\n      font-weight: 400;\n      line-height: 1.65;\n    }\n\n    .nvr-main-banner {\n      width: 100%;\n      margin-bottom: 40px;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n      border: 1px solid var(--silver-border);\n      background: var(--bg-light);\n    }\n\n    .nvr-main-banner img {\n      width: 100%;\n      height: auto;\n      display: block;\n      transition: transform 0.5s ease;\n    }\n\n    .nvr-main-banner:hover img {\n      transform: scale(1.015);\n    }\n\n    .nvr-section-heading {\n      text-align: center;\n      margin: 50px 0 32px 0;\n    }\n\n    .nvr-section-heading h2 {\n      font-size: 1.75rem;\n      font-weight: 700;\n      color: var(--primary-navy);\n      margin: 0 0 8px 0;\n      letter-spacing: -0.5px;\n    }\n\n    .nvr-section-heading p {\n      color: var(--text-muted);\n      font-size: 1rem;\n      margin: 0;\n    }\n\n    .nvr-features-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 20px;\n      margin-bottom: 50px;\n    }\n\n    .nvr-feature-card {\n      background: var(--bg-card);\n      border: 1px solid var(--silver-border);\n      border-radius: var(--radius-md);\n      padding: 28px 24px;\n      box-shadow: var(--shadow-sm);\n      transition: all 0.3s ease;\n      display: flex;\n      flex-direction: column;\n      position: relative;\n    }\n\n    .nvr-feature-card:hover {\n      transform: translateY(-4px);\n      box-shadow: var(--shadow-lg);\n      border-color: #CBD5E1;\n    }\n\n    .nvr-feature-icon {\n      width: 48px;\n      height: 48px;\n      border-radius: 10px;\n      background: #F1F5F9;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 18px;\n      color: var(--primary-navy);\n    }\n\n    .nvr-feature-card h3 {\n      font-size: 1.05rem;\n      font-weight: 700;\n      color: var(--primary-navy);\n      margin: 0 0 10px 0;\n      line-height: 1.35;\n      letter-spacing: -0.2px;\n      text-transform: uppercase;\n    }\n\n    .nvr-feature-card p {\n      font-size: 0.92rem;\n      color: var(--text-muted);\n      margin: 0;\n      line-height: 1.55;\n    }\n\n    .nvr-story-row {\n      display: flex;\n      align-items: center;\n      gap: 40px;\n      margin-bottom: 50px;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 30px;\n      border: 1px solid var(--silver-border);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .nvr-story-row.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .nvr-story-img {\n      flex: 1;\n      min-width: 280px;\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      border: 1px solid var(--silver-border);\n    }\n\n    .nvr-story-img img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n    }\n\n    .nvr-story-content {\n      flex: 1;\n      min-width: 280px;\n    }\n\n    .nvr-story-tag {\n      font-size: 0.8rem;\n      font-weight: 700;\n      color: #0F172A;\n      background: #E2E8F0;\n      padding: 4px 12px;\n      border-radius: 20px;\n      display: inline-block;\n      margin-bottom: 12px;\n      letter-spacing: 1px;\n    }\n\n    .nvr-story-content h3 {\n      font-size: 1.5rem;\n      font-weight: 700;\n      color: var(--primary-navy);\n      margin: 0 0 14px 0;\n      line-height: 1.3;\n    }\n\n    .nvr-story-content p {\n      font-size: 0.95rem;\n      color: var(--text-muted);\n      margin-bottom: 14px;\n      line-height: 1.6;\n    }\n\n    .nvr-story-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    .nvr-usecases-section {\n      background: var(--bg-light);\n      padding: 40px 30px;\n      border-radius: var(--radius-lg);\n      margin-bottom: 50px;\n      border: 1px solid var(--silver-border);\n    }\n\n    .nvr-usecases-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 16px;\n      margin-top: 25px;\n    }\n\n    .nvr-usecase-item {\n      background: #FFFFFF;\n      padding: 20px;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--silver-border);\n    }\n\n    .nvr-usecase-item h4 {\n      margin: 0 0 8px 0;\n      font-size: 1rem;\n      color: var(--primary-navy);\n      font-weight: 700;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .nvr-usecase-item p {\n      margin: 0;\n      font-size: 0.88rem;\n      color: var(--text-muted);\n      line-height: 1.5;\n    }\n\n    .nvr-trust-bar {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 20px;\n      background: var(--primary-navy);\n      color: #FFFFFF;\n      padding: 30px;\n      border-radius: var(--radius-lg);\n      text-align: center;\n    }\n\n    .nvr-trust-item {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .nvr-trust-item svg {\n      width: 32px;\n      height: 32px;\n      stroke: var(--accent-silver);\n    }\n\n    .nvr-trust-item h5 {\n      margin: 0;\n      font-size: 0.95rem;\n      font-weight: 600;\n      color: #FFFFFF;\n    }\n\n    .nvr-trust-item p {\n      margin: 0;\n      font-size: 0.8rem;\n      color: #94A3B8;\n    }\n\n    @media (max-width: 768px) {\n      .nvr-story-row, .nvr-story-row.reverse {\n        flex-direction: column;\n        padding: 20px;\n      }\n      .nvr-hero-header {\n        padding: 30px 15px;\n      }\n      .nvr-features-grid {\n        grid-template-columns: 1fr;\n      }\n      .nvr-usecases-section {\n        padding: 25px 15px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"nvr-hero-header\"\u003e\n    \u003cspan class=\"nvr-badge\"\u003eArchitectural Home Fragrance\u003c\/span\u003e\n    \u003ch1 class=\"nvr-hero-title\"\u003eFragrance Designed Around The Room Itself\u003c\/h1\u003e\n    \u003cp class=\"nvr-hero-subtitle\"\u003eScent can change how a room feels before anything else in it changes. Noviraryn™ combines directional airflow and dual scent cartridges into a sculpted architectural body that elevates your interior decor.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-main-banner\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/1_b9ccba2f-d942-4a0f-8481-0ce807b61ce4.png?v=1790184771\" alt=\"Noviraryn Directional Smart Aroma Diffuser Overview\" loading=\"eager\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-section-heading\"\u003e\n    \u003ch2\u003eWhy Noviraryn™ Redefines Home Scent\u003c\/h2\u003e\n    \u003cp\u003eA refined balance of dual-cartridge technology, directional airflow, and architectural design.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-features-grid\"\u003e\n    \u003c!-- Pillar 1 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"8 17 12 21 16 17\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"8 7 12 3 16 7\"\u003e\u003c\/polyline\u003e\u003cline x1=\"12\" y1=\"3\" x2=\"12\" y2=\"21\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eTwo Scents. Two Different Moments.\u003c\/h3\u003e\n      \u003cp\u003eDual fragrance cartridges keep a fresh daytime scent and a warm evening profile ready in the same device. Switch moods instantly without rinsing, spilling, or rebuilding your setup.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 2 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\u003e\u003c\/line\u003e\u003cpolyline points=\"7 7 17 7 17 17\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eSend Fragrance Toward You\u003c\/h3\u003e\n      \u003cp\u003eAn adjustable upper airflow wing directs scent directly toward your seating area, bedside zone, or desk rather than releasing mist straight upward into empty ceiling space.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 3 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v8\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eControl Without Overthinking\u003c\/h3\u003e\n      \u003cp\u003eA tactile top dial provides immediate access to intensity and cartridge selection, while automated schedules make everyday room fragrance effortless and seamless.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 4 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"4\" width=\"18\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"12\" y1=\"4\" x2=\"12\" y2=\"20\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eOne Diffuser For Your Whole Day\u003c\/h3\u003e\n      \u003cp\u003eCreate an energizing home-office atmosphere in the morning, soften the bedroom in the evening, or welcome guests with a signature scent before dinner.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 5 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003ePart Of The Interior Architecture\u003c\/h3\u003e\n      \u003cp\u003eDeep navy matte surfaces, brushed-silver structure, concealed cartridges, and a sculptural airflow wing present like premium home decor instead of a plastic appliance.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 6 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eRoutines Turned Into Rituals\u003c\/h3\u003e\n      \u003cp\u003eFragrance makes the start of work or evening winding down feel deliberate. Its high-end design makes Noviraryn™ a deeply memorable housewarming or holiday gift.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-story-row\"\u003e\n    \u003cdiv class=\"nvr-story-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/2_edf34eed-5108-4b25-a2ed-5c7e44c84a04.png?v=1790184771\" alt=\"Noviraryn Directional Airflow Wing and Cartridge System\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-story-content\"\u003e\n      \u003cspan class=\"nvr-story-tag\"\u003eDIRECTIONAL AIRFLOW \u0026amp; DUAL CARTRIDGES\u003c\/span\u003e\n      \u003ch3\u003eDirectional Scenting Meets Dual-Cartridge Versatility\u003c\/h3\u003e\n      \u003cp\u003eConventional diffusers release mist straight upward into empty space. Noviraryn™ introduces a sculptural upper airflow wing that angles fragrance directly toward your sofa, reading desk, or bedside area.\u003c\/p\u003e\n      \u003cp\u003eInside, two independent scent cartridges allow you to store different fragrance profiles at once. A quick side panel provides clean access to switch cartridges effortlessly without mess or liquid spills.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-story-row reverse\"\u003e\n    \u003cdiv class=\"nvr-story-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/3_833f40bf-8f6d-46f9-9b49-665608790167.png?v=1790184771\" alt=\"Noviraryn Tactile Top Dial and Soft Ambient Lighting\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-story-content\"\u003e\n      \u003cspan class=\"nvr-story-tag\"\u003eINTENTION-DRIVEN CONTROL\u003c\/span\u003e\n      \u003ch3\u003eTactile Controls \u0026amp; Subtle Ambient Feedback\u003c\/h3\u003e\n      \u003cp\u003eAdjusting home fragrance should be immediate and tactile. A weighted top dial gives you instant physical control over fragrance intensity and cartridge selection.\u003c\/p\u003e\n      \u003cp\u003eA slim ambient light band provides discrete visual feedback on operating status and active cartridge selection, dimming automatically in the evening to maintain a cozy home atmosphere.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-usecases-section\"\u003e\n    \u003cdiv style=\"text-align: center; max-width: 600px; margin: 0 auto;\"\u003e\n      \u003ch3 style=\"margin: 0 0 10px 0; font-size: 1.4rem; color: var(--primary-navy);\"\u003eSeamlessly Integrated Across Daily Moments\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; color: var(--text-muted); font-size: 0.95rem;\"\u003eDesigned for modern living rooms, home offices, nightstands, and design-focused spaces.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nvr-usecases-grid\"\u003e\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e💻 Home Office \u0026amp; Focus\u003c\/h4\u003e\n        \u003cp\u003eSet a crisp daytime fragrance during work hours to define your focus space without cluttering your desk.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e🌙 Bedroom \u0026amp; Winding Down\u003c\/h4\u003e\n        \u003cp\u003eDirect a subtle calming scent toward your bedside table in the evening for a serene transition into sleep.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e🛋️ Living Room \u0026amp; Entertaining\u003c\/h4\u003e\n        \u003cp\u003ePosition near consoles to direct welcoming fragrance toward seating zones when family and friends arrive.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e🎁 The Thoughtful Gift\u003c\/h4\u003e\n        \u003cp\u003eAn ideal present for housewarmings, first apartments, or holidays—combining everyday function with high decor appeal.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-trust-bar\"\u003e\n    \u003cdiv class=\"nvr-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"12\" y1=\"3\" x2=\"12\" y2=\"21\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003ch5\u003eDual Scent Cartridges\u003c\/h5\u003e\n      \u003cp\u003eChange scents without rinsing\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cline x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\u003e\u003c\/line\u003e\u003cpolyline points=\"7 7 17 7 17 17\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003ch5\u003eDirectional Airflow Wing\u003c\/h5\u003e\n      \u003cp\u003eDirects scent right where you sit\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v8\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003ch5\u003eTactile Physical Dial\u003c\/h5\u003e\n      \u003cp\u003eSimple physical mood control\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":56157649600884,"sku":"Noviraryn-12","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/1ea7acb0-7136-43c3-b7ba-55306fa2cda4.png?v=1790184762"},{"product_id":"noviraryn™-fold-flat-mini-projector-with-pivoting-optical-wing-and-integrated-speaker-base","title":"Noviraryn™ Fold-Flat Mini Projector with Pivoting Optical Wing and Integrated Speaker Base","description":"\u003cdiv id=\"noviraryn-pdp\"\u003e\n  \u003cstyle\u003e\n    #noviraryn-pdp {\n      --primary-navy: #0B192C;\n      --secondary-navy: #1E3E62;\n      --accent-silver: #CBD5E1;\n      --silver-border: #E2E8F0;\n      --text-main: #1E293B;\n      --text-muted: #64748B;\n      --bg-light: #F8FAFC;\n      --bg-card: #FFFFFF;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n      --shadow-lg: 0 20px 25px -5px rgba(15, 23, 42, 0.08), 0 10px 10px -5px rgba(15, 23, 42, 0.04);\n      --radius-lg: 18px;\n      --radius-md: 12px;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1000px;\n      margin: 0 auto;\n      padding: 10px;\n      box-sizing: border-box;\n    }\n\n    #noviraryn-pdp * {\n      box-sizing: border-box;\n    }\n\n    .nvr-hero-header {\n      text-align: center;\n      padding: 44px 24px;\n      background: linear-gradient(135deg, #0B192C 0%, #1E3E62 100%);\n      color: #FFFFFF;\n      border-radius: var(--radius-lg);\n      margin-bottom: 35px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .nvr-badge {\n      display: inline-block;\n      background: rgba(255, 255, 255, 0.15);\n      backdrop-filter: blur(8px);\n      color: #E2E8F0;\n      font-size: 0.8rem;\n      font-weight: 600;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      padding: 6px 16px;\n      border-radius: 50px;\n      border: 1px solid rgba(255, 255, 255, 0.2);\n      margin-bottom: 16px;\n    }\n\n    .nvr-hero-title {\n      font-size: clamp(1.8rem, 4vw, 2.75rem);\n      font-weight: 700;\n      line-height: 1.25;\n      margin: 0 0 16px 0;\n      letter-spacing: -0.5px;\n      color: #FFFFFF;\n    }\n\n    .nvr-hero-subtitle {\n      font-size: clamp(0.98rem, 2vw, 1.2rem);\n      color: #94A3B8;\n      max-width: 760px;\n      margin: 0 auto;\n      font-weight: 400;\n      line-height: 1.65;\n    }\n\n    .nvr-main-banner {\n      width: 100%;\n      margin-bottom: 40px;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n      border: 1px solid var(--silver-border);\n      background: var(--bg-light);\n    }\n\n    .nvr-main-banner img {\n      width: 100%;\n      height: auto;\n      display: block;\n      transition: transform 0.5s ease;\n    }\n\n    .nvr-main-banner:hover img {\n      transform: scale(1.015);\n    }\n\n    .nvr-section-heading {\n      text-align: center;\n      margin: 50px 0 32px 0;\n    }\n\n    .nvr-section-heading h2 {\n      font-size: 1.75rem;\n      font-weight: 700;\n      color: var(--primary-navy);\n      margin: 0 0 8px 0;\n      letter-spacing: -0.5px;\n    }\n\n    .nvr-section-heading p {\n      color: var(--text-muted);\n      font-size: 1rem;\n      margin: 0;\n    }\n\n    .nvr-features-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 20px;\n      margin-bottom: 50px;\n    }\n\n    .nvr-feature-card {\n      background: var(--bg-card);\n      border: 1px solid var(--silver-border);\n      border-radius: var(--radius-md);\n      padding: 28px 24px;\n      box-shadow: var(--shadow-sm);\n      transition: all 0.3s ease;\n      display: flex;\n      flex-direction: column;\n      position: relative;\n    }\n\n    .nvr-feature-card:hover {\n      transform: translateY(-4px);\n      box-shadow: var(--shadow-lg);\n      border-color: #CBD5E1;\n    }\n\n    .nvr-feature-icon {\n      width: 48px;\n      height: 48px;\n      border-radius: 10px;\n      background: #F1F5F9;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 18px;\n      color: var(--primary-navy);\n    }\n\n    .nvr-feature-card h3 {\n      font-size: 1.05rem;\n      font-weight: 700;\n      color: var(--primary-navy);\n      margin: 0 0 10px 0;\n      line-height: 1.35;\n      letter-spacing: -0.2px;\n      text-transform: uppercase;\n    }\n\n    .nvr-feature-card p {\n      font-size: 0.92rem;\n      color: var(--text-muted);\n      margin: 0;\n      line-height: 1.55;\n    }\n\n    .nvr-story-row {\n      display: flex;\n      align-items: center;\n      gap: 40px;\n      margin-bottom: 50px;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 30px;\n      border: 1px solid var(--silver-border);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .nvr-story-row.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .nvr-story-img {\n      flex: 1;\n      min-width: 280px;\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      border: 1px solid var(--silver-border);\n    }\n\n    .nvr-story-img img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n    }\n\n    .nvr-story-content {\n      flex: 1;\n      min-width: 280px;\n    }\n\n    .nvr-story-tag {\n      font-size: 0.8rem;\n      font-weight: 700;\n      color: #0F172A;\n      background: #E2E8F0;\n      padding: 4px 12px;\n      border-radius: 20px;\n      display: inline-block;\n      margin-bottom: 12px;\n      letter-spacing: 1px;\n    }\n\n    .nvr-story-content h3 {\n      font-size: 1.5rem;\n      font-weight: 700;\n      color: var(--primary-navy);\n      margin: 0 0 14px 0;\n      line-height: 1.3;\n    }\n\n    .nvr-story-content p {\n      font-size: 0.95rem;\n      color: var(--text-muted);\n      margin-bottom: 14px;\n      line-height: 1.6;\n    }\n\n    .nvr-story-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    .nvr-usecases-section {\n      background: var(--bg-light);\n      padding: 40px 30px;\n      border-radius: var(--radius-lg);\n      margin-bottom: 50px;\n      border: 1px solid var(--silver-border);\n    }\n\n    .nvr-usecases-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 16px;\n      margin-top: 25px;\n    }\n\n    .nvr-usecase-item {\n      background: #FFFFFF;\n      padding: 20px;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--silver-border);\n    }\n\n    .nvr-usecase-item h4 {\n      margin: 0 0 8px 0;\n      font-size: 1rem;\n      color: var(--primary-navy);\n      font-weight: 700;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .nvr-usecase-item p {\n      margin: 0;\n      font-size: 0.88rem;\n      color: var(--text-muted);\n      line-height: 1.5;\n    }\n\n    .nvr-trust-bar {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 20px;\n      background: var(--primary-navy);\n      color: #FFFFFF;\n      padding: 30px;\n      border-radius: var(--radius-lg);\n      text-align: center;\n    }\n\n    .nvr-trust-item {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .nvr-trust-item svg {\n      width: 32px;\n      height: 32px;\n      stroke: var(--accent-silver);\n    }\n\n    .nvr-trust-item h5 {\n      margin: 0;\n      font-size: 0.95rem;\n      font-weight: 600;\n      color: #FFFFFF;\n    }\n\n    .nvr-trust-item p {\n      margin: 0;\n      font-size: 0.8rem;\n      color: #94A3B8;\n    }\n\n    @media (max-width: 768px) {\n      .nvr-story-row, .nvr-story-row.reverse {\n        flex-direction: column;\n        padding: 20px;\n      }\n      .nvr-hero-header {\n        padding: 30px 15px;\n      }\n      .nvr-features-grid {\n        grid-template-columns: 1fr;\n      }\n      .nvr-usecases-section {\n        padding: 25px 15px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"nvr-hero-header\"\u003e\n    \u003cspan class=\"nvr-badge\"\u003eArchitectural Personal Cinema\u003c\/span\u003e\n    \u003ch1 class=\"nvr-hero-title\"\u003ePut The Screen Where Your Life Happens\u003c\/h1\u003e\n    \u003cp class=\"nvr-hero-subtitle\"\u003eA projector should make a room feel more flexible—not more complicated. Noviraryn™ pairs a 180° folding optical wing with room-filling stereo audio into a sculpted architectural object that elevates your interior spaces.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-main-banner\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/1_b5084aae-a1aa-4afd-a8ce-b62626b25474.png?v=1790184837\" alt=\"Noviraryn Fold-Flat Mini Projector Architectural Design Overview\" loading=\"eager\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-section-heading\"\u003e\n    \u003ch2\u003eWhy Noviraryn™ Redefines Home Entertainment\u003c\/h2\u003e\n    \u003cp\u003eA harmonious balance of folding optical precision, room-filling sound, and decor-first design.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-features-grid\"\u003e\n    \u003c!-- Pillar 1 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M7 17L17 7\"\u003e\u003c\/path\u003e\u003cpolyline points=\"7 7 17 7 17 17\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003ePut The Screen Anywhere\u003c\/h3\u003e\n      \u003cp\u003eThe pivoting optical wing lets you aim the image toward a wall, across the room, or straight up toward the ceiling while the weighted base stays planted—no tripods needed.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 2 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 3v18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eFold It Closed. Leave It Out.\u003c\/h3\u003e\n      \u003cp\u003eWhen folded into the body, the lens is completely protected and the unit becomes a clean architectural object with deep navy matte surfaces and a brushed-silver spine.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 3 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v8\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eZero-Frustration Alignment\u003c\/h3\u003e\n      \u003cp\u003eAutomatic focus and image alignment settle the picture instantly whenever the optical wing is moved or tilted. Changing rooms feels like repositioning a lamp.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 4 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\"\u003e\u003c\/polygon\u003e\u003cpath d=\"M19.07 4.93a10 10 0 0 1 0 14.14\"\u003e\u003c\/path\u003e\u003cpath d=\"M15.54 8.46a5 5 0 0 1 0 7.07\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eRoom-Filling Stereo Audio\u003c\/h3\u003e\n      \u003cp\u003eA wider acoustic lower chamber houses forward-facing stereo speakers that give movies and streaming rich presence without connecting external speakers.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 5 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eFurniture-Grade Aesthetic\u003c\/h3\u003e\n      \u003cp\u003eCrafted to complement modern interiors, featuring a weighted base, tactile metal top dial, magnetic remote storage slot, and quiet rear-directed cooling airflow.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 6 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eTurn Nights Into Shared Memories\u003c\/h3\u003e\n      \u003cp\u003eProject a movie above your bed or create a game-night screen in the living room. Compact flexibility makes it an extraordinary gift for housewarmings and holidays.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-story-row\"\u003e\n    \u003cdiv class=\"nvr-story-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/2_a45b5b4f-9841-41d3-a538-53f42d6dbb18.png?v=1790184837\" alt=\"Noviraryn Folding Optical Wing for Wall and Ceiling Projection\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-story-content\"\u003e\n      \u003cspan class=\"nvr-story-tag\"\u003eFOLD-FLAT OPTICAL STRUCTURE\u003c\/span\u003e\n      \u003ch3\u003e180° Pivoting Lens. Seamless Ceiling Projection.\u003c\/h3\u003e\n      \u003cp\u003eTraditional projectors force you to balance them on stacks of books or mount them permanently to ceilings. Noviraryn™ introduces a folding optical wing that lifts and pivots across a smooth 180° range.\u003c\/p\u003e\n      \u003cp\u003eAim it straight ahead for living room cinema nights, or tilt it seamlessly upward for relaxed bed-side ceiling viewing. When you finish, fold it completely flat to protect the lens inside the body.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-story-row reverse\"\u003e\n    \u003cdiv class=\"nvr-story-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/3_04d87cfb-e0bb-4a62-a0d2-a6078f6c3cb7.png?v=1790184837\" alt=\"Noviraryn Stereo Acoustic Chamber Base and Tactile Control Dial\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-story-content\"\u003e\n      \u003cspan class=\"nvr-story-tag\"\u003eACOUSTIC BASE \u0026amp; TACTILE CONTROL\u003c\/span\u003e\n      \u003ch3\u003eIntegrated Stereo Sound \u0026amp; Effortless Control\u003c\/h3\u003e\n      \u003cp\u003eThe lower base isn't just a anchor—it houses a dedicated acoustic chamber with forward-facing stereo speakers, delivering rich, clear sound without messy wires or extra speaker setups.\u003c\/p\u003e\n      \u003cp\u003eA tactile metal dial on top offers instant physical control over volume and brightness, while a magnetic remote rests in a dedicated body slot to keep your entertainment space tidy.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-usecases-section\"\u003e\n    \u003cdiv style=\"text-align: center; max-width: 600px; margin: 0 auto;\"\u003e\n      \u003ch3 style=\"margin: 0 0 10px 0; font-size: 1.4rem; color: var(--primary-navy);\"\u003eSeamless Entertainment Across Daily Moments\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; color: var(--text-muted); font-size: 0.95rem;\"\u003eDesigned for modern apartments, bedrooms, home offices, and casual gatherings.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nvr-usecases-grid\"\u003e\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e🛋️ Living Room Cinema\u003c\/h4\u003e\n        \u003cp\u003eCreate a massive movie screen on demand without permanently hanging a heavy television on your wall.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e🌙 Bedroom Ceiling Streaming\u003c\/h4\u003e\n        \u003cp\u003eLie back and project directly onto your ceiling without rearranging furniture or balancing unstable tripods.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e💻 Home Office Presentations\u003c\/h4\u003e\n        \u003cp\u003eTurn any blank wall into an instant casual workspace or presentation surface with quick USB-C connection.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e🎁 Thoughtful Modern Gift\u003c\/h4\u003e\n        \u003cp\u003eAn ideal present for housewarmings, first apartments, graduations, or holidays—combining high tech with design appeal.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-trust-bar\"\u003e\n    \u003cdiv class=\"nvr-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M7 17L17 7\"\u003e\u003c\/path\u003e\u003cpolyline points=\"7 7 17 7 17 17\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003ch5\u003ePivoting Lens Wing\u003c\/h5\u003e\n      \u003cp\u003e180° wall-to-ceiling flexibility\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v8\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003ch5\u003eAuto Focus \u0026amp; Keystone\u003c\/h5\u003e\n      \u003cp\u003eInstant picture alignment\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpolygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\"\u003e\u003c\/polygon\u003e\u003cpath d=\"M19.07 4.93a10 10 0 0 1 0 14.14\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003ch5\u003eStereo Acoustic Base\u003c\/h5\u003e\n      \u003cp\u003eBuilt-in room-filling sound\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":56157651206516,"sku":"Noviraryn-13","price":99.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/c9f9a3bf-2b89-4b1d-8ed9-5175a04a8f58.png?v=1790184833"},{"product_id":"noviraryn™-camera-free-home-care-station-with-activity-awareness-and-one-touch-family-check-in","title":"Noviraryn™ Camera-Free Home Care Station with Activity Awareness and One-Touch Family Check-In","description":"\u003cstyle\u003e\n  \/* Base Reset for the module *\/\n  .nv-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    line-height: 1.6;\n    color: #333333;\n    max-width: 1000px;\n    margin: 0 auto;\n    padding: 20px 0;\n    box-sizing: border-box;\n  }\n  .nv-wrapper * {\n    box-sizing: border-box;\n  }\n  .nv-wrapper img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 12px;\n  }\n  \n  \/* Typography *\/\n  .nv-wrapper h2 {\n    font-size: 28px;\n    color: #1A2C4D; \/* Deep Navy *\/\n    font-weight: 700;\n    margin-bottom: 20px;\n    line-height: 1.3;\n    letter-spacing: -0.5px;\n  }\n  .nv-wrapper h3 {\n    font-size: 22px;\n    color: #1A2C4D;\n    font-weight: 600;\n    margin-bottom: 16px;\n    margin-top: 0;\n  }\n  .nv-wrapper p {\n    font-size: 16px;\n    color: #4A5568;\n    margin-bottom: 20px;\n  }\n  \n  \/* Hero Section *\/\n  .nv-hero {\n    text-align: center;\n    padding: 40px 20px;\n    background-color: #F8F9FA;\n    border-radius: 16px;\n    margin-bottom: 40px;\n  }\n  .nv-hero h2 {\n    font-size: 32px;\n    max-width: 800px;\n    margin: 0 auto 20px auto;\n  }\n  .nv-hero p {\n    font-size: 18px;\n    max-width: 700px;\n    margin: 0 auto 30px auto;\n  }\n  \n  \/* Split Sections (Image + Text) *\/\n  .nv-split {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-bottom: 60px;\n  }\n  .nv-split.reverse {\n    flex-direction: row-reverse;\n  }\n  .nv-split-content {\n    flex: 1;\n  }\n  .nv-split-image {\n    flex: 1;\n  }\n  .nv-split-image img {\n    box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n  }\n\n  \/* Full Width Banner *\/\n  .nv-banner {\n    margin-bottom: 60px;\n  }\n  .nv-banner img {\n    width: 100%;\n    border-radius: 16px;\n    box-shadow: 0 15px 40px rgba(26, 44, 77, 0.1);\n  }\n\n  \/* Highlights Grid *\/\n  .nv-highlights-title {\n    text-align: center;\n    font-size: 28px;\n    color: #1A2C4D;\n    margin: 60px 0 40px 0;\n    font-weight: 700;\n  }\n  .nv-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 24px;\n    margin-bottom: 40px;\n  }\n  .nv-card {\n    background: #FFFFFF;\n    border: 1px solid #E2E8F0;\n    border-radius: 12px;\n    padding: 30px;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n  .nv-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 12px 24px rgba(0,0,0,0.06);\n  }\n  .nv-icon {\n    font-size: 28px;\n    color: #D4AF37; \/* Warm accent color *\/\n    margin-bottom: 16px;\n    display: inline-block;\n  }\n  .nv-card h4 {\n    font-size: 18px;\n    color: #1A2C4D;\n    margin: 0 0 12px 0;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n  .nv-card p {\n    font-size: 15px;\n    margin: 0;\n    color: #4A5568;\n  }\n\n  \/* Gift Section *\/\n  .nv-gift-section {\n    background-color: #1A2C4D;\n    color: #FFFFFF;\n    padding: 50px 30px;\n    border-radius: 16px;\n    text-align: center;\n    margin-top: 40px;\n  }\n  .nv-gift-section h3 {\n    color: #FFFFFF;\n    font-size: 26px;\n  }\n  .nv-gift-section p {\n    color: #E2E8F0;\n    font-size: 18px;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 768px) {\n    .nv-hero h2 {\n      font-size: 24px;\n    }\n    .nv-hero p {\n      font-size: 16px;\n    }\n    .nv-split, .nv-split.reverse {\n      flex-direction: column;\n      gap: 30px;\n      margin-bottom: 40px;\n    }\n    .nv-grid {\n      grid-template-columns: 1fr;\n    }\n    .nv-gift-section {\n      padding: 40px 20px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"nv-wrapper\"\u003e\n\n  \u003c!-- Hero Section --\u003e\n  \u003cdiv class=\"nv-hero\"\u003e\n    \u003ch2\u003eIndependence feels better when reassurance does not have to look like surveillance.\u003c\/h2\u003e\n    \u003cp\u003eThe \u003cstrong\u003eNoviraryn™ Camera-Free Home Care Station\u003c\/strong\u003e is designed for older adults who want to continue living comfortably in their own space—and for families who want a gentler way to stay connected without placing cameras throughout the home.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Hero Image --\u003e\n  \u003cdiv class=\"nv-banner\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/1_f6d260fb-3472-4864-945e-2f9d00d029f5.png?v=1790184911\" alt=\"Noviraryn Camera-Free Home Care Station\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature Split 1 --\u003e\n  \u003cdiv class=\"nv-split\"\u003e\n    \u003cdiv class=\"nv-split-content\"\u003e\n      \u003ch3\u003eQuiet Observation, Total Privacy\u003c\/h3\u003e\n      \u003cp\u003eRather than using a lens or wearable device, the system is built around a sculptural tabletop station that quietly observes general room activity through \u003cstrong\u003ecamera-free presence and movement sensing\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003cp\u003eIt can help recognize everyday patterns such as someone entering a room, moving through a living space, or remaining inactive for an unusually long period. When a predefined situation deserves attention, the station can provide a local check-in prompt or send a notification to selected family members or caregivers.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nv-split-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/2_9ac9738f-d3a0-4305-ad58-19360ee29497.png?v=1790184911\" alt=\"Noviraryn Tabletop Design\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature Split 2 (Reversed) --\u003e\n  \u003cdiv class=\"nv-split reverse\"\u003e\n    \u003cdiv class=\"nv-split-content\"\u003e\n      \u003ch3\u003ePremium Home Technology, Not Medical Equipment\u003c\/h3\u003e\n      \u003cp\u003eThe physical design intentionally avoids the clinical appearance associated with traditional senior-care equipment. A softly curved brushed-silver frame surrounds a deep navy central body, while a warm horizontal light element creates an approachable visual presence.\u003c\/p\u003e\n      \u003cp\u003eThe materials reinforce that sense of dignity. Brushed metal, matte navy surfaces, soft-touch controls, and an uncluttered interface make the station feel like premium home technology designed to sit naturally on a bedside table, hallway console, or living-room shelf.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nv-split-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/3_9435ca99-340b-4340-8dfd-3dd1619c676d.png?v=1790184911\" alt=\"Noviraryn Premium Details\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Text Section: Interaction \u0026 Routines --\u003e\n  \u003cdiv style=\"background: #F8F9FA; padding: 40px; border-radius: 16px; margin-bottom: 60px;\"\u003e\n    \u003ch3\u003eIntuitive Interaction \u0026amp; Gentle Routines\u003c\/h3\u003e\n    \u003cp\u003eThe center of the station features a large tactile check-in surface. A simple press can confirm “I’m okay” after a reminder, acknowledge a family message, or begin a call with a selected contact. The interaction is deliberately physical and easy to understand, reducing the need to navigate a small touchscreen.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eIntegrated Voice Communication:\u003c\/strong\u003e An older adult can answer a family check-in or speak with a trusted contact without locating a phone first. Family members can send a simple message that appears through light, sound, or spoken playback.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eScheduled Support:\u003c\/strong\u003e A morning check-in can provide a gentle reminder to confirm the day has started. In the evening, the light and sound can automatically become softer so the room still feels calm.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Core Selling Points --\u003e\n  \u003ch2 class=\"nv-highlights-title\"\u003eWhy Families Love Noviraryn™\u003c\/h2\u003e\n  \u003cdiv class=\"nv-grid\"\u003e\n    \n    \u003cdiv class=\"nv-card\"\u003e\n      \u003cdiv class=\"nv-icon\"\u003e◉\u003c\/div\u003e\n      \u003ch4\u003eReassurance Without a Camera\u003c\/h4\u003e\n      \u003cp\u003eCamera-free room awareness helps families stay informed about general activity while giving older adults more privacy in their own home. It feels less like monitoring and more like thoughtful household support.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nv-card\"\u003e\n      \u003cdiv class=\"nv-icon\"\u003e✋\u003c\/div\u003e\n      \u003ch4\u003eOne Touch Can Say “I’m Okay”\u003c\/h4\u003e\n      \u003cp\u003eA large tactile check-in control keeps everyday communication simple. Confirm a reminder, acknowledge a family message, or start a trusted contact interaction without navigating complicated menus.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nv-card\"\u003e\n      \u003cdiv class=\"nv-icon\"\u003e☾\u003c\/div\u003e\n      \u003ch4\u003eA Softer Way Through the Night\u003c\/h4\u003e\n      \u003cp\u003eA discreet floor-level guidance light can illuminate nearby walking space when movement is detected after dark, helping nighttime routines feel calmer without flooding the room with bright overhead light.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nv-card\"\u003e\n      \u003cdiv class=\"nv-icon\"\u003e⌂\u003c\/div\u003e\n      \u003ch4\u003eDesigned for Independent Living\u003c\/h4\u003e\n      \u003cp\u003ePlace it beside the bed, in a living room, kitchen, or in-law suite. The experience is designed around real routines rather than forcing older adults to wear or carry another device all day.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nv-card\"\u003e\n      \u003cdiv class=\"nv-icon\"\u003e◆\u003c\/div\u003e\n      \u003ch4\u003ePremium Design, Not Medical\u003c\/h4\u003e\n      \u003cp\u003eDeep navy surfaces, brushed-silver framing, soft illumination, and an uncluttered interface give the station the presence of premium home electronics instead of institutional care hardware.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nv-card\"\u003e\n      \u003cdiv class=\"nv-icon\"\u003e♡\u003c\/div\u003e\n      \u003ch4\u003eStay Close, Keep Independence\u003c\/h4\u003e\n      \u003cp\u003eCreates a gentler connection between older adults and the people who care about them. Physical microphone controls provide an immediate way to mute voice functions when privacy is preferred.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- Gift \u0026 Conclusion Section --\u003e\n  \u003cdiv class=\"nv-gift-section\"\u003e\n    \u003ch3\u003eThe Perfect Gift of Peace of Mind\u003c\/h3\u003e\n    \u003cp\u003eThe Noviraryn™ fits a wide range of real American households. As a gift, it carries emotional weight without feeling overly personal or clinical. For a parent moving into a new home, a milestone birthday, a holiday, or a family member beginning to live more independently, it communicates something simple: \u003cstrong\u003estay independent, stay connected, and make it easier to reach the people who care about you.\u003c\/strong\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":56157651239284,"sku":"Noviraryn-14","price":89.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/c08c47ae-d71d-42ce-85fc-355fb17d2c3b.png?v=1790184907"},{"product_id":"noviraryn™-dual-zone-smart-fan-with-pivoting-airflow-wings-and-low-profile-console-base","title":"Noviraryn™ Dual-Zone Smart Fan with Pivoting Airflow Wings and Low-Profile Console Base","description":"\u003cstyle\u003e\n  \/* Base Reset for the module *\/\n  .nv-fan-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    line-height: 1.6;\n    color: #333333;\n    max-width: 1000px;\n    margin: 0 auto;\n    padding: 20px 0;\n    box-sizing: border-box;\n  }\n  .nv-fan-wrapper * {\n    box-sizing: border-box;\n  }\n  .nv-fan-wrapper img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 12px;\n  }\n  \n  \/* Typography *\/\n  .nv-fan-wrapper h2 {\n    font-size: 28px;\n    color: #1A2C4D; \/* Deep Navy *\/\n    font-weight: 700;\n    margin-bottom: 20px;\n    line-height: 1.3;\n    letter-spacing: -0.5px;\n  }\n  .nv-fan-wrapper h3 {\n    font-size: 22px;\n    color: #1A2C4D;\n    font-weight: 600;\n    margin-bottom: 16px;\n    margin-top: 0;\n  }\n  .nv-fan-wrapper p {\n    font-size: 16px;\n    color: #4A5568;\n    margin-bottom: 20px;\n  }\n  \n  \/* Hero Section *\/\n  .nv-fan-hero {\n    text-align: center;\n    padding: 40px 20px;\n    background-color: #F8F9FA;\n    border-radius: 16px;\n    margin-bottom: 40px;\n  }\n  .nv-fan-hero h2 {\n    font-size: 32px;\n    max-width: 800px;\n    margin: 0 auto 20px auto;\n  }\n  .nv-fan-hero p {\n    font-size: 18px;\n    max-width: 700px;\n    margin: 0 auto 30px auto;\n  }\n  \n  \/* Split Sections (Image + Text) *\/\n  .nv-fan-split {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-bottom: 60px;\n  }\n  .nv-fan-split.reverse {\n    flex-direction: row-reverse;\n  }\n  .nv-fan-split-content {\n    flex: 1;\n  }\n  .nv-fan-split-image {\n    flex: 1;\n  }\n  .nv-fan-split-image img {\n    box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n  }\n\n  \/* Full Width Banner *\/\n  .nv-fan-banner {\n    margin-bottom: 60px;\n  }\n  .nv-fan-banner img {\n    width: 100%;\n    border-radius: 16px;\n    box-shadow: 0 15px 40px rgba(26, 44, 77, 0.1);\n  }\n\n  \/* Highlights Grid *\/\n  .nv-fan-highlights-title {\n    text-align: center;\n    font-size: 28px;\n    color: #1A2C4D;\n    margin: 60px 0 40px 0;\n    font-weight: 700;\n  }\n  .nv-fan-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 24px;\n    margin-bottom: 40px;\n  }\n  .nv-fan-card {\n    background: #FFFFFF;\n    border: 1px solid #E2E8F0;\n    border-radius: 12px;\n    padding: 30px;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n  .nv-fan-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 12px 24px rgba(0,0,0,0.06);\n  }\n  .nv-fan-icon {\n    font-size: 28px;\n    color: #D4AF37; \/* Warm accent color *\/\n    margin-bottom: 16px;\n    display: inline-block;\n  }\n  .nv-fan-card h4 {\n    font-size: 18px;\n    color: #1A2C4D;\n    margin: 0 0 12px 0;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n  .nv-fan-card p {\n    font-size: 15px;\n    margin: 0;\n    color: #4A5568;\n  }\n\n  \/* Gift \u0026 Conclusion Section *\/\n  .nv-fan-gift-section {\n    background-color: #1A2C4D;\n    color: #FFFFFF;\n    padding: 50px 30px;\n    border-radius: 16px;\n    text-align: center;\n    margin-top: 40px;\n  }\n  .nv-fan-gift-section h3 {\n    color: #FFFFFF;\n    font-size: 26px;\n  }\n  .nv-fan-gift-section p {\n    color: #E2E8F0;\n    font-size: 18px;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 768px) {\n    .nv-fan-hero h2 {\n      font-size: 24px;\n    }\n    .nv-fan-hero p {\n      font-size: 16px;\n    }\n    .nv-fan-split, .nv-fan-split.reverse {\n      flex-direction: column;\n      gap: 30px;\n      margin-bottom: 40px;\n    }\n    .nv-fan-grid {\n      grid-template-columns: 1fr;\n    }\n    .nv-fan-gift-section {\n      padding: 40px 20px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"nv-fan-wrapper\"\u003e\n\n  \u003c!-- Hero Section --\u003e\n  \u003cdiv class=\"nv-fan-hero\"\u003e\n    \u003ch2\u003eCooling a room should not mean placing a large appliance in the middle of it.\u003c\/h2\u003e\n    \u003cp\u003eThe \u003cstrong\u003eNoviraryn™ Dual-Zone Smart Fan\u003c\/strong\u003e is designed for modern homes where comfort, flexibility, and interior design matter equally.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Hero Image --\u003e\n  \u003cdiv class=\"nv-fan-banner\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/1_2476bcd6-6b6a-4a3d-9ae9-b90480477100.png?v=1790184976\" alt=\"Noviraryn Dual-Zone Smart Fan\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature Split 1 --\u003e\n  \u003cdiv class=\"nv-fan-split\"\u003e\n    \u003cdiv class=\"nv-fan-split-content\"\u003e\n      \u003ch3\u003eTwo Independent Airflow Wings\u003c\/h3\u003e\n      \u003cp\u003eInstead of using a traditional circular fan head or tall tower, the product is built around a low-profile console base with two slim airflow wings rising from each side. Each wing can pivot independently, allowing air to be directed toward two different areas of the room at the same time.\u003c\/p\u003e\n      \u003cp\u003eOne person can enjoy a stronger breeze on the sofa while another receives gentler airflow at a nearby reading chair, desk, or dining seat.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nv-fan-split-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/2_f397d620-6a06-45de-8117-8cb458b4f468.png?v=1790184976\" alt=\"Noviraryn Dual-Zone Airflow\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature Split 2 (Reversed) --\u003e\n  \u003cdiv class=\"nv-fan-split reverse\"\u003e\n    \u003cdiv class=\"nv-fan-split-content\"\u003e\n      \u003ch3\u003eArchitectural Form \u0026amp; Premium Materials\u003c\/h3\u003e\n      \u003cp\u003eThe structure changes how a fan fits into the home. Its deep navy base sits low against a wall, beneath a window, beside a media console, or at the edge of a home office without visually dividing the room.\u003c\/p\u003e\n      \u003cp\u003eBrushed-silver structural edges give the product an architectural quality, while the two narrow airflow wings remain visually lighter than a conventional fan cage or oversized tower.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nv-fan-split-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/3_4bea69d9-caf7-4950-afe5-cca62210a33f.png?v=1790184976\" alt=\"Noviraryn Architectural Design\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Text Section: Control \u0026 Adaptability --\u003e\n  \u003cdiv style=\"background: #F8F9FA; padding: 40px; border-radius: 16px; margin-bottom: 60px;\"\u003e\n    \u003ch3\u003eIntuitive Control \u0026amp; Everyday Adaptability\u003c\/h3\u003e\n    \u003cp\u003eEveryday control stays intentionally simple. A recessed metal dial on the center of the base provides immediate access to airflow strength and operating mode. A small low-glare status display shows essential information without becoming another bright screen in the room.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eCustomized Comfort:\u003c\/strong\u003e Connected controls can be used for schedules, timers, independent left-and-right airflow settings, and temperature-responsive operation when more customization is desired.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eFoldable Design:\u003c\/strong\u003e When airflow is not needed, the two wings fold inward toward the body, reducing the product’s visual presence and protecting the outlet surfaces so it reads more like compact home equipment.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Core Selling Points --\u003e\n  \u003ch2 class=\"nv-fan-highlights-title\"\u003eWhy Modern Homes Love Noviraryn™\u003c\/h2\u003e\n  \u003cdiv class=\"nv-fan-grid\"\u003e\n    \n    \u003cdiv class=\"nv-fan-card\"\u003e\n      \u003cdiv class=\"nv-fan-icon\"\u003e↔\u003c\/div\u003e\n      \u003ch4\u003eTwo People. Two Different Breezes.\u003c\/h4\u003e\n      \u003cp\u003eIndependent airflow wings let each side of the room receive its own direction and intensity. Shared spaces become more comfortable without forcing everyone to use the same fan setting.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nv-fan-card\"\u003e\n      \u003cdiv class=\"nv-fan-icon\"\u003e↗\u003c\/div\u003e\n      \u003ch4\u003eDirect the Air—Not the Whole Machine.\u003c\/h4\u003e\n      \u003cp\u003eEach slim wing pivots independently, so airflow can move from desk to sofa, bed to reading chair, or across an open room while the weighted base stays exactly where it belongs.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nv-fan-card\"\u003e\n      \u003cdiv class=\"nv-fan-icon\"\u003e◎\u003c\/div\u003e\n      \u003ch4\u003eComfort That Fits Your Routine\u003c\/h4\u003e\n      \u003cp\u003eUse quick physical controls for everyday adjustments, then set timers, schedules, or separate airflow behavior when you want a more personalized experience.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nv-fan-card\"\u003e\n      \u003cdiv class=\"nv-fan-icon\"\u003e⌂\u003c\/div\u003e\n      \u003ch4\u003eBuilt for Real Shared Spaces\u003c\/h4\u003e\n      \u003cp\u003eBedrooms, home offices, living rooms, apartments, and gathering areas all benefit from two-direction airflow. It adapts especially well to spaces where people sit in different parts of the room.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nv-fan-card\"\u003e\n      \u003cdiv class=\"nv-fan-icon\"\u003e◆\u003c\/div\u003e\n      \u003ch4\u003eA Fan You Don't Need to Hide\u003c\/h4\u003e\n      \u003cp\u003eDeep navy surfaces, brushed-silver structure, concealed air intake, and folding airflow wings give the product a refined architectural presence instead of seasonal utility equipment.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nv-fan-card\"\u003e\n      \u003cdiv class=\"nv-fan-icon\"\u003e♡\u003c\/div\u003e\n      \u003ch4\u003ePersonal Comfort Feels More Thoughtful\u003c\/h4\u003e\n      \u003cp\u003eDifferent people rarely want exactly the same breeze. Giving each side of the room more control makes relaxation easier—and creates meaningful housewarming and wedding gift value.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- Gift \u0026 Conclusion Section --\u003e\n  \u003cdiv class=\"nv-fan-gift-section\"\u003e\n    \u003ch3\u003eThe Thoughtful Gift of Personal Comfort\u003c\/h3\u003e\n    \u003cp\u003eIt also makes a distinctive gift for a first apartment, new home, wedding, birthday, graduation, or housewarming. Rather than feeling like a basic seasonal appliance, it offers a more thoughtful way to make everyday rooms feel comfortable, organized, and personal: \u003cstrong\u003eenjoy independent comfort, effortless control, and a cleaner aesthetic.\u003c\/strong\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"My Store","offers":[{"title":"Default Title","offer_id":56157653008756,"sku":"Noviraryn-15","price":79.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/ddcf5248-4d76-48d6-a923-0ae9a3f42f72.png?v=1790184974"}],"url":"https:\/\/noviraryn.com\/collections\/frontpage.oembed","provider":"My Store","version":"1.0","type":"link"}