{"title":"Smart Security","description":null,"products":[{"product_id":"noviraryn™-architectural-corner-security-camera-with-dual-angle-view-and-physical-privacy-wing","title":"Noviraryn™ Architectural Corner Security Camera with Dual-Angle View and Physical Privacy Wing","description":"\u003cdiv id=\"noviraryn-pdp\"\u003e\n  \u003cstyle\u003e\n    #noviraryn-pdp {\n      --primary-navy: #0B192C;\n      --secondary-navy: #1E3E62;\n      --accent-silver: #CBD5E1;\n      --silver-border: #E2E8F0;\n      --text-main: #1E293B;\n      --text-muted: #64748B;\n      --bg-light: #F8FAFC;\n      --bg-card: #FFFFFF;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n      --shadow-lg: 0 20px 25px -5px rgba(15, 23, 42, 0.08), 0 10px 10px -5px rgba(15, 23, 42, 0.04);\n      --radius-lg: 18px;\n      --radius-md: 12px;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1000px;\n      margin: 0 auto;\n      padding: 10px;\n      box-sizing: border-box;\n    }\n\n    #noviraryn-pdp * {\n      box-sizing: border-box;\n    }\n\n    .nvr-hero-header {\n      text-align: center;\n      padding: 40px 20px;\n      background: linear-gradient(135deg, #0B192C 0%, #1E3E62 100%);\n      color: #FFFFFF;\n      border-radius: var(--radius-lg);\n      margin-bottom: 35px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .nvr-badge {\n      display: inline-block;\n      background: rgba(255, 255, 255, 0.15);\n      backdrop-filter: blur(8px);\n      color: #E2E8F0;\n      font-size: 0.8rem;\n      font-weight: 600;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      padding: 6px 16px;\n      border-radius: 50px;\n      border: 1px solid rgba(255, 255, 255, 0.2);\n      margin-bottom: 16px;\n    }\n\n    .nvr-hero-title {\n      font-size: clamp(1.8rem, 4vw, 2.8rem);\n      font-weight: 700;\n      line-height: 1.25;\n      margin: 0 0 16px 0;\n      letter-spacing: -0.5px;\n      color: #FFFFFF;\n    }\n\n    .nvr-hero-subtitle {\n      font-size: clamp(1rem, 2vw, 1.25rem);\n      color: #94A3B8;\n      max-width: 750px;\n      margin: 0 auto;\n      font-weight: 400;\n      line-height: 1.6;\n    }\n\n    .nvr-main-banner {\n      width: 100%;\n      margin-bottom: 40px;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n      border: 1px solid var(--silver-border);\n      background: var(--bg-light);\n    }\n\n    .nvr-main-banner img {\n      width: 100%;\n      height: auto;\n      display: block;\n      transition: transform 0.5s ease;\n    }\n\n    .nvr-main-banner:hover img {\n      transform: scale(1.015);\n    }\n\n    .nvr-section-heading {\n      text-align: center;\n      margin: 50px 0 30px 0;\n    }\n\n    .nvr-section-heading h2 {\n      font-size: 1.75rem;\n      font-weight: 700;\n      color: var(--primary-navy);\n      margin: 0 0 8px 0;\n      letter-spacing: -0.5px;\n    }\n\n    .nvr-section-heading p {\n      color: var(--text-muted);\n      font-size: 1rem;\n      margin: 0;\n    }\n\n    .nvr-features-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 20px;\n      margin-bottom: 50px;\n    }\n\n    .nvr-feature-card {\n      background: var(--bg-card);\n      border: 1px solid var(--silver-border);\n      border-radius: var(--radius-md);\n      padding: 28px 24px;\n      box-shadow: var(--shadow-sm);\n      transition: all 0.3s ease;\n      display: flex;\n      flex-direction: column;\n      position: relative;\n    }\n\n    .nvr-feature-card:hover {\n      transform: translateY(-4px);\n      box-shadow: var(--shadow-lg);\n      border-color: #CBD5E1;\n    }\n\n    .nvr-feature-icon {\n      width: 48px;\n      height: 48px;\n      border-radius: 10px;\n      background: #F1F5F9;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 18px;\n      color: var(--primary-navy);\n    }\n\n    .nvr-feature-card h3 {\n      font-size: 1.05rem;\n      font-weight: 700;\n      color: var(--primary-navy);\n      margin: 0 0 10px 0;\n      line-height: 1.35;\n      letter-spacing: -0.2px;\n      text-transform: uppercase;\n    }\n\n    .nvr-feature-card p {\n      font-size: 0.92rem;\n      color: var(--text-muted);\n      margin: 0;\n      line-height: 1.55;\n    }\n\n    .nvr-story-row {\n      display: flex;\n      align-items: center;\n      gap: 40px;\n      margin-bottom: 50px;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 30px;\n      border: 1px solid var(--silver-border);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .nvr-story-row.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .nvr-story-img {\n      flex: 1;\n      min-width: 280px;\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      border: 1px solid var(--silver-border);\n    }\n\n    .nvr-story-img img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n    }\n\n    .nvr-story-content {\n      flex: 1;\n      min-width: 280px;\n    }\n\n    .nvr-story-tag {\n      font-size: 0.8rem;\n      font-weight: 700;\n      color: #0F172A;\n      background: #E2E8F0;\n      padding: 4px 12px;\n      border-radius: 20px;\n      display: inline-block;\n      margin-bottom: 12px;\n      letter-spacing: 1px;\n    }\n\n    .nvr-story-content h3 {\n      font-size: 1.5rem;\n      font-weight: 700;\n      color: var(--primary-navy);\n      margin: 0 0 14px 0;\n      line-height: 1.3;\n    }\n\n    .nvr-story-content p {\n      font-size: 0.95rem;\n      color: var(--text-muted);\n      margin-bottom: 14px;\n      line-height: 1.6;\n    }\n\n    .nvr-story-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    .nvr-usecases-section {\n      background: var(--bg-light);\n      padding: 40px 30px;\n      border-radius: var(--radius-lg);\n      margin-bottom: 50px;\n      border: 1px solid var(--silver-border);\n    }\n\n    .nvr-usecases-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 16px;\n      margin-top: 25px;\n    }\n\n    .nvr-usecase-item {\n      background: #FFFFFF;\n      padding: 20px;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--silver-border);\n    }\n\n    .nvr-usecase-item h4 {\n      margin: 0 0 8px 0;\n      font-size: 1rem;\n      color: var(--primary-navy);\n      font-weight: 700;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .nvr-usecase-item p {\n      margin: 0;\n      font-size: 0.88rem;\n      color: var(--text-muted);\n      line-height: 1.5;\n    }\n\n    .nvr-trust-bar {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 20px;\n      background: var(--primary-navy);\n      color: #FFFFFF;\n      padding: 30px;\n      border-radius: var(--radius-lg);\n      text-align: center;\n    }\n\n    .nvr-trust-item {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .nvr-trust-item svg {\n      width: 32px;\n      height: 32px;\n      stroke: var(--accent-silver);\n    }\n\n    .nvr-trust-item h5 {\n      margin: 0;\n      font-size: 0.95rem;\n      font-weight: 600;\n      color: #FFFFFF;\n    }\n\n    .nvr-trust-item p {\n      margin: 0;\n      font-size: 0.8rem;\n      color: #94A3B8;\n    }\n\n    @media (max-width: 768px) {\n      .nvr-story-row, .nvr-story-row.reverse {\n        flex-direction: column;\n        padding: 20px;\n      }\n      .nvr-hero-header {\n        padding: 30px 15px;\n      }\n      .nvr-features-grid {\n        grid-template-columns: 1fr;\n      }\n      .nvr-usecases-section {\n        padding: 25px 15px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"nvr-hero-header\"\u003e\n    \u003cspan class=\"nvr-badge\"\u003eArchitectural Home Security\u003c\/span\u003e\n    \u003ch1 class=\"nvr-hero-title\"\u003eDesigned Around The Room Itself\u003c\/h1\u003e\n    \u003cp class=\"nvr-hero-subtitle\"\u003eMost indoor cameras sit inside a room as obvious objects. Noviraryn™ utilizes the unused 90-degree corner to provide broader, uninterrupted home awareness while blending effortlessly into modern architecture.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-main-banner\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/1_4579e147-0d63-4142-b0cd-15771d01a109.png?v=1790184535\" alt=\"Noviraryn Architectural Corner Security Camera Overview\" loading=\"eager\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-section-heading\"\u003e\n    \u003ch2\u003eWhy Noviraryn™ Redefines Indoor Monitoring\u003c\/h2\u003e\n    \u003cp\u003eA harmonious balance of modern design, dual-angle visibility, and instant physical privacy.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-features-grid\"\u003e\n    \u003c!-- Pillar 1 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"12 2 2 7 12 12 22 7 12 2\"\u003e\u003c\/polygon\u003e\u003cpolyline points=\"2 17 12 22 22 17\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"2 12 12 17 22 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eSee Two Directions Without Waiting\u003c\/h3\u003e\n      \u003cp\u003eTwo fixed viewing directions cover different parts of the room at the same time. You get broader everyday awareness without relying on a rotating camera head.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 2 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eUse The Corner, Keep Room Clean\u003c\/h3\u003e\n      \u003cp\u003eThe slim 90-degree structure turns unused wall space into a practical camera position. Shelves, desks, counters, and side tables stay free for your actual decor.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 3 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 11V7a5 5 0 0 1 10 0v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003ePrivacy Becomes A Physical Action\u003c\/h3\u003e\n      \u003cp\u003eRotate the privacy wing and both camera faces are visibly covered. It creates a clear, reassuring separation between active monitoring and private family time.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 4 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eBuilt For Open, Real-Life Spaces\u003c\/h3\u003e\n      \u003cp\u003eUse it between living room and entry, beside kitchen and dining, or in a multi-zone home office. The dual-angle layout matches how modern rooms connect.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 5 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eArchitectural Hardware Finish\u003c\/h3\u003e\n      \u003cp\u003eDeep navy central surfaces, brushed-silver edges, and a narrow vertical profile help the camera elevate room design instead of visually dominating it.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 6 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eMore Awareness, Less Intrusion\u003c\/h3\u003e\n      \u003cp\u003eStay effortlessly connected when away, check on pets or family, then physically close the camera for emotional comfort and absolute peace of mind.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-story-row\"\u003e\n    \u003cdiv class=\"nvr-story-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/2_ffbc1979-a931-4541-a2f9-10573aa0fdd3.png?v=1790184535\" alt=\"Noviraryn Dual Viewing Angles Concept\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-story-content\"\u003e\n      \u003cspan class=\"nvr-story-tag\"\u003eDUAL-FACING PERSPECTIVE\u003c\/span\u003e\n      \u003ch3\u003eSimultaneous Dual Views. Zero Lag.\u003c\/h3\u003e\n      \u003cp\u003eInstead of a spherical lens, motorized head, or freestanding plastic body, Noviraryn™ uses two narrow angled faces fitted seamlessly into any 90-degree corner.\u003c\/p\u003e\n      \u003cp\u003eTogether, both perspectives give you instant clarity across two distinct room areas without waiting for a motorized camera to rotate. In an open living room, one side watches the entryway while the other monitors the seating area.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-story-row reverse\"\u003e\n    \u003cdiv class=\"nvr-story-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/3_7f459555-3ee0-435c-bbfa-f9707100ac55.png?v=1790184535\" alt=\"Noviraryn Physical Privacy Wing Detail\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-story-content\"\u003e\n      \u003cspan class=\"nvr-story-tag\"\u003eVISIBLE PRIVACY PROTECTION\u003c\/span\u003e\n      \u003ch3\u003ePrivacy Is A Gesture, Not An App Setting\u003c\/h3\u003e\n      \u003cp\u003ePrivacy should be visible rather than abstract. A slim physical privacy wing runs gracefully along the central front edge of the camera.\u003c\/p\u003e\n      \u003cp\u003eWhen rotated into the closed position, it covers both camera faces at once, providing an unmistakable visual signal that lenses are blocked. When friends visit or during private family moments, privacy takes a simple hand movement.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-usecases-section\"\u003e\n    \u003cdiv style=\"text-align: center; max-width: 600px; margin: 0 auto;\"\u003e\n      \u003ch3 style=\"margin: 0 0 10px 0; font-size: 1.4rem; color: var(--primary-navy);\"\u003eSeamlessly Integrated Across Modern Living Spaces\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; color: var(--text-muted); font-size: 0.95rem;\"\u003eDesigned specifically for apartment residents, families, pet owners, and design-conscious homeowners.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nvr-usecases-grid\"\u003e\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e🛋️ Living \u0026amp; Entrance\u003c\/h4\u003e\n        \u003cp\u003eKeep a clear visual on the front doorway while simultaneously monitoring main sofa area seating without cluttering side tables.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e🍳 Kitchen \u0026amp; Dining\u003c\/h4\u003e\n        \u003cp\u003ePosition at the corner boundary so one camera covers main island preparation zones while the second oversees dining spaces.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e💻 Home Office\u003c\/h4\u003e\n        \u003cp\u003eFree up precious desk space. Observe entry doors and hobby equipment areas simultaneously with zero visual distraction.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e🎁 The Thoughtful Gift\u003c\/h4\u003e\n        \u003cp\u003eFor housewarmings, new apartments, or holidays—feels less like handing someone a gadget and more like gifting elevated home awareness.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-trust-bar\"\u003e\n    \u003cdiv class=\"nvr-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003ch5\u003eVisible Physical Privacy\u003c\/h5\u003e\n      \u003cp\u003eInstant mechanical lens closure\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003ch5\u003eSmart Notifications\u003c\/h5\u003e\n      \u003cp\u003ePerson, pet \u0026amp; activity alerts\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003ch5\u003eSlim 90° Fit\u003c\/h5\u003e\n      \u003cp\u003eLeaves counters \u0026amp; shelves clean\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":56157646520692,"sku":"Noviraryn-10","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/dd481e09-e914-44a6-9e52-6a8353d8e66d.png?v=1790184532"},{"product_id":"noviraryn™-modular-home-alert-hub-with-detachable-night-beacon-and-directional-guidance-light","title":"Noviraryn™ Modular Home Alert Hub with Detachable Night Beacon and Directional Guidance Light","description":"\u003cdiv id=\"noviraryn-pdp\"\u003e\n  \u003cstyle\u003e\n    #noviraryn-pdp {\n      --primary-navy: #0B192C;\n      --secondary-navy: #1E3E62;\n      --accent-silver: #CBD5E1;\n      --silver-border: #E2E8F0;\n      --text-main: #1E293B;\n      --text-muted: #64748B;\n      --bg-light: #F8FAFC;\n      --bg-card: #FFFFFF;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n      --shadow-lg: 0 20px 25px -5px rgba(15, 23, 42, 0.08), 0 10px 10px -5px rgba(15, 23, 42, 0.04);\n      --radius-lg: 18px;\n      --radius-md: 12px;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1000px;\n      margin: 0 auto;\n      padding: 10px;\n      box-sizing: border-box;\n    }\n\n    #noviraryn-pdp * {\n      box-sizing: border-box;\n    }\n\n    .nvr-hero-header {\n      text-align: center;\n      padding: 44px 24px;\n      background: linear-gradient(135deg, #0B192C 0%, #1E3E62 100%);\n      color: #FFFFFF;\n      border-radius: var(--radius-lg);\n      margin-bottom: 35px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .nvr-badge {\n      display: inline-block;\n      background: rgba(255, 255, 255, 0.15);\n      backdrop-filter: blur(8px);\n      color: #E2E8F0;\n      font-size: 0.8rem;\n      font-weight: 600;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      padding: 6px 16px;\n      border-radius: 50px;\n      border: 1px solid rgba(255, 255, 255, 0.2);\n      margin-bottom: 16px;\n    }\n\n    .nvr-hero-title {\n      font-size: clamp(1.8rem, 4vw, 2.75rem);\n      font-weight: 700;\n      line-height: 1.25;\n      margin: 0 0 16px 0;\n      letter-spacing: -0.5px;\n      color: #FFFFFF;\n    }\n\n    .nvr-hero-subtitle {\n      font-size: clamp(0.98rem, 2vw, 1.2rem);\n      color: #94A3B8;\n      max-width: 760px;\n      margin: 0 auto;\n      font-weight: 400;\n      line-height: 1.65;\n    }\n\n    .nvr-main-banner {\n      width: 100%;\n      margin-bottom: 40px;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n      border: 1px solid var(--silver-border);\n      background: var(--bg-light);\n    }\n\n    .nvr-main-banner img {\n      width: 100%;\n      height: auto;\n      display: block;\n      transition: transform 0.5s ease;\n    }\n\n    .nvr-main-banner:hover img {\n      transform: scale(1.015);\n    }\n\n    .nvr-section-heading {\n      text-align: center;\n      margin: 50px 0 32px 0;\n    }\n\n    .nvr-section-heading h2 {\n      font-size: 1.75rem;\n      font-weight: 700;\n      color: var(--primary-navy);\n      margin: 0 0 8px 0;\n      letter-spacing: -0.5px;\n    }\n\n    .nvr-section-heading p {\n      color: var(--text-muted);\n      font-size: 1rem;\n      margin: 0;\n    }\n\n    .nvr-features-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 20px;\n      margin-bottom: 50px;\n    }\n\n    .nvr-feature-card {\n      background: var(--bg-card);\n      border: 1px solid var(--silver-border);\n      border-radius: var(--radius-md);\n      padding: 28px 24px;\n      box-shadow: var(--shadow-sm);\n      transition: all 0.3s ease;\n      display: flex;\n      flex-direction: column;\n      position: relative;\n    }\n\n    .nvr-feature-card:hover {\n      transform: translateY(-4px);\n      box-shadow: var(--shadow-lg);\n      border-color: #CBD5E1;\n    }\n\n    .nvr-feature-icon {\n      width: 48px;\n      height: 48px;\n      border-radius: 10px;\n      background: #F1F5F9;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 18px;\n      color: var(--primary-navy);\n    }\n\n    .nvr-feature-card h3 {\n      font-size: 1.05rem;\n      font-weight: 700;\n      color: var(--primary-navy);\n      margin: 0 0 10px 0;\n      line-height: 1.35;\n      letter-spacing: -0.2px;\n      text-transform: uppercase;\n    }\n\n    .nvr-feature-card p {\n      font-size: 0.92rem;\n      color: var(--text-muted);\n      margin: 0;\n      line-height: 1.55;\n    }\n\n    .nvr-story-row {\n      display: flex;\n      align-items: center;\n      gap: 40px;\n      margin-bottom: 50px;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 30px;\n      border: 1px solid var(--silver-border);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .nvr-story-row.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .nvr-story-img {\n      flex: 1;\n      min-width: 280px;\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      border: 1px solid var(--silver-border);\n    }\n\n    .nvr-story-img img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n    }\n\n    .nvr-story-content {\n      flex: 1;\n      min-width: 280px;\n    }\n\n    .nvr-story-tag {\n      font-size: 0.8rem;\n      font-weight: 700;\n      color: #0F172A;\n      background: #E2E8F0;\n      padding: 4px 12px;\n      border-radius: 20px;\n      display: inline-block;\n      margin-bottom: 12px;\n      letter-spacing: 1px;\n    }\n\n    .nvr-story-content h3 {\n      font-size: 1.5rem;\n      font-weight: 700;\n      color: var(--primary-navy);\n      margin: 0 0 14px 0;\n      line-height: 1.3;\n    }\n\n    .nvr-story-content p {\n      font-size: 0.95rem;\n      color: var(--text-muted);\n      margin-bottom: 14px;\n      line-height: 1.6;\n    }\n\n    .nvr-story-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    .nvr-usecases-section {\n      background: var(--bg-light);\n      padding: 40px 30px;\n      border-radius: var(--radius-lg);\n      margin-bottom: 50px;\n      border: 1px solid var(--silver-border);\n    }\n\n    .nvr-usecases-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 16px;\n      margin-top: 25px;\n    }\n\n    .nvr-usecase-item {\n      background: #FFFFFF;\n      padding: 20px;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--silver-border);\n    }\n\n    .nvr-usecase-item h4 {\n      margin: 0 0 8px 0;\n      font-size: 1rem;\n      color: var(--primary-navy);\n      font-weight: 700;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .nvr-usecase-item p {\n      margin: 0;\n      font-size: 0.88rem;\n      color: var(--text-muted);\n      line-height: 1.5;\n    }\n\n    .nvr-trust-bar {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 20px;\n      background: var(--primary-navy);\n      color: #FFFFFF;\n      padding: 30px;\n      border-radius: var(--radius-lg);\n      text-align: center;\n    }\n\n    .nvr-trust-item {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .nvr-trust-item svg {\n      width: 32px;\n      height: 32px;\n      stroke: var(--accent-silver);\n    }\n\n    .nvr-trust-item h5 {\n      margin: 0;\n      font-size: 0.95rem;\n      font-weight: 600;\n      color: #FFFFFF;\n    }\n\n    .nvr-trust-item p {\n      margin: 0;\n      font-size: 0.8rem;\n      color: #94A3B8;\n    }\n\n    @media (max-width: 768px) {\n      .nvr-story-row, .nvr-story-row.reverse {\n        flex-direction: column;\n        padding: 20px;\n      }\n      .nvr-hero-header {\n        padding: 30px 15px;\n      }\n      .nvr-features-grid {\n        grid-template-columns: 1fr;\n      }\n      .nvr-usecases-section {\n        padding: 25px 15px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"nvr-hero-header\"\u003e\n    \u003cspan class=\"nvr-badge\"\u003eModular Connected Safety\u003c\/span\u003e\n    \u003ch1 class=\"nvr-hero-title\"\u003eAlerts Designed Around How You Move\u003c\/h1\u003e\n    \u003cp class=\"nvr-hero-subtitle\"\u003eHome safety warnings are most useful when they reach you clearly—wherever you are. Noviraryn™ pairs a permanent architectural hub with a detachable personal beacon so important alerts follow you room to room.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-main-banner\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/1_ed02a964-af0f-40ed-8e0c-50c64dedfdba.png?v=1790184584\" alt=\"Noviraryn Modular Home Alert Hub System Overview\" loading=\"eager\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-section-heading\"\u003e\n    \u003ch2\u003eWhy Noviraryn™ Redefines Home Safety\u003c\/h2\u003e\n    \u003cp\u003eA harmonious system built for intelligent notifications, quiet nights, and architectural design.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-features-grid\"\u003e\n    \u003c!-- Pillar 1 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v8\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eAn Alert That Can Follow You\u003c\/h3\u003e\n      \u003cp\u003eLift the compact magnetic beacon from the main hub and place it beside your bed, desk, or workshop. Notifications no longer depend on where the main unit is mounted.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 2 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"8 17 12 21 16 17\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"8 7 12 3 16 7\"\u003e\u003c\/polyline\u003e\u003cline x1=\"12\" y1=\"3\" x2=\"12\" y2=\"21\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eKnow More Than \"Something Happened\"\u003c\/h3\u003e\n      \u003cp\u003eDirectional light pulses and clear visual cues help distinguish water leaks, entry doors, or urgent warnings at a glance—not simply louder noise.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 3 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eControl Without Reaching For Phones\u003c\/h3\u003e\n      \u003cp\u003eA large central tactile control keeps common actions immediate and physical. Acknowledge, silence, or trigger household alerts instantly when seconds matter.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 4 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eQuieter When Home Should Feel Quiet\u003c\/h3\u003e\n      \u003cp\u003eUse the detachable beacon for gentle local lights, soft chimes, or discrete vibration during nighttime routines or focused work sessions without alarming the house.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 5 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"21\" x2=\"9\" y2=\"9\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eArchitectural Exterior Finish\u003c\/h3\u003e\n      \u003cp\u003eA deep matte navy body framed in brushed silver with slim vertical light strips transforms emergency hardware into an elevated interior accent.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pillar 6 --\u003e\n    \u003cdiv class=\"nvr-feature-card\"\u003e\n      \u003cdiv class=\"nvr-feature-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eReassurance That Fits Real Life\u003c\/h3\u003e\n      \u003cp\u003eFrom late-night shifts and remote work to guests and pets, Noviraryn™ adapts naturally to multi-room living and makes a deeply thoughtful housewarming gift.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-story-row\"\u003e\n    \u003cdiv class=\"nvr-story-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/2_f15344d1-26c0-4feb-9da6-defa8eeaa18e.png?v=1790184584\" alt=\"Noviraryn Magnetic Detachable Beacon Detail\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-story-content\"\u003e\n      \u003cspan class=\"nvr-story-tag\"\u003eMODULAR DUAL-PIECE DESIGN\u003c\/span\u003e\n      \u003ch3\u003eA Permanent Hub + A Portable Personal Beacon\u003c\/h3\u003e\n      \u003cp\u003eTraditional sirens stay fixed in distant hallways where sound gets muffled behind closed doors. Noviraryn™ introduces a 2-part modular system: a main architectural hub and a removable personal beacon that docks magnetically and recharges seamlessly.\u003c\/p\u003e\n      \u003cp\u003eWhen you head upstairs to read, work in the garage, or sleep in a quiet bedroom, simply lift the beacon out and take it with you. Stay connected through soft light pulses, gentle chimes, or discrete haptic vibration.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-story-row reverse\"\u003e\n    \u003cdiv class=\"nvr-story-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/3_13b4bb7b-f513-4e05-a5d0-ef23ca88dd11.png?v=1790184585\" alt=\"Noviraryn Directional Light and Tactile Control Interface\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-story-content\"\u003e\n      \u003cspan class=\"nvr-story-tag\"\u003eINTUITIVE HARDWARE CONTROL\u003c\/span\u003e\n      \u003ch3\u003eDirectional Lighting \u0026amp; Instant Tactile Response\u003c\/h3\u003e\n      \u003cp\u003eSafety alerts should inform, not startle. Dual vertical light surfaces pulse with smart directional patterns to communicate event type and connected room zones before you even check an app.\u003c\/p\u003e\n      \u003cp\u003eAt the center sits a large, tactile control surface. Anyone in the family—including kids, elderly relatives, or visiting guests—can immediately acknowledge or silence warnings with a single physical press.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-usecases-section\"\u003e\n    \u003cdiv style=\"text-align: center; max-width: 600px; margin: 0 auto;\"\u003e\n      \u003ch3 style=\"margin: 0 0 10px 0; font-size: 1.4rem; color: var(--primary-navy);\"\u003eSeamless Integration Across Real Life Scenarios\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; color: var(--text-muted); font-size: 0.95rem;\"\u003eDesigned for multi-story homes, nighttime routines, remote workers, and renters.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nvr-usecases-grid\"\u003e\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e🌙 Nightstand \u0026amp; Bedrooms\u003c\/h4\u003e\n        \u003cp\u003eKeep the compact beacon on your bedside table for subtle local vibration and soft night alerts without whole-house sirens.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e💻 Home Office \u0026amp; Focus\u003c\/h4\u003e\n        \u003cp\u003ePlace the beacon on your desk while working with headphones—never miss a front door chime or leak alert while focused.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e🛠️ Workshop \u0026amp; Garage\u003c\/h4\u003e\n        \u003cp\u003eTake safety feedback into noise-isolated garage, basement, or craft spaces where main sirens cannot easily be heard.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nvr-usecase-item\"\u003e\n        \u003ch4\u003e🎁 The Thoughtful Housewarming\u003c\/h4\u003e\n        \u003cp\u003eAn ideal gift for first homes, new apartments, or holiday occasions—combining everyday peace of mind with modern architectural design.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nvr-trust-bar\"\u003e\n    \u003cdiv class=\"nvr-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003ch5\u003eMagnetic Fast Charging\u003c\/h5\u003e\n      \u003cp\u003eDocks flush and stays powered\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003ch5\u003eSmart Multi-Zone Light\u003c\/h5\u003e\n      \u003cp\u003eDirectional event cues\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nvr-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 11V7a5 5 0 0 1 10 0v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003ch5\u003eTactile Physical Control\u003c\/h5\u003e\n      \u003cp\u003eNo phone app needed for quick action\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":56157646553460,"sku":"Noviraryn-11","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/6d316bda-f39a-4dcd-9d62-5b70c5fb29e8.png?v=1790184581"},{"product_id":"noviraryn™-camera-free-home-care-station-with-activity-awareness-and-one-touch-family-check-in","title":"Noviraryn™ Camera-Free Home Care Station with Activity Awareness and One-Touch Family Check-In","description":"\u003cstyle\u003e\n  \/* Base Reset for the module *\/\n  .nv-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    line-height: 1.6;\n    color: #333333;\n    max-width: 1000px;\n    margin: 0 auto;\n    padding: 20px 0;\n    box-sizing: border-box;\n  }\n  .nv-wrapper * {\n    box-sizing: border-box;\n  }\n  .nv-wrapper img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 12px;\n  }\n  \n  \/* Typography *\/\n  .nv-wrapper h2 {\n    font-size: 28px;\n    color: #1A2C4D; \/* Deep Navy *\/\n    font-weight: 700;\n    margin-bottom: 20px;\n    line-height: 1.3;\n    letter-spacing: -0.5px;\n  }\n  .nv-wrapper h3 {\n    font-size: 22px;\n    color: #1A2C4D;\n    font-weight: 600;\n    margin-bottom: 16px;\n    margin-top: 0;\n  }\n  .nv-wrapper p {\n    font-size: 16px;\n    color: #4A5568;\n    margin-bottom: 20px;\n  }\n  \n  \/* Hero Section *\/\n  .nv-hero {\n    text-align: center;\n    padding: 40px 20px;\n    background-color: #F8F9FA;\n    border-radius: 16px;\n    margin-bottom: 40px;\n  }\n  .nv-hero h2 {\n    font-size: 32px;\n    max-width: 800px;\n    margin: 0 auto 20px auto;\n  }\n  .nv-hero p {\n    font-size: 18px;\n    max-width: 700px;\n    margin: 0 auto 30px auto;\n  }\n  \n  \/* Split Sections (Image + Text) *\/\n  .nv-split {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-bottom: 60px;\n  }\n  .nv-split.reverse {\n    flex-direction: row-reverse;\n  }\n  .nv-split-content {\n    flex: 1;\n  }\n  .nv-split-image {\n    flex: 1;\n  }\n  .nv-split-image img {\n    box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n  }\n\n  \/* Full Width Banner *\/\n  .nv-banner {\n    margin-bottom: 60px;\n  }\n  .nv-banner img {\n    width: 100%;\n    border-radius: 16px;\n    box-shadow: 0 15px 40px rgba(26, 44, 77, 0.1);\n  }\n\n  \/* Highlights Grid *\/\n  .nv-highlights-title {\n    text-align: center;\n    font-size: 28px;\n    color: #1A2C4D;\n    margin: 60px 0 40px 0;\n    font-weight: 700;\n  }\n  .nv-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 24px;\n    margin-bottom: 40px;\n  }\n  .nv-card {\n    background: #FFFFFF;\n    border: 1px solid #E2E8F0;\n    border-radius: 12px;\n    padding: 30px;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n  .nv-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 12px 24px rgba(0,0,0,0.06);\n  }\n  .nv-icon {\n    font-size: 28px;\n    color: #D4AF37; \/* Warm accent color *\/\n    margin-bottom: 16px;\n    display: inline-block;\n  }\n  .nv-card h4 {\n    font-size: 18px;\n    color: #1A2C4D;\n    margin: 0 0 12px 0;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n  .nv-card p {\n    font-size: 15px;\n    margin: 0;\n    color: #4A5568;\n  }\n\n  \/* Gift Section *\/\n  .nv-gift-section {\n    background-color: #1A2C4D;\n    color: #FFFFFF;\n    padding: 50px 30px;\n    border-radius: 16px;\n    text-align: center;\n    margin-top: 40px;\n  }\n  .nv-gift-section h3 {\n    color: #FFFFFF;\n    font-size: 26px;\n  }\n  .nv-gift-section p {\n    color: #E2E8F0;\n    font-size: 18px;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 768px) {\n    .nv-hero h2 {\n      font-size: 24px;\n    }\n    .nv-hero p {\n      font-size: 16px;\n    }\n    .nv-split, .nv-split.reverse {\n      flex-direction: column;\n      gap: 30px;\n      margin-bottom: 40px;\n    }\n    .nv-grid {\n      grid-template-columns: 1fr;\n    }\n    .nv-gift-section {\n      padding: 40px 20px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"nv-wrapper\"\u003e\n\n  \u003c!-- Hero Section --\u003e\n  \u003cdiv class=\"nv-hero\"\u003e\n    \u003ch2\u003eIndependence feels better when reassurance does not have to look like surveillance.\u003c\/h2\u003e\n    \u003cp\u003eThe \u003cstrong\u003eNoviraryn™ Camera-Free Home Care Station\u003c\/strong\u003e is designed for older adults who want to continue living comfortably in their own space—and for families who want a gentler way to stay connected without placing cameras throughout the home.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Hero Image --\u003e\n  \u003cdiv class=\"nv-banner\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/1_f6d260fb-3472-4864-945e-2f9d00d029f5.png?v=1790184911\" alt=\"Noviraryn Camera-Free Home Care Station\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature Split 1 --\u003e\n  \u003cdiv class=\"nv-split\"\u003e\n    \u003cdiv class=\"nv-split-content\"\u003e\n      \u003ch3\u003eQuiet Observation, Total Privacy\u003c\/h3\u003e\n      \u003cp\u003eRather than using a lens or wearable device, the system is built around a sculptural tabletop station that quietly observes general room activity through \u003cstrong\u003ecamera-free presence and movement sensing\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003cp\u003eIt can help recognize everyday patterns such as someone entering a room, moving through a living space, or remaining inactive for an unusually long period. When a predefined situation deserves attention, the station can provide a local check-in prompt or send a notification to selected family members or caregivers.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nv-split-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/2_9ac9738f-d3a0-4305-ad58-19360ee29497.png?v=1790184911\" alt=\"Noviraryn Tabletop Design\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature Split 2 (Reversed) --\u003e\n  \u003cdiv class=\"nv-split reverse\"\u003e\n    \u003cdiv class=\"nv-split-content\"\u003e\n      \u003ch3\u003ePremium Home Technology, Not Medical Equipment\u003c\/h3\u003e\n      \u003cp\u003eThe physical design intentionally avoids the clinical appearance associated with traditional senior-care equipment. A softly curved brushed-silver frame surrounds a deep navy central body, while a warm horizontal light element creates an approachable visual presence.\u003c\/p\u003e\n      \u003cp\u003eThe materials reinforce that sense of dignity. Brushed metal, matte navy surfaces, soft-touch controls, and an uncluttered interface make the station feel like premium home technology designed to sit naturally on a bedside table, hallway console, or living-room shelf.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nv-split-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/3_9435ca99-340b-4340-8dfd-3dd1619c676d.png?v=1790184911\" alt=\"Noviraryn Premium Details\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Text Section: Interaction \u0026 Routines --\u003e\n  \u003cdiv style=\"background: #F8F9FA; padding: 40px; border-radius: 16px; margin-bottom: 60px;\"\u003e\n    \u003ch3\u003eIntuitive Interaction \u0026amp; Gentle Routines\u003c\/h3\u003e\n    \u003cp\u003eThe center of the station features a large tactile check-in surface. A simple press can confirm “I’m okay” after a reminder, acknowledge a family message, or begin a call with a selected contact. The interaction is deliberately physical and easy to understand, reducing the need to navigate a small touchscreen.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eIntegrated Voice Communication:\u003c\/strong\u003e An older adult can answer a family check-in or speak with a trusted contact without locating a phone first. Family members can send a simple message that appears through light, sound, or spoken playback.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eScheduled Support:\u003c\/strong\u003e A morning check-in can provide a gentle reminder to confirm the day has started. In the evening, the light and sound can automatically become softer so the room still feels calm.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Core Selling Points --\u003e\n  \u003ch2 class=\"nv-highlights-title\"\u003eWhy Families Love Noviraryn™\u003c\/h2\u003e\n  \u003cdiv class=\"nv-grid\"\u003e\n    \n    \u003cdiv class=\"nv-card\"\u003e\n      \u003cdiv class=\"nv-icon\"\u003e◉\u003c\/div\u003e\n      \u003ch4\u003eReassurance Without a Camera\u003c\/h4\u003e\n      \u003cp\u003eCamera-free room awareness helps families stay informed about general activity while giving older adults more privacy in their own home. It feels less like monitoring and more like thoughtful household support.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nv-card\"\u003e\n      \u003cdiv class=\"nv-icon\"\u003e✋\u003c\/div\u003e\n      \u003ch4\u003eOne Touch Can Say “I’m Okay”\u003c\/h4\u003e\n      \u003cp\u003eA large tactile check-in control keeps everyday communication simple. Confirm a reminder, acknowledge a family message, or start a trusted contact interaction without navigating complicated menus.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nv-card\"\u003e\n      \u003cdiv class=\"nv-icon\"\u003e☾\u003c\/div\u003e\n      \u003ch4\u003eA Softer Way Through the Night\u003c\/h4\u003e\n      \u003cp\u003eA discreet floor-level guidance light can illuminate nearby walking space when movement is detected after dark, helping nighttime routines feel calmer without flooding the room with bright overhead light.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nv-card\"\u003e\n      \u003cdiv class=\"nv-icon\"\u003e⌂\u003c\/div\u003e\n      \u003ch4\u003eDesigned for Independent Living\u003c\/h4\u003e\n      \u003cp\u003ePlace it beside the bed, in a living room, kitchen, or in-law suite. The experience is designed around real routines rather than forcing older adults to wear or carry another device all day.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nv-card\"\u003e\n      \u003cdiv class=\"nv-icon\"\u003e◆\u003c\/div\u003e\n      \u003ch4\u003ePremium Design, Not Medical\u003c\/h4\u003e\n      \u003cp\u003eDeep navy surfaces, brushed-silver framing, soft illumination, and an uncluttered interface give the station the presence of premium home electronics instead of institutional care hardware.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nv-card\"\u003e\n      \u003cdiv class=\"nv-icon\"\u003e♡\u003c\/div\u003e\n      \u003ch4\u003eStay Close, Keep Independence\u003c\/h4\u003e\n      \u003cp\u003eCreates a gentler connection between older adults and the people who care about them. Physical microphone controls provide an immediate way to mute voice functions when privacy is preferred.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- Gift \u0026 Conclusion Section --\u003e\n  \u003cdiv class=\"nv-gift-section\"\u003e\n    \u003ch3\u003eThe Perfect Gift of Peace of Mind\u003c\/h3\u003e\n    \u003cp\u003eThe Noviraryn™ fits a wide range of real American households. As a gift, it carries emotional weight without feeling overly personal or clinical. For a parent moving into a new home, a milestone birthday, a holiday, or a family member beginning to live more independently, it communicates something simple: \u003cstrong\u003estay independent, stay connected, and make it easier to reach the people who care about you.\u003c\/strong\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":56157651239284,"sku":"Noviraryn-14","price":89.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1027\/1706\/3540\/files\/c08c47ae-d71d-42ce-85fc-355fb17d2c3b.png?v=1790184907"}],"url":"https:\/\/noviraryn.com\/collections\/smart-security.oembed","provider":"My Store","version":"1.0","type":"link"}