Description
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
/* ─── PAGE CHROME (preview only — not part of WooCommerce output) ─── */
body {
background: #0d0d0d;
font-family: ‘Inter’, sans-serif;
color: #e0e0e0;
padding: 40px 20px;
}
.page-wrap {
max-width: 920px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 48px;
}
.section-header {
display: flex;
align-items: center;
gap: 14px;
margin-bottom: 16px;
}
.section-header .num {
width: 28px; height: 28px;
border-radius: 50%;
background: #2563eb;
color: #fff;
font-size: 12px;
font-weight: 700;
display: flex; align-items: center; justify-content: center;
flex-shrink: 0;
}
.section-header h2 {
font-size: 11px;
font-weight: 600;
letter-spacing: 0.18em;
text-transform: uppercase;
color: #6b7280;
}
.section-header .tag {
margin-left: auto;
font-family: ‘JetBrains Mono’, monospace;
font-size: 10px;
color: #374151;
background: #1f2937;
padding: 3px 8px;
border-radius: 3px;
}
.output-box {
background: #111827;
border: 1px solid #1f2937;
border-radius: 8px;
overflow: hidden;
}
.output-box-header {
padding: 10px 18px;
background: #1f2937;
font-family: ‘JetBrains Mono’, monospace;
font-size: 11px;
color: #6b7280;
border-bottom: 1px solid #374151;
}
.output-box-body {
padding: 24px;
}
/* plain text outputs */
.plain-text {
font-family: ‘JetBrains Mono’, monospace;
font-size: 13px;
color: #d1d5db;
line-height: 1.7;
white-space: pre-wrap;
}
/* ─────────────────────────────────────────────────────
WOOCOMMERCE PRODUCT DESCRIPTION
Everything below .tk-desc is what you paste into
the WooCommerce “Product Description” HTML editor.
───────────────────────────────────────────────────── */
/* SCOPED RESET — prevents WooCommerce theme bleed */
.tk-desc * { box-sizing: border-box; }
.tk-desc { font-family: inherit; }
/* ── Overview intro ── */
.tk-intro {
margin-bottom: 28px;
}
.tk-intro p {
font-size: 15px;
line-height: 1.75;
color: #374151;
margin-bottom: 10px;
}
.tk-intro p:last-child { margin-bottom: 0; }
/* ── Feature strip ── */
.tk-feature-strip {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
margin-bottom: 32px;
}
@media (max-width: 640px) {
.tk-feature-strip { grid-template-columns: 1fr; }
}
.tk-feat-card {
border: 1px solid #e5e7eb;
border-top: 3px solid #2563eb;
border-radius: 6px;
padding: 16px 18px;
}
.tk-feat-card-icon {
font-size: 22px;
margin-bottom: 8px;
}
.tk-feat-card-title {
font-size: 13px;
font-weight: 700;
color: #111827;
margin-bottom: 5px;
letter-spacing: -0.01em;
}
.tk-feat-card-body {
font-size: 13px;
color: #6b7280;
line-height: 1.55;
}
/* ── Connector diagram ── */
.tk-diagram {
background: #f9fafb;
border: 1px solid #e5e7eb;
border-radius: 8px;
padding: 24px 28px;
margin-bottom: 32px;
text-align: center;
}
.tk-diagram-title {
font-size: 11px;
font-weight: 600;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #9ca3af;
margin-bottom: 20px;
}
.tk-diagram-row {
display: flex;
align-items: center;
justify-content: center;
gap: 0;
flex-wrap: wrap;
row-gap: 14px;
}
.tk-conn {
text-align: center;
}
.tk-conn-box {
display: inline-block;
background: #fff;
border: 2px solid #2563eb;
border-radius: 5px;
padding: 10px 18px;
font-size: 15px;
font-weight: 700;
color: #111827;
letter-spacing: -0.02em;
}
.tk-conn-sub {
font-size: 10px;
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #9ca3af;
margin-top: 6px;
}
.tk-conn-type {
font-size: 10px;
font-weight: 600;
color: #2563eb;
margin-top: 2px;
}
.tk-arrow {
padding: 0 16px;
color: #d1d5db;
font-size: 20px;
font-weight: 300;
}
.tk-split {
display: flex;
flex-direction: column;
gap: 14px;
}
/* ── Specs table ── */
.tk-specs-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 32px;
font-size: 14px;
}
.tk-specs-table th {
background: #111827;
color: #fff;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
padding: 10px 16px;
text-align: left;
}
.tk-specs-table th:first-child { border-radius: 6px 0 0 0; }
.tk-specs-table th:last-child { border-radius: 0 6px 0 0; }
.tk-specs-table td {
padding: 11px 16px;
border-bottom: 1px solid #f3f4f6;
color: #374151;
vertical-align: top;
}
.tk-specs-table tr:last-child td { border-bottom: none; }
.tk-specs-table td:first-child {
font-weight: 600;
color: #111827;
width: 180px;
background: #f9fafb;
}
.tk-specs-table tbody tr:hover td { background: #f0f9ff; }
.tk-specs-table tbody tr:hover td:first-child { background: #dbeafe; }
/* ── Compat grid ── */
.tk-compat {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
margin-bottom: 32px;
}
@media (max-width: 560px) { .tk-compat { grid-template-columns: 1fr; } }
.tk-compat-block {
background: #f9fafb;
border: 1px solid #e5e7eb;
border-radius: 6px;
padding: 18px 20px;
}
.tk-compat-block h4 {
font-size: 11px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #2563eb;
margin-bottom: 10px;
}
.tk-compat-block p {
font-size: 13px;
color: #6b7280;
line-height: 1.7;
}
/* ── Notice box ── */
.tk-notice {
display: flex;
gap: 14px;
align-items: flex-start;
background: #fffbeb;
border: 1px solid #fde68a;
border-left: 4px solid #f59e0b;
border-radius: 6px;
padding: 16px 20px;
margin-bottom: 32px;
}
.tk-notice-icon { font-size: 18px; flex-shrink: 0; }
.tk-notice-body { font-size: 13px; color: #92400e; line-height: 1.65; }
.tk-notice-body strong { font-weight: 700; }
/* ── Why TekHouse strip ── */
.tk-trust-strip {
background: #111827;
border-radius: 8px;
padding: 22px 26px;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
}
@media (max-width: 640px) { .tk-trust-strip { grid-template-columns: 1fr 1fr; } }
.tk-trust-item {
text-align: center;
}
.tk-trust-icon { font-size: 22px; margin-bottom: 6px; }
.tk-trust-label {
font-size: 12px;
font-weight: 600;
color: #e5e7eb;
margin-bottom: 2px;
}
.tk-trust-sub { font-size: 11px; color: #6b7280; }
Most modular power supplies ship with just one or two PCIe cables — but mid-range and high-end graphics cards increasingly demand two separate power connections. This Y-splitter solves the problem cleanly: one 8-pin ATX connector from your PSU becomes two independent 6+2-pin feeds for your GPU, with no additional cables required.
The flexible 6+2-pin design means each output works as a standard 6-pin or 8-pin connector — simply clip the detachable 2-pin section on or off as your card requires.
| Specification | Detail |
|---|---|
| Input Connector | 1× 8-Pin Female (ATX format) |
| Output Connectors | 2× 6+2-Pin Male (PCI Express) |
| Cable Length | 2× 23 cm |
| Wire Gauge | 18 AWG |
| Wire Colour | Yellow & Black |
| Standard | PCI Express (PCIe) |
| Max Recommended Load | 225W total across both outputs |
| Contents | 1× PCIe 8-pin to dual 6+2-pin splitter cable |
Compatible GPUs
NVIDIA GeForce & Quadro, AMD Radeon — from ASUS, Gigabyte, MSI, Sapphire, EVGA, Zotac, PNY, XFX, PowerColor, Palit, Inno3D and more.
Compatible PSUs
Modular and semi-modular units from Corsair, be quiet!, Seasonic, EVGA, Fractal Design, Cooler Master, Antec, Silverstone, Thermaltake & FSP.
It is not suitable for powering motherboards.
Always verify your PSU can supply adequate combined wattage before use.
Total GPU draw across both outputs should not exceed 225W.
amd power cable, corsair compatible, be quiet compatible














