Skip to product information

ATTACK SHARK R85 HE Rapid Trigger Keyboard Magnetic Switch with Custom Lightbox

Vendor: SKYROCK1
Availability: In stock
45.000 JD
ATTACK SHARK R85 HE Rapid Trigger Keyboard Magnetic Switch with Custom Lightbox
ATTACK SHARK R85 HE Rapid Trigger Keyboard Magnetic Switch with Custom Lightbox
45.000 JD
truck--v1

Free delivery on request for 100JD

guarantee--v3

Products are guaranteed for up to a year

card-security

Secure payment

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>ATTACK SHARK R85 HE Magnetic Switch Keyboard</title>
  <style>
    :root {
      --bg-color: #0b0e14;
      --card-bg: #141824;
      --accent-color: #00ffcc;
      --accent-glow: rgba(0, 255, 204, 0.4);
      --text-main: #f3f4f6;
      --text-muted: #9ca3af;
      --border-color: #232936;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    }

    body {
      background-color: var(--bg-color);
      color: var(--text-main);
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      padding: 2rem;
    }

    .card {
      background: var(--card-bg);
      border: 1px solid var(--border-color);
      border-radius: 16px;
      max-width: 850px;
      width: 100%;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    @media (max-width: 768px) {
      .card {
        grid-template-columns: 1fr;
      }
    }

    /* Left Showcase Area */
    .preview-section {
      background: radial-gradient(circle at center, #1b2234 0%, #0d111a 100%);
      padding: 2.5rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      border-right: 1px solid var(--border-color);
    }

    .lightbox-badge {
      position: absolute;
      top: 1.5rem;
      left: 1.5rem;
      background: rgba(0, 255, 204, 0.1);
      border: 1px solid var(--accent-color);
      color: var(--accent-color);
      font-size: 0.75rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      padding: 0.35rem 0.75rem;
      border-radius: 999px;
    }

    .keyboard-graphic {
      width: 100%;
      max-width: 280px;
      height: 180px;
      border-radius: 12px;
      background: #0d0f17;
      border: 2px solid #2a334a;
      box-shadow: 0 0 25px var(--accent-glow);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 1rem;
      position: relative;
    }

    .custom-lightbox {
      background: linear-gradient(90deg, #ff007f, #7928ca, #00ffcc);
      height: 24px;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.65rem;
      font-weight: 800;
      color: #fff;
      letter-spacing: 0.1em;
      box-shadow: 0 0 10px rgba(255, 0, 127, 0.6);
    }

    .key-grid {
      display: grid;
      grid-template-columns: repeat(8, 1fr);
      gap: 4px;
    }

    .key {
      background: #1e2538;
      height: 14px;
      border-radius: 2px;
      border-bottom: 2px solid #111520;
    }

    /* Right Details Area */
    .details-section {
      padding: 2.5rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .brand-tag {
      color: var(--accent-color);
      font-size: 0.85rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 0.5rem;
    }

    .title {
      font-size: 1.75rem;
      font-weight: 800;
      line-height: 1.2;
      margin-bottom: 1rem;
    }

    .description {
      color: var(--text-muted);
      font-size: 0.95rem;
      line-height: 1.5;
      margin-bottom: 1.5rem;
    }

    .features-list {
      list-style: none;
      margin-bottom: 2rem;
    }

    .features-list li {
      display: flex;
      align-items: center;
      margin-bottom: 0.75rem;
      font-size: 0.9rem;
      color: #e5e7eb;
    }

    .features-list li::before {
      content: "•";
      color: var(--accent-color);
      font-size: 1.5rem;
      line-height: 0;
      margin-right: 0.75rem;
    }

    .action-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding-top: 1.5rem;
      border-top: 1px solid var(--border-color);
    }

    .price {
      font-size: 1.5rem;
      font-weight: 700;
      color: var(--text-main);
    }

    .btn {
      background: var(--accent-color);
      color: #0b0e14;
      border: none;
      padding: 0.8rem 1.6rem;
      border-radius: 8px;
      font-weight: 700;
      font-size: 0.95rem;
      cursor: pointer;
      transition: all 0.2s ease;
      text-decoration: none;
      display: inline-block;
    }

    .btn:hover {
      background: #00e6b8;
      box-shadow: 0 0 15px var(--accent-glow);
      transform: translateY(-1px);
    }
  </style>
</head>
<body>

  <main class="card">
    <section class="preview-section">
      <span class="lightbox-badge">RGB Lightbox</span>
      
      <div class="keyboard-graphic" aria-label="Keyboard Preview Illustration">
        <div class="custom-lightbox">CUSTOM LIGHTBOX</div>
        <div class="key-grid">
          <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div>
          <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div>
          <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div>
          <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div>
          <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div>
          <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div>
        </div>
      </div>
    </section>

    <section class="details-section">
      <div>
        <p class="brand-tag">ATTACK SHARK</p>
        <h1 class="title">R85 HE Rapid Trigger</h1>
        <p class="description">
          Engineered for eSports precision featuring Hall Effect magnetic switches, dynamic rapid trigger responsiveness, and an interchangeable customizable RGB lightbox.
        </p>

        <ul class="features-list">
          <li><strong>Magnetic Switches:</strong> 0.1mm to 4.0mm adjustable actuation</li>
          <li><strong>Rapid Trigger (RT):</strong> Instant key resets for competitive FPS</li>
          <li><strong>Custom Lightbox:</strong> Swap plates with custom designs & RGB</li>
          <li><strong>Polling Rate:</strong> Ultra-low latency transmission</li>
        </ul>
      </div>

      <div class="action-bar">
        <div class="price">$89.99</div>
        <button class="btn" type="button">Configure Now</button>
      </div>
    </section>
  </main>

</body>
</html>

Recently viewed products

Related products