{"product_id":"hestonix™-sculptural-floating-light-bar-desk-lamp-with-dual-direction-task-ambient-lighting","title":"Hestonix™ Sculptural Floating Light Bar Desk Lamp with Dual-Direction Task \u0026 Ambient Lighting","description":"\u003cstyle\u003e\n  \/* Scoped Container reset to prevent theme style leakage *\/\n  .hestonix-pdp {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #1e2022;\n    background-color: #ffffff;\n    line-height: 1.6;\n    max-width: 1000px;\n    margin: 0 auto;\n    padding: 20px 10px;\n    box-sizing: border-box;\n  }\n\n  .hestonix-pdp * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Color Palette Tokens *\/\n  :root {\n    --hestonix-accent: #c69255;\n    --hestonix-accent-light: #f7f1e8;\n    --hestonix-dark: #121316;\n    --hestonix-gray-bg: #f8f9fa;\n    --hestonix-border: #e9ecef;\n    --hestonix-text-muted: #5e646e;\n  }\n\n  \/* Typography *\/\n  .hestonix-pdp h2 {\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--hestonix-dark);\n    line-height: 1.3;\n    letter-spacing: -0.02em;\n    margin-bottom: 12px;\n  }\n\n  .hestonix-pdp h3 {\n    font-size: 20px;\n    font-weight: 600;\n    color: var(--hestonix-dark);\n    margin-bottom: 8px;\n  }\n\n  .hestonix-pdp p {\n    font-size: 15px;\n    color: #4a4e57;\n    margin-bottom: 16px;\n  }\n\n  \/* Badges \u0026 Accents *\/\n  .hestonix-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background-color: var(--hestonix-accent-light);\n    color: var(--hestonix-accent);\n    font-size: 12px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    padding: 6px 14px;\n    border-radius: 30px;\n    margin-bottom: 16px;\n  }\n\n  \/* Layout Grids *\/\n  .hestonix-grid-2col {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 32px;\n    align-items: center;\n    margin-bottom: 48px;\n  }\n\n  .hestonix-grid-3col {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 48px;\n  }\n\n  \/* Image Styling *\/\n  .hestonix-img-wrapper {\n    position: relative;\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);\n    background-color: #f1f3f5;\n  }\n\n  .hestonix-img-wrapper img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.5s ease;\n  }\n\n  .hestonix-img-wrapper:hover img {\n    transform: scale(1.03);\n  }\n\n  \/* Intro Section *\/\n  .hestonix-hero-card {\n    background: linear-gradient(135deg, #121316 0%, #24272c 100%);\n    color: #ffffff;\n    border-radius: 20px;\n    padding: 40px;\n    margin-bottom: 48px;\n    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);\n  }\n\n  .hestonix-hero-card h2 {\n    color: #ffffff;\n    font-size: 32px;\n  }\n\n  .hestonix-hero-card p {\n    color: #d1d5db;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  \/* Feature Cards Section *\/\n  .hestonix-feature-card {\n    background-color: var(--hestonix-gray-bg);\n    border: 1px solid var(--hestonix-border);\n    border-radius: 16px;\n    padding: 24px;\n    transition: all 0.3s ease;\n    height: 100%;\n  }\n\n  .hestonix-feature-card:hover {\n    border-color: var(--hestonix-accent);\n    transform: translateY(-4px);\n    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);\n  }\n\n  .hestonix-icon-box {\n    width: 48px;\n    height: 48px;\n    background-color: #ffffff;\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 16px;\n    color: var(--hestonix-accent);\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);\n  }\n\n  .hestonix-icon-box svg {\n    width: 24px;\n    height: 24px;\n    fill: currentColor;\n  }\n\n  \/* Spec List Pills *\/\n  .hestonix-pill-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 20px;\n  }\n\n  .hestonix-pill {\n    background-color: #ffffff;\n    border: 1px solid var(--hestonix-border);\n    padding: 8px 16px;\n    border-radius: 50px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--hestonix-dark);\n  }\n\n  \/* Gift Banner *\/\n  .hestonix-banner {\n    background-color: var(--hestonix-accent-light);\n    border-left: 4px solid var(--hestonix-accent);\n    border-radius: 12px;\n    padding: 24px;\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    margin-top: 32px;\n  }\n\n  .hestonix-banner-icon {\n    font-size: 32px;\n    flex-shrink: 0;\n  }\n\n  \/* Mobile Responsiveness *\/\n  @media (max-width: 768px) {\n    .hestonix-grid-2col,\n    .hestonix-grid-3col {\n      grid-template-columns: 1fr;\n      gap: 24px;\n    }\n\n    .hestonix-hero-card {\n      padding: 24px;\n    }\n\n    .hestonix-hero-card h2 {\n      font-size: 24px;\n    }\n\n    .hestonix-pdp h2 {\n      font-size: 22px;\n    }\n\n    .hestonix-banner {\n      flex-direction: column;\n      text-align: center;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hestonix-pdp\"\u003e\n  \n  \u003c!-- HERO BANNER SECTION --\u003e\n  \u003cdiv class=\"hestonix-hero-card\"\u003e\n    \u003cspan class=\"hestonix-badge\" style=\"background: rgba(198,146,85,0.2); color: #e5b378;\"\u003e\n      ✨ Intentional Lighting Design\n    \u003c\/span\u003e\n    \u003ch2\u003eHestonix™ Sculptural Floating Light Bar Lamp\u003c\/h2\u003e\n    \u003cp\u003e\n      Bring a more intentional kind of light to your desk with a modern desktop lamp designed to feel just as much like décor as everyday lighting. Replacing traditional lampshades and bulky arms, this design features a slim horizontal light bar visually suspended inside a clean architectural frame for an effortless floating aesthetic.\n    \u003c\/p\u003e\n    \u003cdiv class=\"hestonix-pill-list\"\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.1); color: #fff; border: none;\"\u003eDual Directional Light\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.1); color: #fff; border: none;\"\u003eTouch Controls\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.1); color: #fff; border: none;\"\u003eLight Memory\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.1); color: #fff; border: none;\"\u003eCompact Weighted Base\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 1: DUAL LIGHTING EXPERIENCE (IMAGE 1) --\u003e\n  \u003cdiv class=\"hestonix-grid-2col\"\u003e\n    \u003cdiv class=\"hestonix-img-wrapper\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/1.png?v=1789725795\" alt=\"Hestonix Sculptural Floating Light Bar Desk Lamp Overview\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e💡 Architectural Illumination\u003c\/span\u003e\n      \u003ch2\u003eElevate Your Workspace with Suspended Light\u003c\/h2\u003e\n      \u003cp\u003e\n        Instead of the traditional lamp shade and adjustable arm, the Hestonix™ features a slim horizontal light bar visually suspended inside a clean architectural frame. This distinctive floating effect instantly gives your workspace, bedside table, or reading corner a polished, contemporary upgrade.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Designed to adapt seamlessly to your daily flow—from energizing daytime productivity to a calm, cozy evening atmosphere.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 2: 6 KEY BENEFITS GRID --\u003e\n  \u003cdiv style=\"text-align: center; margin-bottom: 32px;\"\u003e\n    \u003cspan class=\"hestonix-badge\"\u003eDesigned For Modern Living\u003c\/span\u003e\n    \u003ch2\u003eThoughtful Features in Every Detail\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hestonix-grid-3col\"\u003e\n    \u003c!-- Card 1 --\u003e\n    \u003cdiv class=\"hestonix-feature-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2a7 7 0 0 0-7 7c0 2.38 1.19 4.47 3 5.74V17a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-2.26c1.81-1.27 3-3.36 3-5.74a7 7 0 0 0-7-7zM9 21a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1H9v1z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eTwo Lighting Modes\u003c\/h3\u003e\n      \u003cp\u003eRotate downward for focused reading and computer work, or rotate upward to create a soft reflected wall glow.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 2 --\u003e\n    \u003cdiv class=\"hestonix-feature-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L2 19h20L12 2zm0 4.8L18.6 17H5.4L12 6.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eSculptural Design\u003c\/h3\u003e\n      \u003cp\u003eAn open architectural frame elevates your interior decor even when the lamp is completely switched off.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 3 --\u003e\n    \u003cdiv class=\"hestonix-feature-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3zM2 13h2c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1s.45 1 1 1zm18 0h2c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eWarm-to-Cool CCT\u003c\/h3\u003e\n      \u003cp\u003eAdjust brightness and transition effortlessly between warm, neutral, and cool white lighting options.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 4 --\u003e\n    \u003cdiv class=\"hestonix-feature-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eCompact Footprint\u003c\/h3\u003e\n      \u003cp\u003eA weighted, minimal base guarantees maximum stability without cluttering valuable desktop or nightstand space.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 5 --\u003e\n    \u003cdiv class=\"hestonix-feature-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 3c-4.97 0-9 4.03-9 9 0 2.12.74 4.07 1.97 5.61L4.35 19.4c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l1.9-1.9C9.2 19.55 10.55 20 12 20c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 15c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eSoft Evening Ambience\u003c\/h3\u003e\n      \u003cp\u003eTurn the light away from your eyes to create a peaceful, indirect glow perfect for winding down and movie nights.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 6 --\u003e\n    \u003cdiv class=\"hestonix-feature-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 11.24V7.5C9 6.12 10.12 5 11.5 5S14 6.12 14 7.5v3.74c1.21.81 2 2.18 2 3.76 0 2.48-2.02 4.5-4.5 4.5S7 17.48 7 15c0-1.58.79-2.95 2-3.76z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eTouch \u0026amp; Smart Memory\u003c\/h3\u003e\n      \u003cp\u003eIntuitive touch control on the frame automatically restores your preferred light setting when turned back on.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 3: ROTATING LIGHT BAR IN ACTION (IMAGE 2) --\u003e\n  \u003cdiv class=\"hestonix-grid-2col\" style=\"margin-top: 64px;\"\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🔄 Versatile 360° Control\u003c\/span\u003e\n      \u003ch2\u003eFocus When You Need It. Relaxation When You Don't.\u003c\/h2\u003e\n      \u003cp\u003e\n        The rotating light bar allows you to direct illumination downward for intense focus during reading, writing, studying, crafting, or intense computer work.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        When you're ready to unwind, simply pivot the bar toward the wall to wash nearby surfaces in a soothing indirect ambient glow that reduces eye fatigue during nighttime browsing or casual conversations.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-list\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eDirect Task Light\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eIndirect Wall Glow\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eZero Glare\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hestonix-img-wrapper\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/2.png?v=1789725795\" alt=\"Hestonix Lamp Rotating Light Adjustment Feature\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 4: MODERN SPACE COMPATIBILITY (IMAGE 3) --\u003e\n  \u003cdiv class=\"hestonix-grid-2col\" style=\"margin-top: 48px;\"\u003e\n    \u003cdiv class=\"hestonix-img-wrapper\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/3.png?v=1789725794\" alt=\"Hestonix Lamp in Modern Home Office Interior\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🏠 Versatile Placement\u003c\/span\u003e\n      \u003ch2\u003eSeamlessly Fits Anywhere in Your Home\u003c\/h2\u003e\n      \u003cp\u003e\n        With its minimal footprint and sculptural silhouette, the Hestonix™ Floating Desk Lamp transitions effortlessly across various living setups:\n      \u003c\/p\u003e\n      \u003cul style=\"list-style: none; padding: 0; margin-bottom: 20px;\"\u003e\n        \u003cli style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 10px; font-size: 15px; color: #4a4e57;\"\u003e\n          \u003cstrong style=\"color: var(--hestonix-accent);\"\u003e✓ Home Offices \u0026amp; Creative Studios:\u003c\/strong\u003e Sleek work lamp for computer desks.\n        \u003c\/li\u003e\n        \u003cli style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 10px; font-size: 15px; color: #4a4e57;\"\u003e\n          \u003cstrong style=\"color: var(--hestonix-accent);\"\u003e✓ Bedside Tables \u0026amp; Nightstands:\u003c\/strong\u003e Soft non-disruptive night reading lamp.\n        \u003c\/li\u003e\n        \u003cli style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 10px; font-size: 15px; color: #4a4e57;\"\u003e\n          \u003cstrong style=\"color: var(--hestonix-accent);\"\u003e✓ Apartments \u0026amp; Dorm Rooms:\u003c\/strong\u003e Maximum atmospheric style in compact spaces.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 5: GIFTING CALLOUT BANNER --\u003e\n  \u003cdiv class=\"hestonix-banner\"\u003e\n    \u003cdiv class=\"hestonix-banner-icon\"\u003e🎁\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003ch3 style=\"margin-bottom: 4px;\"\u003eFunctional Décor Worth Gifting\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; font-size: 14px; color: #5a5f69;\"\u003e\n        With a distinctive appearance that seamlessly bridges interior design and practical illumination, Hestonix™ makes a thoughtful gift for students, remote workers, design enthusiasts, and new homeowners upgrading their workspace.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":51840964657458,"sku":"HST-LB001","price":89.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/2875495a-965d-42c2-9875-df38fa09b736.png?v=1789725765","url":"https:\/\/hestonix.com\/products\/hestonix%e2%84%a2-sculptural-floating-light-bar-desk-lamp-with-dual-direction-task-ambient-lighting","provider":"Hestonix™","version":"1.0","type":"link"}