{"title":"Home page","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"},{"product_id":"hestonix™-fold-flat-magnetic-charging-dock-with-pivoting-phone-stand-and-integrated-valet-tray","title":"Hestonix™ Fold-Flat Magnetic Charging Dock with Pivoting Phone Stand and Integrated Valet Tray","description":"\u003cstyle\u003e\n  \/* Scoped Container reset to prevent Shopify theme CSS bleeding *\/\n  .hestonix-dock-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-dock-pdp * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Color Design Tokens - Tech Executive Slate \u0026 Cyan Glow Palette *\/\n  .hestonix-dock-pdp {\n    --h-slate-dark: #0f172a;\n    --h-slate-card: #1e293b;\n    --h-accent-blue: #2563eb;\n    --h-accent-cyan: #0ea5e9;\n    --h-accent-light: #e0f2fe;\n    --h-accent-border: #bae6fd;\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: 24px;\n    --h-radius-lg: 16px;\n    --h-radius-md: 12px;\n  }\n\n  \/* Typography Rules *\/\n  .hestonix-dock-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-dock-pdp h3 {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--h-text-dark);\n    margin-bottom: 8px;\n  }\n\n  .hestonix-dock-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-accent-light);\n    color: #0284c7;\n    border: 1px solid var(--h-accent-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  \/* 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: 320px;\n    height: 320px;\n    background: radial-gradient(circle, rgba(14, 165, 233, 0.22) 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.75;\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  \/* 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  \/* 7-Benefit Grid (1 Highlight Featured Card + 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  .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-accent-cyan);\n    background-color: #ffffff;\n    transform: translateY(-4px);\n    box-shadow: 0 12px 28px rgba(14, 165, 233, 0.12);\n  }\n\n  .hestonix-card-featured {\n    grid-column: span 3;\n    background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 100%);\n    border: 2px solid var(--h-accent-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  \/* Location\/Use-Case Grid *\/\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-accent-light);\n    border: 1px solid var(--h-accent-border);\n    border-left: 6px solid #0284c7;\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-dock-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-dock-pdp\"\u003e\n  \n  \u003c!-- HERO BANNER SECTION --\u003e\n  \u003cdiv class=\"hestonix-hero-banner\"\u003e\n    \u003cspan class=\"hestonix-badge\" style=\"background: rgba(14, 165, 233, 0.2); color: #38bdf8; border-color: rgba(56, 189, 248, 0.4);\"\u003e\n      ⚡ Modern Desktop \u0026amp; Bedside Valet\n    \u003c\/span\u003e\n    \u003ch2\u003eHestonix™ Fold-Flat Magnetic Charging Dock\u003c\/h2\u003e\n    \u003cp\u003e\n      Meet a charging station designed to look less like a piece of tech and more like a refined object you actually want to leave on display. Instead of the typical upright charging stand or loose charging puck, this design features a slim magnetic charging disc that rises smoothly from a sculpted low-profile base, then folds completely flat when you want a cleaner, quieter surface.\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;\"\u003e🧲 Effortless Magnetic Alignment\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e✨ Fold-Flat Sculptural Design\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e🏠 Integrated Valet Tray\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e🌙 Subtle Status Glow\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 1: FOLD-FLAT DESIGN \u0026 MAGNETIC ALIGNMENT (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_7b47ea90-0224-4263-9745-f06e1b71c6c1.png?v=1789728303\" alt=\"Hestonix Fold-Flat Magnetic Charging Dock Overview and Folded State\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🧲 Sculptural Fold-Flat Architecture\u003c\/span\u003e\n      \u003ch2\u003eSeamless Magnetic Charging Meets Minimalist Sculpture\u003c\/h2\u003e\n      \u003cp\u003e\n        Snap your compatible phone into place for effortless magnetic alignment, tilt the charging surface to a comfortable viewing angle, and rotate your phone vertically for messages and calls or horizontally for videos, timers, and bedside StandBy viewing.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        The weighted base helps keep the dock steady when attaching or removing your device with one hand, turning your daily power-up routine into a cleaner, more organized part of your workspace or nightstand.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eOne-Hand Snap \u0026amp; Go\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eFold-Flat Storage\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eWeighted Non-Slip Base\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 Tech \u0026amp; Interior Styling\u003c\/span\u003e\n    \u003ch2\u003e7 Reasons Hestonix™ Elevates Your Everyday Space\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-accent-light); font-size: 28px;\"\u003e🧲\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3 style=\"color: var(--h-text-dark); margin-bottom: 4px;\"\u003eEffortless Magnetic Alignment\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; color: #475569;\"\u003e\n          Simply bring a compatible phone near the charging surface and the magnetic design helps position it neatly for convenient wireless charging without constantly adjusting placement.\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\u003eFold-Flat Sculptural Design\u003c\/h3\u003e\n      \u003cp\u003eThe charging disc folds down into the base when not in use, creating a clean, low-profile form that looks refined on a desk, nightstand, or entry table.\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\u003eAdjustable Viewing Angle\u003c\/h3\u003e\n      \u003cp\u003eTilt the magnetic charging surface for comfortable bedside viewing, video calls, notifications, timers, recipes, or desk use while charging.\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\u003ePortrait or Landscape Rotating\u003c\/h3\u003e\n      \u003cp\u003eRotate vertically for everyday messaging or horizontally for streaming videos, following workouts, or using a bedside clock display.\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\u003eBuilt-In Valet Tray\u003c\/h3\u003e\n      \u003cp\u003eA recessed side area keeps small everyday items such as keys, rings, earbuds, and accessories organized in one dedicated place.\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\u003eSubtle Charging Glow\u003c\/h3\u003e\n      \u003cp\u003eA soft edge light adds a refined visual cue while keeping nighttime environments calm and uncluttered, perfect for bedrooms.\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\u003eDoubles as Modern Décor\u003c\/h3\u003e\n      \u003cp\u003eWith its concealed cable routing, matte finish, and furniture-friendly silhouette, it brings practical tech and interior styling together.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 3: INTEGRATED VALET TRAY \u0026 ORGANIZED SURFACES (IMAGE 2) --\u003e\n  \u003cdiv class=\"hestonix-two-col\"\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🏠 Built-In Everyday Organization\u003c\/span\u003e\n      \u003ch2\u003eKeep Everyday Pocket Items Tidy in One Spot\u003c\/h2\u003e\n      \u003cp\u003e\n        Say goodbye to scattered nightstand clutter. Beside the main magnetic charging arm, a softly recessed tray provides a dedicated home for your essential everyday carry items—such as house keys, jewelry, rings, earbuds, or coins.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        A concealed rear cable channel routes power wires neatly out of sight, ensuring your nightstand, desk, or entryway table maintains a sleek, hotel-worthy aesthetic from every angle.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eSoft Recessed Tray\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eConcealed Cable Routing\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eAnti-Scratch Matte Finish\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_43d49cea-02db-4a15-b0fc-36da990efd1c.png?v=1789728303\" alt=\"Hestonix Charging Dock Valet Tray and Nightstand Organization\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 4: AMBIENT GLOW \u0026 VERSATILE LOCATIONS (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_f0b3e0c5-a71e-42c7-81d3-bbdbdf63b49a.png?v=1789728303\" alt=\"Hestonix Dock Subtle Edge Light Glow and Bedside Setup\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🌙 Calm Nighttime Ambiance\u003c\/span\u003e\n      \u003ch2\u003eSubtle Status Light for Distraction-Free Rest\u003c\/h2\u003e\n      \u003cp\u003e\n        Unlike conventional charging stands that flood dark bedrooms with piercing indicator LEDs, the Hestonix™ dock features a soft, understated edge glow that quietly communicates charging status without disrupting your sleep.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Finished with a smooth matte exterior and softly rounded geometry, it blends effortlessly into any interior decor scheme.\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🛏️ Bedside Nightstand\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e💻 Home Office Desk\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🔑 Entryway Console\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e✈️ Hotel \u0026amp; Travel\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 5: GIFT \u0026 LIFESTYLE CALLOUT 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);\"\u003eA Tech Essential Worth Gifting\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; font-size: 14px; color: var(--h-text-main);\"\u003e\n        Ideal for professionals, students, travelers, design-conscious homeowners, and anyone tired of tangled cords and cluttered charging areas. It turns a daily charging routine into a cleaner, more organized part of the room and makes a polished gift for birthdays, graduations, housewarmings, or holidays.\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":51841059782962,"sku":"HST-CH001","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/9bd84d3c-6f4c-4baa-b25a-2311fc1b48d5.png?v=1789728300"},{"product_id":"hestonix™-sculptural-3-in-1-charging-dock-with-floating-phone-panel-hidden-watch-perch-and-wireless-accessory-tray","title":"Hestonix™ Sculptural 3-in-1 Charging Dock with Floating Phone Panel, Hidden Watch Perch and Wireless Accessory Tray","description":"\u003cstyle\u003e\n  \/* Scoped Container reset to prevent Shopify theme CSS bleeding *\/\n  .hestonix-3in1-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-3in1-pdp * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Color Design Tokens - Obsidian Slate \u0026 Gold Amber Palette *\/\n  .hestonix-3in1-pdp {\n    --h-obsidian-dark: #0b0f17;\n    --h-obsidian-card: #151d2a;\n    --h-accent-amber: #d97706;\n    --h-accent-gold: #f59e0b;\n    --h-accent-light-amber: #fef3c7;\n    --h-accent-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: 24px;\n    --h-radius-lg: 16px;\n    --h-radius-md: 12px;\n  }\n\n  \/* Typography Rules *\/\n  .hestonix-3in1-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-3in1-pdp h3 {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--h-text-dark);\n    margin-bottom: 8px;\n  }\n\n  .hestonix-3in1-pdp p {\n    font-size: 15px;\n    color: var(--h-text-main);\n    margin-bottom: 16px;\n  }\n\n  .hestonix-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background-color: var(--h-accent-light-amber);\n    color: #b45309;\n    border: 1px solid var(--h-accent-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  \/* Hero Callout Header Banner *\/\n  .hestonix-hero-banner {\n    background: linear-gradient(135deg, #0b0f17 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(11, 15, 23, 0.22);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hestonix-hero-banner::after {\n    content: '';\n    position: absolute;\n    top: -40%;\n    right: -15%;\n    width: 340px;\n    height: 340px;\n    background: radial-gradient(circle, rgba(245, 158, 11, 0.2) 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.75;\n  }\n\n  .hestonix-zone-bar {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin-top: 28px;\n    padding-top: 24px;\n    border-top: 1px solid rgba(255,255,255,0.12);\n  }\n\n  .hestonix-zone-item {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.1);\n    border-radius: var(--h-radius-md);\n    padding: 12px 16px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n\n  .hestonix-zone-icon {\n    font-size: 22px;\n    background: rgba(245, 158, 11, 0.2);\n    width: 38px;\n    height: 38px;\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .hestonix-zone-title {\n    font-size: 13px;\n    font-weight: 700;\n    color: #ffffff;\n    display: block;\n  }\n\n  .hestonix-zone-desc {\n    font-size: 12px;\n    color: #94a3b8;\n    display: block;\n  }\n\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  .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  .hestonix-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 56px;\n  }\n\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-accent-gold);\n    background-color: #ffffff;\n    transform: translateY(-4px);\n    box-shadow: 0 12px 28px rgba(245, 158, 11, 0.12);\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-accent-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  .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  .hestonix-gift-card {\n    background-color: var(--h-accent-light-amber);\n    border: 1px solid var(--h-accent-border);\n    border-left: 6px solid #d97706;\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  @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-zone-bar {\n      grid-template-columns: 1fr;\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-dock-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-3in1-pdp\"\u003e\n  \n  \u003c!-- HERO BANNER SECTION --\u003e\n  \u003cdiv class=\"hestonix-hero-banner\"\u003e\n    \u003cspan class=\"hestonix-badge\" style=\"background: rgba(245, 158, 11, 0.2); color: #fbbf24; border-color: rgba(251, 191, 36, 0.4);\"\u003e\n      ⚡ Modern Architectural 3-in-1 Charging Hub\n    \u003c\/span\u003e\n    \u003ch2\u003eHestonix™ Sculptural 3-in-1 Charging Dock\u003c\/h2\u003e\n    \u003cp\u003e\n      The Hestonix™ Sculptural 3-in-1 Charging Dock turns everyday charging into a cleaner, more intentional part of your space. Designed to look more like modern home décor than a traditional charging station, it features a distinctive low-profile architectural base with three clearly organized charging zones that keep your essential devices neat, accessible, and clutter-free.\n    \u003c\/p\u003e\n\n    \u003c!-- 3-ZONE HARDWARE SPEC BAR --\u003e\n    \u003cdiv class=\"hestonix-zone-bar\"\u003e\n      \u003cdiv class=\"hestonix-zone-item\"\u003e\n        \u003cdiv class=\"hestonix-zone-icon\"\u003e📱\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-zone-title\"\u003eFloating Phone Panel\u003c\/span\u003e\n          \u003cspan class=\"hestonix-zone-desc\"\u003eMagnetic \u0026amp; Rotatable\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-zone-item\"\u003e\n        \u003cdiv class=\"hestonix-zone-icon\"\u003e⌚\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-zone-title\"\u003eWearable Perch\u003c\/span\u003e\n          \u003cspan class=\"hestonix-zone-desc\"\u003eHidden Pull-Out Design\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-zone-item\"\u003e\n        \u003cdiv class=\"hestonix-zone-icon\"\u003e🎧\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-zone-title\"\u003eAccessory Base\u003c\/span\u003e\n          \u003cspan class=\"hestonix-zone-desc\"\u003eSoftly Recessed Zone\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e📱 3-Device Simultaneous Power\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e✨ Floating Magnetic Panel\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e⌚ Pull-Out Wearable Arm\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e🌙 Soft Perimeter Glow\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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_95d4fa2a-c0b2-413d-8c3b-4e333d2ce93d.png?v=1789728464\" alt=\"Hestonix Sculptural 3-in-1 Charging Dock Floating Magnetic Panel Overview\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e✨ Floating Architecture \u0026amp; Versatile Angles\u003c\/span\u003e\n      \u003ch2\u003eSculptural Elevation Meets Seamless Desktop Utility\u003c\/h2\u003e\n      \u003cp\u003e\n        The magnetic phone panel appears to float above the base on a slim offset support, creating an open, sculptural silhouette that feels light and refined on a nightstand, desk, dresser, or entry table.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Unlike conventional stacked charging towers, the layout keeps each device visually separated and easy to reach, so you can pick up one item without disturbing the others. The phone panel tilts and rotates for comfortable portrait or landscape viewing while charging.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003ePortrait \u0026amp; Landscape Rotating\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eVisually Separated Zones\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eWeighted Non-Slip Base\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"text-align: center; margin-bottom: 32px;\"\u003e\n    \u003cspan class=\"hestonix-badge\"\u003eEngineered for Modern Interior Spaces\u003c\/span\u003e\n    \u003ch2\u003e7 Reasons Hestonix™ Elevates Your Daily Power Routine\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hestonix-benefit-grid\"\u003e\n    \u003c!-- Featured Card 1 (Full Width Highlight) --\u003e\n    \u003cdiv class=\"hestonix-card hestonix-card-featured\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\" style=\"margin-bottom: 0; background: var(--h-accent-light-amber); font-size: 28px;\"\u003e📱\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3 style=\"color: var(--h-text-dark); margin-bottom: 4px;\"\u003eThree Devices, One Organized Home\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; color: #475569;\"\u003e\n          Charge a compatible phone, wearable device, and wireless accessory in one compact station while keeping each charging area visually separate and effortless to access.\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\u003eFloating Magnetic Phone Panel\u003c\/h3\u003e\n      \u003cp\u003eThe elevated phone surface uses a slim offset support to create a distinctive floating appearance that feels more architectural than a traditional stand.\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\u003eAdjustable Portrait \u0026amp; Landscape\u003c\/h3\u003e\n      \u003cp\u003eTilt and rotate your phone while it charges for comfortable video calls, streaming, desk work, recipes, or bedside StandBy viewing.\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\u003eHidden Pull-Out Wearable Perch\u003c\/h3\u003e\n      \u003cp\u003eThe dedicated wearable charging section slides neatly into the base when not in use, keeping the dock visually clean when an empty arm isn't needed.\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\u003eRecessed Wireless Accessory Zone\u003c\/h3\u003e\n      \u003cp\u003eA subtle charging surface built into the base creates a natural resting place for earbuds or small wireless devices without extra raised clutter.\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\u003eSoft Perimeter Charging Glow\u003c\/h3\u003e\n      \u003cp\u003eA low-level light around the lower edge adds a refined nighttime accent and gentle charging feedback without overpowering your bedroom.\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\u003eDesigned to Stay on Display\u003c\/h3\u003e\n      \u003cp\u003eWith its weighted base, concealed rear cable routing, and compact footprint, it blends seamlessly onto nightstands, desks, and entry consoles.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hestonix-two-col\"\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e⌚ Discreet Pull-Out Architecture\u003c\/span\u003e\n      \u003ch2\u003eConcealed Wearable Perch \u0026amp; Dedicated Earbud Tray\u003c\/h2\u003e\n      \u003cp\u003e\n        When your wearable device isn't charging, the dedicated perch slides discreetly back into the low-profile base, preserving the dock's minimalist silhouette without leaving an empty charging arm exposed.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Right alongside, a softly recessed charging pad provides a dedicated spot for wireless earbuds or secondary accessories, while hidden rear cable routing keeps wires out of sight.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eSlide-Away Watch Arm\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eSoft Recessed Earbud Tray\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eConcealed Cable Channel\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_1714ae65-16a4-4f5e-aea8-40420b3332ae.png?v=1789728465\" alt=\"Hestonix 3-in-1 Charging Dock Pull Out Wearable Perch and Earbud Charging\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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_743af9ec-aa17-4530-858d-49b620eee9aa.png?v=1789728465\" alt=\"Hestonix 3-in-1 Dock Perimeter Night Glow and Bedside Setup\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🌙 Gentle Nighttime Ambiance\u003c\/span\u003e\n      \u003ch2\u003eSoft Perimeter Glow for Calm Nighttime Spaces\u003c\/h2\u003e\n      \u003cp\u003e\n        Say goodbye to bright, harsh charging indicator lights that disrupt your sleep. The Hestonix™ dock features a low-level perimeter light ring that provides a subtle, luxury charging status cue.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Its compact footprint and weighted base ensure single-handed dock stability, turning nightstand charging into a quiet, effortless experience.\n      \u003c\/p\u003e\n      \n      \u003c!-- Multi-space location grid --\u003e\n      \u003cdiv class=\"hestonix-location-grid\"\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🛏️ Bedside Nightstand\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e💻 Executive Desk\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🔑 Entryway Console\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🛋️ Dresser \u0026amp; Bedroom\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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);\"\u003eA Thoughtful Gift for Design \u0026amp; Tech Enthusiasts\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; font-size: 14px; color: var(--h-text-main);\"\u003e\n        Ideal for professionals, couples, students, travelers, home-office users, and anyone wanting fewer loose cables on their furniture. Combining practical daily 3-in-1 charging with a polished decorative presence, it makes a memorable gift for birthdays, graduations, housewarmings, or holiday celebrations.\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":51841059848498,"sku":"HST-CH002","price":89.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/30c17de2-161e-43aa-9b38-ff43eaea4be2.png?v=1789728441"},{"product_id":"hestonix™-sculpted-6-port-desktop-usb-charging-hub-with-angled-port-deck-and-integrated-cable-organizer","title":"Hestonix™ Sculpted 6-Port Desktop USB Charging Hub with Angled Port Deck and Integrated Cable Organizer","description":"\u003cstyle\u003e\n  \/* Scoped Container reset to prevent Shopify theme CSS bleeding *\/\n  .hestonix-hub-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-hub-pdp * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Color Design Tokens - Electric Slate \u0026 Tech Cyan Palette *\/\n  .hestonix-hub-pdp {\n    --h-slate-dark: #0b1320;\n    --h-slate-card: #152238;\n    --h-accent-cyan: #06b6d4;\n    --h-accent-blue: #2563eb;\n    --h-cyan-light: #e0f2fe;\n    --h-cyan-border: #bae6fd;\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: 24px;\n    --h-radius-lg: 16px;\n    --h-radius-md: 12px;\n  }\n\n  \/* Typography Rules *\/\n  .hestonix-hub-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-hub-pdp h3 {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--h-text-dark);\n    margin-bottom: 8px;\n  }\n\n  .hestonix-hub-pdp p {\n    font-size: 15px;\n    color: var(--h-text-main);\n    margin-bottom: 16px;\n  }\n\n  .hestonix-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background-color: var(--h-cyan-light);\n    color: #0369a1;\n    border: 1px solid var(--h-cyan-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  \/* Hero Banner Section *\/\n  .hestonix-hero-banner {\n    background: linear-gradient(135deg, #0b1320 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(11, 19, 32, 0.25);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hestonix-hero-banner::after {\n    content: '';\n    position: absolute;\n    top: -40%;\n    right: -15%;\n    width: 360px;\n    height: 360px;\n    background: radial-gradient(circle, rgba(6, 182, 212, 0.25) 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.75;\n  }\n\n  \/* 4-Zone Hardware Spec Bar *\/\n  .hestonix-spec-bar {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 28px;\n    padding-top: 24px;\n    border-top: 1px solid rgba(255,255,255,0.12);\n  }\n\n  .hestonix-spec-item {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.1);\n    border-radius: var(--h-radius-md);\n    padding: 12px 14px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .hestonix-spec-icon {\n    font-size: 20px;\n    background: rgba(6, 182, 212, 0.2);\n    width: 36px;\n    height: 36px;\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .hestonix-spec-title {\n    font-size: 13px;\n    font-weight: 700;\n    color: #ffffff;\n    display: block;\n  }\n\n  .hestonix-spec-desc {\n    font-size: 11px;\n    color: #94a3b8;\n    display: block;\n  }\n\n  \/* Two Column Layouts *\/\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  .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  \/* Feature Grid Section *\/\n  .hestonix-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 56px;\n  }\n\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-accent-cyan);\n    background-color: #ffffff;\n    transform: translateY(-4px);\n    box-shadow: 0 12px 28px rgba(6, 182, 212, 0.12);\n  }\n\n  .hestonix-card-featured {\n    grid-column: span 3;\n    background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 100%);\n    border: 2px solid var(--h-cyan-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  \/* Location Grid *\/\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 Card Section *\/\n  .hestonix-gift-card {\n    background-color: var(--h-cyan-light);\n    border: 1px solid var(--h-cyan-border);\n    border-left: 6px solid var(--h-accent-cyan);\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  \/* Mobile Responsiveness *\/\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-spec-bar {\n      grid-template-columns: repeat(2, 1fr);\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-hub-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-hub-pdp\"\u003e\n  \n  \u003c!-- HERO BANNER SECTION --\u003e\n  \u003cdiv class=\"hestonix-hero-banner\"\u003e\n    \u003cspan class=\"hestonix-badge\" style=\"background: rgba(6, 182, 212, 0.2); color: #38bdf8; border-color: rgba(56, 189, 248, 0.4);\"\u003e\n      ⚡ Modern 6-Port Desktop Power Hub\n    \u003c\/span\u003e\n    \u003ch2\u003eHestonix™ Sculpted 6-Port Desktop USB Charging Hub\u003c\/h2\u003e\n    \u003cp\u003e\n      The Hestonix™ Sculpted 6-Port Desktop USB Charging Hub is designed for people who need to charge more devices without turning their desk, nightstand, kitchen counter, or shared workspace into a mess of adapters and tangled cords. Instead of looking like a traditional power brick, this charging hub uses a low-profile sculpted base with a gently raised, angled port deck that keeps every connection easy to see and reach.\n    \u003c\/p\u003e\n\n    \u003c!-- 4-ZONE HARDWARE SPEC BAR --\u003e\n    \u003cdiv class=\"hestonix-spec-bar\"\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e🔌\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003e4× USB-C Ports\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eHigh-Speed Power\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e📱\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003e2× USB-A Ports\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eUniversal Legacy Access\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e🧠\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eSmart Power\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eAuto-Balancing Output\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e🧵\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eRear Channels\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eConcealed Cable Guides\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e⚡ 6 Devices Simultaneous Charging\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e📐 Angled Port Deck\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e🧲 Non-Slip Weighted Base\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e🌙 Subtle Status Glow\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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\/1b8e1c77-91ec-4577-b856-3bf40b4e1afa.png?v=1789728713\" alt=\"Hestonix Sculpted 6-Port Desktop USB Charging Hub Overview\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e⚡ Angled Deck Architecture\u003c\/span\u003e\n      \u003ch2\u003eIntuitive Plug Access Meets Multi-Device Power\u003c\/h2\u003e\n      \u003cp\u003e\n        Six dedicated charging ports—including four USB-C ports and two USB-A ports—give you one organized place to power phones, tablets, earbuds, portable electronics, cameras, handheld devices, and everyday accessories.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Intelligent power distribution automatically manages available output across connected devices, helping make multi-device charging simpler without requiring you to think about which port to use every time.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003e4× USB-C \u0026amp; 2× USB-A\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eAuto-Balancing Output\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eClutter-Free Surface\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"text-align: center; margin-bottom: 32px;\"\u003e\n    \u003cspan class=\"hestonix-badge\"\u003eEngineered for Multi-Device Efficiency\u003c\/span\u003e\n    \u003ch2\u003e7 Reasons Hestonix™ Upgrades Your Workspace Setup\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hestonix-benefit-grid\"\u003e\n    \u003c!-- Featured Card 1 (Full Width Highlight) --\u003e\n    \u003cdiv class=\"hestonix-card hestonix-card-featured\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\" style=\"margin-bottom: 0; background: var(--h-cyan-light); font-size: 28px;\"\u003e⚡\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3 style=\"color: var(--h-text-dark); margin-bottom: 4px;\"\u003eCharge Up to 6 Devices from One Hub\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; color: #475569;\"\u003e\n          Four USB-C ports and two USB-A ports create one central charging station for phones, tablets, earbuds, cameras, portable electronics, and other everyday devices.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 2 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e📐\u003c\/div\u003e\n      \u003ch3\u003eAngled Port Deck for Easier Access\u003c\/h3\u003e\n      \u003cp\u003eThe slightly elevated charging surface keeps ports visible and easy to reach, making plugging in cables faster than reaching behind a traditional brick.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 3 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🔌\u003c\/div\u003e\n      \u003ch3\u003eSmart Power Distribution\u003c\/h3\u003e\n      \u003cp\u003eIntelligently balances available power between connected devices, making it effortless to charge several items at once without rearranging plugs.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 4 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🏠\u003c\/div\u003e\n      \u003ch3\u003eBuilt-In Cable Organization\u003c\/h3\u003e\n      \u003cp\u003eIntegrated rear cable channels help separate and guide cords in different directions, reducing tangles and keeping your setup intentional.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 5 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🌙\u003c\/div\u003e\n      \u003ch3\u003eSoft, Low-Profile Status Glow\u003c\/h3\u003e\n      \u003cp\u003eA subtle perimeter light provides an elegant visual status cue while remaining soft and comfortable for bedrooms and nighttime use.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 6 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🧲\u003c\/div\u003e\n      \u003ch3\u003eWeighted, Non-Slip Design\u003c\/h3\u003e\n      \u003cp\u003eThe solid weighted base stays planted when cables are plugged in or removed, preventing the hub from sliding around your desk.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 7 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🎁\u003c\/div\u003e\n      \u003ch3\u003eMade for Multi-Device Living\u003c\/h3\u003e\n      \u003cp\u003eIdeal for families, students, remote workers, creators, and travelers—its clean architectural form is polished enough to leave on display anywhere.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hestonix-two-col\"\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🔌 Clean Cable Management\u003c\/span\u003e\n      \u003ch2\u003eRear Routing Channels \u0026amp; Single-Handed Stability\u003c\/h2\u003e\n      \u003cp\u003e\n        Along the rear edge, integrated cable-routing channels help guide cords in separate directions so they stay cleaner, easier to identify, and less likely to pile up across your work surface.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        A weighted non-slip base keeps the charger stable when plugging and unplugging cables with one hand, while the angled architecture helps hide plugged-in connectors from normal viewing angles for a streamlined look.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eIntegrated Rear Channels\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eHidden Connector Angles\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eSingle-Handed Plug Stability\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\/6a076369-6927-449a-a865-fc39a2baa3a0.png?v=1789728714\" alt=\"Hestonix 6-Port Charging Hub Cable Organization and Rear Routing\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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\/3b7fe484-0ca2-44d1-ac93-788a886b95bb.png?v=1789728714\" alt=\"Hestonix 6-Port Charging Hub Nightstand Bedside Setup and Subtle Glow\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🌙 Soft Evening Accent\u003c\/span\u003e\n      \u003ch2\u003eSubtle Perimeter Glow for Restful Nighttime Spaces\u003c\/h2\u003e\n      \u003cp\u003e\n        The soft perimeter status light adds a calm modern glow without creating distracting brightness in bedrooms, dorms, or quiet evening offices.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Whether placed on an executive desk, a shared family counter, or a bedside nightstand, it replaces bulky power strips with a single elegant central hub.\n      \u003c\/p\u003e\n      \n      \u003c!-- Multi-space location grid --\u003e\n      \u003cdiv class=\"hestonix-location-grid\"\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e💻 Executive Desk\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🛋️ Shared Family Hub\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🛏️ Bedside Nightstand\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🎨 Creative Studio \u0026amp; Dorm\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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);\"\u003eA Practical Gift for Tech Lovers \u0026amp; Organizers\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; font-size: 14px; color: var(--h-text-main);\"\u003e\n        Perfect for remote workers, students, creators, tech-heavy households, and travelers. With its clean sculptural form and organized multi-port layout, it works as both an essential charging station and a modern desktop accessory for graduations, housewarmings, holidays, or birthdays.\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":51841059881266,"sku":"HST-CH003","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/8a2bc52c-4444-40e7-9302-cce9b250d4d5.png?v=1789728711"},{"product_id":"hestonix™-pivoting-multi-function-desktop-stand-with-floating-device-shelf-headphone-hook-and-valet-tray","title":"Hestonix™ Pivoting Multi-Function Desktop Stand with Floating Device Shelf, Headphone Hook and Valet Tray","description":"\u003cstyle\u003e\n  \/* Scoped Container Reset to prevent Shopify Theme CSS Bleeding *\/\n  .hestonix-pivoting-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-pivoting-pdp * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Color Design Tokens - Slate \u0026 Warm Amber Gold Palette *\/\n  .hestonix-pivoting-pdp {\n    --h-dark-slate: #0f172a;\n    --h-card-slate: #1e293b;\n    --h-accent-amber: #d97706;\n    --h-accent-amber-light: #fffbeb;\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: 24px;\n    --h-radius-lg: 16px;\n    --h-radius-md: 12px;\n  }\n\n  \/* Typography Rules *\/\n  .hestonix-pivoting-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-pivoting-pdp h3 {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--h-text-dark);\n    margin-bottom: 8px;\n  }\n\n  .hestonix-pivoting-pdp p {\n    font-size: 15px;\n    color: var(--h-text-main);\n    margin-bottom: 16px;\n  }\n\n  \/* Badges \u0026 Pill Tags *\/\n  .hestonix-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background-color: var(--h-accent-amber-light);\n    color: #b45309;\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  \/* Hero Banner Section *\/\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.22);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hestonix-hero-banner::after {\n    content: '';\n    position: absolute;\n    top: -30%;\n    right: -10%;\n    width: 380px;\n    height: 380px;\n    background: radial-gradient(circle, rgba(217, 119, 6, 0.22) 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.75;\n  }\n\n  \/* 4-Zone Hardware Spec Bar *\/\n  .hestonix-spec-bar {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 28px;\n    padding-top: 24px;\n    border-top: 1px solid rgba(255,255,255,0.12);\n  }\n\n  .hestonix-spec-item {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.1);\n    border-radius: var(--h-radius-md);\n    padding: 12px 14px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .hestonix-spec-icon {\n    font-size: 20px;\n    background: rgba(217, 119, 6, 0.25);\n    width: 36px;\n    height: 36px;\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .hestonix-spec-title {\n    font-size: 13px;\n    font-weight: 700;\n    color: #ffffff;\n    display: block;\n  }\n\n  .hestonix-spec-desc {\n    font-size: 11px;\n    color: #94a3b8;\n    display: block;\n  }\n\n  \/* Two Column Feature Layouts *\/\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  .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  \/* Feature Card Grid Section *\/\n  .hestonix-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 56px;\n  }\n\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-accent-amber);\n    background-color: #ffffff;\n    transform: translateY(-4px);\n    box-shadow: 0 12px 28px rgba(217, 119, 6, 0.12);\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  \/* Location Grid *\/\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 Card Callout *\/\n  .hestonix-gift-card {\n    background-color: var(--h-accent-amber-light);\n    border: 1px solid var(--h-amber-border);\n    border-left: 6px solid var(--h-accent-amber);\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  \/* Mobile Responsive Breakpoints *\/\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-spec-bar {\n      grid-template-columns: repeat(2, 1fr);\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-pivoting-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-pivoting-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.25); color: #fef3c7; border-color: rgba(253, 230, 138, 0.4);\"\u003e\n      📱 Architectural Desktop Valet Organizer\n    \u003c\/span\u003e\n    \u003ch2\u003eHestonix™ Pivoting Multi-Function Desktop Stand\u003c\/h2\u003e\n    \u003cp\u003e\n      The Hestonix™ Pivoting Multi-Function Desktop Stand is designed to turn a cluttered desk into a cleaner, more intentional everyday setup. Instead of using separate stands for your phone, tablet, headphones, and small accessories, this sculptural desktop organizer brings them together in one compact vertical design.\n    \u003c\/p\u003e\n\n    \u003c!-- 4-ZONE HARDWARE SPEC BAR --\u003e\n    \u003cdiv class=\"hestonix-spec-bar\"\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e📱\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eFloating Deck\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eMulti-Device Shelf\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e🔄\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eSmooth Pivot\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eRotate \u0026amp; Tilt Column\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e🎧\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eFold-Away Hook\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eDiscreet Rear Hanger\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e✨\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eValet Tray\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eRecessed Accessory Bay\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e📱 Phone \u0026amp; Tablet Platform\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e🔄 Central Pivot Column\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e🎧 Swing-Out Headphone Hanger\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e🔌 Cable Pass-Through\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 1: FLOATING SHELF \u0026 PIVOT COLUMN --\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_f8af833e-db91-47ab-a862-0516023e10b4.png?v=1789729069\" alt=\"Hestonix Pivoting Desktop Stand Overview and Multi-Device Setup\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🔄 Multi-Angle Ergonomic Elevation\u003c\/span\u003e\n      \u003ch2\u003ePivoting Floating Device Shelf for Screen Productivity\u003c\/h2\u003e\n      \u003cp\u003e\n        Its signature floating device shelf is mounted on a slim central pivot column, allowing you to rotate the viewing surface left or right and adjust the tilt for video calls, reading, streaming, recipes, reference material, or a second-screen workflow.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        The shelf is wide enough to support a phone or compact tablet while keeping the screen elevated at a more comfortable viewing height for prolonged daily use.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eSecond-Screen Comfort\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eFluid Tilt \u0026amp; Rotate\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eIdeal for Video Calls\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE GRID SECTION HEADER --\u003e\n  \u003cdiv style=\"text-align: center; margin-bottom: 32px;\"\u003e\n    \u003cspan class=\"hestonix-badge\"\u003eEngineered for Daily Desktop Efficiency\u003c\/span\u003e\n    \u003ch2\u003e7 Reasons Hestonix™ Elevates Your Workspace\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFIT GRID --\u003e\n  \u003cdiv class=\"hestonix-benefit-grid\"\u003e\n    \u003c!-- Featured Card 1 (Full Width Highlight) --\u003e\n    \u003cdiv class=\"hestonix-card hestonix-card-featured\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\" style=\"margin-bottom: 0; background: var(--h-accent-amber-light); font-size: 28px;\"\u003e📱\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3 style=\"color: var(--h-text-dark); margin-bottom: 4px;\"\u003eOne Stand for Multiple Everyday Devices\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; color: #475569;\"\u003e\n          Use the elevated shelf for a phone or compact tablet while keeping over-ear headphones and smaller everyday essentials organized in dedicated areas below.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 2 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🔄\u003c\/div\u003e\n      \u003ch3\u003ePivoting Floating Shelf\u003c\/h3\u003e\n      \u003cp\u003eRotate and tilt the device platform to create a comfortable angle for video calls, streaming, reading, studying, recipes, or second-screen productivity.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 3 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🎧\u003c\/div\u003e\n      \u003ch3\u003eFold-Away Headphone Hook\u003c\/h3\u003e\n      \u003cp\u003eA discreet rear hook swings outward when you need it and folds back into the profile when you want a cleaner, more minimal desktop look.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 4 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003eSculptural Vertical Design\u003c\/h3\u003e\n      \u003cp\u003eThe slim central spine and floating upper shelf create a distinctive architectural silhouette that saves surface space without looking like office equipment.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 5 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🏠\u003c\/div\u003e\n      \u003ch3\u003eIntegrated Valet Tray\u003c\/h3\u003e\n      \u003cp\u003eKeep earbuds, keys, glasses, pens, jewelry, or other small essentials in one easy-to-reach place instead of scattered across your desk or nightstand.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 6 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🔌\u003c\/div\u003e\n      \u003ch3\u003eCleaner Cable Routing\u003c\/h3\u003e\n      \u003cp\u003eA built-in cable pass-through guides charging cords toward your devices while helping keep wires visually organized around the base.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 7 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🎁\u003c\/div\u003e\n      \u003ch3\u003eMade for Workspaces \u0026amp; Interiors\u003c\/h3\u003e\n      \u003cp\u003eA weighted base, soft protective contact surfaces, matte finish, and compact footprint make it practical for everyday use and polished enough to leave on display.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 2: HEADPHONE HOOK \u0026 VALET TRAY --\u003e\n  \u003cdiv class=\"hestonix-two-col\"\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🎧 Integrated Headphone \u0026amp; Storage Bay\u003c\/span\u003e\n      \u003ch2\u003eFold-Away Rear Hook \u0026amp; Built-In Valet Base\u003c\/h2\u003e\n      \u003cp\u003e\n        On the rear side, a fold-away headphone hook swings out only when needed, giving over-ear headphones or lightweight accessories a dedicated home without adding permanent bulk to the silhouette.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Below, a recessed valet tray creates a convenient spot for keys, earbuds, glasses, pens, rings, or everyday pocket items, giving you one central location for your EDC essentials.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eSwing-Out Headphone Arm\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eRecessed EDC Storage\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eZero Visual Bulk\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_859ef798-7e87-4dbd-bf62-e67734758320.png?v=1789729069\" alt=\"Hestonix Stand Rear Headphone Hook and Recessed Base Tray Detail\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 3: CABLE ROUTING \u0026 STABILITY --\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_f030acd2-a032-4f27-b45b-1c6412ffe639.png?v=1789729069\" alt=\"Hestonix Pivoting Multi-Function Stand Cable Channel and Weighted Base\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🔌 Intentional Desktop Architecture\u003c\/span\u003e\n      \u003ch2\u003eControlled Cable Pass-Through \u0026amp; Weighted Base\u003c\/h2\u003e\n      \u003cp\u003e\n        An integrated cable pass-through helps keep charging cords routed neatly around the back, keeping wires out of sight while ensuring your devices stay powered up during work or play.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        The weighted low-profile base adds rock-solid stability while taking up less visual space than traditional multi-arm desktop organizers, and soft contact pads help protect devices and tabletop surfaces.\n      \u003c\/p\u003e\n      \n      \u003c!-- Multi-space location grid --\u003e\n      \u003cdiv class=\"hestonix-location-grid\"\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e💻 Executive Office\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🎨 Creative Studio\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🎮 Gaming Desk\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🌙 Bedside Table\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GIFT CARD SECTION --\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);\"\u003eA Stylish \u0026amp; Practical Gift for Workspaces\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; font-size: 14px; color: var(--h-text-main);\"\u003e\n        Ideal for remote workers, students, content creators, readers, designers, gamers, and anyone who prefers a more organized workspace. With its asymmetrical architecture, matte finish, rounded edges, and clean open-frame form, it makes a thoughtful gift for birthdays, graduations, housewarmings, holidays, or a new home-office upgrade.\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":51841075773746,"sku":"HST-ST001","price":79.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/fd0b4678-ef8c-4cc0-a281-609dffe1d76b.png?v=1789729066"},{"product_id":"hestonix™-expandable-floating-bridge-monitor-riser-with-sliding-side-shelves-and-hidden-desk-storage","title":"Hestonix™ Expandable Floating-Bridge Monitor Riser with Sliding Side Shelves and Hidden Desk Storage","description":"\u003cstyle\u003e\n  \/* Scoped Container Reset to prevent Shopify Theme CSS Bleeding *\/\n  .hestonix-riser-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-riser-pdp * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Color Design Tokens - Studio Slate \u0026 Amber Bronze Palette *\/\n  .hestonix-riser-pdp {\n    --h-slate-dark: #0f172a;\n    --h-slate-card: #1e293b;\n    --h-accent-amber: #d97706;\n    --h-accent-amber-light: #fffbeb;\n    --h-amber-border: #fde68a;\n    --h-amber-glow: rgba(217, 119, 6, 0.15);\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: 24px;\n    --h-radius-lg: 16px;\n    --h-radius-md: 12px;\n  }\n\n  \/* Typography Rules *\/\n  .hestonix-riser-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-riser-pdp h3 {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--h-text-dark);\n    margin-bottom: 8px;\n  }\n\n  .hestonix-riser-pdp p {\n    font-size: 15px;\n    color: var(--h-text-main);\n    margin-bottom: 16px;\n  }\n\n  \/* Badges \u0026 Pill Tags *\/\n  .hestonix-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background-color: var(--h-accent-amber-light);\n    color: #b45309;\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  \/* Hero Banner Section *\/\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.22);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hestonix-hero-banner::after {\n    content: '';\n    position: absolute;\n    top: -30%;\n    right: -10%;\n    width: 380px;\n    height: 380px;\n    background: radial-gradient(circle, rgba(217, 119, 6, 0.22) 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.75;\n  }\n\n  \/* 4-Zone Floating Spec Bar *\/\n  .hestonix-spec-bar {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 28px;\n    padding-top: 24px;\n    border-top: 1px solid rgba(255,255,255,0.12);\n  }\n\n  .hestonix-spec-item {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.1);\n    border-radius: var(--h-radius-md);\n    padding: 12px 14px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .hestonix-spec-icon {\n    font-size: 20px;\n    background: rgba(217, 119, 6, 0.22);\n    width: 36px;\n    height: 36px;\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .hestonix-spec-title {\n    font-size: 13px;\n    font-weight: 700;\n    color: #ffffff;\n    display: block;\n  }\n\n  .hestonix-spec-desc {\n    font-size: 11px;\n    color: #94a3b8;\n    display: block;\n  }\n\n  \/* Two Column Feature Layouts *\/\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  .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  \/* Feature Card Grid Section *\/\n  .hestonix-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 56px;\n  }\n\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-accent-amber);\n    background-color: #ffffff;\n    transform: translateY(-4px);\n    box-shadow: 0 12px 28px rgba(217, 119, 6, 0.12);\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  \/* Location Grid *\/\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 Card Callout *\/\n  .hestonix-gift-card {\n    background-color: var(--h-accent-amber-light);\n    border: 1px solid var(--h-amber-border);\n    border-left: 6px solid var(--h-accent-amber);\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  \/* Mobile Responsive Breakpoints *\/\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-spec-bar {\n      grid-template-columns: repeat(2, 1fr);\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-riser-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-riser-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.22); color: #fef3c7; border-color: rgba(253, 230, 138, 0.4);\"\u003e\n      🖥️ Floating-Bridge Architectural Desk Upgrade\n    \u003c\/span\u003e\n    \u003ch2\u003eHestonix™ Expandable Floating-Bridge Monitor Riser\u003c\/h2\u003e\n    \u003cp\u003e\n      The Hestonix™ Expandable Floating-Bridge Monitor Riser is designed for people who want their workspace to feel more open, more organized, and more intentionally designed—not simply taller. Instead of the familiar single board supported by two legs, this monitor riser uses a distinctive floating-bridge structure with a raised center platform and two independently sliding side shelves that can extend outward when extra surface area is needed or tuck inward for a cleaner, more compact footprint.\n    \u003c\/p\u003e\n\n    \u003c!-- 4-ZONE HARDWARE SPEC BAR --\u003e\n    \u003cdiv class=\"hestonix-spec-bar\"\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e🖥️\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eErgonomic Elevation\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eComfortable Sightline\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e↔️\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eSliding Side Deck\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eIndependent Expansion\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e🗂️\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eHidden Drawer\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eConcealed Storage Bay\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e🔌\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eRear Cable Trough\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eClean Cord Routing\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e↔️ Expandable Floating Bridge\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e⌨️ Open Keyboard Bay Underneath\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e🗂️ Integrated Drawer\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e🛡️ Weighted Metal Frame\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 1: DUAL SLIDING SHELVES \u0026 ELEVATION --\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_525c1da5-b585-4e90-8941-021804902869.png?v=1789729145\" alt=\"Hestonix Expandable Floating Bridge Monitor Riser Setup Overview\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e↔️ Adaptable Surface Architecture\u003c\/span\u003e\n      \u003ch2\u003eExpandable Side Platforms Meet Ergonomic Comfort\u003c\/h2\u003e\n      \u003cp\u003e\n        The elevated center deck brings your monitor to a more comfortable viewing height while creating a generous open space underneath for a keyboard, notebook, tablet, or other everyday work essentials.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        The two side platforms can be positioned to hold speakers, a phone, coffee, stationery, small décor, or frequently used accessories, allowing the entire setup to adapt to the way you actually work instead of forcing everything into one fixed layout.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eDual Sliding Wings\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eErgonomic Viewing Height\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eFlexible Desk Width\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE GRID SECTION HEADER --\u003e\n  \u003cdiv style=\"text-align: center; margin-bottom: 32px;\"\u003e\n    \u003cspan class=\"hestonix-badge\"\u003eEngineered for Everyday Desk Efficiency\u003c\/span\u003e\n    \u003ch2\u003e7 Reasons Hestonix™ Upgrades Your Workspace Setup\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFIT GRID --\u003e\n  \u003cdiv class=\"hestonix-benefit-grid\"\u003e\n    \u003c!-- Featured Card 1 (Full Width Highlight) --\u003e\n    \u003cdiv class=\"hestonix-card hestonix-card-featured\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\" style=\"margin-bottom: 0; background: var(--h-accent-amber-light); font-size: 28px;\"\u003e🖥️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3 style=\"color: var(--h-text-dark); margin-bottom: 4px;\"\u003eComfortable Monitor Elevation\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; color: #475569;\"\u003e\n          Raises your screen to a more natural viewing position, helping create a cleaner sightline while opening valuable storage space underneath the monitor.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 2 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e↔️\u003c\/div\u003e\n      \u003ch3\u003eExpandable Sliding Side Shelves\u003c\/h3\u003e\n      \u003cp\u003eTwo independently adjustable side platforms extend when you need extra room for speakers, accessories, phone, or drinks, then slide inward for a compact footprint.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 3 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003eFloating-Bridge Architectural Design\u003c\/h3\u003e\n      \u003cp\u003eA raised center platform, recessed support structure, rounded edges, and clean matte finish create a furniture-inspired silhouette that elevates your desk aesthetic.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 4 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e⌨️\u003c\/div\u003e\n      \u003ch3\u003eOpen Keyboard Storage Space\u003c\/h3\u003e\n      \u003cp\u003eSlide your keyboard, tablet, or notebook underneath the center deck to instantly free up surface area when your workday is done or when taking written notes.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 5 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🗂️\u003c\/div\u003e\n      \u003ch3\u003eHidden Everyday-Item Drawer\u003c\/h3\u003e\n      \u003cp\u003eA slim integrated drawer keeps pens, glasses, cables, notes, and small desk accessories neatly tucked away without adding bulky storage containers.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 6 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🔌\u003c\/div\u003e\n      \u003ch3\u003eBuilt-In Rear Cable Trough\u003c\/h3\u003e\n      \u003cp\u003eRoute monitor and accessory cords along the back of the riser to eliminate visible cable mess and maintain a clean visual line from the front of your desk.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 7 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🏠\u003c\/div\u003e\n      \u003ch3\u003eMade for Work, Study \u0026amp; Modern Interiors\u003c\/h3\u003e\n      \u003cp\u003eIdeal for home offices, study desks, apartments, dorm rooms, and creative studios—combining functional desk organization with furniture-grade design.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 2: HIDDEN DRAWER \u0026 KEYBOARD BAY --\u003e\n  \u003cdiv class=\"hestonix-two-col\"\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🗂️ Concealed Organization\u003c\/span\u003e\n      \u003ch2\u003eHidden Drawer \u0026amp; Under-Deck Storage Bay\u003c\/h2\u003e\n      \u003cp\u003e\n        A slim hidden drawer beneath the center platform keeps smaller items such as pens, memory cards, cables, glasses, sticky notes, and office accessories within reach without leaving them scattered across your desktop.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        The open-front structure makes it effortless to slide a full-sized keyboard and mouse underneath when the workday is over, instantly converting your work desk into a clean, clutter-free surface.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eIntegrated Pull-Out Drawer\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eUnder-Deck Keyboard Bay\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eZero Visual Clutter\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_5b2a6e04-d829-4a82-878a-12c3cbd50df8.png?v=1789729145\" alt=\"Hestonix Floating Bridge Riser Hidden Drawer and Cable Organization Details\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 3: CABLE TROUGH \u0026 MULTI-SPACE USE --\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_7e88e40e-0777-4a2f-83b5-74cbb1d832d7.png?v=1789729146\" alt=\"Hestonix Monitor Riser Studio and Home Office Desktop Setup\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🔌 Clean Cable Management\u003c\/span\u003e\n      \u003ch2\u003eRear Cable Trough \u0026amp; Stable Architectural Frame\u003c\/h2\u003e\n      \u003cp\u003e\n        Along the rear edge, an integrated cable trough guides monitor, keyboard, and accessory cords away from the main work area, helping create a cleaner visual line from every viewing angle.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        The softly rounded metal frame and matte surface give the riser a refined architectural appearance, while subtle non-slip contact pads help keep the riser stable and protect your desktop furniture.\n      \u003c\/p\u003e\n      \n      \u003c!-- Multi-space location grid --\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🎨 Creative Studio\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🎓 Dorm \u0026amp; Study Desk\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🎮 Gaming Setup\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GIFT CARD SECTION --\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);\"\u003eA Practical \u0026amp; Stylish Gift for Desk Setup Enthusiasts\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; font-size: 14px; color: var(--h-text-main);\"\u003e\n        Perfect for remote workers, students, designers, creators, gamers, and anyone building a more organized desk. With its balance of ergonomic elevation, flexible side expansion, hidden drawer storage, and furniture-inspired styling, it transforms any crowded workspace into a clean, modern desk setup for housewarmings, graduations, holidays, or home-office upgrades.\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":51841075839282,"sku":"HST-ST002","price":99.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/52a27c97-16d4-4df2-b69e-713c5df5c367.png?v=1789729140"},{"product_id":"hestonix™-floating-frame-laptop-stand-with-pivoting-work-deck-slide-out-accessory-shelf-and-open-air-cooling-design","title":"Hestonix™ Floating-Frame Laptop Stand with Pivoting Work Deck, Slide-Out Accessory Shelf and Open-Air Cooling Design","description":"\u003cstyle\u003e\n  \/* Scoped Container Reset to prevent Shopify Theme CSS Bleeding *\/\n  .hestonix-laptop-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-laptop-pdp * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Color Design Tokens - Titanium Charcoal \u0026 Emerald Mint Palette *\/\n  .hestonix-laptop-pdp {\n    --h-dark-slate: #0f172a;\n    --h-card-slate: #1e293b;\n    --h-accent-teal: #0d9488;\n    --h-accent-teal-light: #f0fdfa;\n    --h-teal-border: #99f6e4;\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: 24px;\n    --h-radius-lg: 16px;\n    --h-radius-md: 12px;\n  }\n\n  \/* Typography Rules *\/\n  .hestonix-laptop-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-laptop-pdp h3 {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--h-text-dark);\n    margin-bottom: 8px;\n  }\n\n  .hestonix-laptop-pdp p {\n    font-size: 15px;\n    color: var(--h-text-main);\n    margin-bottom: 16px;\n  }\n\n  \/* Badges \u0026 Pill Tags *\/\n  .hestonix-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background-color: var(--h-accent-teal-light);\n    color: #0f766e;\n    border: 1px solid var(--h-teal-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  \/* Hero Banner Section *\/\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.22);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hestonix-hero-banner::after {\n    content: '';\n    position: absolute;\n    top: -30%;\n    right: -10%;\n    width: 380px;\n    height: 380px;\n    background: radial-gradient(circle, rgba(13, 148, 136, 0.25) 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.75;\n  }\n\n  \/* 4-Zone Hardware Spec Bar *\/\n  .hestonix-spec-bar {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 28px;\n    padding-top: 24px;\n    border-top: 1px solid rgba(255,255,255,0.12);\n  }\n\n  .hestonix-spec-item {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.1);\n    border-radius: var(--h-radius-md);\n    padding: 12px 14px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .hestonix-spec-icon {\n    font-size: 20px;\n    background: rgba(13, 148, 136, 0.25);\n    width: 36px;\n    height: 36px;\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .hestonix-spec-title {\n    font-size: 13px;\n    font-weight: 700;\n    color: #ffffff;\n    display: block;\n  }\n\n  .hestonix-spec-desc {\n    font-size: 11px;\n    color: #94a3b8;\n    display: block;\n  }\n\n  \/* Two Column Feature Layouts *\/\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  .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  \/* Feature Card Grid Section *\/\n  .hestonix-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 56px;\n  }\n\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-accent-teal);\n    background-color: #ffffff;\n    transform: translateY(-4px);\n    box-shadow: 0 12px 28px rgba(13, 148, 136, 0.12);\n  }\n\n  .hestonix-card-featured {\n    grid-column: span 3;\n    background: linear-gradient(135deg, #f0fdfa 0%, #ffffff 100%);\n    border: 2px solid var(--h-teal-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  \/* Location Grid *\/\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 Card Callout *\/\n  .hestonix-gift-card {\n    background-color: var(--h-accent-teal-light);\n    border: 1px solid var(--h-teal-border);\n    border-left: 6px solid var(--h-accent-teal);\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  \/* Mobile Responsive Breakpoints *\/\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-spec-bar {\n      grid-template-columns: repeat(2, 1fr);\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-laptop-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-laptop-pdp\"\u003e\n  \n  \u003c!-- HERO BANNER SECTION --\u003e\n  \u003cdiv class=\"hestonix-hero-banner\"\u003e\n    \u003cspan class=\"hestonix-badge\" style=\"background: rgba(13, 148, 136, 0.25); color: #ccfbf1; border-color: rgba(153, 246, 228, 0.4);\"\u003e\n      💻 Architectural Ergonomic Desk Upgrade\n    \u003c\/span\u003e\n    \u003ch2\u003eHestonix™ Floating-Frame Laptop Stand\u003c\/h2\u003e\n    \u003cp\u003e\n      The Hestonix™ Floating-Frame Laptop Stand is designed for people who want more than a basic metal platform under their computer. Instead of using the familiar folding triangle or flat X-frame structure, this design features a sculptural raised bridge base with a suspended laptop deck that appears to float above the desktop, creating a cleaner, lighter visual profile while opening up useful space underneath.\n    \u003c\/p\u003e\n\n    \u003c!-- 4-ZONE HARDWARE SPEC BAR --\u003e\n    \u003cdiv class=\"hestonix-spec-bar\"\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e💻\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eFloating Deck\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eSuspended Upper Platform\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e🔄\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eSmooth Pivot\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eTilt \u0026amp; Height Control\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e🌬️\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eOpen Airflow\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eVentilated Deck Cooling\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e✨\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eSlide-Out Shelf\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eHidden Accessory Bay\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e💻 Floating Laptop Deck\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e🔄 Smooth Central Pivot\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e✨ Pull-Out Accessory Shelf\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e⌨️ Under-Deck Keyboard Space\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 1: FLOATING DECK \u0026 PIVOT CONTROL --\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_4e710fb4-fb48-4ba9-b827-1318f0cb2aba.png?v=1789729213\" alt=\"Hestonix Floating-Frame Laptop Stand Ergonomic Setup Overview\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🔄 Precision Angle \u0026amp; Height Control\u003c\/span\u003e\n      \u003ch2\u003eFloating Laptop Deck with Smooth Pivot Mechanism\u003c\/h2\u003e\n      \u003cp\u003e\n        The wide support deck securely holds your laptop while allowing the screen to sit higher for a more comfortable desk setup. The central pivot mechanism lets you smoothly adjust both viewing angle and working position without constantly moving the entire stand.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        The deck can tilt forward for typing, rise higher for video calls and focused work, or rotate slightly left or right when sharing your screen with someone beside you.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eErgonomic Eye Level\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eMulti-Angle Adjustment\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eEffortless Screen Sharing\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE GRID SECTION HEADER --\u003e\n  \u003cdiv style=\"text-align: center; margin-bottom: 32px;\"\u003e\n    \u003cspan class=\"hestonix-badge\"\u003eEngineered for Everyday Laptop Productivity\u003c\/span\u003e\n    \u003ch2\u003e7 Reasons Hestonix™ Elevates Your Laptop Setup\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFIT GRID --\u003e\n  \u003cdiv class=\"hestonix-benefit-grid\"\u003e\n    \u003c!-- Featured Card 1 (Full Width Highlight) --\u003e\n    \u003cdiv class=\"hestonix-card hestonix-card-featured\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\" style=\"margin-bottom: 0; background: var(--h-accent-teal-light); font-size: 28px;\"\u003e💻\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3 style=\"color: var(--h-text-dark); margin-bottom: 4px;\"\u003eFloating Laptop Deck\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; color: #475569;\"\u003e\n          The suspended upper platform creates a distinctive modern silhouette while lifting your laptop above the desk and opening useful storage space underneath.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 2 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🔄\u003c\/div\u003e\n      \u003ch3\u003ePivot, Tilt \u0026amp; Reposition\u003c\/h3\u003e\n      \u003cp\u003eAdjust the deck upward, downward, or slightly left and right for work, video calls, reading, screen sharing, streaming, or a more comfortable viewing position.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 3 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🌬️\u003c\/div\u003e\n      \u003ch3\u003eOpen-Air Cooling Structure\u003c\/h3\u003e\n      \u003cp\u003eLarge ventilation openings beneath the laptop help keep the underside exposed to airflow instead of covering it with a fully solid surface during long work sessions.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 4 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003eSlide-Out Accessory Shelf\u003c\/h3\u003e\n      \u003cp\u003eA discreet side platform pulls out when you need space for a phone, earbuds, external drive, cables, or notes, then slides back in for a cleaner footprint.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 5 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e⌨️\u003c\/div\u003e\n      \u003ch3\u003eExtra Space Below the Laptop\u003c\/h3\u003e\n      \u003cp\u003eUse the open area underneath the raised deck to temporarily store a compact keyboard, notebook, tablet, or desk accessories and quickly reclaim working space.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 6 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🔌\u003c\/div\u003e\n      \u003ch3\u003eCleaner Cable Routing\u003c\/h3\u003e\n      \u003cp\u003eA built-in rear cable channel helps guide charging and accessory cords away from the front of your desk for a more intentional, organized setup.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 7 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🏠\u003c\/div\u003e\n      \u003ch3\u003eDesigned for Modern Workspaces\u003c\/h3\u003e\n      \u003cp\u003eWeighted base, protective pads, matte finish, rounded architecture, and compact footprint make it suitable for home offices, dorms, creative studios, and gifting.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 2: SLIDE-OUT SHELF \u0026 OPEN-AIR COOLING --\u003e\n  \u003cdiv class=\"hestonix-two-col\"\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e✨ Integrated Valet Expansion\u003c\/span\u003e\n      \u003ch2\u003eSlide-Out Accessory Shelf \u0026amp; Open-Air Cooling\u003c\/h2\u003e\n      \u003cp\u003e\n        A slim side shelf slides out from the base when needed, giving your phone, earbuds, small notebook, external drive, charging cable, or other frequently used accessories a dedicated place without permanently increasing the stand’s footprint.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Beneath the laptop surface, a large open ventilation channel allows air to move around the underside of the device instead of trapping heat against a solid platform, keeping your computer cooler during intensive tasks.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eDiscreet Slide-Out Bay\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eMaximum Air Ventilation\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eClutter-Free Desktop\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_a9e03b50-2489-412f-ac46-c08d1393175c.png?v=1789729213\" alt=\"Hestonix Laptop Stand Slide Out Accessory Tray and Air Cooling Channel Detail\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 3: UNDER-DECK SPACE \u0026 CABLE ROUTING --\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_0320e8ac-7027-4919-a5c5-a0667d516684.png?v=1789729213\" alt=\"Hestonix Floating Laptop Stand Rear Cable Channel and Under Deck Storage\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🔌 Intentional Desktop Architecture\u003c\/span\u003e\n      \u003ch2\u003eUnder-Deck Storage Space \u0026amp; Controlled Cable Routing\u003c\/h2\u003e\n      \u003cp\u003e\n        The open lower space easily holds a compact keyboard or notebook when you want to quickly clear the desk. A rear cable guide keeps power and accessory cords traveling in one controlled direction, helping the entire setup look cleaner from the front.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Soft protective pads keep your laptop stable and protect against scratches, while the weighted base and non-slip feet provide a firm, wiggle-free feel during typing and adjustments.\n      \u003c\/p\u003e\n      \n      \u003c!-- Multi-space location grid --\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🎨 Creative Studio\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🎓 Dorm \u0026amp; Study Desk\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e☕ Hybrid Workspace\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GIFT CARD SECTION --\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);\"\u003eA Functional \u0026amp; Architectural Gift for Remote Workers\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; font-size: 14px; color: var(--h-text-main);\"\u003e\n        Ideal for remote workers, students, designers, writers, creators, and anyone who spends long hours working from a laptop. With its combination of ergonomic elevation, flexible tilt positioning, hidden slide-out accessory storage, and furniture-inspired styling, it makes a thoughtful and practical gift for graduations, new jobs, birthdays, housewarmings, or home-office upgrades.\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":51841075872050,"sku":"HST-ST003","price":89.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/6e268b63-adad-4cab-8922-69fd35545b74.png?v=1789729210"},{"product_id":"hestonix™-sculpted-desktop-cable-organizer-with-sliding-cable-channels","title":"Hestonix™ Sculpted Desktop Cable Organizer with Sliding Cable Channels","description":"\u003cstyle\u003e\n  \/* Scoped Container Reset to prevent Shopify Theme CSS Bleeding *\/\n  .hestonix-cable-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-cable-pdp * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Color Design Tokens - Emerald \u0026 Slate Palette *\/\n  .hestonix-cable-pdp {\n    --h-dark-slate: #0f172a;\n    --h-card-slate: #1e293b;\n    --h-emerald-dark: #064e3b;\n    --h-emerald-accent: #059669;\n    --h-emerald-light: #ecfdf5;\n    --h-emerald-border: #a7f3d0;\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: 24px;\n    --h-radius-lg: 16px;\n    --h-radius-md: 12px;\n  }\n\n  \/* Typography Rules *\/\n  .hestonix-cable-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-cable-pdp h3 {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--h-text-dark);\n    margin-bottom: 8px;\n  }\n\n  .hestonix-cable-pdp p {\n    font-size: 15px;\n    color: var(--h-text-main);\n    margin-bottom: 16px;\n  }\n\n  \/* Badges \u0026 Pill Tags *\/\n  .hestonix-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background-color: var(--h-emerald-light);\n    color: var(--h-emerald-dark);\n    border: 1px solid var(--h-emerald-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  \/* Hero Banner Section *\/\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.22);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hestonix-hero-banner::after {\n    content: '';\n    position: absolute;\n    top: -30%;\n    right: -10%;\n    width: 380px;\n    height: 380px;\n    background: radial-gradient(circle, rgba(5, 150, 105, 0.25) 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.75;\n  }\n\n  \/* 4-Zone Hardware Spec Bar *\/\n  .hestonix-spec-bar {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 28px;\n    padding-top: 24px;\n    border-top: 1px solid rgba(255,255,255,0.12);\n  }\n\n  .hestonix-spec-item {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.1);\n    border-radius: var(--h-radius-md);\n    padding: 12px 14px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .hestonix-spec-icon {\n    font-size: 20px;\n    background: rgba(5, 150, 105, 0.25);\n    width: 36px;\n    height: 36px;\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .hestonix-spec-title {\n    font-size: 13px;\n    font-weight: 700;\n    color: #ffffff;\n    display: block;\n  }\n\n  .hestonix-spec-desc {\n    font-size: 11px;\n    color: #94a3b8;\n    display: block;\n  }\n\n  \/* Two Column Feature Layouts *\/\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  .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  \/* Feature Card Grid Section *\/\n  .hestonix-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 56px;\n  }\n\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-emerald-accent);\n    background-color: #ffffff;\n    transform: translateY(-4px);\n    box-shadow: 0 12px 28px rgba(5, 150, 105, 0.12);\n  }\n\n  .hestonix-card-featured {\n    grid-column: span 3;\n    background: linear-gradient(135deg, #ecfdf5 0%, #ffffff 100%);\n    border: 2px solid var(--h-emerald-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  \/* Location Grid *\/\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 Card Callout *\/\n  .hestonix-gift-card {\n    background-color: var(--h-emerald-light);\n    border: 1px solid var(--h-emerald-border);\n    border-left: 6px solid var(--h-emerald-accent);\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  \/* Mobile Responsive Breakpoints *\/\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-spec-bar {\n      grid-template-columns: repeat(2, 1fr);\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-cable-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-cable-pdp\"\u003e\n  \n  \u003c!-- HERO BANNER SECTION --\u003e\n  \u003cdiv class=\"hestonix-hero-banner\"\u003e\n    \u003cspan class=\"hestonix-badge\" style=\"background: rgba(5, 150, 105, 0.25); color: #a7f3d0; border-color: rgba(167, 243, 208, 0.4);\"\u003e\n      🔌 Architectural Desktop Cable Management\n    \u003c\/span\u003e\n    \u003ch2\u003eHestonix™ Sculpted Desktop Cable Organizer\u003c\/h2\u003e\n    \u003cp\u003e\n      A clean desk can change the way an entire workspace feels. The Hestonix™ Sculpted Desktop Cable Organizer is designed for the small everyday frustration almost every desk has—charging cords, laptop cables, headphone wires, and accessory leads that constantly slip behind furniture, tangle together, or spread across the work surface.\n    \u003c\/p\u003e\n\n    \u003c!-- 4-ZONE HARDWARE SPEC BAR --\u003e\n    \u003cdiv class=\"hestonix-spec-bar\"\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e💡\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eSliding Channels\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eAdjustable Guides\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e⚡\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eWeighted Base\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eNon-Slip Stability\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e🌿\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eSoft-Touch Grip\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eFurniture Friendly\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e✨\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eSculpted Form\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eDesigned To Be Seen\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e💡 Sliding Cable Channels\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e✨ Open-Top Ready Access\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e⚡ Heavy Weighted Base\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e🌿 Non-Adhesive Moveable\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 1: SLIDING CHANNELS \u0026 READY ACCESS --\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_e8755e57-c25e-45e6-8069-20ae3b4dc5d5.png?v=1789729635\" alt=\"Hestonix Sculpted Desktop Cable Organizer Sliding Channels Overview\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e💡 Custom Layout Flexibility\u003c\/span\u003e\n      \u003ch2\u003eSliding Channel System for Every Cable Setup\u003c\/h2\u003e\n      \u003cp\u003e\n        Rather than looking like a collection of plastic clips attached to your desk, this organizer is designed as a single streamlined desktop object. Its low-profile weighted body sits naturally along the back or side of a desk.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        A distinctive sliding channel system allows the cable guides to move along the organizer body, letting you adjust the spacing to match your actual setup. Place several channels together for a compact charging station or spread them apart for a monitor, laptop, speakers, tablet, and other desktop devices.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eCustomizable Spacing\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eFlexible Grip Opening\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eNo More Fallen Cords\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE GRID SECTION HEADER --\u003e\n  \u003cdiv style=\"text-align: center; margin-bottom: 32px;\"\u003e\n    \u003cspan class=\"hestonix-badge\"\u003eDesigned for Desktop Calm \u0026amp; Efficiency\u003c\/span\u003e\n    \u003ch2\u003e7 Reasons Hestonix™ Elevates Your Cable Setup\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFIT GRID --\u003e\n  \u003cdiv class=\"hestonix-benefit-grid\"\u003e\n    \u003c!-- Featured Card 1 (Full Width Highlight) --\u003e\n    \u003cdiv class=\"hestonix-card hestonix-card-featured\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\" style=\"margin-bottom: 0; background: var(--h-emerald-light); font-size: 28px;\"\u003e💡\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3 style=\"color: var(--h-text-dark); margin-bottom: 4px;\"\u003eAdjustable Sliding Cable Channels\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; color: #475569;\"\u003e\n          Unlike fixed-position cable clips, the individual guides can slide along the organizer body, allowing you to customize the spacing around your phone charger, laptop cable, headphones, monitor connections, or other frequently used cords.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 2 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003eKeeps Cables Ready, Not Hidden\u003c\/h3\u003e\n      \u003cp\u003eThe open-top grip design keeps cable ends visible and within reach. No more searching behind the desk or pulling cords back up every time a device needs charging.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 3 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🏠\u003c\/div\u003e\n      \u003ch3\u003eOne Cleaner Home for Multiple Cables\u003c\/h3\u003e\n      \u003cp\u003eCreate an organized charging zone on a home-office desk, bedroom nightstand, study table, or shared household area while keeping different cables separated.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 4 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e⚡\u003c\/div\u003e\n      \u003ch3\u003eWeighted Stability for Everyday Use\u003c\/h3\u003e\n      \u003cp\u003eA broad, weighted base helps the organizer remain in place when you grab or reposition a cable, giving it a substantial feel without sticky residue.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 5 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🌿\u003c\/div\u003e\n      \u003ch3\u003eSoft-Touch, Furniture-Friendly Design\u003c\/h3\u003e\n      \u003cp\u003eFlexible cable contact surfaces help hold cords without harsh edges, while the non-slip underside protects desks and allows easy relocation.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 6 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003eDesigned to Be Seen\u003c\/h3\u003e\n      \u003cp\u003eThe sculpted low-profile body, rounded geometry, and restrained matte finish turn practical cable management into a polished desk accessory.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 7 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🎁\u003c\/div\u003e\n      \u003ch3\u003eA Small Upgrade with Everyday Value\u003c\/h3\u003e\n      \u003cp\u003eUseful for remote workers, students, gamers, creators, and tech-heavy households, it makes a thoughtful gift that improves daily workspace interaction.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 2: WEIGHTED STABILITY \u0026 NON-SLIP BASE --\u003e\n  \u003cdiv class=\"hestonix-two-col\"\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e⚡ Solid Desktop Anchor\u003c\/span\u003e\n      \u003ch2\u003eWeighted Base That Stays Planted Without Sticky Tape\u003c\/h2\u003e\n      \u003cp\u003e\n        The broad weighted base helps the organizer stay planted when cables are pulled forward or plugged in, giving it a much more substantial and premium desktop feel than lightweight stick-on plastic clips.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        A soft non-slip underside protects fine desk surfaces and adds stability, allowing you to freely move the organizer between your desk, nightstand, or travel setup without leaving permanent adhesive behind.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eHeavyweight Core\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eNon-Marking Base\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003e100% Repositionable\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_9e64adb9-2bb1-4187-b79f-aad32d196b69.png?v=1789729635\" alt=\"Hestonix Cable Organizer Weighted Non-Slip Base Detail\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 3: DESIGNED TO BE SEEN --\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_117b3f59-ef12-4f2c-b03a-adc5091f3ee7.png?v=1789729635\" alt=\"Hestonix Cable Organizer Modern Workspace Context Setup\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🌿 Refined Interior Aesthetic\u003c\/span\u003e\n      \u003ch2\u003eDesigned as Décor, Built for Organization\u003c\/h2\u003e\n      \u003cp\u003e\n        Its softly rounded profile and understated matte finish make it easy to leave in view. Instead of hiding cable management underneath furniture, it becomes an intentional part of the workspace itself.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Equally at home on a warm wood executive desk, minimalist home office, bedside table, gaming setup, creative studio, or shared family charging counter.\n      \u003c\/p\u003e\n      \n      \u003c!-- Multi-space location grid --\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🌙 Bedside Table\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🎨 Creative Studio\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🎮 Gaming Desk\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GIFT CARD SECTION --\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);\"\u003eA Thoughtful \u0026amp; Practical Desk Gift\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; font-size: 14px; color: var(--h-text-main);\"\u003e\n        For remote workers, students, creators, gamers, and anyone who frequently plugs and unplugs devices, it turns one of the messiest parts of everyday technology into a simpler routine. It is a small upgrade you notice every time you reach for a cable—and a great gift for housewarmings, graduations, new jobs, or home-office upgrades.\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":51841105068338,"sku":"HST-CM001","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/18d1fd7f-8a8e-4e85-8372-db1e54be9d4f.png?v=1789729630"},{"product_id":"hestonix™-sculpted-power-cord-storage-box-with-elevated-device-tray","title":"Hestonix™ Sculpted Power Cord Storage Box with Elevated Device Tray","description":"\u003cstyle\u003e\n  \/* Scoped Container Reset to prevent Shopify Theme CSS Bleeding *\/\n  .hestonix-box-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-box-pdp * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Color Design Tokens - Deep Indigo \u0026 Slate Palette *\/\n  .hestonix-box-pdp {\n    --h-dark-slate: #0f172a;\n    --h-card-slate: #1e293b;\n    --h-accent-indigo: #4338ca;\n    --h-accent-indigo-light: #e0e7ff;\n    --h-indigo-border: #c7d2fe;\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: 24px;\n    --h-radius-lg: 16px;\n    --h-radius-md: 12px;\n  }\n\n  \/* Typography Rules *\/\n  .hestonix-box-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-box-pdp h3 {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--h-text-dark);\n    margin-bottom: 8px;\n  }\n\n  .hestonix-box-pdp p {\n    font-size: 15px;\n    color: var(--h-text-main);\n    margin-bottom: 16px;\n  }\n\n  \/* Badges \u0026 Pill Tags *\/\n  .hestonix-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background-color: var(--h-accent-indigo-light);\n    color: var(--h-accent-indigo);\n    border: 1px solid var(--h-indigo-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  \/* Hero Banner Section *\/\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.22);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hestonix-hero-banner::after {\n    content: '';\n    position: absolute;\n    top: -30%;\n    right: -10%;\n    width: 380px;\n    height: 380px;\n    background: radial-gradient(circle, rgba(99, 102, 241, 0.25) 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.75;\n  }\n\n  \/* 4-Zone Hardware Spec Bar *\/\n  .hestonix-spec-bar {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 28px;\n    padding-top: 24px;\n    border-top: 1px solid rgba(255,255,255,0.12);\n  }\n\n  .hestonix-spec-item {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.1);\n    border-radius: var(--h-radius-md);\n    padding: 12px 14px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .hestonix-spec-icon {\n    font-size: 20px;\n    background: rgba(99, 102, 241, 0.25);\n    width: 36px;\n    height: 36px;\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .hestonix-spec-title {\n    font-size: 13px;\n    font-weight: 700;\n    color: #ffffff;\n    display: block;\n  }\n\n  .hestonix-spec-desc {\n    font-size: 11px;\n    color: #94a3b8;\n    display: block;\n  }\n\n  \/* Two Column Feature Layouts *\/\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  .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  \/* Feature Card Grid Section *\/\n  .hestonix-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 56px;\n  }\n\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-accent-indigo);\n    background-color: #ffffff;\n    transform: translateY(-4px);\n    box-shadow: 0 12px 28px rgba(67, 56, 202, 0.12);\n  }\n\n  .hestonix-card-featured {\n    grid-column: span 3;\n    background: linear-gradient(135deg, #e0e7ff 0%, #ffffff 100%);\n    border: 2px solid var(--h-indigo-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  \/* Location Grid *\/\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 Card Callout *\/\n  .hestonix-gift-card {\n    background-color: var(--h-accent-indigo-light);\n    border: 1px solid var(--h-indigo-border);\n    border-left: 6px solid var(--h-accent-indigo);\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  \/* Mobile Responsive Breakpoints *\/\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-spec-bar {\n      grid-template-columns: repeat(2, 1fr);\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-box-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-box-pdp\"\u003e\n  \n  \u003c!-- HERO BANNER SECTION --\u003e\n  \u003cdiv class=\"hestonix-hero-banner\"\u003e\n    \u003cspan class=\"hestonix-badge\" style=\"background: rgba(99, 102, 241, 0.25); color: #c7d2fe; border-color: rgba(199, 210, 254, 0.4);\"\u003e\n      📦 Architectural Power Strip \u0026amp; Cord Management\n    \u003c\/span\u003e\n    \u003ch2\u003eHestonix™ Sculpted Power Cord Storage Box with Elevated Device Tray\u003c\/h2\u003e\n    \u003cp\u003e\n      Most cable clutter doesn’t come from having too many devices—it comes from having nowhere intentional to put the power strip, adapters, and extra cord length that connect them. The Hestonix™ Sculpted Power Cord Storage Box turns that messy cluster into a clean, furniture-friendly part of the room.\n    \u003c\/p\u003e\n\n    \u003c!-- 4-ZONE HARDWARE SPEC BAR --\u003e\n    \u003cdiv class=\"hestonix-spec-bar\"\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e💡\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eTwo-Level Tier\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eLower Hub + Upper Tray\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e🔌\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eMulti-Direction\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eSide \u0026amp; Rear Cable Ports\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e🌬️\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eAirflow Channels\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eHeat Dissipation Slots\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e✨\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eSculpted Form\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eMatte Architectural Finish\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e💡 Two-Level Organization\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e📱 Elevated Charging Deck\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e🌬️ Open-Air Ventilation\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e⚡ Quick-Access Lid\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 1: TWO-LEVEL ARCHITECTURE \u0026 ELEVATED TRAY --\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_ab4b230e-2308-4a7c-a4b7-67bf0d5fcc6f.png?v=1789729762\" alt=\"Hestonix Sculpted Power Cord Storage Box Overview and Elevated Device Tray\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e💡 Two-Level Dual Purpose\u003c\/span\u003e\n      \u003ch2\u003eConceal Power Strips Below, Charge Essentials Above\u003c\/h2\u003e\n      \u003cp\u003e\n        Designed with a softly rounded architectural profile rather than the look of a basic utility box, it creates a dedicated home for a power strip, charging adapters, and excess cable inside while keeping the surrounding surface visually calm.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        A removable upper deck sits above the cable compartment, creating a useful second level where you can temporarily place a phone, earbuds, watch, remote, or other everyday essentials while they charge. This layered design helps the organizer do more than simply hide cords—it gives the space above them a practical purpose.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eIntegrated Device Valet\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eHides Thick Adapters\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eMaximized Space Efficiency\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE GRID SECTION HEADER --\u003e\n  \u003cdiv style=\"text-align: center; margin-bottom: 32px;\"\u003e\n    \u003cspan class=\"hestonix-badge\"\u003eDesigned for Desktop Calm \u0026amp; Home Aesthetics\u003c\/span\u003e\n    \u003ch2\u003e7 Reasons Hestonix™ Transforms Your Power Setup\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFIT GRID --\u003e\n  \u003cdiv class=\"hestonix-benefit-grid\"\u003e\n    \u003c!-- Featured Card 1 (Full Width Highlight) --\u003e\n    \u003cdiv class=\"hestonix-card hestonix-card-featured\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\" style=\"margin-bottom: 0; background: var(--h-accent-indigo-light); font-size: 28px;\"\u003e💡\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3 style=\"color: var(--h-text-dark); margin-bottom: 4px;\"\u003eTwo-Level Organization\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; color: #475569;\"\u003e\n          The lower compartment keeps a power strip, charging blocks, plugs, and excess cord length contained, while the elevated top surface creates a separate place for frequently used devices and small essentials.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 2 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003ePart of the Décor\u003c\/h3\u003e\n      \u003cp\u003eSoft corners, a low-profile silhouette, and a restrained matte finish help the organizer feel closer to a home accessory than traditional utility-style cable boxes.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 3 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🔌\u003c\/div\u003e\n      \u003ch3\u003eMulti-Direction Routing\u003c\/h3\u003e\n      \u003cp\u003eSide and rear pass-through openings allow cables to reach devices from different directions, making it easier to position the box around desks, nightstands, and living areas.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 4 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🌬️\u003c\/div\u003e\n      \u003ch3\u003eOpen-Air Ventilation\u003c\/h3\u003e\n      \u003cp\u003eIntegrated ventilation openings help air move naturally through the enclosure while keeping the main visual clutter of plugs, adapters, and coiled cords out of sight.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 5 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e⚡\u003c\/div\u003e\n      \u003ch3\u003eEasy Quick Access\u003c\/h3\u003e\n      \u003cp\u003eA removable upper section makes it simple to reach the power strip, swap chargers, add a new cable, or reorganize connections without dismantling your workspace.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 6 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🏠\u003c\/div\u003e\n      \u003ch3\u003eUseful Across Any Room\u003c\/h3\u003e\n      \u003cp\u003eUse it beside a bed for nighttime charging, near a sofa for lamps and electronics, in a family charging area, or around a workstation with shared power needs.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 7 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🎁\u003c\/div\u003e\n      \u003ch3\u003eAn Upgrade You Notice Daily\u003c\/h3\u003e\n      \u003cp\u003eIdeal for remote workers, students, new homeowners, gamers, and organization-minded households, it solves a universal problem without adding visual clutter.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 2: CABLE ROUTING \u0026 VENTILATION --\u003e\n  \u003cdiv class=\"hestonix-two-col\"\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🔌 Versatile Cable Pass-Through\u003c\/span\u003e\n      \u003ch2\u003eMulti-Direction Routing \u0026amp; Natural Airflow Channels\u003c\/h2\u003e\n      \u003cp\u003e\n        Multiple side and rear cable openings let cords enter and exit from different directions, so the box can sit naturally beside a desk, under a monitor, next to a sofa, or on a bedroom surface without forcing every cable through one crowded opening.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Generous ventilation openings around the body promote airflow through the enclosure, while the raised interior layout helps keep plugs and excess cable separated from the desktop around them.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eSide \u0026amp; Rear Cutouts\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eThermal Airflow Slots\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eZero Cable Strain\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_417e9d7a-ec7e-4388-92ff-b813baa4350a.png?v=1789729763\" alt=\"Hestonix Power Cord Storage Box Side Routing and Ventilation Details\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 3: QUICK-ACCESS LID \u0026 ROOM INTERIORS --\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_e2187b28-42df-48cc-95d0-991e46e57397.png?v=1789729762\" alt=\"Hestonix Power Cord Storage Box Lid and Home Office Interior Integration\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🏠 Versatile Room Integration\u003c\/span\u003e\n      \u003ch2\u003eSeamless Access \u0026amp; Refined Everyday Aesthetic\u003c\/h2\u003e\n      \u003cp\u003e\n        The lid lifts away easily when you need to add a charger, reconnect a device, or rearrange your setup, yet remains visually clean when everything is closed. A stable non-slip base helps keep the box from shifting as cables are moved.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Its matte exterior with rounded corners allows it to blend comfortably with wood, neutral, minimalist, or technology-focused interiors across any room in the home.\n      \u003c\/p\u003e\n      \n      \u003c!-- Multi-space location grid --\u003e\n      \u003cdiv class=\"hestonix-location-grid\"\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e💻 Under Monitor \/ Desk\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🌙 Bedside Nightstand\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🛋️ Living Room Sofa\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🔋 Family Charging Zone\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GIFT CARD SECTION --\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);\"\u003eA Thoughtful \u0026amp; Practical Home Upgrade\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; font-size: 14px; color: var(--h-text-main);\"\u003e\n        Instead of staring at a row of plugs and tangled excess cable, you see one clean object with a purpose. It works especially well for remote workers, students, families, gamers, and anyone who wants technology to feel more integrated into the home. It’s a small change to the room, but one that makes the entire surface feel noticeably more finished.\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":51841108574514,"sku":"HST-CM002","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/9bf04217-0da6-41b1-bce9-cad8b0e37aa3.png?v=1789729759"},{"product_id":"hestonix™-low-profile-cable-anchor-clips","title":"Hestonix™ Low-Profile Cable Anchor Clips","description":"\u003cstyle\u003e\n  \/* Scoped Container Reset to prevent Shopify Theme CSS Bleeding *\/\n  .hestonix-clips-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-clips-pdp * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Color Design Tokens - Nordic Slate \u0026 Deep Teal Palette *\/\n  .hestonix-clips-pdp {\n    --h-dark-slate: #0f172a;\n    --h-card-slate: #1e293b;\n    --h-teal-dark: #0f766e;\n    --h-teal-accent: #0d9488;\n    --h-teal-light: #ccfbf1;\n    --h-teal-border: #99f6e4;\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: 24px;\n    --h-radius-lg: 16px;\n    --h-radius-md: 12px;\n  }\n\n  \/* Typography Rules *\/\n  .hestonix-clips-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-clips-pdp h3 {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--h-text-dark);\n    margin-bottom: 8px;\n  }\n\n  .hestonix-clips-pdp p {\n    font-size: 15px;\n    color: var(--h-text-main);\n    margin-bottom: 16px;\n  }\n\n  \/* Badges \u0026 Pill Tags *\/\n  .hestonix-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background-color: var(--h-teal-light);\n    color: var(--h-teal-dark);\n    border: 1px solid var(--h-teal-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  \/* Hero Banner Section *\/\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.22);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hestonix-hero-banner::after {\n    content: '';\n    position: absolute;\n    top: -30%;\n    right: -10%;\n    width: 380px;\n    height: 380px;\n    background: radial-gradient(circle, rgba(13, 148, 136, 0.28) 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.75;\n  }\n\n  \/* 4-Zone Hardware Spec Bar *\/\n  .hestonix-spec-bar {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 28px;\n    padding-top: 24px;\n    border-top: 1px solid rgba(255,255,255,0.12);\n  }\n\n  .hestonix-spec-item {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.1);\n    border-radius: var(--h-radius-md);\n    padding: 12px 14px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .hestonix-spec-icon {\n    font-size: 20px;\n    background: rgba(13, 148, 136, 0.28);\n    width: 36px;\n    height: 36px;\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .hestonix-spec-title {\n    font-size: 13px;\n    font-weight: 700;\n    color: #ffffff;\n    display: block;\n  }\n\n  .hestonix-spec-desc {\n    font-size: 11px;\n    color: #94a3b8;\n    display: block;\n  }\n\n  \/* Two Column Feature Layouts *\/\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  .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  \/* Feature Card Grid Section *\/\n  .hestonix-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 56px;\n  }\n\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-teal-accent);\n    background-color: #ffffff;\n    transform: translateY(-4px);\n    box-shadow: 0 12px 28px rgba(13, 148, 136, 0.12);\n  }\n\n  .hestonix-card-featured {\n    grid-column: span 3;\n    background: linear-gradient(135deg, #ccfbf1 0%, #ffffff 100%);\n    border: 2px solid var(--h-teal-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  \/* Location Grid *\/\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 Card Callout *\/\n  .hestonix-gift-card {\n    background-color: var(--h-teal-light);\n    border: 1px solid var(--h-teal-border);\n    border-left: 6px solid var(--h-teal-accent);\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  \/* Mobile Responsive Breakpoints *\/\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-spec-bar {\n      grid-template-columns: repeat(2, 1fr);\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-clips-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-clips-pdp\"\u003e\n  \n  \u003c!-- HERO BANNER SECTION --\u003e\n  \u003cdiv class=\"hestonix-hero-banner\"\u003e\n    \u003cspan class=\"hestonix-badge\" style=\"background: rgba(13, 148, 136, 0.28); color: #99f6e4; border-color: rgba(153, 246, 228, 0.4);\"\u003e\n      📌 Precision Desktop Cable Anchor Management\n    \u003c\/span\u003e\n    \u003ch2\u003eHestonix™ Low-Profile Cable Anchor Clips\u003c\/h2\u003e\n    \u003cp\u003e\n      There’s a particular kind of frustration that comes from watching a charging cable slide behind the desk the second you unplug your phone. The Hestonix™ Low-Profile Cable Anchor Clips are designed to solve that small, repetitive annoyance in a cleaner and more intentional way—keeping everyday cables exactly where you want them without turning your workspace into a collection of bulky plastic holders.\n    \u003c\/p\u003e\n\n    \u003c!-- 4-ZONE HARDWARE SPEC BAR --\u003e\n    \u003cdiv class=\"hestonix-spec-bar\"\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e💡\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eSide-Entry Notch\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003ePress-In Cable Channel\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e✨\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eEnd Retention\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eAnti-Slide Desktop Anchor\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e🌿\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eSoft Inner Grip\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eGentle Cord Protection\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e⚡\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eModular Freedom\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eFlexible Layout System\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e💡 Quick Side-Entry Access\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e✨ Zero Cable Slippage\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e🌿 Gentle Soft-Grip Channel\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e🏠 Multi-Room Compatibility\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 1: SIDE-ENTRY ACCESS \u0026 NATURAL CABLE RETENTION --\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_9df43456-9cf7-47fc-af9c-6932e8689d16.png?v=1789729859\" alt=\"Hestonix Low-Profile Cable Anchor Clips Side Entry Detail Overview\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e💡 Effortless Cable Insertion\u003c\/span\u003e\n      \u003ch2\u003ePress-In Side Entry with Smooth Cable Flow\u003c\/h2\u003e\n      \u003cp\u003e\n        Each clip features a compact, softly rounded body with a flexible side-entry opening, so cables can be pressed into place quickly without having to thread the entire cord through from one end.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Once positioned, the soft-grip inner channel gently holds the cable while still allowing it to move naturally when you pull it toward your device. This balance between grip and accessibility makes the clips especially useful for charging cords, data cables, headphone wires, keyboard connections, lamp cords, and other frequently handled cables.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eInstant Press-Fit Setup\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eZero Threading Required\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eSmooth Pull-Through Friction\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE GRID SECTION HEADER --\u003e\n  \u003cdiv style=\"text-align: center; margin-bottom: 32px;\"\u003e\n    \u003cspan class=\"hestonix-badge\"\u003eDesigned for Desktop Calm \u0026amp; Everyday Convenience\u003c\/span\u003e\n    \u003ch2\u003e7 Reasons Hestonix™ Elevates Your Cable Setup\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFIT GRID --\u003e\n  \u003cdiv class=\"hestonix-benefit-grid\"\u003e\n    \u003c!-- Featured Card 1 (Full Width Highlight) --\u003e\n    \u003cdiv class=\"hestonix-card hestonix-card-featured\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\" style=\"margin-bottom: 0; background: var(--h-teal-light); font-size: 28px;\"\u003e💡\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3 style=\"color: var(--h-text-dark); margin-bottom: 4px;\"\u003eSide-Entry Cable Access\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; color: #475569;\"\u003e\n          The flexible opening lets you press a cable directly into the clip instead of feeding the entire cord through, making setup and cable changes faster and more convenient.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 2 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003eKeeps the Cable End Where You Need It\u003c\/h3\u003e\n      \u003cp\u003eHold charging and data cables close to the edge of your desk, nightstand, or workstation so they stay visible and ready instead of slipping behind furniture.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 3 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e⚡\u003c\/div\u003e\n      \u003ch3\u003eIndividual Clips, Flexible Layout\u003c\/h3\u003e\n      \u003cp\u003eUse one clip or several and position each one independently. Create a cable path that matches your actual desk setup rather than adapting your workspace to a fixed organizer.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 4 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🌿\u003c\/div\u003e\n      \u003ch3\u003eSoft-Grip Cable Contact\u003c\/h3\u003e\n      \u003cp\u003eThe smooth inner channel holds cords securely while reducing harsh contact with frequently used charging, headphone, and accessory cables.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 5 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🏠\u003c\/div\u003e\n      \u003ch3\u003eUseful in More Than One Room\u003c\/h3\u003e\n      \u003cp\u003eIdeal for home offices, bedside tables, study desks, entertainment areas, gaming setups, kitchen charging corners, and other places where loose cords tend to wander.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 6 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003eMinimal Visual Footprint\u003c\/h3\u003e\n      \u003cp\u003eCompact rounded geometry and a restrained matte finish keep the clips discreet, helping the workspace feel cleaner without adding another bulky desk accessory.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 7 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🎁\u003c\/div\u003e\n      \u003ch3\u003eA Small Everyday Upgrade\u003c\/h3\u003e\n      \u003cp\u003eA practical choice for students, remote workers, gamers, families, and organization-minded households—and an easy gift for anyone who is always reaching behind the desk for a lost cable.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 2: FLEXIBLE MODULAR LAYOUT --\u003e\n  \u003cdiv class=\"hestonix-two-col\"\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e⚡ Modular Freedom\u003c\/span\u003e\n      \u003ch2\u003eBuild a Cable Path Suited to Your Specific Space\u003c\/h2\u003e\n      \u003cp\u003e\n        Rather than forcing every cable into one large organizer, the individual clip format gives you freedom to build the layout around your space.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Place one beside a nightstand for a phone charger, several along the back edge of a work desk, one underneath a table to redirect a hanging cord, or use them around a shared family charging area to keep different cables easy to identify. Their low-profile shape helps them blend into the surface instead of becoming another visual distraction.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eCustom Multi-Clip Placement\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eRedirect Hanging Cords\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eDiscreet Low Profile\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_8ea78991-e05e-41b8-bc8f-ebb2c8623dce.png?v=1789729859\" alt=\"Hestonix Cable Anchor Clips Flexible Modular Layout Examples\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 3: STRONG MOUNTING \u0026 DECOR HARMONY --\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_65dbe947-9ff5-4cc7-9184-9ef9ed16cda8.png?v=1789729859\" alt=\"Hestonix Cable Anchor Clips Smooth Interior Setup and Room Integration\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🏠 Versatile Room Integration\u003c\/span\u003e\n      \u003ch2\u003eStrong Mounting Stability \u0026amp; Understated Aesthetics\u003c\/h2\u003e\n      \u003cp\u003e\n        A strong mounting surface keeps each clip positioned where it is needed, while the smooth cable-contact area is designed to feel gentle on commonly used cords.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        The understated matte finish and compact form work naturally with wood desks, neutral interiors, creative workspaces, gaming setups, bedside tables, and study areas.\n      \u003c\/p\u003e\n      \n      \u003c!-- Multi-space location grid --\u003e\n      \u003cdiv class=\"hestonix-location-grid\"\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e💻 Home Workstation\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🌙 Bedside Nightstand\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🎮 Gaming \u0026amp; Media Center\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🔋 Family Charging Counter\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GIFT CARD SECTION --\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);\"\u003eA Thoughtful \u0026amp; Practical Everyday Gift\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; font-size: 14px; color: var(--h-text-main);\"\u003e\n        For remote workers, students, gamers, families, and anyone who regularly charges multiple devices, these clips make cables easier to reach and spaces easier to live with. They don’t try to hide every piece of technology—they simply make the technology you use every day feel more organized, predictable, and effortless.\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":51841112473906,"sku":"HST-CM003","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/93bd99c4-9d3f-4f1c-9384-26d688d0d3af.png?v=1789729855"},{"product_id":"hestonix™-dual-zone-desktop-airflow-fan","title":"Hestonix™ Dual-Zone Desktop Airflow Fan","description":"\u003cstyle\u003e\n  \/* Scoped Container Reset to prevent Shopify Theme CSS Bleeding *\/\n  .hestonix-fan-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-fan-pdp * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Color Design Tokens - Nordic Slate \u0026 Sky Blue Palette *\/\n  .hestonix-fan-pdp {\n    --h-dark-slate: #0f172a;\n    --h-card-slate: #1e293b;\n    --h-accent-sky: #0284c7;\n    --h-sky-light: #e0f2fe;\n    --h-sky-border: #bae6fd;\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: 24px;\n    --h-radius-lg: 16px;\n    --h-radius-md: 12px;\n  }\n\n  \/* Typography Rules *\/\n  .hestonix-fan-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-fan-pdp h3 {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--h-text-dark);\n    margin-bottom: 8px;\n  }\n\n  .hestonix-fan-pdp p {\n    font-size: 15px;\n    color: var(--h-text-main);\n    margin-bottom: 16px;\n  }\n\n  \/* Badges \u0026 Pill Tags *\/\n  .hestonix-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background-color: var(--h-sky-light);\n    color: #0369a1;\n    border: 1px solid var(--h-sky-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  \/* Hero Banner Section *\/\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.22);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hestonix-hero-banner::after {\n    content: '';\n    position: absolute;\n    top: -30%;\n    right: -10%;\n    width: 380px;\n    height: 380px;\n    background: radial-gradient(circle, rgba(2, 132, 199, 0.25) 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.75;\n  }\n\n  \/* 4-Zone Hardware Spec Bar *\/\n  .hestonix-spec-bar {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 28px;\n    padding-top: 24px;\n    border-top: 1px solid rgba(255,255,255,0.12);\n  }\n\n  .hestonix-spec-item {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.1);\n    border-radius: var(--h-radius-md);\n    padding: 12px 14px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .hestonix-spec-icon {\n    font-size: 20px;\n    background: rgba(2, 132, 199, 0.28);\n    width: 36px;\n    height: 36px;\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .hestonix-spec-title {\n    font-size: 13px;\n    font-weight: 700;\n    color: #ffffff;\n    display: block;\n  }\n\n  .hestonix-spec-desc {\n    font-size: 11px;\n    color: #94a3b8;\n    display: block;\n  }\n\n  \/* Two Column Feature Layouts *\/\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  .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  \/* Feature Card Grid Section *\/\n  .hestonix-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 56px;\n  }\n\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-accent-sky);\n    background-color: #ffffff;\n    transform: translateY(-4px);\n    box-shadow: 0 12px 28px rgba(2, 132, 199, 0.12);\n  }\n\n  .hestonix-card-featured {\n    grid-column: span 3;\n    background: linear-gradient(135deg, #e0f2fe 0%, #ffffff 100%);\n    border: 2px solid var(--h-sky-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  \/* Location Grid *\/\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 Card Callout *\/\n  .hestonix-gift-card {\n    background-color: var(--h-sky-light);\n    border: 1px solid var(--h-sky-border);\n    border-left: 6px solid var(--h-accent-sky);\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  \/* Mobile Responsive Breakpoints *\/\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-spec-bar {\n      grid-template-columns: repeat(2, 1fr);\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-fan-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-fan-pdp\"\u003e\n  \n  \u003c!-- HERO BANNER SECTION --\u003e\n  \u003cdiv class=\"hestonix-hero-banner\"\u003e\n    \u003cspan class=\"hestonix-badge\" style=\"background: rgba(2, 132, 199, 0.28); color: #bae6fd; border-color: rgba(186, 230, 253, 0.4);\"\u003e\n      💨 Sculpted Dual-Zone Airflow Technology\n    \u003c\/span\u003e\n    \u003ch2\u003eHestonix™ Dual-Zone Desktop Airflow Fan\u003c\/h2\u003e\n    \u003cp\u003e\n      The Hestonix™ Dual-Zone Desktop Airflow Fan is designed for people who want personal cooling without turning their workspace into a miniature wind tunnel. Instead of relying on a traditional round fan head, its sculpted vertical body uses two slim airflow outlets that can be adjusted independently, allowing you to direct air exactly where it feels most comfortable.\n    \u003c\/p\u003e\n\n    \u003c!-- 4-ZONE HARDWARE SPEC BAR --\u003e\n    \u003cdiv class=\"hestonix-spec-bar\"\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e💨\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eDual Outlets\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eIndependently Adjustable\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e⚡\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eTop Dial\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eIntuitive Speed Control\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e🌙\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eWhisper Quiet\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eLow-Noise Operation\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hestonix-spec-item\"\u003e\n        \u003cdiv class=\"hestonix-spec-icon\"\u003e🔄\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hestonix-spec-title\"\u003eSmooth Oscillation\u003c\/span\u003e\n          \u003cspan class=\"hestonix-spec-desc\"\u003eWide-Angle Sweep\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e💨 Dual-Zone Directional Airflow\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e✨ Sculpted Space-Saving Form\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e🌙 Ultra-Quiet Focused Cooling\u003c\/span\u003e\n      \u003cspan class=\"hestonix-pill\" style=\"background: rgba(255,255,255,0.12); color: #ffffff; border: none;\"\u003e🏠 Multi-Room Compatibility\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 1: DUAL-ZONE DIRECTIONAL AIRFLOW --\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_9f04018b-dcf4-48c1-8bae-d1719165881d.png?v=1789730286\" alt=\"Hestonix Dual-Zone Desktop Airflow Fan Dual Vent Details\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e💨 Dual-Zone Directional Airflow\u003c\/span\u003e\n      \u003ch2\u003ePrecision Air Routing Built for Personal Comfort\u003c\/h2\u003e\n      \u003cp\u003e\n        Aim both streams toward yourself for stronger personal cooling, angle one toward your hands while working, or separate the airflow across two nearby seating positions.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Its compact footprint makes it easy to keep beside a monitor, laptop, reading area, vanity, or nightstand without taking over the surface. The softly rounded body and clean matte finish give it the appearance of a thoughtfully designed desk accessory rather than a piece of seasonal equipment.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eIndependent Vent Rotation\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eCustom Dual-Zone Stream\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eMinimal Surface Footprint\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE GRID SECTION HEADER --\u003e\n  \u003cdiv style=\"text-align: center; margin-bottom: 32px;\"\u003e\n    \u003cspan class=\"hestonix-badge\"\u003eDesigned for Desktop Calm \u0026amp; Personalized Comfort\u003c\/span\u003e\n    \u003ch2\u003e7 Reasons Hestonix™ Elevates Your Personal Space\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFIT GRID --\u003e\n  \u003cdiv class=\"hestonix-benefit-grid\"\u003e\n    \u003c!-- Featured Card 1 (Full Width Highlight) --\u003e\n    \u003cdiv class=\"hestonix-card hestonix-card-featured\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\" style=\"margin-bottom: 0; background: var(--h-sky-light); font-size: 28px;\"\u003e💨\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3 style=\"color: var(--h-text-dark); margin-bottom: 4px;\"\u003eDual-Zone Directional Airflow\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; color: #475569;\"\u003e\n          Two independently adjustable air outlets let you create one concentrated stream or divide the airflow into two directions, giving you more control than a traditional single-head desktop fan.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 2 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003eSculpted, Space-Saving Design\u003c\/h3\u003e\n      \u003cp\u003eThe slim vertical silhouette uses far less visual and physical desk space than a wide circular fan, making it easier to place beside monitors, laptops, books, lamps, or décor.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 3 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e⚡\u003c\/div\u003e\n      \u003ch3\u003eSimple Everyday Control\u003c\/h3\u003e\n      \u003cp\u003eAn intuitive top-mounted dial keeps speed adjustment easy and immediate, so you can move from a gentle breeze to stronger personal cooling without navigating complicated controls.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 4 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🌙\u003c\/div\u003e\n      \u003ch3\u003eMade for Focused and Quiet Spaces\u003c\/h3\u003e\n      \u003cp\u003eLower airflow settings are suited to reading, studying, video calls, nighttime use, and other moments when you want comfortable air movement without making the fan the center of attention.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 5 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🔄\u003c\/div\u003e\n      \u003ch3\u003ePersonal or Wider-Area Cooling\u003c\/h3\u003e\n      \u003cp\u003eUse the fan in a fixed position when you want airflow directed toward one spot, or activate oscillation when you want the breeze distributed across a larger part of your desk or room.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 6 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🏠\u003c\/div\u003e\n      \u003ch3\u003eFits Naturally Beyond the Desk\u003c\/h3\u003e\n      \u003cp\u003eIts compact footprint works just as well on nightstands, vanity tables, kitchen counters, dorm-room desks, creative workstations, and shared home offices.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 7 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cdiv class=\"hestonix-icon-box\"\u003e🎁\u003c\/div\u003e\n      \u003ch3\u003eA Useful Upgrade That Looks Good\u003c\/h3\u003e\n      \u003cp\u003eWith its clean profile, practical everyday function, and easy placement, it makes a thoughtful gift for students, remote workers, new homeowners, or apartment dwellers.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 2: TOP DIAL \u0026 QUIET PERFORMANCE --\u003e\n  \u003cdiv class=\"hestonix-two-col\"\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e⚡ Intuitive Operation\u003c\/span\u003e\n      \u003ch2\u003eSeamless Top-Dial Control \u0026amp; Distraction-Free Quietness\u003c\/h2\u003e\n      \u003cp\u003e\n        A simple top-mounted control dial lets you move naturally between gentle background airflow and stronger cooling when the room feels warm.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        For quieter moments—such as focused work, reading, video calls, or nighttime use—the lower airflow settings are designed to create a softer, less distracting presence. The fan can also oscillate across the workspace when broader coverage is preferred.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-pill-wrapper\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eTactile Top Dial\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eSoft Acoustic Footprint\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003eSmooth Wide Oscillation\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_5aedb900-8a3e-4ac8-a0d9-8b7992304425.png?v=1789730286\" alt=\"Hestonix Desktop Airflow Fan Control Dial and Workspace Integration\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 3: REFINED AESTHETIC \u0026 MULTI-ROOM INTEGRATION --\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_8722591a-ef24-4aa9-9324-63de705c655f.png?v=1789730286\" alt=\"Hestonix Dual-Zone Desktop Fan Interior Setup\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge\"\u003e🏠 Versatile Room Integration\u003c\/span\u003e\n      \u003ch2\u003eEnclosed Interior Blade Architecture \u0026amp; Subtle Lighting\u003c\/h2\u003e\n      \u003cp\u003e\n        The front-facing airflow design keeps the operating area visually clean, and the enclosed internal fan structure means there is no large exposed blade cage dominating your desk.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        A subtle indicator light gives you quick visual feedback without creating unnecessary brightness in a bedroom or late-night workspace.\n      \u003c\/p\u003e\n      \n      \u003c!-- Multi-space location grid --\u003e\n      \u003cdiv class=\"hestonix-location-grid\"\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e💻 Workstation \u0026amp; Laptop\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e🌙 Bedside Nightstand\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e💄 Vanity \u0026amp; Makeup Desk\u003c\/div\u003e\n        \u003cdiv class=\"hestonix-location-item\"\u003e☕ Kitchen Counter\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GIFT CARD SECTION --\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);\"\u003eA Calming \u0026amp; Thoughtful Everyday Upgrade\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; font-size: 14px; color: var(--h-text-main);\"\u003e\n        Ideal for remote workers, students, creators, gamers, readers, apartment dwellers, and anyone who spends long hours at a desk. More than a way to move air, it is designed to make your immediate environment feel calmer, cooler, and more comfortable—helping your workspace feel like a place you actually want to spend time in.\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":51841133871410,"sku":"HST-DG001","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/748d7662-38cc-4242-8710-fd65702e30ae.png?v=1789730207"},{"product_id":"hestonix™-rotating-focus-timer-with-halo-progress-display","title":"Hestonix™ Rotating Focus Timer with Halo Progress Display","description":"\u003cstyle\u003e\n  \/* Base Scoped Styles for Shopify Compatibility *\/\n  .hestonix-pdp-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #1e293b;\n    line-height: 1.65;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 12px;\n    box-sizing: border-box;\n    background-color: #ffffff;\n  }\n\n  .hestonix-pdp-wrapper * {\n    box-sizing: border-box;\n  }\n\n  \/* Typography \u0026 Badges *\/\n  .hestonix-badge {\n    display: inline-block;\n    background-color: #f0fdf4;\n    color: #15803d;\n    border: 1px solid #bbf7d0;\n    font-size: 11px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.2px;\n    padding: 6px 14px;\n    border-radius: 50px;\n    margin-bottom: 12px;\n  }\n\n  .hestonix-badge-purple {\n    background-color: #f5f3ff;\n    color: #6d28d9;\n    border: 1px solid #ddd6fe;\n  }\n\n  .hestonix-badge-blue {\n    background-color: #f0f9ff;\n    color: #0369a1;\n    border: 1px solid #bae6fd;\n  }\n\n  .hestonix-title {\n    font-size: 28px;\n    font-weight: 800;\n    color: #0f172a;\n    line-height: 1.25;\n    margin: 0 0 16px 0;\n    letter-spacing: -0.5px;\n  }\n\n  .hestonix-subtitle {\n    font-size: 16px;\n    color: #475569;\n    margin-bottom: 24px;\n  }\n\n  \/* Hero Banner *\/\n  .hestonix-hero {\n    text-align: center;\n    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);\n    padding: 36px 20px 28px;\n    border-radius: 20px;\n    border: 1px solid #f1f5f9;\n    margin-bottom: 40px;\n  }\n\n  .hestonix-hero-img-wrap {\n    margin-top: 24px;\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: 0 12px 30px -8px rgba(15, 23, 42, 0.1);\n  }\n\n  .hestonix-hero-img-wrap img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: cover;\n  }\n\n  \/* Grid Layouts *\/\n  .hestonix-grid-2 {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 32px;\n    align-items: center;\n    margin-bottom: 44px;\n  }\n\n  .hestonix-features-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n    margin-bottom: 40px;\n  }\n\n  \/* Feature Cards *\/\n  .hestonix-card {\n    background: #f8fafc;\n    border: 1px solid #e2e8f0;\n    border-radius: 16px;\n    padding: 24px;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .hestonix-card-icon {\n    font-size: 26px;\n    margin-bottom: 12px;\n    display: inline-block;\n  }\n\n  .hestonix-card-title {\n    font-size: 16px;\n    font-weight: 700;\n    color: #0f172a;\n    margin: 0 0 8px 0;\n  }\n\n  .hestonix-card-desc {\n    font-size: 14px;\n    color: #475569;\n    margin: 0;\n    line-height: 1.55;\n  }\n\n  \/* Media Card \/ Visual Sections *\/\n  .hestonix-media-box {\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);\n  }\n\n  .hestonix-media-box img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .hestonix-content-box h3 {\n    font-size: 22px;\n    font-weight: 800;\n    color: #0f172a;\n    margin: 0 0 14px 0;\n    line-height: 1.3;\n  }\n\n  .hestonix-content-box p {\n    font-size: 15px;\n    color: #334155;\n    margin-bottom: 16px;\n  }\n\n  \/* Pill Badges *\/\n  .hestonix-badge-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .hestonix-pill {\n    background: #ffffff;\n    border: 1px solid #cbd5e1;\n    color: #334155;\n    font-size: 13px;\n    font-weight: 600;\n    padding: 6px 14px;\n    border-radius: 20px;\n    box-shadow: 0 1px 2px rgba(0,0,0,0.04);\n  }\n\n  \/* Highlight Banner *\/\n  .hestonix-highlight-bar {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: #ffffff;\n    border-radius: 18px;\n    padding: 32px 28px;\n    margin-bottom: 40px;\n    text-align: center;\n  }\n\n  .hestonix-highlight-bar h3 {\n    color: #ffffff;\n    font-size: 21px;\n    font-weight: 700;\n    margin: 0 0 12px 0;\n  }\n\n  .hestonix-highlight-bar p {\n    color: #cbd5e1;\n    margin: 0;\n    font-size: 15px;\n    max-width: 720px;\n    margin: 0 auto;\n    line-height: 1.6;\n  }\n\n  \/* Guarantee \/ Mindful Productivity Section *\/\n  .hestonix-guarantee {\n    display: flex;\n    align-items: center;\n    gap: 18px;\n    background: #f0fdf4;\n    border: 1px dashed #22c55e;\n    padding: 22px;\n    border-radius: 16px;\n    margin-top: 24px;\n  }\n\n  .hestonix-guarantee-icon {\n    font-size: 34px;\n    flex-shrink: 0;\n  }\n\n  .hestonix-guarantee-text h4 {\n    margin: 0 0 4px 0;\n    font-size: 16px;\n    color: #14532d;\n    font-weight: 700;\n  }\n\n  .hestonix-guarantee-text p {\n    margin: 0;\n    font-size: 13px;\n    color: #166534;\n  }\n\n  \/* Responsive Adjustments *\/\n  @media (max-width: 768px) {\n    .hestonix-grid-2 {\n      grid-template-columns: 1fr;\n      gap: 24px;\n    }\n\n    .hestonix-features-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .hestonix-title {\n      font-size: 23px;\n    }\n\n    .hestonix-content-box h3 {\n      font-size: 19px;\n    }\n\n    .hestonix-grid-2.hestonix-reverse-mobile {\n      display: flex;\n      flex-direction: column-reverse;\n    }\n\n    .hestonix-hero {\n      padding: 24px 16px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hestonix-pdp-wrapper\"\u003e\n\n  \u003c!-- HERO SECTION --\u003e\n  \u003cdiv class=\"hestonix-hero\"\u003e\n    \u003cspan class=\"hestonix-badge\"\u003eVisual Time Management\u003c\/span\u003e\n    \u003ch2 class=\"hestonix-title\"\u003eHestonix™ Rotating Focus Timer with Halo Progress Display\u003c\/h2\u003e\n    \u003cp class=\"hestonix-subtitle\"\u003e\n      Time feels different when you can actually see it moving. Designed for effortless visual focus without turning your desk into another screen-filled workspace.\n    \u003c\/p\u003e\n    \n    \u003cdiv class=\"hestonix-hero-img-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/1_4687f7f2-f7a0-4c53-a1b1-cb450e342e6a.png?v=1789730556\" alt=\"Hestonix Rotating Focus Timer with Halo Progress Display\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 1: VISUAL HALO \u0026 ROTATING CONTROL --\u003e\n  \u003cdiv class=\"hestonix-grid-2\"\u003e\n    \u003cdiv class=\"hestonix-content-box\"\u003e\n      \u003cspan class=\"hestonix-badge hestonix-badge-purple\"\u003eIntuitive Interaction\u003c\/span\u003e\n      \u003ch3\u003eUnderstand Time at a Single Glance\u003c\/h3\u003e\n      \u003cp\u003e\n        At the center of the design is a large angled digital display surrounded by a soft illuminated progress ring. Instead of constantly reading tiny numbers, you can instantly feel how much time remains as the light gradually changes around the display.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        A tactile outer control ring makes setting the timer feel immediate. Simply rotate it to choose your time, press to start or pause, and turn again whenever you need a quick adjustment.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-badge-list\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003e💡 Visual Light Ring\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003e🌀 Tactile Outer Dial\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003e⏱️ Countdown \u0026amp; Count-Up\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hestonix-media-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/2_7b369fe6-38d7-4b64-bc2a-95e63d94eb0d.png?v=1789730556\" alt=\"Hestonix Halo Display and Rotating Dial Feature\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURE SECTION 2: QUIET MODE \u0026 DESK AESTHETICS --\u003e\n  \u003cdiv class=\"hestonix-grid-2 hestonix-reverse-mobile\"\u003e\n    \u003cdiv class=\"hestonix-media-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/3_3d0f4b7a-ee61-4ad9-afa4-ecd95ddfb742.png?v=1789730556\" alt=\"Hestonix Focus Timer Desk Setup Aesthetics\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hestonix-content-box\"\u003e\n      \u003cspan class=\"hestonix-badge hestonix-badge-blue\"\u003eThoughtful Desk Aesthetic\u003c\/span\u003e\n      \u003ch3\u003eDesigned to Live Seamlessly on Your Desk\u003c\/h3\u003e\n      \u003cp\u003e\n        The timer sits on a compact weighted base with a subtly tilted face, making the display easy to read from a natural seated position. Its rounded matte body looks at home beside laptops, notebooks, and lamps rather than looking like a kitchen appliance.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        For quiet environments, a \u003cstrong\u003evisual-only mode\u003c\/strong\u003e lets the light ring notify you without audible alarms—perfect for libraries, shared offices, and late-night study sessions.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-badge-list\"\u003e\n        \u003cspan class=\"hestonix-pill\"\u003e🌙 Silent Visual Mode\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003e📐 Angled Display\u003c\/span\u003e\n        \u003cspan class=\"hestonix-pill\"\u003e🔋 Built-in Rechargeable Power\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 7 KEY SELLING POINTS GRID --\u003e\n  \u003cdiv style=\"text-align: center; margin-bottom: 28px;\"\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 800; color: #0f172a; margin-bottom: 8px;\"\u003eWhy The Hestonix™ Timer Belongs on Your Desk\u003c\/h3\u003e\n    \u003cp style=\"color: #64748b; font-size: 15px; margin: 0;\"\u003eDesigned to create a calmer, more visual, and intentional relationship with time.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hestonix-features-grid\"\u003e\n    \u003c!-- Card 1 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cspan class=\"hestonix-card-icon\"\u003e💡\u003c\/span\u003e\n      \u003ch4 class=\"hestonix-card-title\"\u003eVisual Halo Progress Display\u003c\/h4\u003e\n      \u003cp class=\"hestonix-card-desc\"\u003eThe illuminated ring gives you an instant visual sense of remaining time, so you stay aware without squinting at countdown digits.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 2 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cspan class=\"hestonix-card-icon\"\u003e✨\u003c\/span\u003e\n      \u003ch4 class=\"hestonix-card-title\"\u003eTactile Rotating Time Control\u003c\/h4\u003e\n      \u003cp class=\"hestonix-card-desc\"\u003eTurn the outer dial to set time and press to start or pause. Faster and far more satisfying than tapping phones or menus.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 3 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cspan class=\"hestonix-card-icon\"\u003e⚡\u003c\/span\u003e\n      \u003ch4 class=\"hestonix-card-title\"\u003eCountdown \u0026amp; Count-Up Modes\u003c\/h4\u003e\n      \u003cp class=\"hestonix-card-desc\"\u003eUse countdown mode for deep work, study, or workouts, or switch to count-up mode to track how long tasks actually take.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 4 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cspan class=\"hestonix-card-icon\"\u003e🌙\u003c\/span\u003e\n      \u003ch4 class=\"hestonix-card-title\"\u003eQuiet Visual-Only Mode\u003c\/h4\u003e\n      \u003cp class=\"hestonix-card-desc\"\u003eMute audible alerts and rely entirely on changing light halos—ideal for quiet offices, dorms, reading rooms, or nighttime use.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 5 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cspan class=\"hestonix-card-icon\"\u003e🏠\u003c\/span\u003e\n      \u003ch4 class=\"hestonix-card-title\"\u003eDesigned to Live on Your Desk\u003c\/h4\u003e\n      \u003cp class=\"hestonix-card-desc\"\u003eCompact weighted base, comfortable tilt angle, and premium matte finish blend naturally into any clean modern workspace.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 6 --\u003e\n    \u003cdiv class=\"hestonix-card\"\u003e\n      \u003cspan class=\"hestonix-card-icon\"\u003e🔋\u003c\/span\u003e\n      \u003ch4 class=\"hestonix-card-title\"\u003eRechargeable Everyday Convenience\u003c\/h4\u003e\n      \u003cp class=\"hestonix-card-desc\"\u003eInternal rechargeable battery eliminates disposable battery replacements, keeping your desk neat and ready every day.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HIGHLIGHT BANNER --\u003e\n  \u003cdiv class=\"hestonix-highlight-bar\"\u003e\n    \u003ch3\u003e🎁 A Practical Gift for Better Everyday Routines\u003c\/h3\u003e\n    \u003cp\u003e\n      Whether protecting a 25-minute Pomodoro focus block, pacing a workout, managing meetings, or keeping homework on track, Hestonix™ helps turn good intentions into effortless daily habits.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GUARANTEE \/ FOOTER NOTE --\u003e\n  \u003cdiv class=\"hestonix-guarantee\"\u003e\n    \u003cdiv class=\"hestonix-guarantee-icon\"\u003e🌿\u003c\/div\u003e\n    \u003cdiv class=\"hestonix-guarantee-text\"\u003e\n      \u003ch4\u003eCalmer Focus \u0026amp; Better Time Control Guaranteed\u003c\/h4\u003e\n      \u003cp\u003eExperience physical, distraction-free time tracking that keeps you focused without adding screen fatigue to your workday.\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":51841134395698,"sku":"HST-DG002","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/51889b8b-cca1-4309-9598-c77f6bdb4442.png?v=1789730510"},{"product_id":"hestonix™-compact-desktop-vacuum-with-edge-brush-and-lift-off-dust-cup","title":"Hestonix™ Compact Desktop Vacuum with Edge Brush and Lift-Off Dust Cup","description":"\u003cstyle\u003e\n  .hestonix-pdp-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #1e293b;\n    line-height: 1.65;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 12px;\n    box-sizing: border-box;\n    background-color: #ffffff;\n  }\n  .hestonix-pdp-wrapper * {\n    box-sizing: border-box;\n  }\n  .hestonix-badge {\n    display: inline-block;\n    background-color: #f0fdf4;\n    color: #15803d;\n    border: 1px solid #bbf7d0;\n    font-size: 11px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.2px;\n    padding: 6px 14px;\n    border-radius: 50px;\n    margin-bottom: 12px;\n  }\n  .hestonix-badge-teal { background-color: #f0fdfa; color: #0d9488; border: 1px solid #ccfbf1; }\n  .hestonix-badge-blue { background-color: #f0f9ff; color: #0369a1; border: 1px solid #bae6fd; }\n  .hestonix-title {\n    font-size: 28px;\n    font-weight: 800;\n    color: #0f172a;\n    line-height: 1.25;\n    margin: 0 0 16px 0;\n    letter-spacing: -0.5px;\n  }\n  .hestonix-subtitle { font-size: 16px; color: #475569; margin-bottom: 24px; }\n  .hestonix-hero {\n    text-align: center;\n    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);\n    padding: 36px 20px 28px;\n    border-radius: 20px;\n    border: 1px solid #f1f5f9;\n    margin-bottom: 40px;\n  }\n  .hestonix-hero-img-wrap {\n    margin-top: 24px;\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: 0 12px 30px -8px rgba(15, 23, 42, 0.1);\n    background: #f1f5f9;\n  }\n  .hestonix-hero-img-wrap img {\n    width: 100% !important;\n    height: auto !important;\n    display: block !important;\n    object-fit: cover;\n  }\n  .hestonix-grid-2 {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 32px;\n    align-items: center;\n    margin-bottom: 44px;\n  }\n  .hestonix-features-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n    margin-bottom: 40px;\n  }\n  .hestonix-card {\n    background: #f8fafc;\n    border: 1px solid #e2e8f0;\n    border-radius: 16px;\n    padding: 24px;\n  }\n  .hestonix-card-icon { font-size: 26px; margin-bottom: 12px; display: inline-block; }\n  .hestonix-card-title { font-size: 16px; font-weight: 700; color: #0f172a; margin: 0 0 8px 0; }\n  .hestonix-card-desc { font-size: 14px; color: #475569; margin: 0; line-height: 1.55; }\n  .hestonix-media-box {\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);\n    background: #f1f5f9;\n  }\n  .hestonix-media-box img {\n    width: 100% !important;\n    height: auto !important;\n    display: block !important;\n  }\n  .hestonix-content-box h3 { font-size: 22px; font-weight: 800; color: #0f172a; margin: 0 0 14px 0; line-height: 1.3; }\n  .hestonix-content-box p { font-size: 15px; color: #334155; margin-bottom: 16px; }\n  .hestonix-badge-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }\n  .hestonix-pill {\n    background: #ffffff;\n    border: 1px solid #cbd5e1;\n    color: #334155;\n    font-size: 13px;\n    font-weight: 600;\n    padding: 6px 14px;\n    border-radius: 20px;\n    box-shadow: 0 1px 2px rgba(0,0,0,0.04);\n  }\n  .hestonix-highlight-bar {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: #ffffff;\n    border-radius: 18px;\n    padding: 32px 28px;\n    margin-bottom: 40px;\n    text-align: center;\n  }\n  .hestonix-highlight-bar h3 { color: #ffffff; font-size: 21px; font-weight: 700; margin: 0 0 12px 0; }\n  .hestonix-highlight-bar p { color: #cbd5e1; margin: 0 auto; font-size: 15px; max-width: 720px; line-height: 1.6; }\n  .hestonix-guarantee {\n    display: flex;\n    align-items: center;\n    gap: 18px;\n    background: #f0fdf4;\n    border: 1px dashed #22c55e;\n    padding: 22px;\n    border-radius: 16px;\n    margin-top: 24px;\n  }\n  .hestonix-guarantee-icon { font-size: 34px; flex-shrink: 0; }\n  .hestonix-guarantee-text h4 { margin: 0 0 4px 0; font-size: 16px; color: #14532d; font-weight: 700; }\n  .hestonix-guarantee-text p { margin: 0; font-size: 13px; color: #166534; }\n  @media (max-width: 768px) {\n    .hestonix-grid-2 { grid-template-columns: 1fr; gap: 24px; }\n    .hestonix-features-grid { grid-template-columns: 1fr; }\n    .hestonix-title { font-size: 23px; }\n    .hestonix-content-box h3 { font-size: 19px; }\n    .hestonix-reverse-mobile { display: flex; flex-direction: column-reverse; }\n    .hestonix-hero { padding: 24px 16px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hestonix-pdp-wrapper\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hestonix-hero\"\u003e\n\u003cspan class=\"hestonix-badge\"\u003eEffortless Desktop Care\u003c\/span\u003e\n\u003ch2 class=\"hestonix-title\"\u003eHestonix™ Compact Desktop Vacuum\u003c\/h2\u003e\n\u003cp class=\"hestonix-subtitle\"\u003eTurn small daily messes into a 10-second habit. Keep your workspace cleaner, calmer, and instantly free of crumbs, dust, and debris.\u003c\/p\u003e\n\u003cdiv class=\"hestonix-hero-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/1_f4a67bbd-a760-41c7-bfc7-9c4c62dd0621.png?v=1789730783\" alt=\"Hestonix Compact Desktop Vacuum on Workspace\" style=\"width: 100%; display: block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE SECTION 1 --\u003e\n\u003cdiv class=\"hestonix-grid-2\"\u003e\n\u003cdiv class=\"hestonix-content-box\"\u003e\n\u003cspan class=\"hestonix-badge hestonix-badge-teal\"\u003ePrecision Cleaning\u003c\/span\u003e\n\u003ch3\u003eDesigned for Quick Everyday Cleanups\u003c\/h3\u003e\n\u003cp\u003eA desk can look organized and still collect small bits that feel untidy—crumbs beside the keyboard, pencil shavings after sketching, dust around a monitor stand, or tiny debris between notebooks.\u003c\/p\u003e\n\u003cp\u003eThe Hestonix™ Compact Desktop Vacuum features a low-profile body that glides naturally across flat surfaces. A broad underside intake collects loose debris, while a slim integrated edge brush sweeps away hidden dust from keyboard keys, desk corners, and drawer seams.\u003c\/p\u003e\n\u003cdiv class=\"hestonix-badge-list\"\u003e\n\u003cspan class=\"hestonix-pill\"\u003e🧹 360° Gliding Suction\u003c\/span\u003e \u003cspan class=\"hestonix-pill\"\u003e✨ Integrated Edge Brush\u003c\/span\u003e \u003cspan class=\"hestonix-pill\"\u003e⚡ 2-Speed Suction Control\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hestonix-media-box\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/2_a65565e5-4ffd-4db4-ac33-1b0bd2dc1fcd.png?v=1789730783\" alt=\"Hestonix Vacuum Cleaning Keyboard and Desk Edge\" style=\"width: 100%; display: block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE SECTION 2 --\u003e\n\u003cdiv class=\"hestonix-grid-2 hestonix-reverse-mobile\"\u003e\n\u003cdiv class=\"hestonix-media-box\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/3_a10118a0-fcc0-432c-8d1b-c253ab6a9d8c.png?v=1789730783\" alt=\"Hestonix Vacuum Easy-Empty Dust Cup\" style=\"width: 100%; display: block;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hestonix-content-box\"\u003e\n\u003cspan class=\"hestonix-badge hestonix-badge-blue\"\u003eSeamless Convenience\u003c\/span\u003e\n\u003ch3\u003eCordless Power \u0026amp; Easy Maintenance\u003c\/h3\u003e\n\u003cp\u003eBecause the unit is cordless and rechargeable, there are no tangled cables dragging across your workstation while you clean. Move effortlessly from your home office to the dining table, craft corner, makeup vanity, or kitchen counter.\u003c\/p\u003e\n\u003cp\u003eWhen cleanup is finished, the lower dust cup twists off in seconds for quick disposal without getting your hands dirty. The washable internal filter supports easy, ongoing maintenance.\u003c\/p\u003e\n\u003cdiv class=\"hestonix-badge-list\"\u003e\n\u003cspan class=\"hestonix-pill\"\u003e🔋 USB Rechargeable\u003c\/span\u003e \u003cspan class=\"hestonix-pill\"\u003e🌿 Washable Filter\u003c\/span\u003e \u003cspan class=\"hestonix-pill\"\u003e🏠 Compact \u0026amp; Easy to Store\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6 KEY SELLING POINTS GRID --\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 28px;\"\u003e\n\u003ch3 style=\"font-size: 24px; font-weight: 800; color: #0f172a; margin-bottom: 8px;\"\u003eWhy The Hestonix™ Vacuum Belongs On Your Desk\u003c\/h3\u003e\n\u003cp style=\"color: #64748b; font-size: 15px; margin: 0;\"\u003eSmall enough to keep within arm's reach, powerful enough for everyday messes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hestonix-features-grid\"\u003e\n\u003cdiv class=\"hestonix-card\"\u003e\n\u003cspan class=\"hestonix-card-icon\"\u003e💡\u003c\/span\u003e\n\u003ch4 class=\"hestonix-card-title\"\u003eDesigned for Quick Cleanups\u003c\/h4\u003e\n\u003cp class=\"hestonix-card-desc\"\u003eThe low-profile body glides directly across tables, picking up crumbs, dust, and pencil shavings in seconds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hestonix-card\"\u003e\n\u003cspan class=\"hestonix-card-icon\"\u003e✨\u003c\/span\u003e\n\u003ch4 class=\"hestonix-card-title\"\u003eEdge Brush for Tight Spaces\u003c\/h4\u003e\n\u003cp class=\"hestonix-card-desc\"\u003eA slim integrated brush sweeps debris away from keyboard edges, corners, and tight seams directly into suction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hestonix-card\"\u003e\n\u003cspan class=\"hestonix-card-icon\"\u003e⚡\u003c\/span\u003e\n\u003ch4 class=\"hestonix-card-title\"\u003eTwo-Level Suction Control\u003c\/h4\u003e\n\u003cp class=\"hestonix-card-desc\"\u003eChoose a lighter mode for routine dust or stronger suction when a surface needs a deeper cleanup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hestonix-card\"\u003e\n\u003cspan class=\"hestonix-card-icon\"\u003e🔋\u003c\/span\u003e\n\u003ch4 class=\"hestonix-card-title\"\u003eCordless Rechargeable\u003c\/h4\u003e\n\u003cp class=\"hestonix-card-desc\"\u003eClean around your desk, dining table, or vanity without working around a restrictive power cord.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hestonix-card\"\u003e\n\u003cspan class=\"hestonix-card-icon\"\u003e🏠\u003c\/span\u003e\n\u003ch4 class=\"hestonix-card-title\"\u003eCompact \u0026amp; Portable\u003c\/h4\u003e\n\u003cp class=\"hestonix-card-desc\"\u003eIts rounded silhouette sits neatly on a shelf, desk corner, or countertop so it's always ready.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hestonix-card\"\u003e\n\u003cspan class=\"hestonix-card-icon\"\u003e🌿\u003c\/span\u003e\n\u003ch4 class=\"hestonix-card-title\"\u003eEasy-Empty \u0026amp; Reusable\u003c\/h4\u003e\n\u003cp class=\"hestonix-card-desc\"\u003eThe removable lower compartment makes collected debris effortless to dispose of and wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HIGHLIGHT BANNER --\u003e\n\u003cdiv class=\"hestonix-highlight-bar\"\u003e\n\u003ch3\u003e🎁 A Practical Gift for Work, Study \u0026amp; Creative Spaces\u003c\/h3\u003e\n\u003cp\u003eAn essential upgrade for students, remote workers, artists, gamers, crafters, and anyone who appreciates keeping their daily workspace clean.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- GUARANTEE --\u003e\n\u003cdiv class=\"hestonix-guarantee\"\u003e\n\u003cdiv class=\"hestonix-guarantee-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"hestonix-guarantee-text\"\u003e\n\u003ch4\u003eCleaner, Calmer \u0026amp; Tidy Workspaces Guaranteed\u003c\/h4\u003e\n\u003cp\u003eExperience quick, hassle-free cleanup that keeps your desk looking fresh without dragging out a full-size vacuum.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":51841136034098,"sku":"HST-DG003","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/affe4ede-eb14-49f1-8286-078e6a10ab5f.png?v=1789730780"}],"url":"https:\/\/hestonix.com\/collections\/frontpage.oembed","provider":"Hestonix™","version":"1.0","type":"link"}