{"product_id":"zayden-aviation-magnetic-cable-usb-type-c","title":"ZayDen Aviation Magnetic Cable — USB Type-C","description":"\u003cdiv class=\"zd-landing-wrapper\"\u003e\n  \u003cstyle\u003e\n    .zd-landing-wrapper {\n      --zd-black: #0a0a0c;\n      --zd-black-soft: #131316;\n      --zd-white: #f7f6f2;\n      --zd-blue: #2d5bfe;\n      --zd-blue-deep: #1f49e0;\n      --zd-amethyst: #b6a1e6;\n      --zd-ivory: #efe9dd;\n      --zd-rose: #f0b9cd;\n      --zd-line: rgba(247, 246, 242, 0.14);\n      --zd-line-strong: rgba(247, 246, 242, 0.28);\n\n      position: relative;\n      background: var(--zd-black);\n      color: var(--zd-white);\n      font-family: inherit;\n      font-weight: 400;\n      line-height: 1.6;\n      -webkit-font-smoothing: antialiased;\n      overflow-x: hidden;\n      width: 100%;\n    }\n\n    \/* Faint film grain effect *\/\n    .zd-landing-wrapper::before {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'\/%3E%3C\/svg%3E\");\n      opacity: 0.045;\n      mix-blend-mode: overlay;\n      pointer-events: none;\n      z-index: 10;\n    }\n\n    .zd-landing-wrapper *,\n    .zd-landing-wrapper *::before,\n    .zd-landing-wrapper *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    .zd-landing-wrapper h1,\n    .zd-landing-wrapper h2,\n    .zd-landing-wrapper h3,\n    .zd-landing-wrapper .serif {\n      font-family: inherit;\n      font-weight: 600;\n      letter-spacing: -0.01em;\n    }\n\n    .zd-landing-wrapper img {\n      display: block;\n      max-width: 100%;\n      height: auto;\n    }\n\n    .zd-landing-wrapper .wrap {\n      max-width: 1240px;\n      margin: 0 auto;\n      padding: 0 40px;\n    }\n\n    .zd-landing-wrapper a {\n      color: inherit;\n    }\n\n    .zd-landing-wrapper a:focus-visible,\n    .zd-landing-wrapper button:focus-visible {\n      outline: 2px solid var(--zd-blue);\n      outline-offset: 3px;\n    }\n\n    .zd-landing-wrapper a.cta {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      background: transparent;\n      color: var(--zd-white);\n      border: 1px solid var(--zd-blue);\n      padding: 16px 30px;\n      font-family: inherit;\n      font-size: 15px;\n      font-weight: 600;\n      text-decoration: none;\n      transition: background .35s ease, color .35s ease, border-color .35s ease;\n    }\n\n    .zd-landing-wrapper a.cta:hover {\n      background: var(--zd-blue);\n    }\n\n    .zd-landing-wrapper a.cta.filled {\n      background: var(--zd-blue);\n    }\n\n    .zd-landing-wrapper a.cta.filled:hover {\n      background: var(--zd-blue-deep);\n      border-color: var(--zd-blue-deep);\n    }\n\n    .zd-landing-wrapper a.cta svg {\n      width: 16px;\n      height: 16px;\n      flex-shrink: 0;\n    }\n\n    \/* ---------- MEDIA FRAME ---------- *\/\n    .zd-landing-wrapper .media-frame {\n      aspect-ratio: 1\/1;\n      position: relative;\n      overflow: hidden;\n      background: var(--zd-black-soft);\n      border: 1px solid var(--zd-line-strong);\n    }\n\n    .zd-landing-wrapper .media-frame img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .zd-landing-wrapper .frame-blue {\n      box-shadow: 0 0 0 1px rgba(45,91,254,0.18), 0 50px 100px -35px rgba(45,91,254,0.4);\n    }\n\n    .zd-landing-wrapper .frame-amethyst {\n      box-shadow: 0 0 0 1px rgba(182,161,230,0.18), 0 50px 100px -35px rgba(182,161,230,0.38);\n    }\n\n    .zd-landing-wrapper .frame-ivory {\n      box-shadow: 0 0 0 1px rgba(239,233,221,0.16), 0 50px 100px -35px rgba(239,233,221,0.26);\n    }\n\n    .zd-landing-wrapper .frame-rose {\n      box-shadow: 0 0 0 1px rgba(240,185,205,0.18), 0 50px 100px -35px rgba(240,185,205,0.36);\n    }\n\n    \/* ---------- HERO ---------- *\/\n    .zd-landing-wrapper .hero {\n      position: relative;\n      min-height: 80vh;\n      display: flex;\n      align-items: center;\n      padding: 80px 0 70px;\n      background:\n        radial-gradient(ellipse 900px 700px at 12% 15%, rgba(45,91,254,0.10), transparent 60%),\n        var(--zd-black);\n    }\n\n    .zd-landing-wrapper .hero-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 70px;\n      align-items: center;\n      width: 100%;\n    }\n\n    .zd-landing-wrapper .hero-copy {\n      opacity: 0;\n      transform: translateY(18px);\n      animation: zd-rise 1.1s cubic-bezier(.22,.61,.36,1) .2s forwards;\n    }\n\n    .zd-landing-wrapper .hero-media {\n      opacity: 0;\n      transform: translateY(18px);\n      animation: zd-rise 1.1s cubic-bezier(.22,.61,.36,1) .42s forwards;\n    }\n\n    @keyframes zd-rise {\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    .zd-landing-wrapper .hero-eyebrow {\n      font-size: 14px;\n      color: var(--zd-amethyst);\n      margin-bottom: 22px;\n      max-width: 520px;\n    }\n\n    .zd-landing-wrapper .hero h1 {\n      font-size: clamp(36px, 4.6vw, 64px);\n      line-height: 1.06;\n      max-width: 13ch;\n      color: var(--zd-white);\n    }\n\n    .zd-landing-wrapper .hero-sub {\n      margin-top: 26px;\n      font-size: 17px;\n      max-width: 38ch;\n      color: rgba(247,246,242,0.78);\n    }\n\n    .zd-landing-wrapper .hero-cta {\n      margin-top: 38px;\n    }\n\n    \/* ---------- MANIFESTO ---------- *\/\n    .zd-landing-wrapper .manifesto {\n      padding: 120px 0;\n      border-bottom: 1px solid var(--zd-line);\n    }\n\n    .zd-landing-wrapper .manifesto .wrap {\n      display: grid;\n      grid-template-columns: 1.1fr 1fr;\n      gap: 80px;\n      align-items: start;\n    }\n\n    .zd-landing-wrapper .manifesto-quote {\n      font-family: inherit;\n      font-style: italic;\n      font-weight: 400;\n      font-size: clamp(26px, 2.6vw, 36px);\n      line-height: 1.35;\n      color: var(--zd-white);\n    }\n\n    .zd-landing-wrapper .manifesto-body {\n      padding-top: 12px;\n      color: rgba(247,246,242,0.75);\n      font-size: 16px;\n      max-width: 42ch;\n    }\n\n    .zd-landing-wrapper .manifesto-body p + p {\n      margin-top: 18px;\n    }\n\n    \/* ---------- SPECS ---------- *\/\n    .zd-landing-wrapper .specs {\n      padding: 130px 0;\n      border-bottom: 1px solid var(--zd-line);\n    }\n\n    .zd-landing-wrapper .specs-head {\n      display: flex;\n      justify-content: space-between;\n      align-items: flex-end;\n      margin-bottom: 64px;\n      gap: 40px;\n    }\n\n    .zd-landing-wrapper .specs-head h2 {\n      font-size: clamp(30px, 3.6vw, 46px);\n      max-width: 9ch;\n    }\n\n    .zd-landing-wrapper .specs-head p {\n      color: rgba(247,246,242,0.6);\n      max-width: 34ch;\n      font-size: 15px;\n    }\n\n    .zd-landing-wrapper .specs-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      border-top: 1px solid var(--zd-line);\n      border-left: 1px solid var(--zd-line);\n    }\n\n    .zd-landing-wrapper .spec-cell {\n      border-right: 1px solid var(--zd-line);\n      border-bottom: 1px solid var(--zd-line);\n      padding: 56px 52px;\n    }\n\n    .zd-landing-wrapper .spec-icon {\n      margin-bottom: 26px;\n    }\n\n    .zd-landing-wrapper .spec-icon svg {\n      width: 24px;\n      height: 24px;\n      stroke: var(--zd-blue);\n    }\n\n    .zd-landing-wrapper .spec-cell h3 {\n      font-size: 20px;\n      font-weight: 500;\n      margin-bottom: 14px;\n    }\n\n    .zd-landing-wrapper .spec-cell p {\n      color: rgba(247,246,242,0.65);\n      font-size: 15px;\n      max-width: 40ch;\n    }\n\n    \/* ---------- DETAIL ---------- *\/\n    .zd-landing-wrapper .detail {\n      padding: 150px 0;\n      border-bottom: 1px solid var(--zd-line);\n    }\n\n    .zd-landing-wrapper .detail-grid {\n      display: grid;\n      grid-template-columns: 0.85fr 1fr;\n      gap: 80px;\n      align-items: center;\n    }\n\n    .zd-landing-wrapper .detail-quote {\n      font-family: inherit;\n      font-style: italic;\n      font-size: clamp(22px, 2.4vw, 32px);\n      line-height: 1.42;\n      color: var(--zd-white);\n      max-width: 19ch;\n    }\n\n    \/* ---------- VARIANTS ---------- *\/\n    .zd-landing-wrapper .variants {\n      padding: 140px 0 60px;\n    }\n\n    .zd-landing-wrapper .variants-head {\n      margin-bottom: 80px;\n      max-width: 640px;\n    }\n\n    .zd-landing-wrapper .variants-head h2 {\n      font-size: clamp(32px, 3.8vw, 50px);\n    }\n\n    .zd-landing-wrapper .variants-head p {\n      margin-top: 20px;\n      color: rgba(247,246,242,0.65);\n      font-size: 16px;\n    }\n\n    .zd-landing-wrapper .variant {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      align-items: center;\n      gap: 70px;\n      padding: 70px 0;\n      border-top: 1px solid var(--zd-line);\n    }\n\n    .zd-landing-wrapper .variant:last-of-type {\n      border-bottom: 1px solid var(--zd-line);\n    }\n\n    .zd-landing-wrapper .variant.flip .v-media {\n      order: 2;\n    }\n\n    .zd-landing-wrapper .variant.flip .v-copy {\n      order: 1;\n    }\n\n    .zd-landing-wrapper .v-media .media-frame img {\n      transition: transform .8s cubic-bezier(.22,.61,.36,1);\n    }\n\n    .zd-landing-wrapper .v-media:hover .media-frame img {\n      transform: scale(1.035);\n    }\n\n    .zd-landing-wrapper .v-eyebrow {\n      font-size: 13px;\n      letter-spacing: .02em;\n      margin-bottom: 16px;\n    }\n\n    .zd-landing-wrapper .v-eyebrow.amethyst { color: var(--zd-amethyst); }\n    .zd-landing-wrapper .v-eyebrow.ivory { color: var(--zd-ivory); }\n    .zd-landing-wrapper .v-eyebrow.rose { color: var(--zd-rose); }\n\n    .zd-landing-wrapper .v-copy h3 {\n      font-size: clamp(28px, 3vw, 38px);\n      margin-bottom: 20px;\n    }\n\n    .zd-landing-wrapper .v-copy p {\n      color: rgba(247,246,242,0.68);\n      font-size: 15.5px;\n      max-width: 44ch;\n    }\n\n    .zd-landing-wrapper .v-swatch-dot {\n      display: inline-block;\n      width: 11px;\n      height: 11px;\n      border-radius: 50%;\n      margin-right: 10px;\n      position: relative;\n      top: -1px;\n    }\n\n    .zd-landing-wrapper .dot-amethyst { background: var(--zd-amethyst); }\n    .zd-landing-wrapper .dot-ivory { background: var(--zd-ivory); }\n    .zd-landing-wrapper .dot-rose { background: var(--zd-rose); }\n\n    \/* ---------- CLOSING ---------- *\/\n    .zd-landing-wrapper .closing {\n      padding: 140px 0 140px;\n      text-align: center;\n    }\n\n    .zd-landing-wrapper .closing-eyebrow {\n      font-size: 14px;\n      color: var(--zd-amethyst);\n      margin-bottom: 26px;\n    }\n\n    .zd-landing-wrapper .closing h2 {\n      font-size: clamp(34px, 5vw, 60px);\n      max-width: 16ch;\n      margin: 0 auto 34px;\n      line-height: 1.1;\n    }\n\n    .zd-landing-wrapper .closing-cta {\n      display: flex;\n      justify-content: center;\n    }\n\n    \/* ---------- RESPONSIVE MEDIA QUERIES ---------- *\/\n    @media (prefers-reduced-motion: reduce) {\n      .zd-landing-wrapper .hero-copy,\n      .zd-landing-wrapper .hero-media {\n        animation: none;\n        opacity: 1;\n        transform: none;\n      }\n      .zd-landing-wrapper * {\n        transition-duration: 0.01ms !important;\n        animation-duration: 0.01ms !important;\n      }\n    }\n\n    @media (max-width: 860px) {\n      .zd-landing-wrapper .wrap {\n        padding: 0 24px;\n      }\n\n      .zd-landing-wrapper .hero {\n        min-height: auto;\n        padding: 60px 0 50px;\n      }\n\n      .zd-landing-wrapper .hero-grid {\n        grid-template-columns: 1fr;\n        gap: 44px;\n      }\n\n      .zd-landing-wrapper .hero h1,\n      .zd-landing-wrapper .hero-sub {\n        max-width: none;\n      }\n\n      .zd-landing-wrapper .manifesto .wrap {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      .zd-landing-wrapper .manifesto {\n        padding: 80px 0;\n      }\n\n      .zd-landing-wrapper .specs {\n        padding: 80px 0;\n      }\n\n      .zd-landing-wrapper .specs-head {\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 18px;\n      }\n\n      .zd-landing-wrapper .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .zd-landing-wrapper .spec-cell {\n        border-right: none;\n        padding: 40px 4px;\n      }\n\n      .zd-landing-wrapper .detail {\n        padding: 80px 0;\n      }\n\n      .zd-landing-wrapper .detail-grid {\n        grid-template-columns: 1fr;\n        gap: 36px;\n      }\n\n      .zd-landing-wrapper .detail-quote {\n        max-width: none;\n      }\n\n      .zd-landing-wrapper .variant,\n      .zd-landing-wrapper .variant.flip {\n        grid-template-columns: 1fr;\n      }\n\n      .zd-landing-wrapper .variant.flip .v-media,\n      .zd-landing-wrapper .variant.flip .v-copy {\n        order: 0;\n      }\n\n      .zd-landing-wrapper .variants {\n        padding: 80px 0 30px;\n      }\n\n      .zd-landing-wrapper .closing {\n        padding: 90px 0 90px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"hero\" id=\"top\"\u003e\n    \u003cdiv class=\"wrap hero-grid\"\u003e\n      \u003cdiv class=\"hero-copy\"\u003e\n        \u003cdiv class=\"hero-eyebrow\"\u003eAviation Magnetic Cable — USB Type-C\u003c\/div\u003e\n        \u003ch1\u003eBasic cables don't belong on this desk.\u003c\/h1\u003e\n        \u003cp class=\"hero-sub\"\u003eA glowing, magnetic, single-crystal-copper cable dressed in hand-finished wing and halo charms — built for the setup that refuses to look like everyone else's.\u003c\/p\u003e\n        \u003cdiv class=\"hero-cta\"\u003e\n          \u003ca class=\"cta\" href=\"#variants\"\u003e\n            See the Seraph line\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M5 12h14M13 6l6 6-6 6\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hero-media\"\u003e\n        \u003cdiv class=\"media-frame frame-blue\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0719\/2448\/2199\/files\/ChatGPT_Image_Sep_1_2026_09_00_52_PM.png?v=1788279645\" alt=\"ZayDen Aviation Magnetic Cable, Seraph Amethyst colorway, on a neon-lit desk setup\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- MANIFESTO --\u003e\n  \u003csection class=\"manifesto\"\u003e\n    \u003cdiv class=\"wrap\"\u003e\n      \u003cp class=\"manifesto-quote\"\u003eMost people hide their cables. We put wings on ours.\u003c\/p\u003e\n      \u003cdiv class=\"manifesto-body\"\u003e\n        \u003cp\u003eEvery setup has a weak link — the one part nobody designs for. A cheap cord, coiled behind the desk, doing its job in silence and looking cheap while it does it.\u003c\/p\u003e\n        \u003cp\u003eZayDen exists for the people who noticed that. The ones who color-matched their keycaps, framed their RGB just right, and refused to let one plastic wire ruin the shot. The Aviation Magnetic Cable was built to be looked at as closely as everything else on your desk — because at this point, it's not really a cable. It's the last accessory your setup was missing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003csection class=\"specs\" id=\"specs\"\u003e\n    \u003cdiv class=\"wrap\"\u003e\n      \u003cdiv class=\"specs-head\"\u003e\n        \u003ch2\u003eWhat's inside the braid\u003c\/h2\u003e\n        \u003cp\u003eFour details most cables skip — because most cables are trying to disappear, not stand out.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"specs-grid\"\u003e\n        \u003cdiv class=\"spec-cell\"\u003e\n          \u003cdiv class=\"spec-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M12 2c-4 4-4 8 0 12 4-4 4-8 0-12z\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 22c0-4 2.5-6 6-6s6 2 6 6\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3\u003eLuminous hollow braid\u003c\/h3\u003e\n          \u003cp\u003eThe weave itself glows — not an LED strip taped underneath, but light carried through the braid so it reads as part of your RGB, not an accessory bolted onto it.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"spec-cell\"\u003e\n          \u003cdiv class=\"spec-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"4\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 2v4M12 18v4M2 12h4M18 12h4\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3\u003eAviation-style magnetic connector\u003c\/h3\u003e\n          \u003cp\u003eDisconnect with a flick, snap back in without hunting for the port in the dark. A small, satisfying ritual every time you sit down or pack up.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"spec-cell\"\u003e\n          \u003cdiv class=\"spec-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M4 12h4l2-5 4 10 2-5h4\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3\u003eHigh-speed data transmission\u003c\/h3\u003e\n          \u003cp\u003eResponsive, stable signal between keyboard and machine — built for gaming, typing marathons, and everything in between.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"spec-cell\"\u003e\n          \u003cdiv class=\"spec-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M12 3l7 4v6c0 4.5-3 7.5-7 8-4-.5-7-3.5-7-8V7l7-4z\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3\u003eSingle-crystal copper core\u003c\/h3\u003e\n          \u003cp\u003eThe part nobody sees does the real work — engineered for conductivity that stays consistent through years of daily plugging and unplugging.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DETAIL SPREAD --\u003e\n  \u003csection class=\"detail\"\u003e\n    \u003cdiv class=\"wrap detail-grid\"\u003e\n      \u003cdiv class=\"media-frame frame-ivory\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0719\/2448\/2199\/files\/ChatGPTImageSep1_2026_08_53_26PM.png?v=1788279564\" alt=\"Close-up of the hand-finished wing and halo charms on the ZayDen Aviation Magnetic Cable\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"detail-quote\"\u003eEvery charm is finished by hand — wings, lace, and a heart-shaped cross at the center.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- VARIANTS --\u003e\n  \u003csection class=\"variants\" id=\"variants\"\u003e\n    \u003cdiv class=\"wrap\"\u003e\n      \u003cdiv class=\"variants-head\"\u003e\n        \u003ch2\u003eThe Seraph Line\u003c\/h2\u003e\n        \u003cp\u003eThree colorways, one silhouette. Each named for the desk it's meant to finish — not just the color it comes in.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"variant\"\u003e\n        \u003cdiv class=\"v-media\"\u003e\n          \u003cdiv class=\"media-frame frame-amethyst\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0719\/2448\/2199\/files\/ChatGPT_Image_Sep_1_2026_09_00_52_PM.png?v=1788279645\" alt=\"Seraph Amethyst — purple Aviation Magnetic Cable on a neon desk setup\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"v-copy\"\u003e\n          \u003cdiv class=\"v-eyebrow amethyst\"\u003e\n\u003cspan class=\"v-swatch-dot dot-amethyst\"\u003e\u003c\/span\u003ePurple\u003c\/div\u003e\n          \u003ch3\u003eSeraph Amethyst\u003c\/h3\u003e\n          \u003cp\u003eFor the desk that glows like it's 2am on a Friday. A deep violet braid, frosted wings, and a single amethyst heart at the center — built for setups that lead with RGB and don't apologize for it.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"variant flip\"\u003e\n        \u003cdiv class=\"v-media\"\u003e\n          \u003cdiv class=\"media-frame frame-ivory\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0719\/2448\/2199\/files\/ChatGPT_Image_Sep_1_2026_10_20_11_PM.png?v=1788280936\" alt=\"Seraph Ivory — white Aviation Magnetic Cable on a minimalist white desk setup\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"v-copy\"\u003e\n          \u003cdiv class=\"v-eyebrow ivory\"\u003e\n\u003cspan class=\"v-swatch-dot dot-ivory\"\u003e\u003c\/span\u003eWhite\u003c\/div\u003e\n          \u003ch3\u003eSeraph Ivory\u003c\/h3\u003e\n          \u003cp\u003eFor the all-white, all-quiet setup. A pearl braid and opaline wings, with nothing added just to fill space — the version built on restraint instead of noise.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"variant\"\u003e\n        \u003cdiv class=\"v-media\"\u003e\n          \u003cdiv class=\"media-frame frame-rose\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0719\/2448\/2199\/files\/ChatGPTImageSep1_2026_08_57_37PM.png?v=1788279564\" alt=\"Seraph Rosé — pink Aviation Magnetic Cable with wing charms on a kawaii keyboard setup\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"v-copy\"\u003e\n          \u003cdiv class=\"v-eyebrow rose\"\u003e\n\u003cspan class=\"v-swatch-dot dot-rose\"\u003e\u003c\/span\u003ePink\u003c\/div\u003e\n          \u003ch3\u003eSeraph Rosé\u003c\/h3\u003e\n          \u003cp\u003eFor the desk built in blush and lace. A rosewater braid, sugar-pink wings, and a heart charm that catches every bit of light your setup throws at it.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CLOSING --\u003e\n  \u003csection class=\"closing\"\u003e\n    \u003cdiv class=\"wrap\"\u003e\n      \u003cdiv class=\"closing-eyebrow\"\u003eAviation Magnetic Cable — USB Type-C\u003c\/div\u003e\n      \u003ch2\u003eYour desk already has a personality. Give the cable one too.\u003c\/h2\u003e\n      \u003cdiv class=\"closing-cta\"\u003e\n        \u003ca class=\"cta filled\" href=\"#variants\"\u003e\n          Pick your Seraph\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M5 12h14M13 6l6 6-6 6\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"ZayDen","offers":[{"title":"Seraph Amethyst","offer_id":48194652668055,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true},{"title":"Seraph Rosé","offer_id":48194652700823,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true},{"title":"Seraph Ivory","offer_id":48194652733591,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2448\/2199\/files\/ChatGPT_Image_Sep_1_2026_08_43_48_PM.png?v=1788279578","url":"https:\/\/www.zayden.store\/products\/zayden-aviation-magnetic-cable-usb-type-c","provider":"ZayDen","version":"1.0","type":"link"}