{"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","url":"https:\/\/noviraryn.com\/products\/noviraryn%e2%84%a2-pivoting-smart-light-frame-for-ambient-task-and-display-lighting","provider":"My Store","version":"1.0","type":"link"}