✦ Verified product
GS55 Ultra-Compact Mini PC w/ Intel Raptor Lake & DDR5
USD 799.00
XOTIC PC
Verified independent store
→
Mini PC Small footprint. Big-day productivity. A compact desktop built for fast multitasking, clean setups, and modern connectivity—without taking over your space. Memory DDR5 supp
ort Snappy responsiveness for everyday work and heavier browser tabs. Storage NVMe-ready Quick boots and fast file access for a “no-waiting” feel. Connectivity High-speed I/O Designed to handle modern docks, displays, and accessories with ease. Networking Stable + flexible Wired and wireless options that keep things consistent at your desk. /* Background-agnostic “surface” section. Uses system colors when possible, but falls back to safe defaults. */ .xpc-hyper{ /* If the page is dark, these still look good; if light, also good. */ --xpc-ink: rgba(255,255,255,.92); --xpc-muted: rgba(255,255,255,.72); --xpc-hair: rgba(255,255,255,.14); --xpc-soft: rgba(255,255,255,.06); /* Card surface floats above any page background */ --xpc-surface: rgba(255,255,255,.06); --xpc-surface2: rgba(255,255,255,.03); --xpc-radius: 18px; padding: clamp(36px, 6vw, 84px) 0; color: var(--xpc-ink); } /* If the site is light, auto-flip to dark ink. The selector targets common theme patterns; harmless if not present. */ @media (prefers-color-scheme: light){ .xpc-hyper{ --xpc-ink: rgba(17,17,17,.92); --xpc-muted: rgba(17,17,17,.70); --xpc-hair: rgba(17,17,17,.14); --xpc-soft: rgba(17,17,17,.06); --xpc-surface: rgba(17,17,17,.03); --xpc-surface2: rgba(17,17,17,.02); } } .xpc-hyper__wrap{ width: min(1040px, calc(100% - 40px)); margin: 0 auto; } .xpc-hyper__eyebrow{ margin: 0 0 10px 0; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--xpc-muted); } .xpc-hyper__title{ margin: 0 0 14px 0; font-size: clamp(30px, 3.3vw, 48px); line-height: 1.06; font-weight: 650; } .xpc-hyper__titleMuted{ color: var(--xpc-muted); font-weight: 600; } .xpc-hyper__sub{ margin: 0 0 22px 0; max-width: 60ch; font-size: 16px; line-height: 1.6; color: var(--xpc-muted); } .xpc-hyper__grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 14px; } .xpc-hyper__card{ border: 1px solid var(--xpc-hair); border-radius: var(--xpc-radius); padding: 16px 14px 14px 14px; background: linear-gradient(180deg, var(--xpc-surface), var(--xpc-surface2)); backdrop-filter: blur(10px); } .xpc-hyper__kicker{ font-size: 12px; letter-spacing: .10em; text-transform: uppercase; color: var(--xpc-muted); margin-bottom: 10px; } .xpc-hyper__value{ font-size: 15px; font-weight: 650; letter-spacing: .01em; margin-bottom: 6px; } .xpc-hyper__desc{ font-size: 13px; line-height: 1.45; color: var(--xpc-muted); } .xpc-hyper__cta{ display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; } .xpc-hyper__btn{ display: inline-flex; align-items: center; justify-content: center; height: 44px; padding: 0 16px; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 600; border: 1px solid var(--xpc-hair); color: var(--xpc-ink); background: transparent; transition: transform .12s ease, background .12s ease, border-color .12s ease; } .xpc-hyper__btn:active{ transform: scale(.98); } .xpc-hyper__btnPrimary{ background: rgba(255,255,255,.92); color: rgba(0,0,0,.92); border-color: rgba(255,255,255,.0); } @media (prefers-color-scheme: light){ .xpc-hyper__btnPrimary{ background: rgba(17,17,17,.92); color: rgba(255,255,255,.95); border-color: rgba(17,17,17,.0); } } .xpc-hyper__btnGhost:hover{ background: var(--xpc-soft); } .xpc-hyper__fineprint{ margin: 12px 0 0 0; font-size: 12px; color: rgba(255,255,255,.56); line-height: 1.4; } @media (prefers-color-scheme: light){ .xpc-hyper__fineprint{ color: rgba(17,17,17,.55); } } @media (max-width: 980px){ .xpc-hyper__grid{ grid-template-columns: repeat(2, 1fr); } } @media (max-width: 520px){ .xpc-hyper__grid{ grid-template-columns: 1fr; } }