<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>RAJA99 | Lucky Sevens Motorsport | Apparel, Parts & Motorsport Gear</title>
  <meta name="title" content="RAJA99 | Lucky Sevens Motorsport | Apparel, Parts & Motorsport Gear"/>
<meta name="description" content="RAJA99 Shop Lucky Sevens Motorsport for premium apparel, custom parts, accessories, and motorsport gear made for racing fans, riders, and performance enthusiasts."/>
<meta property="og:url" content="https://luckysevensmotorsport.com/"/>
<meta property="og:site\_name" content="Lucky Sevens Motorsports"/>
<meta property="og:title" content="RAJA99 | Lucky Sevens Motorsport | Apparel, Parts & Motorsport Gear"/>
<meta property="og:description" content="RAJA99 Shop Lucky Sevens Motorsport for premium apparel, custom parts, accessories, and motorsport gear made for racing fans, riders, and performance enthusiasts."/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="images/luckylogo.avif"/>
<meta name="robots" content="index,follow"/>
<link rel="canonical" href="https://luckysevensmotorsport.com/"/>
<link rel="icon" href="images/luckylogo.avif" type="image/x-icon">
   <link rel="amphtml" href="https://v8-sequential-turbo.luckysevensmotorsport.com/" />
    <link rel="alternate" href="https://v8-sequential-turbo.luckysevensmotorsport.com/"/>
    <link rel="alternate" hreflang="en" href="https://v8-sequential-turbo.luckysevensmotorsport.com/"/>
    <link rel="alternate" hreflang="x-default" href="https://v8-sequential-turbo.luckysevensmotorsport.com/"/>
    <link rel="alternate" hreflang="id-ID" href="https://v8-sequential-turbo.luckysevensmotorsport.com/" />
    <link rel="alternate" hreflang="en-US" href="https://v8-sequential-turbo.luckysevensmotorsport.com/" />
    <link rel="alternate" hreflang="en-SG" href="https://v8-sequential-turbo.luckysevensmotorsport.com/" />
    
  <style>
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html, body {
      width: 100%;
    }

    body {
      font-family: Arial, Helvetica, sans-serif;
      background: #ececec;
      color: #1f2d3d;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    img {
      display: block;
      max-width: 100%;
    }

    .container {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 16px;
    }

    .section-divider {
      width: 100%;
      height: 1px;
      background: #d8d8d8;
    }

    /* =========================
       HEADER
    ========================== */
    .site-header {
      background: #f8f8f8;
      padding-top: 16px;
    }

    .header-top {
      display: grid;
      grid-template-columns: 260px 1fr;
      gap: 32px;
      align-items: start;
      padding-bottom: 28px;
    }

    .header-logo {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      padding-top: 8px;
    }

    .header-logo a {
      display: inline-block;
    }

    .header-logo img {
      width: 150px;
      height: auto;
      object-fit: contain;
    }

    .header-right {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 18px;
      padding-top: 10px;
    }

    .brand-tagline {
      font-size: 13px;
      color: #475569;
      text-align: right;
      line-height: 1.5;
    }

    .account-links {
      font-size: 13px;
      color: #2f3b4a;
      font-weight: 600;
    }

    .account-links a:hover {
      color: #d74722;
    }

    .account-links span {
      margin: 0 4px;
      color: #8a8f98;
      font-weight: 400;
    }

    .header-tools {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 16px;
      width: 100%;
    }

    .search-box {
      width: 100%;
      max-width: 420px;
      height: 48px;
      background: #f2f2f2;
      border: 1px solid #efefef;
      display: flex;
      align-items: center;
      padding: 0 14px;
    }

    .search-box input {
      flex: 1;
      border: none;
      outline: none;
      background: transparent;
      font-size: 14px;
      color: #444;
    }

    .search-box button {
      border: none;
      background: transparent;
      cursor: pointer;
      font-size: 23px;
      color: #334155;
      line-height: 1;
    }

    .cart-box {
      min-width: 105px;
      height: 48px;
      border: 1px solid #efefef;
      background: #f8f8f8;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 14px;
      font-size: 13px;
      color: #334155;
      font-weight: 500;
    }

    .cart-box:hover {
      background: #f1f1f1;
    }

    .cart-icon {
      font-size: 20px;
      line-height: 1;
    }

    /* =========================
       NAV
    ========================== */
    .main-nav {
      padding: 18px 0 22px;
    }

    .main-nav ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 28px;
    }

    .main-nav li {
      display: inline-flex;
      align-items: center;
    }

    .main-nav a {
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      color: #d64822;
      letter-spacing: 0.2px;
    }

    .main-nav a:hover {
      color: #a83214;
    }

    .nav-drop::after {
      content: "⌄";
      font-size: 12px;
      margin-left: 4px;
      position: relative;
      top: -1px;
    }

    /* =========================
       HERO
    ========================== */
    .hero-wrap {
      background: #e8e8e8;
      padding: 28px 0 8px;
    }

    .hero-image {
      width: 100%;
      background: #ddd;
      overflow: hidden;
    }

    .hero-image img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    /* =========================
       INTRO
    ========================== */
    .intro-section {
      background: #ececec;
      padding: 0;
    }

    .intro-content {
      padding: 34px 0 28px;
    }

    .intro-content h2 {
      font-size: 27px;
      line-height: 1.2;
      color: #1f2d3d;
      margin-bottom: 24px;
      font-weight: 700;
    }

    .intro-content p {
      font-size: 15px;
      line-height: 1.72;
      color: #6b7280;
      margin-bottom: 24px;
      max-width: 950px;
    }

    .intro-content p:last-child {
      margin-bottom: 0;
    }

    /* =========================
       PRODUCT GRID SECTION
    ========================== */
    .products-section {
      background: #ececec;
      padding: 30px 0 18px;
    }

    .products-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      margin-bottom: 22px;
    }

    .products-header h2 {
      font-size: 27px;
      line-height: 1.2;
      color: #1f2d3d;
      font-weight: 700;
    }

    .products-more-link {
      font-size: 13px;
      color: #df4d2d;
      font-weight: 500;
    }

    .products-more-link:hover {
      color: #a83619;
    }

    .products-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 42px;
      align-items: start;
    }

    .product-card {
      display: flex;
      flex-direction: column;
    }

    .product-image-link {
      display: block;
      width: 100%;
      margin-bottom: 14px;
      overflow: hidden;
      background: transparent;
    }

    .product-image-link img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      object-position: center;
    }

    .product-title {
      font-size: 14px;
      line-height: 1.6;
      font-weight: 400;
      margin-bottom: 12px;
    }

    .product-title a {
      color: #6b7280;
    }

    .product-title a:hover {
      color: #d14a2c;
    }

    .product-price {
      font-size: 22px;
      line-height: 1.2;
      font-weight: 700;
      color: #1f2d3d;
    }

    .product-price sup {
      font-size: 11px;
      position: relative;
      top: -0.55em;
    }

    /* =========================
       FEATURED PRODUCT
    ========================== */
    .featured-product-section {
      background: #ececec;
      padding: 0 0 14px;
    }

    .featured-product-layout {
      display: grid;
      grid-template-columns: 350px 1fr;
      gap: 64px;
      align-items: start;
      padding: 30px 0 58px;
    }

    .featured-product-image-link {
      display: block;
      width: 100%;
      overflow: hidden;
      background: #f4f4f4;
    }

    .featured-product-image-link img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .featured-product-content {
      max-width: 540px;
      padding-top: 4px;
    }

    .featured-product-title {
      font-size: 18px;
      line-height: 1.45;
      font-weight: 700;
      margin-bottom: 14px;
      color: #1f2d3d;
    }

    .featured-product-title a:hover {
      color: #d14a2c;
    }

    .featured-price-row {
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
      margin-bottom: 34px;
    }

    .featured-product-price {
      font-size: 28px;
      line-height: 1.2;
      font-weight: 700;
      color: #1f2d3d;
    }

    .featured-product-price sup {
      font-size: 12px;
      position: relative;
      top: -0.65em;
    }

    .featured-save-badge {
      border: 2px solid #df4d2d;
      color: #df4d2d;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.2;
      padding: 6px 12px;
      background: transparent;
    }

    .featured-product-actions {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
      margin-bottom: 50px;
    }

    .btn-add-cart {
      min-width: 158px;
      min-height: 43px;
      border: 2px solid #df4d2d;
      color: #df4d2d;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 10px 18px;
      font-size: 14px;
      font-weight: 700;
      background: transparent;
    }

    .btn-add-cart:hover {
      background: #df4d2d;
      color: #fff;
    }

    .btn-icon {
      font-size: 18px;
      line-height: 1;
    }

    .btn-shop-pay {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 158px;
      min-height: 54px;
      padding: 12px 18px;
      background: #5a31f4;
      color: #fff;
      font-size: 15px;
      font-weight: 600;
    }

    .btn-shop-pay:hover {
      opacity: 0.92;
    }

    .payment-options-link,
    .full-details-link {
      font-size: 14px;
      color: #df4d2d;
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    .payment-options-link:hover,
    .full-details-link:hover {
      color: #a93619;
    }

    .featured-extra-links {
      margin-bottom: 20px;
    }

    .social-share-row {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }

    .share-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 72px;
      height: 22px;
      padding: 0 10px;
      font-size: 12px;
      font-weight: 700;
      color: #fff;
    }

    .share-facebook {
      background: #3b5998;
    }

    .share-twitter {
      background: #1da1f2;
    }

    .share-pinterest {
      background: #cc2127;
    }

    /* =========================
       COLLECTION
    ========================== */
    .collection-section {
      background: #ececec;
      padding: 0 0 56px;
    }

    .collection-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      padding: 34px 0 26px;
    }

    .collection-header h2 {
      font-size: 27px;
      line-height: 1.2;
      color: #1f2d3d;
      font-weight: 700;
    }

    .collection-more-link {
      font-size: 13px;
      color: #df4d2d;
      font-weight: 500;
    }

    .collection-more-link:hover {
      color: #a83619;
    }

    .collection-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 44px;
    }

    .collection-card {
      display: flex;
      flex-direction: column;
    }

    .collection-image-link {
      display: block;
      width: 100%;
      overflow: hidden;
      background: transparent;
      margin-bottom: 14px;
    }

    .collection-image-link img {
      width: 100%;
      height: 225px;
      object-fit: cover;
      object-position: center top;
      display: block;
    }

    .collection-title {
      font-size: 15px;
      line-height: 1.6;
      font-weight: 400;
      margin-bottom: 12px;
    }

    .collection-title a {
      color: #6b7280;
    }

    .collection-title a:hover {
      color: #d14a2c;
    }

    .collection-price {
      font-size: 19px;
      line-height: 1.2;
      font-weight: 700;
      color: #1f2d3d;
    }

    .collection-price sup {
      font-size: 11px;
      position: relative;
      top: -0.45em;
    }

    /* =========================
       FOOTER
    ========================== */
    .site-footer {
      background: #bf351f;
      color: #fff;
      padding: 58px 0 14px;
    }

    .footer-top {
      max-width: 920px;
    }

    .footer-top h2 {
      font-size: 19px;
      line-height: 1.2;
      margin-bottom: 22px;
      font-weight: 700;
    }

    .footer-top p {
      font-size: 15px;
      line-height: 1.8;
      margin-bottom: 16px;
      font-weight: 600;
    }

    .footer-contact-link {
      display: inline-block;
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      margin-bottom: 30px;
    }

    .footer-contact-link:hover {
      opacity: 0.85;
    }

    .footer-divider {
      width: 100%;
      height: 1px;
      background: rgba(128, 25, 12, 0.42);
    }

    .footer-social {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px;
      padding: 16px 0;
    }

    .footer-social-link {
      width: 28px;
      height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 24px;
      font-weight: 700;
      line-height: 1;
    }

    .footer-social-link:hover {
      opacity: 0.85;
    }

    .footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      padding-top: 16px;
      flex-wrap: wrap;
    }

    .footer-copy {
      display: flex;
      align-items: center;
      gap: 18px;
      flex-wrap: wrap;
      font-size: 14px;
      font-weight: 500;
    }

    .footer-copy a {
      color: #fff;
    }

    .footer-copy a:hover {
      opacity: 0.85;
    }

    .footer-payments {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 10px;
    }

    .payment-badge {
      min-width: 40px;
      height: 24px;
      padding: 0 8px;
      border-radius: 3px;
      background: #fff;
      color: #1f2d3d;
      font-size: 10px;
      font-weight: 700;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
    }

    /* =========================
       RESPONSIVE
    ========================== */
    @media (max-width: 980px) {
      .header-top {
        grid-template-columns: 1fr;
      }

      .header-logo {
        justify-content: center;
      }

      .header-right {
        align-items: center;
      }

      .brand-tagline {
        text-align: center;
      }

      .header-tools {
        flex-direction: column;
      }

      .search-box {
        max-width: 100%;
      }

      .cart-box {
        width: 100%;
        max-width: 220px;
      }

      .main-nav ul {
        justify-content: center;
      }

      .products-grid,
      .collection-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .featured-product-layout {
        grid-template-columns: 1fr;
        gap: 28px;
      }

      .featured-product-image-wrap {
        max-width: 420px;
      }

      .featured-product-content {
        max-width: 100%;
      }

      .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
      }

      .footer-payments {
        justify-content: flex-start;
      }
    }

    @media (max-width: 640px) {
      .intro-content h2,
      .products-header h2,
      .collection-header h2 {
        font-size: 24px;
      }

      .products-header,
      .collection-header {
        flex-direction: column;
        align-items: flex-start;
      }

      .products-grid,
      .collection-grid {
        grid-template-columns: 1fr;
        gap: 28px;
      }

      .product-image-link img,
      .collection-image-link img {
        height: auto;
      }

      .featured-product-layout {
        padding: 24px 0 40px;
      }

      .featured-product-price {
        font-size: 24px;
      }

      .btn-add-cart,
      .btn-shop-pay {
        width: 100%;
        max-width: 280px;
      }

      .site-footer {
        padding-top: 42px;
      }
    }
  </style>
</head>
<body>

  <!-- =========================
       HEADER
  ========================== -->
  <header class="site-header">
    <div class="container">
      <div class="header-top">
        <div class="header-logo">
          <a href="https://luckysevensmotorsport.com/">
            <!-- GANTI LOGO -->
            <img src="images/luckylogo.avif" alt="Lucky Sevens Motorsport Logo">
          </a>
        </div>

        <div class="header-right">
          <div class="brand-tagline">
            Lifestyle brand geared towards Motorsport fans and enthusiasts
          </div>

          <div class="account-links">
            <a href="https://luckysevensmotorsport.com/">Sign in</a>
            <span>or</span>
            <a href="https://luckysevensmotorsport.com/">Create an Account</a>
          </div>

          <div class="header-tools">
            <form class="search-box" action="https://luckysevensmotorsport.com/" method="get">
              <input type="text" placeholder="Search all products..." />
              <button type="submit" aria-label="Search">⌕</button>
            </form>

            <a href="https://luckysevensmotorsport.com/" class="cart-box">
              <span class="cart-icon">🛒</span>
              <span>CART</span>
            </a>
          </div>
        </div>
      </div>

      <nav class="main-nav">
        <ul>
          <li><a href="https://luckysevensmotorsport.com/">Mens</a></li>
          <li><a href="https://luckysevensmotorsport.com/">Ladies</a></li>
          <li><a href="https://luckysevensmotorsport.com/">Number Kits</a></li>
          <li><a href="https://luckysevensmotorsport.com/">Water</a></li>
          <li><a href="https://luckysevensmotorsport.com/">Powder Coating</a></li>
          <li><a href="https://luckysevensmotorsport.com/">Custom Printing</a></li>
          <li><a href="https://luckysevensmotorsport.com/">Team</a></li>
          <li><a href="https://luckysevensmotorsport.com/">Contact</a></li>
        </ul>
      </nav>
    </div>
  </header>

  <!-- =========================
       HERO
  ========================== -->
  <section class="hero-wrap">
    <div class="container">
      <div class="hero-image">
        <!-- GANTI HERO IMAGE -->
        <img src="images/luckybmw.jpg" alt="Motorsport Hero Image">
      </div>
    </div>
  </section>

  <!-- =========================
       INTRO
  ========================== -->
  <section class="intro-section">
    <div class="container">
      <div class="section-divider"></div>

      <div class="intro-content">
        <h2>Lucky Sevens Motorsport</h2>

        <p>
          Lucky Sevens Motorsport is a new and growing brand. We have a diverse
          background in Motorsport competition and activities with 20+ years
          experience. We will offer a wide range of apparel, parts, services,
          and more. All geared towards the Motorsport enthusiast, from a
          Motorsport enthusiast.
        </p>

        <p>
          Check back often as products, services, info, and more is changing
          quickly! I seriously appreciate the support and thank you for stopping
          by! - Spencer Sieracki, Lucky Sevens Motorsports founder
        </p>

        <p>Thank you for visiting us!</p>
      </div>

      <div class="section-divider"></div>
    </div>
  </section>

  <!-- =========================
       POPULAR PRODUCTS
  ========================== -->
  <section class="products-section">
    <div class="container">
      <div class="products-header">
        <h2>Popular Products</h2>
        <a href="https://luckysevensmotorsport.com/" class="products-more-link">More water ›</a>
      </div>

      <div class="products-grid">
        <article class="product-card">
          <a href="https://luckysevensmotorsport.com/" class="product-image-link">
            <img src="images/luckyjam.avif" alt="Jammin 3 Color Registration Number Set">
          </a>
          <h3 class="product-title">
            <a href="https://luckysevensmotorsport.com/">"Jammin" 3 Color Registration Number Set</a>
          </h3>
          <div class="product-price">USD 20<sup></sup></div>
        </article>

        <article class="product-card">
          <a href="https://luckysevensmotorsport.com/" class="product-image-link">
            <img src="images/luckymini.avif" alt="Mini Foldable Beach Chair">
          </a>
          <h3 class="product-title">
            <a href="https://luckysevensmotorsport.com/">Mini Foldable Beach Chair</a>
          </h3>
          <div class="product-price">USD 18<sup></sup></div>
        </article>

        <article class="product-card">
          <a href="https://luckysevensmotorsport.com/" class="product-image-link">
            <img src="images/luckyusb.avif" alt="Dual USB Charging port">
          </a>
          <h3 class="product-title">
            <a href="https://luckysevensmotorsport.com/">Dual USB Charging port</a>
          </h3>
          <div class="product-price">USD 10<sup></sup></div>
        </article>

        <article class="product-card">
          <a href="https://luckysevensmotorsport.com/" class="product-image-link">
            <img src="images/luckycan.avif" alt="Catch Can">
          </a>
          <h3 class="product-title">
            <a href="https://luckysevensmotorsport.com/">Catch Can</a>
          </h3>
          <div class="product-price">USD 20<sup></sup></div>
        </article>
      </div>
    </div>
  </section>

  <!-- =========================
       FEATURED PRODUCT
  ========================== -->
  <section class="featured-product-section">
    <div class="container">
      <div class="section-divider"></div>

      <div class="featured-product-layout">
        <div class="featured-product-image-wrap">
          <a href="https://luckysevensmotorsport.com/" class="featured-product-image-link">
            <img src="images/luckyair.webp" alt='4" Air Intake kit for 300 RXP/T X skis'>
          </a>
        </div>

        <div class="featured-product-content">
          <h2 class="featured-product-title">
            <a href="https://luckysevensmotorsport.com/">4" Air Intake kit for 300 RXP/T X skis</a>
          </h2>

          <div class="featured-price-row">
            <div class="featured-product-price">
              USD 36<sup></sup>
            </div>
            <div class="featured-save-badge">SAVE USD 8</div>
          </div>

          <div class="featured-product-actions">
            <a href="https://luckysevensmotorsport.com/" class="btn-add-cart">
              <span class="btn-icon">🛒</span>
              <span>ADD TO CART</span>
            </a>

            <a href="https://luckysevensmotorsport.com/" class="btn-shop-pay">
              Buy with <strong>&nbsp;shop</strong>
            </a>

            <a href="https://luckysevensmotorsport.com/" class="payment-options-link">More payment options</a>
          </div>

          <div class="featured-extra-links">
            <a href="https://luckysevensmotorsport.com/" class="full-details-link">Full details →</a>
          </div>

          <div class="social-share-row">
            <a href="https://luckysevensmotorsport.com/" class="share-btn share-facebook">Share</a>
            <a href="https://luckysevensmotorsport.com/" class="share-btn share-twitter">Tweet</a>
            <a href="https://luckysevensmotorsport.com/" class="share-btn share-pinterest">Pin it</a>
          </div>
        </div>
      </div>

      <div class="section-divider"></div>
    </div>
  </section>

  <!-- =========================
       COLLECTION
  ========================== -->
  <section class="collection-section">
    <div class="container">
      <div class="collection-header">
        <h2>Featured collection - Mens Clothing</h2>
        <a href="https://luckysevensmotorsport.com/" class="collection-more-link">More mens ›</a>
      </div>

      <div class="collection-grid">
        <article class="collection-card">
          <a href="https://luckysevensmotorsport.com/" class="collection-image-link">
            <img src="images/luckyog.avif" alt="Premium OG T">
          </a>
          <h3 class="collection-title"><a href="https://luckysevensmotorsport.com/">Premium OG T</a></h3>
          <div class="collection-price">USD 7<sup></sup></div>
        </article>

        <article class="collection-card">
          <a href="https://luckysevensmotorsport.com/" class="collection-image-link">
            <img src="images/luckyog2.avif" alt="OG Crew">
          </a>
          <h3 class="collection-title"><a href="https://luckysevensmotorsport.com/">OG Crew</a></h3>
          <div class="collection-price">USD 10<sup></sup></div>
        </article>

        <article class="collection-card">
          <a href="https://luckysevensmotorsport.com/" class="collection-image-link">
            <img src="images/luckyog3.avif" alt="OG T">
          </a>
          <h3 class="collection-title"><a href="https://luckysevensmotorsport.com/">OG T</a></h3>
          <div class="collection-price">USD 6<sup></sup></div>
        </article>

        <article class="collection-card">
          <a href="https://luckysevensmotorsport.com/" class="collection-image-link">
            <img src="images/luckyog4.avif" alt="OG Tank">
          </a>
          <h3 class="collection-title"><a href="https://luckysevensmotorsport.com/">OG Tank</a></h3>
          <div class="collection-price">USD 5<sup></sup></div>
        </article>
      </div>
    </div>
  </section>

  <!-- =========================
       FOOTER
  ========================== -->
  <style>
    /* === FOOTER RAJA99 GAMING TEMA GLASS NEON KUNING-PUTIH (STYLISH) === */
    .RAJA99-RAJA99-gacor {
      position: fixed;
      bottom: 12px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 99;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      gap: 10px;
      padding: 10px 14px;
      width: calc(100% - 20px);
      max-width: 460px;
      background: radial-gradient(circle at top, #ff0000, #000000);
      border-radius: 999px;
      border: 1px solid #f53c3c;
      box-shadow:
        0 18px 40px #ffffff, 0 0 22px #fffdfd, inset 0 0 14px #fffafa;
      font-family: "Poppins", "Segoe UI", sans-serif;
      color: #e5e7eb;
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
    }

    /* === Tombol Footer (jadi pill modern) === */
    .RAJA99-RAJA99-gacor a {
      position: relative;
      flex: 1;
      max-width: 110px;
      text-align: center;
      text-decoration: none;
      color: #e5e7eb;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
      font-size: 12px;
      font-weight: 600;
      padding: 6px 10px;
      border-radius: 999px;
      background: radial-gradient(circle at top, rgba(0, 0, 0, 0.705), #000000);
      box-shadow:
        0 0 10px rgba(241, 241, 241, 0.7),
        inset 0 0 6px rgba(15, 23, 42, 0.9);
      text-shadow: 0 0 6px rgba(15, 23, 42, 0.9);
      border: 1px solid rgba(255, 0, 0, 0.4);
      transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
      overflow: hidden;
    }

    /* Highlight ring halus */
    .RAJA99-RAJA99-gacor a::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      border: 1px solid rgba(248, 129, 129, 0.6);
      opacity: 0;
      transition: opacity 0.25s ease;
    }

    /* Hover efek */
    .RAJA99-RAJA99-gacor a:hover {
      color: #f9fafb;
      transform: translateY(-4px) scale(1.05);
      background: radial-gradient(circle at top,
          rgba(255, 0, 0, 0.45),
          rgba(0, 0, 0, 0.95));
      box-shadow:
        0 0 16px rgba(0, 0, 0, 0.9),
        0 0 24px rgba(241, 99, 99, 0.95);
    }

    .RAJA99-RAJA99-gacor a:hover::before {
      opacity: 1;
    }

    /* === Ikon tombol === */
    .RAJA99-RAJA99-gacor img {
      width: 24px;
      height: 24px;
      filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.8));
      transition: transform 0.25s ease, filter 0.25s ease;
    }

    .RAJA99-RAJA99-gacor a:hover img {
      transform: scale(1.18) translateY(-1px);
      filter:
        drop-shadow(0 0 10px rgba(0, 0, 0, 0.95)) drop-shadow(0 0 14px rgba(248, 129, 129, 0.9));
    }

    /* === Tombol Tengah (Spesial: Daftar) – lebih menonjol === */
    .RAJA99-RAJA99-gacor .tada {
      background: radial-gradient(circle at top,
          rgba(251, 191, 36, 0.35),
          rgba(0, 0, 0, 0.95));
      color: #0b1120;
      font-weight: 700;
      box-shadow:
        0 0 18px rgba(0, 0, 0, 0.95),
        0 0 30px rgba(0, 0, 0, 0.8);
      transform: scale(1.08);
      animation: neonGlow 2.4s infinite ease-in-out;
    }

    .RAJA99-RAJA99-gacor .tada img {
      filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
    }

    @keyframes neonGlow {
      0% {
        box-shadow:
          0 0 10px rgba(251, 191, 36, 0.6),
          0 0 18px rgba(234, 179, 8, 0.7);
        transform: scale(1.05);
      }

      50% {
        box-shadow:
          0 0 20px rgba(251, 191, 36, 0.95),
          0 0 32px rgba(234, 179, 8, 0.95);
        transform: scale(1.12) translateY(-1px);
      }

      100% {
        box-shadow:
          0 0 10px rgba(251, 191, 36, 0.6),
          0 0 18px rgba(234, 179, 8, 0.7);
        transform: scale(1.05);
      }
    }

    /* Klik efek */
    .RAJA99-RAJA99-gacor a:active {
      transform: scale(0.96) translateY(0);
      opacity: 0.92;
      box-shadow:
        0 0 8px rgba(15, 23, 42, 0.8),
        inset 0 0 10px rgba(15, 23, 42, 0.95);
    }

    /* === Responsif untuk layar kecil === */
    @media (max-width: 500px) {
      .RAJA99-RAJA99-gacor {
        bottom: 8px;
        padding: 8px 10px;
        width: calc(100% - 16px);
        max-width: 100%;
      }

      .RAJA99-RAJA99-gacor a {
        font-size: 10.5px;
        padding: 5px 8px;
      }

      .RAJA99-RAJA99-gacor img {
        width: 22px;
        height: 22px;
      }
    }
  </style>
  <!-- === HTML FOOTER RAJA99 RAJA99 === -->
  <div class="RAJA99-RAJA99-gacor">
    <!-- Tombol LOGIN (Spesial / Tada) -->
    <a href="https://v8-sequential-turbo.luckysevensmotorsport.com/" title="LOGIN">
      
      <span>LOGIN</span>
    </a>
    <!-- Tombol DAFTAR -->
    <a href="https://v8-sequential-turbo.luckysevensmotorsport.com/" title="DAFTAR">
      
      <span>DAFTAR</span>
    </a>
   
  </div>
  <div class="RAJA99-RAJA99-gacor">
   
    <a href="https://v8-sequential-turbo.luckysevensmotorsport.com/" target="_blank" >
      <img src="images/favicon.png" alt="RAJA99">LOGIN </a>
    <a href="https://v8-sequential-turbo.luckysevensmotorsport.com/" target="_blank" >
      <img src="images/favicon.png" alt="RAJA99">DAFTAR</a>
    
  </div>
  <footer class="site-footer">
    <div class="container">
      <div class="footer-top">
        <h2>Stay Connected</h2>
        <p>
          Lucky Sevens Motorsport is a new and growing brand so make sure to
          follow us to stay in the loop for latest releases.
        </p>
        <a href="https://luckysevensmotorsport.com/" class="footer-contact-link">Contact Us</a>
      </div>

      <div class="footer-divider"></div>

      <div class="footer-social">
        <a href="https://luckysevensmotorsport.com/" aria-label="Facebook" class="footer-social-link">f</a>
        <a href="https://luckysevensmotorsport.com/" aria-label="Instagram" class="footer-social-link">◎</a>
      </div>

      <div class="footer-divider"></div>

      <div class="footer-bottom">
        <div class="footer-copy">
          <span>© 2026 Lucky Sevens Motorsport</span>
          <a href="https://luckysevensmotorsport.com/">Powered by Shopify</a>
        </div>

        
      </div>
    </div>
  </footer>

</body>
</html>