puregames.in Open in urlscan Pro
103.181.194.5  Public Scan

URL: https://puregames.in/
Submission: On November 07 via api from BE — Scanned from DE

Form analysis 17 forms found in the DOM

<form class="dkn-product-card-variant-form">
  <div class="dkn-product-card-color-list d-flex flex-row align-items-center justify-content-start  gap-12">
  </div>
</form>

<form class="dkn-product-card-variant-form">
  <div class="dkn-product-card-color-list d-flex flex-row align-items-center justify-content-start  gap-12">
  </div>
</form>

<form class="dkn-product-card-variant-form">
  <div class="dkn-product-card-color-list d-flex flex-row align-items-center justify-content-start  gap-12">
  </div>
</form>

<form class="dkn-product-card-variant-form">
  <div class="dkn-product-card-color-list d-flex flex-row align-items-center justify-content-start  gap-12">
  </div>
</form>

<form class="dkn-product-card-variant-form">
  <div class="dkn-product-card-color-list d-flex flex-row align-items-center justify-content-start  gap-12">
  </div>
</form>

<form class="dkn-product-card-variant-form">
  <div class="dkn-product-card-color-list d-flex flex-row align-items-center justify-content-start  gap-12">
  </div>
</form>

<form class="dkn-product-card-variant-form">
  <div class="dkn-product-card-color-list d-flex flex-row align-items-center justify-content-start  gap-12">
  </div>
</form>

<form class="dkn-product-card-variant-form">
  <div class="dkn-product-card-color-list d-flex flex-row align-items-center justify-content-start  gap-12">
  </div>
</form>

<form class="dkn-product-card-variant-form">
  <div class="dkn-product-card-color-list d-flex flex-row align-items-center justify-content-start  gap-12">
  </div>
</form>

<form class="variant-selection-form-wrapper w-100 px-3 px-lg-4 mb-4">
</form>

<form class="dkn-product-card-variant-form">
  <div class="dkn-product-card-color-list d-flex flex-row align-items-center justify-content-start  gap-12">
  </div>
</form>

<form class="dkn-product-card-variant-form">
  <div class="dkn-product-card-color-list d-flex flex-row align-items-center justify-content-start  gap-12">
  </div>
</form>

<form id="loginModalForm" onsubmit="handleSubmitForm(event)" style="position: relative">
  <style>
    .bounceLoaderWrap {
      position: relative;
      height: 100%;
      width: 100%;
      background-color: var(--white);
    }

    .bounceLoaderWrap.overlay {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: fixed;
      background-color: rgba(0, 0, 0, 0.6);
      backdrop-filter: blur(24px);
      z-index: 10;
    }

    .bounceLoaderWrap.overlay.highZIndex {
      z-index: 10000;
    }

    .bounceLoader {
      display: flex;
      align-items: center;
      flex-direction: column;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: all;
    }

    .bounceLoader.absoluteCenter {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .bounceLoader .spinner {
      text-align: center;
    }

    .bounceLoader .spinner>.bounce {
      width: 20px;
      height: 20px;
      background-color: #ccc;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: bounce-delay 1.4s infinite ease-in-out both;
      animation: bounce-delay 1.4s infinite ease-in-out both;
    }

    .bounceLoader .spinner>.bounce.bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s;
      margin-right: 8px;
    }

    .bounceLoader .spinner>.bounce.bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s;
      margin-right: 8px;
    }

    @keyframes bounce-delay {

      0%,
      80%,
      100% {
        -webkit-transform: scale(0);
        transform: scale(0);
      }

      40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
      }
    }
  </style>
  <div class="bounceLoader hidden">
    <div class="spinner">
      <div class="bounce bounce1"></div>
      <div class="bounce bounce2"></div>
      <div class="bounce bounce3"></div>
    </div>
  </div>
  <div id="mobile-form" class="mobile-form">
    <div class="hide-on-desktop">
      <label class="mui-input-field mobile-number-field full-width">
        <input class="full-width" autofocus="" type="tel" placeholder=" " id="m-mobile-input" maxlength="10">
        <span class="label">Mobile number</span>
        <span class="abs-prefix">+91</span>
      </label>
    </div>
    <div class="input-box hide-on-mobile">
      <span class="prefix">+91</span>
      <input autofocus="" type="tel" placeholder="Enter your phone number" id="d-mobile-input" maxlength="10">
    </div>
  </div>
  <div id="error-message" class="hidden error-message"></div>
  <div class="dukaan-auth-modal-footer">
    <button class="dukaan-auth-modal-btn-primary" type="submit"> Send OTP </button>
  </div>
</form>

<form id="otp-values" style="position: relative;">
  <style>
    .bounceLoaderWrap {
      position: relative;
      height: 100%;
      width: 100%;
      background-color: var(--white);
    }

    .bounceLoaderWrap.overlay {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: fixed;
      background-color: rgba(0, 0, 0, 0.6);
      backdrop-filter: blur(24px);
      z-index: 10;
    }

    .bounceLoaderWrap.overlay.highZIndex {
      z-index: 10000;
    }

    .bounceLoader {
      display: flex;
      align-items: center;
      flex-direction: column;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: all;
    }

    .bounceLoader.absoluteCenter {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .bounceLoader .spinner {
      text-align: center;
    }

    .bounceLoader .spinner>.bounce {
      width: 20px;
      height: 20px;
      background-color: #ccc;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: bounce-delay 1.4s infinite ease-in-out both;
      animation: bounce-delay 1.4s infinite ease-in-out both;
    }

    .bounceLoader .spinner>.bounce.bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s;
      margin-right: 8px;
    }

    .bounceLoader .spinner>.bounce.bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s;
      margin-right: 8px;
    }

    @keyframes bounce-delay {

      0%,
      80%,
      100% {
        -webkit-transform: scale(0);
        transform: scale(0);
      }

      40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
      }
    }
  </style>
  <div class="bounceLoader hidden">
    <div class="spinner">
      <div class="bounce bounce1"></div>
      <div class="bounce bounce2"></div>
      <div class="bounce bounce3"></div>
    </div>
  </div>
  <div class="hide-on-desktop">
    <label class="mui-input-field m-otp-field full-width ">
      <input class="full-width" autofocus="" placeholder="• • • • • •" id="m-otp-input" type="number" maxlength="6">
      <span class="label"></span>
    </label>
  </div>
  <div class="otp-box hide-on-mobile">
    <input class="form-control form-control-solid first" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
    <input class="form-control form-control-solid second" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
    <input class="form-control form-control-solid third" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
    <input class="form-control form-control-solid fourth" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
    <input class="form-control form-control-solid fifth" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
    <input class="form-control form-control-solid sixth" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
  </div>
</form>

<form class="dkn-product-card-variant-form">
  <div class="dkn-product-card-color-list d-flex flex-row align-items-center justify-content-start  gap-12">
  </div>
</form>

<form class="dkn-product-card-variant-form">
  <div class="dkn-product-card-color-list d-flex flex-row align-items-center justify-content-start  gap-12">
  </div>
</form>

<form id="variant-selection">
  <div class="variant-type-section px-3 px-lg-4">
    <div class="variant-common variant-size mb-4">
      <div class="select-size-heading size-selection-heading sub-body font-semibold mb-3 d-flex"> Select size <span class="mandatory-star">*</span>
      </div>
      <div class="size-selection d-flex flex-wrap gap-2"></div>
    </div>
    <div class="variant-common variant-color mt16">
      <div class="select-size-heading color-selection-heading sub-body font-semibold mb-3 d-flex"> Color <span class="mandatory-star">*</span>
      </div>
      <div class="color-selection color-selection-list d-flex gap-2 flex-wrap">
      </div>
    </div>
  </div>
</form>

Text Content

PURE GAMES INDIA

 * Home

 * Shop

 * Home
 * Shop
 * Refund Policy
 * F.A.Q
 * Privacy Policy
 * Contact Us
 * 

 * PC Games
 * Xbox Games
 * PlayStation Games
 * OG Games
 * Subscriptions

 * Subscriptions

 * XBOX

 * PC Games



PURE GAMES INDIA



MENU

Home
Shop
Subscriptions
XBOX
PC Games
Wishlist
Account
Home
Shop
PC Games
Xbox Games
PlayStation Games
OG Games
Subscriptions
Refund Policy
F.A.Q
Privacy Policy
Contact Us





 * 
 * 
 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 
 * 
 * 
 * 

Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
Get Games Via Email With In 1-2 Mins (Biggest Gaming Festival Will Be Live Soon)
PC Games
Marvel’s Spider-Man Remastered


₹79

₹3,999

98% OFF



Out of stock

Grand Theft Auto V (Steam Offline)


₹89

₹1,200

93% OFF



Out of stock

God of War (PC)


₹89

₹3,299

97% OFF



Out of stock

Forza Horizon 5 - Premium Edition


₹99

₹4,599

98% OFF



Out of stock

View all
Xbox Games
Grand Theft Auto V (Xbox One/X/Xs)


₹399

₹2,890

86% OFF



Out of stock

Forza Horizon 4 XBOX


₹899

₹2,598

65% OFF



Out of stock

WWE 2K24 Standard Edition (Xbox Series One/X)


₹1,299

₹4,899

73% OFF



Out of stock

The Crew 2 - Gold Edition (Xbox One)


₹1,599

₹5,989

73% OFF



Out of stock

View all
PlayStation Games
View all
OG Games
View all
Subscriptions
Prime Video 4K (3 Months)


₹149

₹1,499

90% OFF



Out of stock

View all
Subscriptions
Shop Now
XBOX
Shop Now
PC Games
Shop Now
Sign up & Save Up To 20%

Be updated on new arrivals, trends and offers. Sign up now!

Submit



Coupon Details
COPY CODE





Coupons and offers


Offers
Copy code







PURE GAMES INDIA

--------------------------------------------------------------------------------

Contact Us: puregames.in@gmail.com

Collection
Subscriptions
XBOX
PC Games

Links
Terms & Conditions
Refund Policy
Privacy Policy


PURE GAMES INDIA

--------------------------------------------------------------------------------

Contact Us: puregames.in@gmail.com

Collection

Subscriptions

XBOX

PC Games
Links
Terms & Conditions
Refund Policy
Privacy Policy


Add More
Home
Shop
Cart
Account
Add to cart





Add to cart






Out of stock

This product is out of stock.

Buy now



]









SEARCH

RECENT SEARCHES

Clear all



--------------------------------------------------------------------------------

TOP CATEGORIES







Shimmer


 * Home

   

 * 







Add to cart



Add to cart



Sign in
Mobile number +91
+91

Send OTP
Sign in

Resend code in 
:

Didn't get the code? Send it on

Verify
Get your OTP on

Call
WhatsApp







Wishlist


Add to cart


Add to cart

 * Home

   

 * Wishlist




Move to cart

Move to cart


1

Move to cart
Out of stock






WISHLIST

WISHLISTED

Select size *

Color *

Wishlist