{"title":"Smart Home","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™-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™-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\/smart-home.oembed","provider":"My Store","version":"1.0","type":"link"}