{"title":"Desk Lighting","description":null,"products":[{"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"},{"product_id":"hestonix™-fold-away-bedside-reading-lamp-with-focused-night-reading-light-and-soft-ambient-glow","title":"Hestonix™ Fold-Away Bedside Reading Lamp with Focused Night Reading Light and Soft Ambient Glow","description":"\u003cstyle\u003e\n  \/* Scoped Container reset to prevent Shopify theme CSS bleeding *\/\n  .hestonix-foldable-pdp {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #23262a;\n    background-color: #ffffff;\n    line-height: 1.6;\n    max-width: 1040px;\n    margin: 0 auto;\n    padding: 24px 12px;\n    box-sizing: border-box;\n  }\n\n  .hestonix-foldable-pdp * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Color Design Tokens *\/\n  .hestonix-foldable-pdp {\n    --h-warm-amber: #d98e32;\n    --h-warm-gold-bg: #fdf8f2;\n    --h-dark-navy: #181b20;\n    --h-soft-gray-bg: #f8f9fa;\n    --h-card-border: #eaecee;\n    --h-text-subtle: #565d68;\n    --h-radius-lg: 20px;\n    --h-radius-md: 14px;\n    --h-radius-sm: 8px;\n  }\n\n  \/* Typography *\/\n  .hestonix-foldable-pdp h2 {\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--h-dark-navy);\n    line-height: 1.3;\n    letter-spacing: -0.02em;\n    margin-bottom: 14px;\n  }\n\n  .hestonix-foldable-pdp h3 {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--h-dark-navy);\n    margin-bottom: 8px;\n  }\n\n  .hestonix-foldable-pdp p {\n    font-size: 15px;\n    color: #444950;\n    margin-bottom: 16px;\n  }\n\n  \/* Badges \u0026 Pills *\/\n  .hestonix-badge-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background-color: var(--h-warm-gold-bg);\n    color: var(--h-warm-amber);\n    border: 1px solid rgba(217, 142, 50, 0.25);\n    font-size: 12px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    padding: 6px 16px;\n    border-radius: 30px;\n    margin-bottom: 14px;\n  }\n\n  .hestonix-tag-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .hestonix-tag-item {\n    background-color: #ffffff;\n    border: 1px solid var(--h-card-border);\n    padding: 7px 14px;\n    border-radius: 50px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--h-dark-navy);\n  }\n\n  \/* Layout Grids *\/\n  .hestonix-row-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 36px;\n    align-items: center;\n    margin-bottom: 56px;\n  }\n\n  .hestonix-cards-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 56px;\n  }\n\n  \/* Image Containers with Subtle Zoom *\/\n  .hestonix-frame-box {\n    position: relative;\n    border-radius: var(--h-radius-lg);\n    overflow: hidden;\n    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);\n    background-color: #f3f4f6;\n  }\n\n  .hestonix-frame-box img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n  }\n\n  .hestonix-frame-box:hover img {\n    transform: scale(1.035);\n  }\n\n  \/* Hero Callout Card *\/\n  .hestonix-header-banner {\n    background: linear-gradient(140deg, #181b20 0%, #292d35 100%);\n    color: #ffffff;\n    border-radius: var(--h-radius-lg);\n    padding: 44px;\n    margin-bottom: 56px;\n    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);\n  }\n\n  .hestonix-header-banner h2 {\n    color: #ffffff;\n    font-size: 32px;\n  }\n\n  .hestonix-header-banner p {\n    color: #cbd2dc;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  \/* Feature Benefit Card *\/\n  .hestonix-benefit-card {\n    background-color: var(--h-soft-gray-bg);\n    border: 1px solid var(--h-card-border);\n    border-radius: var(--h-radius-md);\n    padding: 24px;\n    transition: all 0.3s ease;\n    height: 100%;\n    display: flex;\n    flex-direction: column;\n  }\n\n  .hestonix-benefit-card:hover {\n    border-color: var(--h-warm-amber);\n    background-color: #ffffff;\n    transform: translateY(-4px);\n    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);\n  }\n\n  .hestonix-card-icon {\n    width: 44px;\n    height: 44px;\n    background-color: #ffffff;\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 16px;\n    font-size: 22px;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);\n  }\n\n  \/* Specialty Gift Callout *\/\n  .hestonix-gift-box {\n    background-color: var(--h-warm-gold-bg);\n    border: 1px solid rgba(217, 142, 50, 0.25);\n    border-left: 5px solid var(--h-warm-amber);\n    border-radius: var(--h-radius-md);\n    padding: 28px;\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    margin-top: 40px;\n  }\n\n  .hestonix-gift-icon {\n    font-size: 36px;\n    flex-shrink: 0;\n  }\n\n  \/* Responsive Adjustments *\/\n  @media (max-width: 868px) {\n    .hestonix-row-grid,\n    .hestonix-cards-grid {\n      grid-template-columns: 1fr;\n      gap: 24px;\n    }\n\n    .hestonix-header-banner {\n      padding: 28px 20px;\n    }\n\n    .hestonix-header-banner h2 {\n      font-size: 24px;\n    }\n\n    .hestonix-foldable-pdp h2 {\n      font-size: 22px;\n    }\n\n    .hestonix-gift-box {\n      flex-direction: column;\n      text-align: center;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hestonix-foldable-pdp\"\u003e\n  \n  \u003c!-- HERO BANNER SECTION --\u003e\n  \u003cdiv class=\"hestonix-header-banner\"\u003e\n    \u003cspan class=\"hestonix-badge-tag\" style=\"background: rgba(217, 142, 50, 0.15); color: #f5b058; border-color: rgba(217,142,50,0.3);\"\u003e\n      📖 Thoughtful Bedside Illumination\n    \u003c\/span\u003e\n    \u003ch2\u003eHestonix™ Fold-Away Bedside Reading Lamp\u003c\/h2\u003e\n    \u003cp\u003e\n      Meet the Hestonix™ Fold-Away Bedside Reading Lamp, a thoughtfully designed bedside light created for people who love to read, unwind, journal, or browse before sleep without filling the entire room with harsh light. Instead of a traditional lampshade or exposed light bar, this lamp features a slim sculptural light wing that opens like a folded page, allowing you to direct a comfortable pool of illumination exactly where you need it.\n    \u003c\/p\u003e\n    \u003cdiv class=\"hestonix-tag-list\"\u003e\n      \u003cspan class=\"hestonix-tag-item\" style=\"background: rgba(255,255,255,0.1); color: #fff; border: none;\"\u003eFold-Away Light Wing\u003c\/span\u003e\n      \u003cspan class=\"hestonix-tag-item\" style=\"background: rgba(255,255,255,0.1); color: #fff; border: none;\"\u003ePrivate Reading Zone\u003c\/span\u003e\n      \u003cspan class=\"hestonix-tag-item\" style=\"background: rgba(255,255,255,0.1); color: #fff; border: none;\"\u003eSubtle Night Light Base\u003c\/span\u003e\n      \u003cspan class=\"hestonix-tag-item\" style=\"background: rgba(255,255,255,0.1); color: #fff; border: none;\"\u003eTouch Dimmer\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 1: DESIGN \u0026 FUNCTION OVERVIEW (IMAGE 1) --\u003e\n  \u003cdiv class=\"hestonix-row-grid\"\u003e\n    \u003cdiv class=\"hestonix-frame-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/1_a1738256-a68b-4998-a253-4b14339eab52.png?v=1789726462\" alt=\"Hestonix Fold-Away Bedside Reading Lamp Overview\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge-tag\"\u003e✨ Foldable Light Wing\u003c\/span\u003e\n      \u003ch2\u003eSculptural Form Meets Private Bedside Light\u003c\/h2\u003e\n      \u003cp\u003e\n        Angle the light toward your book for focused nighttime reading, turn it slightly toward the wall for a softer reflected glow, or fold it closer to the body when you want a clean, minimal look on your nightstand.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        When reading is finished, the slim lighting panel folds inward for a cleaner silhouette, transforming the lamp from a practical reading tool into a modern decorative object that enhances your bedroom aesthetic.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-tag-list\"\u003e\n        \u003cspan class=\"hestonix-tag-item\"\u003eZero Page Glare\u003c\/span\u003e\n        \u003cspan class=\"hestonix-tag-item\"\u003eAdjustable Wing Angle\u003c\/span\u003e\n        \u003cspan class=\"hestonix-tag-item\"\u003eAsymmetric Profile\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 2: 7 KEY BENEFIT CARDS --\u003e\n  \u003cdiv style=\"text-align: center; margin-bottom: 32px;\"\u003e\n    \u003cspan class=\"hestonix-badge-tag\"\u003eDesigned For Sleep \u0026amp; Comfort\u003c\/span\u003e\n    \u003ch2\u003e7 Reasons You'll Love Hestonix™ Beside Your Bed\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hestonix-cards-grid\"\u003e\n    \u003c!-- Card 1 --\u003e\n    \u003cdiv class=\"hestonix-benefit-card\"\u003e\n      \u003cdiv class=\"hestonix-card-icon\"\u003e💡\u003c\/div\u003e\n      \u003ch3\u003eFocused Personal Light\u003c\/h3\u003e\n      \u003cp\u003eA partially shielded lighting panel directs illumination toward your book or tablet, reducing unnecessary light throughout the rest of the bedroom.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 2 --\u003e\n    \u003cdiv class=\"hestonix-benefit-card\"\u003e\n      \u003cdiv class=\"hestonix-card-icon\"\u003e🌙\u003c\/div\u003e\n      \u003ch3\u003eIdeal for Shared Bedrooms\u003c\/h3\u003e\n      \u003cp\u003eThe directional beam creates a private reading zone, letting you enjoy extra pages without waking your sleeping partner.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 3 --\u003e\n    \u003cdiv class=\"hestonix-benefit-card\"\u003e\n      \u003cdiv class=\"hestonix-card-icon\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003eFold-Away Light Wing\u003c\/h3\u003e\n      \u003cp\u003eThe hinged panel opens smooth for reading and folds inward when finished for a clean, decorative silhouette.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 4 --\u003e\n    \u003cdiv class=\"hestonix-benefit-card\"\u003e\n      \u003cdiv class=\"hestonix-card-icon\"\u003e🔆\u003c\/div\u003e\n      \u003ch3\u003eWarm Touch Dimming\u003c\/h3\u003e\n      \u003cp\u003eMove seamlessly from focused reading level to a soft nighttime glow with intuitive touch dimming designed for relaxation.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 5 --\u003e\n    \u003cdiv class=\"hestonix-benefit-card\"\u003e\n      \u003cdiv class=\"hestonix-card-icon\"\u003e🏠\u003c\/div\u003e\n      \u003ch3\u003eSoft Indirect Ambiance\u003c\/h3\u003e\n      \u003cp\u003eRotate the lighting panel toward a nearby wall to create a soothing reflected glow for quiet conversation or cozy bedroom vibes.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 6 --\u003e\n    \u003cdiv class=\"hestonix-benefit-card\"\u003e\n      \u003cdiv class=\"hestonix-card-icon\"\u003e🛏️\u003c\/div\u003e\n      \u003ch3\u003eSubtle Base Night Light\u003c\/h3\u003e\n      \u003cp\u003eA low-level downward glow provides gentle orientation lighting for late-night movement without turning on harsh overhead lights.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 3: SHARED BEDROOM \u0026 DIMMING FEATURE (IMAGE 2) --\u003e\n  \u003cdiv class=\"hestonix-row-grid\"\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge-tag\"\u003e🌙 Peaceful Partner Sleep\u003c\/span\u003e\n      \u003ch2\u003eEnjoy Late-Night Reading Without Disturbing Others\u003c\/h2\u003e\n      \u003cp\u003e\n        The partially shielded light design keeps brightness concentrated strictly around your personal reading area. This makes it essential for shared bedrooms, allowing one person to read or journal freely while the other rests in total darkness.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        A smooth touch dimmer makes it effortless to lower brightness with minimal movement, while a dedicated low-level night mode gives just enough light for late-night steps without flooding the room.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-tag-list\"\u003e\n        \u003cspan class=\"hestonix-tag-item\"\u003ePartner Friendly\u003c\/span\u003e\n        \u003cspan class=\"hestonix-tag-item\"\u003eLow-Level Night Mode\u003c\/span\u003e\n        \u003cspan class=\"hestonix-tag-item\"\u003eSmooth Touch Controls\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hestonix-frame-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/2_f5a68a01-a435-4fe3-b974-7de02de927a3.png?v=1789726462\" alt=\"Hestonix Lamp Shared Bedroom Night Reading Feature\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 4: BASE NIGHT LIGHT \u0026 COMPACT DESIGN (IMAGE 3) --\u003e\n  \u003cdiv class=\"hestonix-row-grid\"\u003e\n    \u003cdiv class=\"hestonix-frame-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/3_402fb2eb-e398-42d1-a106-f0c46c9fece0.png?v=1789726462\" alt=\"Hestonix Lamp Compact Nightstand Footprint and Base Night Light\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge-tag\"\u003e🏠 Compact Footprint\u003c\/span\u003e\n      \u003ch2\u003eArchitectural Elegance for Any Space\u003c\/h2\u003e\n      \u003cp\u003e\n        The compact weighted base takes up minimal nightstand real estate while incorporating a subtle downward-facing glow. Reach for a glass of water or move around the bedroom at night without fumbling for switches.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        With its soft-touch finish and warm architectural light, it fits effortlessly in bedrooms, guest rooms, apartments, dorms, reading corners, and home offices.\n      \u003c\/p\u003e\n      \u003cul style=\"list-style: none; padding: 0; margin-top: 14px;\"\u003e\n        \u003cli style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 8px; font-size: 14px; color: #444950;\"\u003e\n          \u003cstrong style=\"color: var(--h-warm-amber);\"\u003e✓ Nightstands \u0026amp; Bedside Tables:\u003c\/strong\u003e Maximizes surface area for books \u0026amp; phones.\n        \u003c\/li\u003e\n        \u003cli style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 8px; font-size: 14px; color: #444950;\"\u003e\n          \u003cstrong style=\"color: var(--h-warm-amber);\"\u003e✓ Apartment Nooks \u0026amp; Reading Chairs:\u003c\/strong\u003e Cozy ambient accent light.\n        \u003c\/li\u003e\n        \u003cli style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 8px; font-size: 14px; color: #444950;\"\u003e\n          \u003cstrong style=\"color: var(--h-warm-amber);\"\u003e✓ Guest Rooms \u0026amp; Dorms:\u003c\/strong\u003e Modern functional décor piece.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 5: GIFT BANNER --\u003e\n  \u003cdiv class=\"hestonix-gift-box\"\u003e\n    \u003cdiv class=\"hestonix-gift-icon\"\u003e🎁\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003ch3 style=\"margin-bottom: 4px;\"\u003eCompact Décor with Everyday Purpose\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; font-size: 14px; color: #565d68;\"\u003e\n        Its combination of functional reading light and sculptural home décor makes it an appealing, thoughtful gift for book lovers, couples, students, night owls, birthdays, housewarmings, or anyone upgrading their nighttime routine.\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":51840992444722,"sku":"HST-LB002","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/0e24f084-7498-4a6c-b3b4-f35e6ebf430a.png?v=1789726439"},{"product_id":"hestonix™-slim-arc-clip-on-desk-lamp-with-sliding-light-head-and-soft-wide-area-illumination","title":"Hestonix™ Slim Arc Clip-On Desk Lamp with Sliding Light Head and Soft Wide-Area Illumination","description":"\u003cstyle\u003e\n  \/* Scoped Container reset to prevent Shopify theme CSS bleeding *\/\n  .hestonix-arc-pdp {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #334155;\n    background-color: #ffffff;\n    line-height: 1.65;\n    max-width: 1040px;\n    margin: 0 auto;\n    padding: 24px 12px;\n    box-sizing: border-box;\n  }\n\n  .hestonix-arc-pdp * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Color Design Tokens *\/\n  .hestonix-arc-pdp {\n    --h-slate-dark: #0f172a;\n    --h-slate-card: #1e293b;\n    --h-amber-glow: #d97706;\n    --h-amber-light: #fef3c7;\n    --h-amber-border: #fde68a;\n    --h-soft-bg: #f8fafc;\n    --h-card-border: #e2e8f0;\n    --h-text-main: #334155;\n    --h-text-dark: #0f172a;\n    --h-text-muted: #64748b;\n    --h-radius-xl: 22px;\n    --h-radius-lg: 16px;\n    --h-radius-md: 12px;\n  }\n\n  \/* Typography *\/\n  .hestonix-arc-pdp h2 {\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--h-text-dark);\n    line-height: 1.3;\n    letter-spacing: -0.02em;\n    margin-bottom: 14px;\n  }\n\n  .hestonix-arc-pdp h3 {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--h-text-dark);\n    margin-bottom: 8px;\n  }\n\n  .hestonix-arc-pdp p {\n    font-size: 15px;\n    color: var(--h-text-main);\n    margin-bottom: 16px;\n  }\n\n  \/* Badges \u0026 Tag Pills *\/\n  .hestonix-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background-color: var(--h-amber-light);\n    color: var(--h-amber-glow);\n    border: 1px solid var(--h-amber-border);\n    font-size: 12px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    padding: 6px 16px;\n    border-radius: 30px;\n    margin-bottom: 14px;\n  }\n\n  .hestonix-pill-wrapper {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .hestonix-pill {\n    background-color: #ffffff;\n    border: 1px solid var(--h-card-border);\n    padding: 7px 16px;\n    border-radius: 50px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--h-text-dark);\n    box-shadow: 0 2px 6px rgba(0,0,0,0.02);\n  }\n\n  \/* Layout Grids *\/\n  .hestonix-two-col {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 40px;\n    align-items: center;\n    margin-bottom: 56px;\n  }\n\n  \/* Featured 7-Benefit Grid (1 Highlight + 6 Sub-cards) *\/\n  .hestonix-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 56px;\n  }\n\n  \/* Image Containers with Subtle Zoom *\/\n  .hestonix-img-wrapper {\n    position: relative;\n    border-radius: var(--h-radius-xl);\n    overflow: hidden;\n    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);\n    background-color: #f1f5f9;\n  }\n\n  .hestonix-img-wrapper img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n  }\n\n  .hestonix-img-wrapper:hover img {\n    transform: scale(1.035);\n  }\n\n  \/* Hero Callout Header Banner *\/\n  .hestonix-hero-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: #ffffff;\n    border-radius: var(--h-radius-xl);\n    padding: 44px;\n    margin-bottom: 56px;\n    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hestonix-hero-banner::after {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -20%;\n    width: 300px;\n    height: 300px;\n    background: radial-gradient(circle, rgba(217, 119, 6, 0.18) 0%, rgba(0,0,0,0) 70%);\n    pointer-events: none;\n  }\n\n  .hestonix-hero-banner h2 {\n    color: #ffffff;\n    font-size: 32px;\n  }\n\n  .hestonix-hero-banner p {\n    color: #cbd5e1;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  \/* Feature Benefit Cards *\/\n  .hestonix-card {\n    background-color: var(--h-soft-bg);\n    border: 1px solid var(--h-card-border);\n    border-radius: var(--h-radius-lg);\n    padding: 24px;\n    transition: all 0.3s ease;\n    height: 100%;\n    display: flex;\n    flex-direction: column;\n    position: relative;\n  }\n\n  .hestonix-card:hover {\n    border-color: var(--h-amber-glow);\n    background-color: #ffffff;\n    transform: translateY(-4px);\n    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);\n  }\n\n  .hestonix-card-featured {\n    grid-column: span 3;\n    background: linear-gradient(135deg, #fffbeb 0%, #ffffff 100%);\n    border: 2px solid var(--h-amber-border);\n    display: flex;\n    flex-direction: row;\n    align-items: center;\n    gap: 24px;\n  }\n\n  .hestonix-icon-box {\n    width: 48px;\n    height: 48px;\n    background-color: #ffffff;\n    border-radius: var(--h-radius-md);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 16px;\n    font-size: 24px;\n    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);\n    flex-shrink: 0;\n  }\n\n  \/* Use-Case Location Bar *\/\n  .hestonix-location-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .hestonix-location-item {\n    background-color: #ffffff;\n    border: 1px solid var(--h-card-border);\n    border-radius: var(--h-radius-md);\n    padding: 12px 10px;\n    text-align: center;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--h-text-dark);\n    box-shadow: 0 2px 4px rgba(0,0,0,0.02);\n  }\n\n  \/* Gift Box Section *\/\n  .hestonix-gift-card {\n    background-color: var(--h-amber-light);\n    border: 1px solid var(--h-amber-border);\n    border-left: 6px solid var(--h-amber-glow);\n    border-radius: var(--h-radius-lg);\n    padding: 28px;\n    display: flex;\n    align-items: center;\n    gap: 24px;\n    margin-top: 40px;\n  }\n\n  .hestonix-gift-icon {\n    font-size: 40px;\n    flex-shrink: 0;\n  }\n\n  \/* Responsive Adjustments *\/\n  @media (max-width: 900px) {\n    .hestonix-two-col,\n    .hestonix-benefit-grid {\n      grid-template-columns: 1fr;\n      gap: 24px;\n    }\n\n    .hestonix-card-featured {\n      grid-column: span 1;\n      flex-direction: column;\n      align-items: flex-start;\n    }\n\n    .hestonix-location-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .hestonix-hero-banner {\n      padding: 30px 20px;\n    }\n\n    .hestonix-hero-banner h2 {\n      font-size: 24px;\n    }\n\n    .hestonix-arc-pdp h2 {\n      font-size: 22px;\n    }\n\n    .hestonix-gift-card {\n      flex-direction: column;\n      text-align: center;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hestonix-arc-pdp\"\u003e\n  \n  \u003c!-- HERO BANNER SECTION --\u003e\n  \u003cdiv class=\"hestonix-hero-banner\"\u003e\n    \u003cspan class=\"hestonix-badge\" style=\"background: rgba(217, 119, 6, 0.2); color: #fbbf24; border-color: rgba(251, 191, 36, 0.4);\"\u003e\n      📐 Architectural Workspace Upgrade\n    \u003c\/span\u003e\n    \u003ch2\u003eHestonix™ Slim Arc Clip-On Desk Lamp\u003c\/h2\u003e\n    \u003cp\u003e\n      Upgrade your workspace without giving up valuable desk space. Designed for desks, shelves, headboards, craft tables, study areas, and compact workstations, the Hestonix™ Slim Arc features a clean vertical support with a slim curved lighting rail that extends gracefully over your work area. Say goodbye to bulky desk lamps and enjoy precision lighting right where you need it most.\n    \u003c\/p\u003e\n    \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003eZero Desk Footprint\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003eSliding Rail Light Head\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003eProtective Padded Clamp\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003eWarm \u0026amp; Cool Tones\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 1: SLIDING LIGHT HEAD \u0026 ARC DESIGN (IMAGE 1) --\u003e\n  \u003cdiv class=\"hestonix-two-col\"\u003e\n    \u003cdiv class=\"hestonix-img-wrapper\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/1_ded41cbf-772f-47f2-851d-57a659129beb.png?v=1789726564\" alt=\"Hestonix Slim Arc Clip-On Desk Lamp Sliding Rail Overview\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e💡 Sliding Rail Technology\u003c\/span\u003e\n      \u003ch2\u003ePrecision Positioning Without Moving the Clamp\u003c\/h2\u003e\n      \u003cp\u003e\n        Instead of a traditional floppy gooseneck or bulky swing arm, the light head glides smoothly along the upper curved rail. Reposition the brightest part of the illumination directly over your book, keyboard, notebook, or craft project without unclamping or rearranging your setup.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        The softly diffused wide light panel provides comfortable, flicker-free illumination across your entire work area, keeping visual strain to a minimum during long study or work sessions.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eSeamless Rail Slide\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eSoft Diffused Beam\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eSculptural Profile\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 2: 7 KEY BENEFIT CARDS MATRIX --\u003e\n  \u003cdiv style=\"text-align: center; margin-bottom: 32px;\"\u003e\n    \u003cspan class=\"hestonix-badge\"\u003eEngineered for Focus \u0026amp; Ambiance\u003c\/span\u003e\n    \u003ch2\u003e7 Reasons Hestonix™ Slim Arc Elevates Your Workspace\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hestonix-benefit-grid\"\u003e\n    \u003c!-- Featured Card 1 (Full Width \/ Standout) --\u003e\n    \u003cdiv class=\"hestonix-card hestonix-card-featured\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\" style=\"margin-bottom: 0; background: var(--h-amber-light); font-size: 28px;\"\u003e💡\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3 style=\"color: var(--h-text-dark); margin-bottom: 4px;\"\u003eSliding Light Head for Precise Positioning\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; color: #475569;\"\u003e\n          Move the light source along the upper curved rail to place brighter illumination over your book, keyboard, notebook, craft project, or work area without repositioning the entire lamp clamp.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Sub-Card 2 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003eDistinctive Curved Design\u003c\/h3\u003e\n      \u003cp\u003eA slim vertical support and gently arched lighting rail create a clean, modern silhouette that feels like a designer home accessory.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Sub-Card 3 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🏠\u003c\/div\u003e\n      \u003ch3\u003eDesk-Saving Edge Clamp\u003c\/h3\u003e\n      \u003cp\u003eSecurely attaches to desks, shelves, or headboards—keeping 100% of your desktop surface clear for laptops, books, and decor.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Sub-Card 4 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🔆\u003c\/div\u003e\n      \u003ch3\u003eWide, Comfortable Light\u003c\/h3\u003e\n      \u003cp\u003eThe elongated diffused panel spreads illumination broadly and evenly, reducing harsh shadows during reading, drawing, or typing.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Sub-Card 5 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🌙\u003c\/div\u003e\n      \u003ch3\u003eAdjustable Brightness \u0026amp; Tone\u003c\/h3\u003e\n      \u003cp\u003eEasily switch between bright cool light for high productivity and warmer tones for evening reading and nighttime relaxation.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Sub-Card 6 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e↕️\u003c\/div\u003e\n      \u003ch3\u003eMulti-Angle Light Direction\u003c\/h3\u003e\n      \u003cp\u003ePivot the lamp head downward for focused tasks, outward for room lighting, or toward the wall for a soft reflected glow.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Sub-Card 7 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🎁\u003c\/div\u003e\n      \u003ch3\u003eIdeal for Small Spaces\u003c\/h3\u003e\n      \u003cp\u003eA versatile lighting solution for dorms, apartments, studios, and bedside setups where table space is at a premium.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 3: EDGE CLAMP \u0026 SPACE SAVING (IMAGE 2) --\u003e\n  \u003cdiv class=\"hestonix-two-col\"\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🏠 Zero Surface Clutter\u003c\/span\u003e\n      \u003ch2\u003eReclaim Your Surface Space with Low-Profile Clamping\u003c\/h2\u003e\n      \u003cp\u003e\n        Traditional lamps consume valuable desk space and easily get knocked over. The Hestonix™ low-profile clamp secures tightly to the edge of any desk, shelf, bedside table, or headboard.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Featuring broad padded contact surfaces, the clamp holds firm without damaging your furniture finish. Controls are integrated directly into the side of the support rail for quick, clutter-free access.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eFurniture-Safe Padding\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eSide-Mounted Touch Controls\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eEasy Relocation\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_c94a132a-e403-49ba-b43f-21ae7a29f4bd.png?v=1789726564\" alt=\"Hestonix Clip-On Desk Lamp Edge Clamp and Compact Workspace\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 4: MULTI-ANGLE PIVOT \u0026 COLOR TONES (IMAGE 3) --\u003e\n  \u003cdiv class=\"hestonix-two-col\"\u003e\n    \u003cdiv class=\"hestonix-img-wrapper\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/3_e476f6f4-ccf0-4271-aa4e-a685416d6923.png?v=1789726564\" alt=\"Hestonix Lamp Multi Angle Pivot and Indirect Lighting Feature\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e↕️ Dynamic Angle Adjustment\u003c\/span\u003e\n      \u003ch2\u003eFrom Focused Task Light to Relaxing Ambient Glow\u003c\/h2\u003e\n      \u003cp\u003e\n        In addition to sliding along the arc rail, the lamp head pivots independently. Angle it straight down for intense writing, studying, or crafting focus, or tilt it slightly outward to wash nearby walls with soft, indirect lighting.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Effortlessly shift light color and brightness to match your circadian rhythm—energizing bright white for morning work, neutral light for reading, and warm dimming for evening wind-downs.\n      \u003c\/p\u003e\n      \n      \u003c!-- Multi-space location boxes --\u003e\n      \u003cdiv class=\"hestonix-location-grid\"\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e💻 Home Office\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🎓 Dorm Desk\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🎨 Craft Corner\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🛏️ Bedside Shelf\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 5: GIFT \u0026 VERSATILITY BANNER --\u003e\n  \u003cdiv class=\"hestonix-gift-card\"\u003e\n    \u003cdiv class=\"hestonix-gift-icon\"\u003e🎁\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003ch3 style=\"margin-bottom: 6px; color: var(--h-text-dark);\"\u003eFunctional Décor Worth Gifting\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; font-size: 14px; color: var(--h-text-main);\"\u003e\n        With its sleek architectural profile and space-saving clip design, the Hestonix™ Slim Arc makes a thoughtful and practical gift for college students, remote workers, avid readers, artists, and anyone creating a clean, modern 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":51840996868402,"sku":"HST-LB003","price":79.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/0fcf60cd-3094-44ce-a9ca-d9dbfd6a7940.png?v=1789726529"}],"url":"https:\/\/hestonix.com\/collections\/desk-lighting.oembed","provider":"Hestonix™","version":"1.0","type":"link"}