{"product_id":"240w-hidden-stand-cable","title":"240W Hidden Stand Cable","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：240W USB-C 功能型快充线\n  目标受众：手游玩家、视频用户、需要大功率充电的笔记本\/手机用户\n  视觉风格：科技感、坚固、现代极简\n  配色策略：基于产品本身的黑色编织和银色金属臂，采用深灰\/黑色为主文字色，浅灰为背景色，强调材质对比。\n  模块顺序：Hero (强调二合一) -\u003e Feature 1 (支架+90度) -\u003e Feature 2 (240W快充) -\u003e Feature 3 (耐用性) -\u003e Specifications -\u003e FAQ\n  详情图映射：Feature 1 = image_0.png (完美展示支架和弯头)\n  规格图映射：Specs = image_1.png (数据来源)\n  对比模块：未加入 (核心卖点差异化足够明显，无需强制对比)\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #1F2937; \/* Deep charcoal for strong headings *\/\n      --text-main: #374151; \/* Main body text *\/\n      --text-sub: #6B7280; \/* Subtle text\/tags *\/\n      --bg-body: #FFFFFF;\n      --bg-soft: #F3F4F6; \/* Light gray for sections\/cards *\/\n      --bg-card: #FFFFFF;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n      --border-color: #E5E7EB;\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 800;\n      color: var(--primary);\n      margin: 0 0 1rem 0;\n      line-height: 1.2;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 1.5rem 0;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      color: var(--primary);\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 1.5vw, 18px);\n      margin: 0 0 1.5rem 0;\n      color: var(--text-main);\n    }\n\n    \/* Layout Utilities *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-grid-2 {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-grid-2 {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n\n    \/* Image Utilities *\/\n    .pd-image-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .pd-image-placeholder {\n      width: 100%;\n      aspect-ratio: 16\/9;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-family: monospace;\n    }\n\n    \/* Tags *\/\n    .pd-tags-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n\n    .pd-tag {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 0.4rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-size: 14px;\n      font-weight: 500;\n    }\n\n    \/* --- Modules --- *\/\n\n    \/* Hero *\/\n    .hero-section {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .hero-trust-pill {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 14px;\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n    }\n\n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n      }\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        width: 50%;\n      }\n    }\n\n    \/* Specifications *\/\n    .specs-container {\n      background-color: var(--bg-soft);\n      padding: clamp(2rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1rem 0;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      font-weight: 600;\n      color: var(--primary);\n      width: 35%;\n    }\n\n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead { display: none; }\n      .specs-table tr { margin-bottom: 1rem; border-bottom: none; }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        padding: 0.75rem 0;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--primary);\n        padding-right: 1rem;\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n    .faq-item:last-child { border-bottom: none; }\n    .faq-question {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n      display: flex;\n      align-items: center;\n    }\n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--text-sub);\n      margin-right: 0.75rem;\n    }\n    .faq-answer {\n      margin: 0;\n      padding-left: 2rem;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-trust-pill\"\u003eInnovative 2-in-1 Design\u003c\/div\u003e\n\n\u003ch1\u003ePower, Propped Up: The 240W Cable That Holds Your Phone\u003c\/h1\u003e\n\n\u003cp\u003eExperience the ultimate convenience with a high-speed charging cable featuring a built-in, foldable stand and ergonomic 90° connector for hands-free viewing and gaming.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-placeholder\" style=\"aspect-ratio: 21\/9;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260519111439\/d2a209db826533b1660b72618df38189.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260519111439\/052120faeab51ece06b3c8823bafaa66.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eCharge, Watch, and Play comfortably.\u003c\/h2\u003e\n\n\u003cp\u003eThe unique 90° elbow connector features discreet metal arms that unfold into a stable stand. It keeps your cable out of the way for a better grip during gaming and provides the perfect angle for hands-free video calls or watching movies while you power up.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eHidden Foldable Stand\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eErgonomic 90° Design\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eUnobstructed Grip\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: 240W Power --\u003e\n\n\u003cdiv class=\"pd-section feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img76\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260519111439\/3db194f60c6b34340c4f104db6bc55ab.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eFuture-Proof 240W Charging.\u003c\/h2\u003e\n\n\u003cp\u003eDon't limit your charging speed. With support for up to 240W Power Delivery (Extended Power Range), this cable can rapidly charge everything from high-performance laptops to the latest tablets and smartphones at their maximum speeds.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003e240W Max Output\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eLaptop Compatible\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eE-Marker Chip\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Durability --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img77\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260519111439\/11e7a8cfe175cf3838aa778fdea6dd47.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEngineered for Durability.\u003c\/h2\u003e\n\n\u003cp\u003eBuilt to withstand daily wear and tear. The cable features a tough nylon braided exterior that resists tangles and fraying, combined with reinforced alloy connector housings for long-lasting reliability.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003ePremium Nylon Braid\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eReinforced Alloy Joints\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eTangle-Resistant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section specs-container\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Connector Type\"\u003eUSB-C to USB-C (One 90° end)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Max Power Output\"\u003e240W (Supports PD 3.1 EPR)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Data Transfer Speed\"\u003e480 Mbps (USB 2.0)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e1.5m \/ 4.9ft\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eNylon Braid, Aluminum Alloy, TPE\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Color\"\u003eBlack\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill the stand work if I have a case on my phone?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe 90° connector is designed with extended clearance to fit most standard phone cases. However, extremely thick or ruggedized cases may interfere with the stand's stability or prevent the connector from seating fully.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I use this cable to connect my laptop to a monitor for video?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. This cable is optimized for high-power charging (240W) and standard data transfer (480 Mbps). It does not support video output (DisplayPort Alt Mode).\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it safe for charging smaller devices like phones?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The cable contains a smart E-Marker chip that communicates with your device to negotiate the correct power level, ensuring safe charging for laptops, tablets, and phones alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Woyuosn","offers":[{"title":"4.9ft \/ 1.5m \/ Single","offer_id":66854797705520,"sku":"0520-14568925","price":12.95,"currency_code":"USD","in_stock":true},{"title":"4.9ft \/ 1.5m \/ 2-Pack (Save 20%)","offer_id":66854797738288,"sku":"0520-14561109","price":19.95,"currency_code":"USD","in_stock":true},{"title":"4.9ft \/ 1.5m \/ 3-Pack (Save 30%)","offer_id":66854797771056,"sku":"0520-14569142","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0938\/6472\/2736\/files\/d2a209db826533b1660b72618df38189.jpg?v=1779531816","url":"https:\/\/eptchn.com\/products\/240w-hidden-stand-cable","provider":"Eptchn","version":"1.0","type":"link"}