{"title":"Charging \u0026 Power","description":null,"products":[{"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"}],"url":"https:\/\/hestonix.com\/collections\/charging-power.oembed","provider":"Hestonix™","version":"1.0","type":"link"}