{"product_id":"vexiq™-rgb-gaming-stand","title":"Vexiq™ RGB Gaming Stand","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c!-- =========================================================\n VEXIQ™ RGB GAMING STAND\n PREMIUM BLACK + LIGHT BLUE GAMING PRODUCT PAGE\n PRODUCT DISPLAY REMOVED\n Shopify Custom Liquid\n========================================================= --\u003e\n\u003cstyle\u003e\n\n.vexiq-page {\n  --black:#030507;\n  --black2:#070b0f;\n  --panel:#091016;\n  --blue:#59d7ff;\n  --blue2:#9cecff;\n  --blue-dark:#087da8;\n  --white:#f4fcff;\n  --muted:#8da5b2;\n\n  position:relative;\n  overflow:hidden;\n  background:\n    radial-gradient(circle at 50% -10%,rgba(61,210,255,.14),transparent 38%),\n    linear-gradient(180deg,#020406 0%,#05080b 50%,#020304 100%);\n  color:var(--blue);\n  font-family:inherit;\n  padding:80px 18px 110px;\n}\n\n.vexiq-page *,\n.vexiq-page *:before,\n.vexiq-page *:after {\n  box-sizing:border-box;\n}\n\n.vexiq-container {\n  width:min(1180px,100%);\n  margin:auto;\n  position:relative;\n  z-index:5;\n}\n\n\n\/* =========================================================\n   BACKGROUND GRID\n========================================================= *\/\n\n.vexiq-page:before {\n  content:\"\";\n  position:absolute;\n  inset:0;\n  pointer-events:none;\n\n  background-image:\n    linear-gradient(rgba(89,215,255,.025) 1px,transparent 1px),\n    linear-gradient(90deg,rgba(89,215,255,.025) 1px,transparent 1px);\n\n  background-size:60px 60px;\n\n  mask-image:linear-gradient(\n    to bottom,\n    black,\n    transparent 90%\n  );\n}\n\n\n\/* =========================================================\n   AMBIENT GLOW\n========================================================= *\/\n\n.vx-glow {\n  position:absolute;\n\n  width:450px;\n  height:450px;\n\n  border-radius:50%;\n\n  background:rgba(50,200,255,.07);\n\n  filter:blur(100px);\n\n  pointer-events:none;\n\n  animation:vxFloat 8s ease-in-out infinite;\n}\n\n.vx-glow-1 {\n  left:-250px;\n  top:250px;\n}\n\n.vx-glow-2 {\n  right:-250px;\n  top:900px;\n\n  animation-delay:-4s;\n}\n\n@keyframes vxFloat {\n\n  0%,100% {\n    transform:translateY(0) scale(1);\n  }\n\n  50% {\n    transform:translateY(-35px) scale(1.08);\n  }\n\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.vx-hero {\n\n  text-align:center;\n\n  max-width:950px;\n\n  margin:0 auto 100px;\n\n}\n\n.vx-badge {\n\n  width:max-content;\n  max-width:100%;\n\n  margin:0 auto 25px;\n\n  display:flex;\n  align-items:center;\n\n  gap:9px;\n\n  padding:9px 16px;\n\n  border:1px solid rgba(89,215,255,.28);\n\n  border-radius:100px;\n\n  background:rgba(89,215,255,.045);\n\n  color:var(--blue);\n\n  font-size:11px;\n\n  font-weight:900;\n\n  letter-spacing:2px;\n\n  text-transform:uppercase;\n\n  box-shadow:\n    0 0 30px rgba(89,215,255,.06),\n    inset 0 0 20px rgba(89,215,255,.03);\n\n}\n\n.vx-dot {\n\n  width:7px;\n  height:7px;\n\n  border-radius:50%;\n\n  background:var(--blue);\n\n  box-shadow:\n    0 0 8px var(--blue),\n    0 0 20px var(--blue);\n\n  animation:vxPulse 1.5s infinite;\n\n}\n\n@keyframes vxPulse {\n\n  0%,100% {\n    transform:scale(.75);\n    opacity:.5;\n  }\n\n  50% {\n    transform:scale(1.2);\n    opacity:1;\n  }\n\n}\n\n\n.vx-hero h1 {\n\n  margin:0;\n\n  color:var(--white);\n\n  font-size:clamp(\n    43px,\n    7vw,\n    86px\n  );\n\n  line-height:.92;\n\n  font-weight:950;\n\n  letter-spacing:-5px;\n\n}\n\n.vx-hero h1 span {\n\n  display:block;\n\n  color:transparent;\n\n  background:\n    linear-gradient(\n      90deg,\n      var(--blue),\n      #ffffff,\n      var(--blue)\n    );\n\n  background-size:200% auto;\n\n  -webkit-background-clip:text;\n\n  background-clip:text;\n\n  animation:vxTextShine 4s linear infinite;\n\n}\n\n@keyframes vxTextShine {\n\n  to {\n    background-position:200% center;\n  }\n\n}\n\n.vx-hero p {\n\n  max-width:700px;\n\n  margin:28px auto 0;\n\n  color:var(--muted);\n\n  font-size:\n    clamp(\n      16px,\n      2vw,\n      20px\n    );\n\n  line-height:1.75;\n\n}\n\n.vx-hero p strong {\n\n  color:var(--blue2);\n\n}\n\n\n\/* =========================================================\n   QUICK BENEFITS\n========================================================= *\/\n\n.vx-trust {\n\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  margin-bottom:110px;\n\n  border:1px solid\n    rgba(89,215,255,.14);\n\n  border-radius:20px;\n\n  overflow:hidden;\n\n  background:\n    rgba(89,215,255,.025);\n\n}\n\n.vx-trust-item {\n\n  padding:28px 15px;\n\n  text-align:center;\n\n  border-right:\n    1px solid\n    rgba(255,255,255,.06);\n\n}\n\n.vx-trust-item:last-child {\n\n  border-right:0;\n\n}\n\n.vx-trust-item strong {\n\n  display:block;\n\n  color:var(--blue2);\n\n  font-size:14px;\n\n  margin-bottom:6px;\n\n}\n\n.vx-trust-item span {\n\n  color:#718793;\n\n  font-size:11px;\n\n}\n\n\n\/* =========================================================\n   SECTION HEADINGS\n========================================================= *\/\n\n.vx-heading {\n\n  text-align:center;\n\n  max-width:720px;\n\n  margin:\n    0 auto 45px;\n\n}\n\n.vx-heading small {\n\n  display:block;\n\n  margin-bottom:13px;\n\n  color:var(--blue);\n\n  font-size:11px;\n\n  font-weight:950;\n\n  letter-spacing:3px;\n\n  text-transform:uppercase;\n\n}\n\n.vx-heading h2 {\n\n  margin:0;\n\n  color:var(--white);\n\n  font-size:\n    clamp(\n      32px,\n      5vw,\n      55px\n    );\n\n  line-height:1;\n\n  letter-spacing:-2.5px;\n\n}\n\n.vx-heading h2 span {\n\n  color:var(--blue);\n\n}\n\n.vx-heading p {\n\n  margin:18px auto 0;\n\n  color:#7f96a3;\n\n  line-height:1.7;\n\n  font-size:15px;\n\n}\n\n\n\/* =========================================================\n   BENEFIT CARDS\n========================================================= *\/\n\n.vx-benefits {\n\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,1fr);\n\n  gap:18px;\n\n  margin-bottom:110px;\n\n}\n\n.vx-card {\n\n  position:relative;\n\n  overflow:hidden;\n\n  padding:34px;\n\n  min-height:220px;\n\n  border-radius:22px;\n\n  border:\n    1px solid\n    rgba(89,215,255,.12);\n\n  background:\n    linear-gradient(\n      145deg,\n      rgba(89,215,255,.055),\n      rgba(255,255,255,.008)\n    );\n\n  transition:\n    transform .35s ease,\n    border-color .35s ease,\n    box-shadow .35s ease;\n\n}\n\n.vx-card:before {\n\n  content:\"\";\n\n  position:absolute;\n\n  top:0;\n  left:-100%;\n\n  width:70%;\n\n  height:1px;\n\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      var(--blue),\n      transparent\n    );\n\n  transition:left .7s;\n\n}\n\n.vx-card:hover {\n\n  transform:\n    translateY(-8px);\n\n  border-color:\n    rgba(89,215,255,.35);\n\n  box-shadow:\n    0 25px 70px\n    rgba(0,0,0,.4),\n\n    0 0 30px\n    rgba(89,215,255,.05);\n\n}\n\n.vx-card:hover:before {\n\n  left:130%;\n\n}\n\n.vx-icon {\n\n  width:52px;\n  height:52px;\n\n  display:grid;\n\n  place-items:center;\n\n  margin-bottom:22px;\n\n  border-radius:15px;\n\n  color:var(--blue);\n\n  background:\n    rgba(89,215,255,.08);\n\n  border:\n    1px solid\n    rgba(89,215,255,.18);\n\n  font-size:23px;\n\n  box-shadow:\n    inset 0 0 20px\n    rgba(89,215,255,.03),\n\n    0 0 25px\n    rgba(89,215,255,.06);\n\n}\n\n.vx-card h3 {\n\n  margin:\n    0 0 10px;\n\n  color:var(--blue2);\n\n  font-size:20px;\n\n}\n\n.vx-card p {\n\n  margin:0;\n\n  color:#78909d;\n\n  line-height:1.7;\n\n  font-size:14px;\n\n}\n\n\n\/* =========================================================\n   STORY SECTION\n========================================================= *\/\n\n.vx-story {\n\n  display:grid;\n\n  grid-template-columns:\n    1fr 1fr;\n\n  gap:65px;\n\n  align-items:center;\n\n  margin-bottom:110px;\n\n}\n\n\n\/* animated visual *\/\n\n.vx-story-visual {\n\n  position:relative;\n\n  min-height:430px;\n\n  display:grid;\n\n  place-items:center;\n\n  overflow:hidden;\n\n  border-radius:26px;\n\n  border:\n    1px solid\n    rgba(89,215,255,.13);\n\n  background:\n    radial-gradient(\n      circle,\n      rgba(89,215,255,.14),\n      transparent 60%\n    ),\n    #06090c;\n\n}\n\n.vx-circle {\n\n  position:absolute;\n\n  border:\n    1px solid\n    rgba(89,215,255,.2);\n\n  border-radius:50%;\n\n  animation:\n    vxRotate 14s\n    linear infinite;\n\n}\n\n.vx-circle-1 {\n\n  width:250px;\n  height:250px;\n\n}\n\n.vx-circle-2 {\n\n  width:350px;\n  height:350px;\n\n  animation-duration:20s;\n\n  animation-direction:reverse;\n\n}\n\n.vx-circle-3 {\n\n  width:470px;\n  height:470px;\n\n  opacity:.35;\n\n  animation-duration:28s;\n\n}\n\n@keyframes vxRotate {\n\n  to {\n    transform:rotate(360deg);\n  }\n\n}\n\n.vx-center {\n\n  position:relative;\n\n  z-index:3;\n\n  width:105px;\n  height:105px;\n\n  display:grid;\n\n  place-items:center;\n\n  border-radius:25px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #17252d,\n      #06090c\n    );\n\n  border:\n    1px solid\n    rgba(89,215,255,.35);\n\n  box-shadow:\n    0 0 60px\n    rgba(89,215,255,.25),\n\n    inset 0 0 30px\n    rgba(89,215,255,.08);\n\n  font-size:35px;\n\n}\n\n\n\/* story copy *\/\n\n.vx-story-copy small {\n\n  display:block;\n\n  color:var(--blue);\n\n  font-size:11px;\n\n  font-weight:950;\n\n  letter-spacing:3px;\n\n  text-transform:uppercase;\n\n  margin-bottom:15px;\n\n}\n\n.vx-story-copy h2 {\n\n  margin:\n    0 0 20px;\n\n  color:var(--white);\n\n  font-size:\n    clamp(\n      34px,\n      5vw,\n      55px\n    );\n\n  line-height:1;\n\n  letter-spacing:-2.5px;\n\n}\n\n.vx-story-copy h2 span {\n\n  color:var(--blue);\n\n}\n\n.vx-story-copy p {\n\n  color:#8299a5;\n\n  font-size:15px;\n\n  line-height:1.8;\n\n}\n\n.vx-check-list {\n\n  display:grid;\n\n  gap:13px;\n\n  margin-top:25px;\n\n}\n\n.vx-check {\n\n  display:flex;\n\n  align-items:center;\n\n  gap:12px;\n\n  color:#cce8f1;\n\n  font-size:14px;\n\n}\n\n.vx-check b {\n\n  width:23px;\n  height:23px;\n\n  flex:0 0 23px;\n\n  display:grid;\n\n  place-items:center;\n\n  border-radius:50%;\n\n  background:var(--blue);\n\n  color:#021016;\n\n  font-size:12px;\n\n}\n\n\n\/* =========================================================\n   FEATURE SECTION\n========================================================= *\/\n\n.vx-features {\n\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:15px;\n\n  margin-bottom:110px;\n\n}\n\n.vx-feature {\n\n  position:relative;\n\n  padding:28px;\n\n  min-height:190px;\n\n  border-radius:18px;\n\n  border:\n    1px solid\n    rgba(89,215,255,.10);\n\n  background:#070b0f;\n\n  transition:\n    transform .3s ease,\n    border-color .3s ease,\n    box-shadow .3s ease;\n\n}\n\n.vx-feature:hover {\n\n  transform:\n    translateY(-6px);\n\n  border-color:\n    rgba(89,215,255,.3);\n\n  box-shadow:\n    0 20px 50px\n    rgba(0,0,0,.35);\n\n}\n\n.vx-feature-number {\n\n  color:\n    rgba(89,215,255,.3);\n\n  font-size:12px;\n\n  font-weight:900;\n\n  letter-spacing:2px;\n\n  margin-bottom:25px;\n\n}\n\n.vx-feature h3 {\n\n  margin:\n    0 0 9px;\n\n  color:var(--blue2);\n\n  font-size:17px;\n\n}\n\n.vx-feature p {\n\n  margin:0;\n\n  color:#718793;\n\n  line-height:1.65;\n\n  font-size:13px;\n\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.vx-final {\n\n  position:relative;\n\n  overflow:hidden;\n\n  padding:75px 25px;\n\n  text-align:center;\n\n  border-radius:30px;\n\n  border:\n    1px solid\n    rgba(89,215,255,.25);\n\n  background:\n    radial-gradient(\n      circle at 50% 100%,\n      rgba(89,215,255,.15),\n      transparent 55%\n    ),\n    #070b0f;\n\n  box-shadow:\n    0 0 80px\n    rgba(89,215,255,.05);\n\n}\n\n.vx-final:before {\n\n  content:\"\";\n\n  position:absolute;\n\n  top:0;\n\n  left:-100%;\n\n  width:80%;\n\n  height:1px;\n\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      white,\n      var(--blue),\n      transparent\n    );\n\n  animation:\n    vxScan 4s\n    linear infinite;\n\n}\n\n@keyframes vxScan {\n\n  to {\n    left:130%;\n  }\n\n}\n\n.vx-final small {\n\n  position:relative;\n\n  color:var(--blue);\n\n  font-size:11px;\n\n  font-weight:950;\n\n  letter-spacing:3px;\n\n}\n\n.vx-final h2 {\n\n  position:relative;\n\n  margin:\n    15px 0 15px;\n\n  color:var(--white);\n\n  font-size:\n    clamp(\n      35px,\n      6vw,\n      65px\n    );\n\n  line-height:.95;\n\n  letter-spacing:-3px;\n\n}\n\n.vx-final h2 span {\n\n  color:var(--blue);\n\n}\n\n.vx-final p {\n\n  position:relative;\n\n  max-width:620px;\n\n  margin:\n    0 auto 30px;\n\n  color:#8299a5;\n\n  line-height:1.7;\n\n}\n\n.vx-button {\n\n  position:relative;\n\n  display:inline-flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  gap:10px;\n\n  min-width:240px;\n\n  padding:18px 30px;\n\n  border-radius:13px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #b4efff,\n      #4dccff\n    );\n\n  color:#021017 !important;\n\n  text-decoration:none !important;\n\n  font-weight:950;\n\n  font-size:13px;\n\n  letter-spacing:.5px;\n\n  box-shadow:\n    0 12px 40px\n    rgba(77,204,255,.2),\n\n    inset 0 1px 0\n    rgba(255,255,255,.8);\n\n  transition:\n    transform .25s,\n    box-shadow .25s;\n\n}\n\n.vx-button:hover {\n\n  transform:\n    translateY(-4px)\n    scale(1.025);\n\n  box-shadow:\n    0 20px 60px\n    rgba(77,204,255,.35),\n\n    0 0 35px\n    rgba(77,204,255,.15);\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:800px) {\n\n  .vexiq-page {\n\n    padding:\n      55px 14px 70px;\n\n  }\n\n  .vx-hero {\n\n    margin-bottom:70px;\n\n  }\n\n  .vx-hero h1 {\n\n    letter-spacing:-2.5px;\n\n  }\n\n  .vx-trust {\n\n    grid-template-columns:\n      1fr 1fr;\n\n  }\n\n  .vx-trust-item:nth-child(2) {\n\n    border-right:0;\n\n  }\n\n  .vx-trust-item:nth-child(-n+2) {\n\n    border-bottom:\n      1px solid\n      rgba(255,255,255,.06);\n\n  }\n\n  .vx-benefits {\n\n    grid-template-columns:1fr;\n\n  }\n\n  .vx-story {\n\n    grid-template-columns:1fr;\n\n    gap:35px;\n\n  }\n\n  .vx-story-visual {\n\n    min-height:330px;\n\n  }\n\n  .vx-features {\n\n    grid-template-columns:1fr;\n\n  }\n\n}\n\n@media(max-width:480px) {\n\n  .vx-trust-item {\n\n    padding:\n      20px 8px;\n\n  }\n\n  .vx-trust-item strong {\n\n    font-size:12px;\n\n  }\n\n  .vx-card {\n\n    padding:26px;\n\n  }\n\n}\n\n\n\/* =========================================================\n   REDUCE MOTION FOR ACCESSIBILITY\n========================================================= *\/\n\n@media(prefers-reduced-motion:reduce) {\n\n  .vexiq-page *,\n  .vexiq-page *:before,\n  .vexiq-page *:after {\n\n    animation:none !important;\n\n    transition:none !important;\n\n  }\n\n}\n\n\u003c\/style\u003e\n\u003c!-- =========================================================\n     VEXIQ PAGE CONTENT\n========================================================= --\u003e\n\u003cdiv class=\"vexiq-page\"\u003e\n\u003c!-- Ambient background lights --\u003e\n\u003cdiv class=\"vx-glow vx-glow-1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vx-glow vx-glow-2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vexiq-container\"\u003e\n\u003c!-- =====================================================\n         HERO\n    ====================================================== --\u003e\n\u003csection class=\"vx-hero\"\u003e\n\u003cdiv class=\"vx-badge\"\u003e\n\u003cspan class=\"vx-dot\"\u003e\u003c\/span\u003e VEXIQ™ GAMING SERIES\u003c\/div\u003e\n\u003ch1\u003eYOUR SETUP. \u003cspan\u003eUPGRADED.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp\u003eTurn your ordinary desk into a \u003cstrong\u003e gaming battlestation. \u003c\/strong\u003e Meet the Vexiq™ RGB Gaming Stand — built to add atmosphere, personality and serious visual impact to your setup.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         QUICK BENEFITS\n    ====================================================== --\u003e\n\u003csection class=\"vx-trust\"\u003e\n\u003cdiv class=\"vx-trust-item\"\u003e\n\u003cstrong\u003e RGB LIGHTING \u003c\/strong\u003e \u003cspan\u003e Bring your setup alive \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vx-trust-item\"\u003e\n\u003cstrong\u003e QUICK SETUP \u003c\/strong\u003e \u003cspan\u003e Plug in and glow up \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vx-trust-item\"\u003e\n\u003cstrong\u003e GAMING READY \u003c\/strong\u003e \u003cspan\u003e Made for battlestations \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vx-trust-item\"\u003e\n\u003cstrong\u003e PREMIUM LOOK \u003c\/strong\u003e \u003cspan\u003e Built to stand out \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         BENEFITS\n    ====================================================== --\u003e\n\u003csection\u003e\n\u003cdiv class=\"vx-heading\"\u003e\n\u003csmall\u003e WHY VEXIQ™ \u003c\/small\u003e\n\u003ch2\u003eMore than a stand. \u003cspan\u003e It's the vibe. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eYour setup is part of the experience. Vexiq helps transform a basic desk into a space that actually feels like yours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vx-benefits\"\u003e\n\u003c!-- CARD 1 --\u003e\n\u003carticle class=\"vx-card\"\u003e\n\u003cdiv class=\"vx-icon\"\u003e🌈\u003c\/div\u003e\n\u003ch3\u003eCreate Your Atmosphere\u003c\/h3\u003e\n\u003cp\u003eAdd vibrant RGB lighting to your desk and create the atmosphere you want — whether you're gaming late at night or just chilling with your favourite games.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- CARD 2 --\u003e\n\u003carticle class=\"vx-card\"\u003e\n\u003cdiv class=\"vx-icon\"\u003e🎮\u003c\/div\u003e\n\u003ch3\u003eBuilt For Gamers\u003c\/h3\u003e\n\u003cp\u003eDesigned with the modern gaming setup in mind. Vexiq fits naturally into PC, console and hybrid battlestations.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- CARD 3 --\u003e\n\u003carticle class=\"vx-card\"\u003e\n\u003cdiv class=\"vx-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eInstant Setup\u003c\/h3\u003e\n\u003cp\u003eNo complicated installation process. Get your stand in position, connect it and start upgrading your setup in moments.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- CARD 4 --\u003e\n\u003carticle class=\"vx-card\"\u003e\n\u003cdiv class=\"vx-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eMake Your Setup Yours\u003c\/h3\u003e\n\u003cp\u003eYour gaming setup should have personality. Vexiq adds a distinctive visual element without overwhelming your desk.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         STORY SECTION\n    ====================================================== --\u003e\n\u003csection class=\"vx-story\"\u003e\u003c!-- Animated graphic --\u003e\n\u003cdiv class=\"vx-story-visual\"\u003e\n\u003cdiv class=\"vx-circle vx-circle-1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vx-circle vx-circle-2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vx-circle vx-circle-3\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vx-center\"\u003e⚡\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Story copy --\u003e\n\u003cdiv class=\"vx-story-copy\"\u003e\n\u003csmall\u003e BUILT FOR THE BATTLESTATION \u003c\/small\u003e\n\u003ch2\u003eYour desk should feel \u003cspan\u003e like your world. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eWhether you're climbing ranked, exploring a new world or hanging out with friends, your setup is where the experience happens.\u003c\/p\u003e\n\u003cp\u003eVexiq adds the finishing touch that helps turn your gaming space from ordinary into something you're proud to sit down at every day.\u003c\/p\u003e\n\u003cdiv class=\"vx-check-list\"\u003e\n\u003cdiv class=\"vx-check\"\u003e\n\u003cb\u003e✓\u003c\/b\u003e Add personality to your desk\u003c\/div\u003e\n\u003cdiv class=\"vx-check\"\u003e\n\u003cb\u003e✓\u003c\/b\u003e Create a more immersive gaming environment\u003c\/div\u003e\n\u003cdiv class=\"vx-check\"\u003e\n\u003cb\u003e✓\u003c\/b\u003e Upgrade the visual appearance of your setup\u003c\/div\u003e\n\u003cdiv class=\"vx-check\"\u003e\n\u003cb\u003e✓\u003c\/b\u003e Designed to complement your existing gear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         FEATURE DETAILS\n    ====================================================== --\u003e\n\u003csection\u003e\n\u003cdiv class=\"vx-heading\"\u003e\n\u003csmall\u003e THE VEXIQ DIFFERENCE \u003c\/small\u003e\n\u003ch2\u003eSmall upgrade. \u003cspan\u003e Big impact. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vx-features\"\u003e\n\u003c!-- FEATURE 01 --\u003e\n\u003carticle class=\"vx-feature\"\u003e\n\u003cdiv class=\"vx-feature-number\"\u003e01 \/ LIGHTING\u003c\/div\u003e\n\u003ch3\u003eEye-Catching RGB\u003c\/h3\u003e\n\u003cp\u003eAdd a dynamic light source to your setup that instantly changes the mood of your gaming space.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 02 --\u003e\n\u003carticle class=\"vx-feature\"\u003e\n\u003cdiv class=\"vx-feature-number\"\u003e02 \/ DESIGN\u003c\/div\u003e\n\u003ch3\u003eSleek Gaming Aesthetic\u003c\/h3\u003e\n\u003cp\u003eA clean, modern design that works alongside gaming PCs, consoles, monitors and accessories.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 03 --\u003e\n\u003carticle class=\"vx-feature\"\u003e\n\u003cdiv class=\"vx-feature-number\"\u003e03 \/ EXPERIENCE\u003c\/div\u003e\n\u003ch3\u003eBuilt Around Your Setup\u003c\/h3\u003e\n\u003cp\u003eVexiq isn't meant to replace your setup. It's designed to enhance the environment you've already built.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 04 --\u003e\n\u003carticle class=\"vx-feature\"\u003e\n\u003cdiv class=\"vx-feature-number\"\u003e04 \/ SIMPLICITY\u003c\/div\u003e\n\u003ch3\u003eEasy To Get Started\u003c\/h3\u003e\n\u003cp\u003eSpend less time installing and more time enjoying your upgraded battlestation.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 05 --\u003e\n\u003carticle class=\"vx-feature\"\u003e\n\u003cdiv class=\"vx-feature-number\"\u003e05 \/ STYLE\u003c\/div\u003e\n\u003ch3\u003eDesigned To Stand Out\u003c\/h3\u003e\n\u003cp\u003eAdd a premium visual element that gives your desk more character without making it look cluttered.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 06 --\u003e\n\u003carticle class=\"vx-feature\"\u003e\n\u003cdiv class=\"vx-feature-number\"\u003e06 \/ COMPATIBILITY\u003c\/div\u003e\n\u003ch3\u003ePC Or Console\u003c\/h3\u003e\n\u003cp\u003eWhether you're a PC gamer, console gamer or both, Vexiq is made to fit naturally into your gaming environment.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         FINAL CTA\n    ====================================================== --\u003e\n\u003csection class=\"vx-final\"\u003e\u003csmall\u003e LEVEL UP YOUR BATTLESTATION \u003c\/small\u003e\n\u003ch2\u003eSTOP PLAYING IN A \u003cspan\u003e BORING SETUP. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eGive your desk the visual upgrade it deserves. Add Vexiq™ to your setup and turn every gaming session into an experience.\u003c\/p\u003e\n\u003c!--\n        ====================================================\n        IMPORTANT:\n\n        Replace \"#\" with your Shopify product URL.\n\n        Example:\n\n        \/products\/vexiq-rgb-gaming-stand\n\n        OR connect this button to your Shopify\n        add-to-cart\/product form.\n        ====================================================\n      --\u003e \u003ca href=\"#\" class=\"vx-button\"\u003e ⚡ UPGRADE MY SETUP \u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e```\u003c\/p\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":49401770541291,"sku":null,"price":1099.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0853\/6893\/0539\/files\/LEDStand2.jpg?v=1789327587","url":"https:\/\/vexiq.co.za\/products\/vexiq%e2%84%a2-rgb-gaming-stand","provider":"Vexiq","version":"1.0","type":"link"}