{"product_id":"haovix-starlink-mini-portable-power-hub-with-cable-reel","title":"Haovix Starlink Mini Portable Power Hub with Cable Reel","description":"\u003cstyle\u003e\n  :root {\n    --haovix-blue: #007BFF;\n    --haovix-blue-dark: #005FCC;\n    --haovix-black: #111111;\n    --haovix-dark: #202428;\n    --haovix-text: #33383D;\n    --haovix-muted: #69717A;\n    --haovix-light: #F5F7FA;\n    --haovix-border: #E4E8EC;\n    --haovix-white: #FFFFFF;\n  }\n\n  .haovix-product {\n    max-width: 1200px;\n    margin: 0 auto;\n    color: var(--haovix-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n    background: var(--haovix-white);\n  }\n\n  .haovix-product *,\n  .haovix-product *::before,\n  .haovix-product *::after {\n    box-sizing: border-box;\n  }\n\n  .haovix-product img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .haovix-container {\n    padding: 0 28px;\n  }\n\n  \/* =========================\n     HERO\n  ========================== *\/\n\n  .haovix-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 70px 28px;\n    background:\n      radial-gradient(circle at 85% 20%, rgba(0, 123, 255, 0.22), transparent 35%),\n      linear-gradient(135deg, #0d0f11 0%, #181c20 55%, #101214 100%);\n    color: var(--haovix-white);\n  }\n\n  .haovix-hero::after {\n    content: \"\";\n    position: absolute;\n    width: 320px;\n    height: 320px;\n    right: -150px;\n    bottom: -180px;\n    border: 1px solid rgba(0, 123, 255, 0.35);\n    border-radius: 50%;\n  }\n\n  .haovix-hero-inner {\n    position: relative;\n    z-index: 1;\n    max-width: 1080px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr 0.9fr;\n    gap: 55px;\n    align-items: center;\n  }\n\n  .haovix-eyebrow {\n    display: inline-block;\n    margin-bottom: 15px;\n    padding: 7px 13px;\n    border: 1px solid rgba(0, 123, 255, 0.55);\n    border-radius: 3px;\n    color: #5eaeff;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .haovix-hero h1 {\n    margin: 0 0 18px;\n    color: var(--haovix-white);\n    font-size: clamp(34px, 5vw, 58px);\n    line-height: 1.05;\n    font-weight: 800;\n    letter-spacing: -1.5px;\n  }\n\n  .haovix-hero h1 span {\n    color: var(--haovix-blue);\n  }\n\n  .haovix-hero p {\n    max-width: 620px;\n    margin: 0;\n    color: #d5dbe0;\n    font-size: 18px;\n  }\n\n  .haovix-hero-image {\n    overflow: hidden;\n    border: 1px solid rgba(255, 255, 255, 0.12);\n    border-radius: 14px;\n    background: #fff;\n    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);\n  }\n\n  \/* =========================\n     SECTION\n  ========================== *\/\n\n  .haovix-section {\n    padding: 70px 0;\n  }\n\n  .haovix-section-light {\n    background: var(--haovix-light);\n  }\n\n  .haovix-section-heading {\n    max-width: 760px;\n    margin: 0 auto 42px;\n    text-align: center;\n  }\n\n  .haovix-section-heading .label {\n    display: block;\n    margin-bottom: 9px;\n    color: var(--haovix-blue);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .haovix-section-heading h2 {\n    margin: 0 0 12px;\n    color: var(--haovix-black);\n    font-size: clamp(28px, 4vw, 42px);\n    line-height: 1.15;\n  }\n\n  .haovix-section-heading p {\n    margin: 0;\n    color: var(--haovix-muted);\n    font-size: 16px;\n  }\n\n  \/* =========================\n     FEATURE GRID\n  ========================== *\/\n\n  .haovix-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n\n  .haovix-feature {\n    padding: 28px;\n    border: 1px solid var(--haovix-border);\n    border-radius: 10px;\n    background: #fff;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .haovix-feature:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);\n  }\n\n  .haovix-feature-number {\n    display: inline-flex;\n    width: 38px;\n    height: 38px;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 18px;\n    border-radius: 50%;\n    background: var(--haovix-blue);\n    color: #fff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .haovix-feature h3 {\n    margin: 0 0 8px;\n    color: var(--haovix-black);\n    font-size: 19px;\n  }\n\n  .haovix-feature p {\n    margin: 0;\n    color: var(--haovix-muted);\n    font-size: 14px;\n  }\n\n  \/* =========================\n     NOTICE\n  ========================== *\/\n\n  .haovix-notice {\n    margin-top: 35px;\n    padding: 22px 25px;\n    border-left: 4px solid var(--haovix-blue);\n    background: #f1f7ff;\n  }\n\n  .haovix-notice strong {\n    color: var(--haovix-black);\n  }\n\n  .haovix-notice p {\n    margin: 5px 0 0;\n    color: var(--haovix-muted);\n  }\n\n  \/* =========================\n     IMAGE + TEXT\n  ========================== *\/\n\n  .haovix-story {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 55px;\n    align-items: center;\n    margin-bottom: 70px;\n  }\n\n  .haovix-story:last-child {\n    margin-bottom: 0;\n  }\n\n  .haovix-story.reverse .haovix-story-image {\n    order: 2;\n  }\n\n  .haovix-story.reverse .haovix-story-content {\n    order: 1;\n  }\n\n  .haovix-story-image {\n    overflow: hidden;\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .haovix-story-image img {\n    border: 1px solid var(--haovix-border);\n    border-radius: 12px;\n  }\n\n  .haovix-story-content .label {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--haovix-blue);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .haovix-story-content h2 {\n    margin: 0 0 16px;\n    color: var(--haovix-black);\n    font-size: 32px;\n    line-height: 1.2;\n  }\n\n  .haovix-story-content p {\n    margin: 0 0 15px;\n    color: var(--haovix-muted);\n  }\n\n  .haovix-list {\n    margin: 22px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .haovix-list li {\n    position: relative;\n    margin-bottom: 12px;\n    padding-left: 28px;\n    color: var(--haovix-text);\n  }\n\n  .haovix-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: var(--haovix-blue);\n    font-weight: 800;\n  }\n\n  \/* =========================\n     FULL WIDTH IMAGE\n  ========================== *\/\n\n  .haovix-wide-image {\n    overflow: hidden;\n    margin-top: 50px;\n    border-radius: 12px;\n  }\n\n  .haovix-wide-image img {\n    border-radius: 12px;\n  }\n\n  \/* =========================\n     SPECS\n  ========================== *\/\n\n  .haovix-specs {\n    display: grid;\n    grid-template-columns: 0.8fr 1.2fr;\n    gap: 0;\n    overflow: hidden;\n    border-radius: 12px;\n    background: #fff;\n    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);\n  }\n\n  .haovix-spec-intro {\n    padding: 42px;\n    background:\n      linear-gradient(145deg, #111 0%, #202428 100%);\n    color: #fff;\n  }\n\n  .haovix-spec-intro .label {\n    color: #5eaeff;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .haovix-spec-intro h2 {\n    margin: 12px 0 15px;\n    color: #fff;\n    font-size: 34px;\n    line-height: 1.15;\n  }\n\n  .haovix-spec-intro p {\n    margin: 0;\n    color: #c7cdd2;\n    font-size: 14px;\n  }\n\n  .haovix-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .haovix-spec-table tr {\n    border-bottom: 1px solid var(--haovix-border);\n  }\n\n  .haovix-spec-table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .haovix-spec-table th,\n  .haovix-spec-table td {\n    padding: 19px 25px;\n    text-align: left;\n    vertical-align: top;\n    font-size: 14px;\n  }\n\n  .haovix-spec-table th {\n    width: 38%;\n    color: var(--haovix-black);\n    font-weight: 700;\n  }\n\n  .haovix-spec-table td {\n    color: var(--haovix-muted);\n  }\n\n  \/* =========================\n     HOW TO USE\n  ========================== *\/\n\n  .haovix-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n  }\n\n  .haovix-step {\n    position: relative;\n    padding: 28px;\n    border: 1px solid var(--haovix-border);\n    background: #fff;\n  }\n\n  .haovix-step-number {\n    margin-bottom: 18px;\n    color: var(--haovix-blue);\n    font-size: 32px;\n    line-height: 1;\n    font-weight: 800;\n  }\n\n  .haovix-step h3 {\n    margin: 0 0 8px;\n    color: var(--haovix-black);\n    font-size: 18px;\n  }\n\n  .haovix-step p {\n    margin: 0;\n    color: var(--haovix-muted);\n    font-size: 14px;\n  }\n\n  \/* =========================\n     COMPARISON\n  ========================== *\/\n\n  .haovix-comparison {\n    overflow-x: auto;\n    border: 1px solid var(--haovix-border);\n    border-radius: 10px;\n    background: #fff;\n  }\n\n  .haovix-comparison table {\n    width: 100%;\n    min-width: 650px;\n    border-collapse: collapse;\n  }\n\n  .haovix-comparison th,\n  .haovix-comparison td {\n    padding: 18px 20px;\n    border-bottom: 1px solid var(--haovix-border);\n    text-align: left;\n    font-size: 14px;\n  }\n\n  .haovix-comparison th {\n    background: var(--haovix-black);\n    color: #fff;\n    font-weight: 700;\n  }\n\n  .haovix-comparison th.highlight {\n    background: var(--haovix-blue);\n  }\n\n  .haovix-comparison td:first-child {\n    color: var(--haovix-black);\n    font-weight: 700;\n  }\n\n  .haovix-comparison tr:last-child td {\n    border-bottom: 0;\n  }\n\n  \/* =========================\n     FAQ\n  ========================== *\/\n\n  .haovix-faq {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .haovix-faq details {\n    margin-bottom: 12px;\n    border: 1px solid var(--haovix-border);\n    border-radius: 8px;\n    background: #fff;\n  }\n\n  .haovix-faq summary {\n    position: relative;\n    padding: 20px 55px 20px 22px;\n    cursor: pointer;\n    color: var(--haovix-black);\n    font-size: 16px;\n    font-weight: 700;\n    list-style: none;\n  }\n\n  .haovix-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .haovix-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 22px;\n    top: 50%;\n    transform: translateY(-50%);\n    color: var(--haovix-blue);\n    font-size: 24px;\n    font-weight: 400;\n  }\n\n  .haovix-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .haovix-faq-answer {\n    padding: 0 22px 22px;\n    color: var(--haovix-muted);\n    font-size: 14px;\n  }\n\n  \/* =========================\n     FINAL CTA\n  ========================== *\/\n\n  .haovix-final {\n    padding: 70px 28px;\n    text-align: center;\n    background:\n      radial-gradient(circle at center, rgba(0, 123, 255, 0.16), transparent 45%),\n      #111;\n    color: #fff;\n  }\n\n  .haovix-final h2 {\n    margin: 0 0 12px;\n    color: #fff;\n    font-size: clamp(28px, 4vw, 42px);\n  }\n\n  .haovix-final p {\n    max-width: 700px;\n    margin: 0 auto;\n    color: #c8cdd2;\n  }\n\n  .haovix-blue-line {\n    width: 55px;\n    height: 4px;\n    margin: 0 auto 22px;\n    background: var(--haovix-blue);\n  }\n\n  \/* =========================\n     RESPONSIVE\n  ========================== *\/\n\n  @media (max-width: 850px) {\n    .haovix-hero-inner,\n    .haovix-story,\n    .haovix-specs {\n      grid-template-columns: 1fr;\n    }\n\n    .haovix-story.reverse .haovix-story-image,\n    .haovix-story.reverse .haovix-story-content {\n      order: initial;\n    }\n\n    .haovix-feature-grid,\n    .haovix-steps {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .haovix-spec-intro {\n      padding: 32px;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .haovix-container {\n      padding: 0 18px;\n    }\n\n    .haovix-hero {\n      padding: 45px 18px;\n    }\n\n    .haovix-hero-inner {\n      gap: 30px;\n    }\n\n    .haovix-hero p {\n      font-size: 16px;\n    }\n\n    .haovix-section {\n      padding: 50px 0;\n    }\n\n    .haovix-feature-grid,\n    .haovix-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .haovix-story {\n      gap: 30px;\n      margin-bottom: 50px;\n    }\n\n    .haovix-story-content h2 {\n      font-size: 28px;\n    }\n\n    .haovix-spec-table th,\n    .haovix-spec-table td {\n      display: block;\n      width: 100%;\n      padding: 10px 20px;\n    }\n\n    .haovix-spec-table th {\n      padding-top: 18px;\n      padding-bottom: 2px;\n    }\n\n    .haovix-spec-table td {\n      padding-top: 2px;\n      padding-bottom: 18px;\n    }\n\n    .haovix-final {\n      padding: 50px 20px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"haovix-product\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"haovix-hero\"\u003e\n\u003cdiv class=\"haovix-hero-inner\"\u003e\n\u003cdiv class=\"haovix-hero-content\"\u003e\n\u003cspan class=\"haovix-eyebrow\"\u003eHAOVIX · CR15\u003c\/span\u003e\n\u003ch1\u003eAll-in-One \u003cspan\u003eCable Storage Hub\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp\u003eKeep your Starlink Mini power cable organized, protected, and ready to go. A compact all-in-one cable storage solution designed for cleaner setups and easier transport.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"haovix-hero-image\"\u003e\u003cimg src=\"https:\/\/img.staticdj.com\/dac9d766ce5ef144e1749ed10fffa55a.jpg\" alt=\"Haovix All-in-One Cable Storage Hub\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- KEY FEATURES --\u003e\n\u003csection class=\"haovix-section\"\u003e\n\u003cdiv class=\"haovix-container\"\u003e\n\u003cdiv class=\"haovix-section-heading\"\u003e\n\u003cspan class=\"label\"\u003eDesigned for convenience\u003c\/span\u003e\n\u003ch2\u003eEverything in One Compact Hub\u003c\/h2\u003e\n\u003cp\u003eDesigned to simplify cable management while keeping your essential connections together in one organized unit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"haovix-feature-grid\"\u003e\n\u003cdiv class=\"haovix-feature\"\u003e\n\u003cspan class=\"haovix-feature-number\"\u003e01\u003c\/span\u003e\n\u003ch3\u003eIntegrated Cable Storage\u003c\/h3\u003e\n\u003cp\u003eKeep your cable neatly stored inside the compact hub instead of dealing with loose and tangled cables.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"haovix-feature\"\u003e\n\u003cspan class=\"haovix-feature-number\"\u003e02\u003c\/span\u003e\n\u003ch3\u003eMultiple Output Options\u003c\/h3\u003e\n\u003cp\u003eSupports DC 5521, DC 35135 and Type-C output connections for flexible power applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"haovix-feature\"\u003e\n\u003cspan class=\"haovix-feature-number\"\u003e03\u003c\/span\u003e\n\u003ch3\u003eCompact Design\u003c\/h3\u003e\n\u003cp\u003eThe compact CR15 enclosure keeps your setup organized without taking up unnecessary space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"haovix-feature\"\u003e\n\u003cspan class=\"haovix-feature-number\"\u003e04\u003c\/span\u003e\n\u003ch3\u003eEasy to Carry\u003c\/h3\u003e\n\u003cp\u003eA practical storage solution for travel, outdoor use, vehicle setups and everyday cable management.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"haovix-feature\"\u003e\n\u003cspan class=\"haovix-feature-number\"\u003e05\u003c\/span\u003e\n\u003ch3\u003eClean Cable Management\u003c\/h3\u003e\n\u003cp\u003eReduce cable clutter and keep your power connection organized whenever you pack or unpack your equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"haovix-feature\"\u003e\n\u003cspan class=\"haovix-feature-number\"\u003e06\u003c\/span\u003e\n\u003ch3\u003eTwo Cable Length Options\u003c\/h3\u003e\n\u003cp\u003eAvailable with 10 m \/ 32.8 ft or 15 m \/ 49.2 ft cable options to suit different setups.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"haovix-notice\"\u003e\n\u003cstrong\u003eImportant:\u003c\/strong\u003e\n\u003cp\u003ePlease confirm the cable length and plug type you need before placing your order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT STORY 01 --\u003e\n\u003csection class=\"haovix-section haovix-section-light\"\u003e\n\u003cdiv class=\"haovix-container\"\u003e\n\u003cdiv class=\"haovix-story\"\u003e\n\u003cdiv class=\"haovix-story-image\"\u003e\u003cimg src=\"https:\/\/img.staticdj.com\/592a78f5f2ef52963f332df265c602f2.jpg\" alt=\"Haovix cable storage design\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"haovix-story-content\"\u003e\n\u003cspan class=\"label\"\u003e01 · Organized\u003c\/span\u003e\n\u003ch2\u003eOne Hub. Less Cable Clutter.\u003c\/h2\u003e\n\u003cp\u003eThe Haovix CR15 combines cable storage and power connectivity into a single compact design.\u003c\/p\u003e\n\u003cp\u003eInstead of carrying separate cables and accessories, everything stays together in one easy-to-manage unit.\u003c\/p\u003e\n\u003cul class=\"haovix-list\"\u003e\n\u003cli\u003eIntegrated cable storage\u003c\/li\u003e\n\u003cli\u003eCompact all-in-one structure\u003c\/li\u003e\n\u003cli\u003eCleaner and more organized setup\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT STORY 02 --\u003e\n\u003cdiv class=\"haovix-story reverse\"\u003e\n\u003cdiv class=\"haovix-story-image\"\u003e\u003cimg src=\"https:\/\/img.staticdj.com\/4ab893aeab158cbe963919a2f4fec673.jpg\" alt=\"Haovix CR15 cable reel\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"haovix-story-content\"\u003e\n\u003cspan class=\"label\"\u003e02 · Flexible\u003c\/span\u003e\n\u003ch2\u003eBuilt Around Your Setup\u003c\/h2\u003e\n\u003cp\u003eWith multiple output interfaces and cable length options, the CR15 is designed to accommodate different power connection requirements.\u003c\/p\u003e\n\u003cul class=\"haovix-list\"\u003e\n\u003cli\u003eDC 5521 output\u003c\/li\u003e\n\u003cli\u003eDC 35135 output\u003c\/li\u003e\n\u003cli\u003eType-C output\u003c\/li\u003e\n\u003cli\u003e10 m or 15 m cable options\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WIDE IMAGE --\u003e\n\u003csection class=\"haovix-section\"\u003e\n\u003cdiv class=\"haovix-container\"\u003e\n\u003cdiv class=\"haovix-section-heading\"\u003e\n\u003cspan class=\"label\"\u003eMade for mobility\u003c\/span\u003e\n\u003ch2\u003eTake Your Setup Anywhere\u003c\/h2\u003e\n\u003cp\u003eDesigned for a cleaner, more convenient cable setup wherever you need it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"haovix-wide-image\"\u003e\u003cimg src=\"https:\/\/img.staticdj.com\/bdd8f715e8b899d1860113f1fac1e9e4.jpg\" alt=\"Haovix CR15 cable hub in use\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003csection class=\"haovix-section haovix-section-light\"\u003e\n\u003cdiv class=\"haovix-container\"\u003e\n\u003cdiv class=\"haovix-specs\"\u003e\n\u003cdiv class=\"haovix-spec-intro\"\u003e\n\u003cspan class=\"label\"\u003eProduct Details\u003c\/span\u003e\n\u003ch2\u003eCR15\u003c\/h2\u003e\n\u003cp\u003eAll-in-One Cable Storage Hub designed for compact, organized and flexible power cable management.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ctable class=\"haovix-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e   Product Name\u003c\/th\u003e\n\u003ctd\u003eAll-in-One Cable Storage Hub\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e   Model\u003c\/th\u003e\n\u003ctd\u003eCR15\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e   Size\u003c\/th\u003e\n\u003ctd\u003e158 × 158 × 62 mm \/ 6.22 × 6.22 × 2.44 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e   Input\u003c\/th\u003e\n\u003ctd\u003eDC 5521 — 30V \/ 2A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e   Output\u003c\/th\u003e\n\u003ctd\u003eDC 5521 — 30V \/ 2A\u003cbr\u003eDC 35135 — 9V \/ 2A\u003cbr\u003eType-C — 5V \/ 3A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e   Cable Length       Options\u003c\/th\u003e\n\u003ctd\u003e10 m \/ 32.8 ft\u003cbr\u003e15 m \/ 49.2 ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e   Plug Type Options\u003c\/th\u003e\n\u003ctd\u003eUS Plug \/ AU Plug\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003csection class=\"haovix-section\"\u003e\n\u003cdiv class=\"haovix-container\"\u003e\n\u003cdiv class=\"haovix-section-heading\"\u003e\n\u003cspan class=\"label\"\u003eSimple setup\u003c\/span\u003e\n\u003ch2\u003eHow to Use\u003c\/h2\u003e\n\u003cp\u003eA straightforward workflow for storing and using your cable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"haovix-steps\"\u003e\n\u003cdiv class=\"haovix-step\"\u003e\n\u003cdiv class=\"haovix-step-number\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eOpen\u003c\/h3\u003e\n\u003cp\u003eOpen the cable storage hub and access the integrated cable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"haovix-step\"\u003e\n\u003cdiv class=\"haovix-step-number\"\u003e02\u003c\/div\u003e\n\u003ch3\u003ePull Out\u003c\/h3\u003e\n\u003cp\u003ePull out the required length of cable for your setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"haovix-step\"\u003e\n\u003cdiv class=\"haovix-step-number\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eConnect\u003c\/h3\u003e\n\u003cp\u003eConnect the appropriate output interface to your equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"haovix-step\"\u003e\n\u003cdiv class=\"haovix-step-number\"\u003e04\u003c\/div\u003e\n\u003ch3\u003eUse\u003c\/h3\u003e\n\u003cp\u003ePower your compatible equipment using the selected connection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"haovix-step\"\u003e\n\u003cdiv class=\"haovix-step-number\"\u003e05\u003c\/div\u003e\n\u003ch3\u003eDisconnect\u003c\/h3\u003e\n\u003cp\u003eDisconnect the equipment when your setup is no longer needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"haovix-step\"\u003e\n\u003cdiv class=\"haovix-step-number\"\u003e06\u003c\/div\u003e\n\u003ch3\u003eStore\u003c\/h3\u003e\n\u003cp\u003eRetract and organize the cable inside the hub for convenient storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SECOND IMAGE --\u003e\n\u003csection class=\"haovix-section haovix-section-light\"\u003e\n\u003cdiv class=\"haovix-container\"\u003e\n\u003cdiv class=\"haovix-wide-image\"\u003e\u003cimg src=\"https:\/\/img.staticdj.com\/14e94530a6c4374be6e42818d95fd295.jpg\" alt=\"Haovix CR15 product details\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COMPARISON --\u003e\n\u003csection class=\"haovix-section\"\u003e\n\u003cdiv class=\"haovix-container\"\u003e\n\u003cdiv class=\"haovix-section-heading\"\u003e\n\u003cspan class=\"label\"\u003eWhy a storage hub\u003c\/span\u003e\n\u003ch2\u003eCleaner Cable Management\u003c\/h2\u003e\n\u003cp\u003eThe CR15 brings cable storage and multiple power connections together in one organized solution.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"haovix-comparison\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"highlight\"\u003eHaovix CR15\u003c\/th\u003e\n\u003cth\u003eTraditional Cable Setup\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCable Storage\u003c\/td\u003e\n\u003ctd\u003eIntegrated\u003c\/td\u003e\n\u003ctd\u003eSeparate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCable Management\u003c\/td\u003e\n\u003ctd\u003eOrganized\u003c\/td\u003e\n\u003ctd\u003eLoose \/ Tangled\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOutput Options\u003c\/td\u003e\n\u003ctd\u003eMultiple\u003c\/td\u003e\n\u003ctd\u003eDepends on accessories\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortability\u003c\/td\u003e\n\u003ctd\u003eCompact all-in-one design\u003c\/td\u003e\n\u003ctd\u003eMultiple components\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCable Length\u003c\/td\u003e\n\u003ctd\u003e10 m \/ 15 m options\u003c\/td\u003e\n\u003ctd\u003eVaries\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT IMAGE --\u003e\n\u003csection class=\"haovix-section haovix-section-light\"\u003e\n\u003cdiv class=\"haovix-container\"\u003e\n\u003cdiv class=\"haovix-story\"\u003e\n\u003cdiv class=\"haovix-story-image\"\u003e\u003cimg src=\"https:\/\/img.staticdj.com\/f429af839ceba9d639b2f7f9c63b8993.jpg\" alt=\"Haovix CR15 cable storage hub\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"haovix-story-content\"\u003e\n\u003cspan class=\"label\"\u003e03 · Compact\u003c\/span\u003e\n\u003ch2\u003eDesigned to Keep Things Simple\u003c\/h2\u003e\n\u003cp\u003eThe CR15 keeps your cable and connections together, helping create a cleaner and more manageable setup.\u003c\/p\u003e\n\u003cp\u003eIts compact enclosure is designed to make storage, transportation and everyday cable management easier.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"haovix-section\"\u003e\n\u003cdiv class=\"haovix-container\"\u003e\n\u003cdiv class=\"haovix-section-heading\"\u003e\n\u003cspan class=\"label\"\u003eFAQ\u003c\/span\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cp\u003eEverything you need to know about the Haovix CR15.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"haovix-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the Haovix CR15?\u003c\/summary\u003e\n\u003cdiv class=\"haovix-faq-answer\"\u003eThe Haovix CR15 is an All-in-One Cable Storage Hub designed to organize and store your power cable while providing multiple output connection options.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat cable lengths are available?\u003c\/summary\u003e\n\u003cdiv class=\"haovix-faq-answer\"\u003eThe product is available with 10 m \/ 32.8 ft or 15 m \/ 49.2 ft cable options.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat output interfaces are included?\u003c\/summary\u003e\n\u003cdiv class=\"haovix-faq-answer\"\u003eThe CR15 includes DC 5521, DC 35135 and Type-C output options.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat plug types are available?\u003c\/summary\u003e\n\u003cdiv class=\"haovix-faq-answer\"\u003eThe available plug type options are US Plug and AU Plug.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the size of the CR15?\u003c\/summary\u003e\n\u003cdiv class=\"haovix-faq-answer\"\u003eThe CR15 measures 158 × 158 × 62 mm, or approximately 6.22 × 6.22 × 2.44 inches.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the cable storage hub for travel?\u003c\/summary\u003e\n\u003cdiv class=\"haovix-faq-answer\"\u003eIts compact all-in-one design is intended to make cable storage and transportation more convenient.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL IMAGE --\u003e\n\u003csection class=\"haovix-section haovix-section-light\"\u003e\n\u003cdiv class=\"haovix-container\"\u003e\n\u003cdiv class=\"haovix-wide-image\"\u003e\u003cimg src=\"https:\/\/img.staticdj.com\/aa2d599a170d5ecf76b806bb3d7bd7b6.jpg\" alt=\"Haovix All-in-One Cable Storage Hub\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"haovix-final\"\u003e\n\u003cdiv class=\"haovix-blue-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eSimplify Your Cable Setup\u003c\/h2\u003e\n\u003cp\u003eKeep your cable organized, your connections together, and your setup ready when you need it.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e```\u003c\/p\u003e","brand":"HAOVIX","offers":[{"title":"US Plug \/ 15 m \/ 49.2 ft","offer_id":50503173374187,"sku":null,"price":199.0,"currency_code":"USD","in_stock":true},{"title":"AU Plug \/ 15 m \/ 49.2 ft","offer_id":50503173406955,"sku":null,"price":199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/6994\/8907\/files\/1_12d2a956-3788-49e8-a095-b8b377d3df8b.png?v=1789991524","url":"https:\/\/www.haovix.com\/products\/haovix-starlink-mini-portable-power-hub-with-cable-reel","provider":"HAOVIX","version":"1.0","type":"link"}