{"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\/products\/hestonix%e2%84%a2-slim-arc-clip-on-desk-lamp-with-sliding-light-head-and-soft-wide-area-illumination","provider":"Hestonix™","version":"1.0","type":"link"}