stylesquad.co.in Open in urlscan Pro
103.181.194.5  Public Scan

URL: https://stylesquad.co.in/
Submission Tags: phishingrod
Submission: On September 05 via api from DE — Scanned from DE

Form analysis 7 forms found in the DOM

<form class="footer-email-form d-flex align-items-center flex-row-reverse">
  <input type="text" placeholder="Enter your email" id="newsletter-input" autocomplete="off" class="hk-newsletter-input sub-body text-lg-16-24 py-12 px-3 ps-lg-32 font-semibold">
  <button type="submit" onclick="event.preventDefault();subscribeToNewsletter();">
    <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
      <path fill-rule="evenodd" clip-rule="evenodd" d="M17.5 10C17.5 10.3452 17.2202 10.625 16.875 10.625L3.125 10.625C2.77982 10.625 2.5 10.3452 2.5 10C2.5 9.65482 2.77982 9.375 3.125 9.375L16.875 9.375C17.2202 9.375 17.5 9.65482 17.5 10Z"
        fill="#808080"></path>
      <path fill-rule="evenodd" clip-rule="evenodd"
        d="M10.8081 16.0669C10.564 15.8229 10.564 15.4271 10.8081 15.1831L15.9911 10L10.8081 4.81694C10.564 4.57286 10.564 4.17714 10.8081 3.93306C11.0521 3.68898 11.4479 3.68898 11.6919 3.93306L17.3169 9.55806C17.561 9.80214 17.561 10.1979 17.3169 10.4419L11.6919 16.0669C11.4479 16.311 11.0521 16.311 10.8081 16.0669Z"
        fill="#808080"></path>
    </svg>
  </button>
</form>

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

<form id="search-form" class="full-width" autocomplete="off" onsubmit="redirectToSearchPageOnSubmit(event)">
  <div class="input-wrapper d-flex align-items-center">
    <div class="me-1">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path fill-rule="evenodd" clip-rule="evenodd"
          d="M11.0724 5.15966C7.80675 5.15966 5.15942 7.80699 5.15942 11.0726C5.15942 14.3383 7.80675 16.9856 11.0724 16.9856C14.338 16.9856 16.9854 14.3383 16.9854 11.0726C16.9854 7.80699 14.338 5.15966 11.0724 5.15966ZM4 11.0726C4 7.16666 7.16642 4.00024 11.0724 4.00024C14.9784 4.00024 18.1448 7.16666 18.1448 11.0726C18.1448 14.9786 14.9784 18.145 11.0724 18.145C7.16642 18.145 4 14.9786 4 11.0726Z"
          fill="#999999"></path>
        <path fill-rule="evenodd" clip-rule="evenodd"
          d="M15.2538 15.2535C15.4802 15.0271 15.8472 15.0271 16.0736 15.2535L19.8301 19.01C20.0565 19.2364 20.0565 19.6035 19.8301 19.8299C19.6037 20.0562 19.2367 20.0562 19.0103 19.8299L15.2538 16.0734C15.0274 15.847 15.0274 15.4799 15.2538 15.2535Z"
          fill="#999999"></path>
      </svg>
    </div>
    <input type="text" class="search-input sub-body text-lg-16-24 font-regular" id="search-input" name="search" onkeyup="onInputChange(event)" placeholder="What are you looking for?" autofocus="">
    <svg class="cancel-btn hidden cur-p" xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none" onclick="clearInputSearch()">
      <path fill-rule="evenodd" clip-rule="evenodd"
        d="M11.5896 1.58909C11.915 1.26366 11.915 0.736018 11.5896 0.410582C11.2641 0.0851445 10.7365 0.0851445 10.4111 0.410582L6.00033 4.82133L1.58958 0.410582C1.26414 0.0851445 0.736507 0.0851445 0.41107 0.410582C0.0856328 0.736018 0.0856328 1.26366 0.41107 1.58909L4.82181 5.99984L0.41107 10.4106C0.0856328 10.736 0.0856328 11.2637 0.41107 11.5891C0.736507 11.9145 1.26414 11.9145 1.58958 11.5891L6.00033 7.17835L10.4111 11.5891C10.7365 11.9145 11.2641 11.9145 11.5896 11.5891C11.915 11.2637 11.915 10.736 11.5896 10.4106L7.17884 5.99984L11.5896 1.58909Z"
        fill="#1A181E"></path>
    </svg>
  </div>
  <input type="submit" class="hidden">
</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 id="languageModalForm" onsubmit="handleOnLanguageChange(event)" style="position: relative">
  <div class="mobile-form">
    <div class="flex d-column">
      <div class="language-select">
        <select id="userLanguageOptions" class="input-select" name="language">
          <option value="eng" selected=""> English </option>
          <option value="hin"> Hindi </option>
          <option value="ori"> Odia (Oriya) </option>
        </select>
      </div>
    </div>
  </div>
  <div id="error-message" class="hidden error-message"></div>
  <div class="dukaan-auth-modal-footer fB d-c">
    <button class="dukaan-auth-modal-btn-primary" type="submit"> Confirm </button>
    <button class="dukaan-auth-modal-btn-link" type="button" onclick="closeLanguageModal()"> Cancel </button>
  </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

Customisation Available For All TEES

00
Days

:

07
Hours

:

04
Minutes

:

22
Seconds
Order Now

 * Home
 * Shop
 * Privacy Policy
 * Terms & conditions
 * Change store language
 * 

STYLESQUAD

Search
Wishlist
Cart

 * OVERSIZED T-Shirt

 * Men in Black

 * Premium T-Shirt

 * Plain TEE

 * Custom T-Shirt

 * Holi T-Shirt

 * MUG

STYLESQUAD



MENU

Home
Shop
OVERSIZED T-Shirt
Men in Black
Premium T-Shirt
Plain TEE
Custom T-Shirt
Holi T-Shirt
MUG
Wishlist
Account
Privacy Policy
Terms & conditions
Change store language






 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

LIMITED STOCK AVAILABLE ORDER NOW GET FLAT 20% DISCOUNT USE (FLAT20)

Categories
OVERSIZED T-SHIRT

MEN IN BLACK

PREMIUM T-SHIRT

PLAIN TEE

CUSTOM T-SHIRT

HOLI T-SHIRT

MUG

VIEW ALL

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

Categories
OVERSIZED T-Shirt
Men in Black
Premium T-Shirt
Plain TEE
Custom T-Shirt
Holi T-Shirt
MUG

VIEW ALL

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

OVERSIZED T-Shirt
Sold out

Add to bag





Black Over Sized Summer Print T-Shirt
₹699

₹1,299

(46% OFF)
Add to bag





Sold out

Add to bag





Black Over Sized Colour XPT Print T-Shirt
₹699

₹1,299

(46% OFF)
Add to bag





Sold out

Add to bag





White Oversized GHOST SKULL T-shirt
₹699

₹1,299

(46% OFF)
Add to bag





Sold out

Add to bag





Green Oversized Graphic Tshirt
₹699

₹1,299

(46% OFF)
Add to bag





Sold out

Add to bag





Graphic Over Sized T-Shirt
₹699

₹1,499

(53% OFF)
Add to bag





Sold out

Add to bag





Black Over Sized Good Luck Bhallu style T-shirt
₹799

₹1,499

(47% OFF)
Add to bag





Sold out

Add to bag





White Oversized Premium Graphic T-shirt
₹899

₹1,299

(31% OFF)
Add to bag





Sold out

Add to bag





White Oversized Tiger Graphic T-Shirt
₹899

₹1,299

(31% OFF)
Add to bag






View all
Men in Black
Sold out

Add to bag





Black Over Sized Graphic T-Shirt
₹699

₹1,299

(46% OFF)
Add to bag





Sold out

Add to bag





BLACK Over Sized Graphic T-Shirt
₹699

₹1,299

(46% OFF)
Add to bag





Sold out

Add to bag





Over Sized Graphic Bold T-Shirt
₹699

₹1,299

(46% OFF)
Add to bag






View all
Premium T-Shirt
Sold out

Add to bag





BLACK GRAPHIC T-SHIRT
₹499

₹999

(50% OFF)
Add to bag





Sold out

Add to bag





GREEN GRAPHIC T-SHIRT
₹499

₹999

(50% OFF)
Add to bag





Sold out

Add to bag





GRAY GRAPHIC T-SHIRT
₹499

₹999

(50% OFF)
Add to bag





Sold out

Add to bag





PURPLE GRAPHIC T-SHIRT
₹499

₹999

(50% OFF)
Add to bag





Sold out

Add to bag





Black Graphic Regular T-Shirt
₹499

₹999

(50% OFF)
Add to bag





Sold out

Add to bag





Black Graphic Regular T-shirt
₹499

₹999

(50% OFF)
Add to bag





Sold out

Add to bag





White Premium Joker Print T-shirt
₹599

₹1,499

(60% OFF)
Add to bag





Sold out

Add to bag





Purple T-Shirt With JOKER Graphics
₹599

₹1,599

(63% OFF)
Add to bag






View all
MUG
Sold out

Add to bag





Gift Coffee Mug
₹199

₹499

(60% OFF)
Add to bag





Sold out

Add to bag





Magic Mug
₹299

₹699

(57% OFF)
Add to bag





Sold out

Add to bag





Frosted Coffee Mug
₹399

₹699

(43% OFF)
Add to bag






View all
Holi T-Shirt
Sold out

Add to bag





Holi fun
₹149

₹250

(40% OFF)
Add to bag






View all
Custom T-Shirt
Sold out

Add to bag





CUSTOM TEE
₹599




Add to bag






View all
Plain TEE
Sold out

Add to bag





Plain White TEE
₹400

₹800

(50% OFF)
Add to bag





Sold out

Add to bag





Plain Green TEE
₹400

₹800

(50% OFF)
Add to bag





Sold out

Add to bag





Plain Black TEE
₹400

₹800

(50% OFF)
Add to bag





Sold out

Add to bag





Plain Pink TEE
₹400

₹800

(50% OFF)
Add to bag






View all

CUSTOMER TESTIMONIALS
Nice T-Shirt 100% Cotton
Subhashish Sarangi
I love IT
Ankita Sahoo
I Can customize my T-Shirt my own style.
Arun
Bigg Thumbs up
Dinesh
Ordered for my friend's Bday gift. Thanks to Style Squad giving me the option to
get a perfect T-Shirt whit my Budget.
Rohit Moharana
 * 
 * 
 * 

All Design are full customizable.


Shop now
Signup for newsletter!



Coupons and offers


Offers
Copy code








Coupon Details
COPY CODE





Stylesquad
Contact details
Address: Gali No-13A L 286, Old Rangpuri Road , mahipalpur, New Delhi, Delhi
110037, India
Contact us: Contact@stylesquad.co.in
Collection
OVERSIZED T-Shirt
Men in Black
Premium T-Shirt
Plain TEE
Custom T-Shirt
Holi T-Shirt
MUG

Connect with us
Instagram
YouTube
100% PAYMENT PROTECTION

Add More
Home
Shop
Bag

Account
Add to bag





Add to bag






Out of stock

Add to bag

Buy now

Buy now








Search


Recent searches
Clear all

Top categories



SHOWING PRODUCTS



Shimmer
Sold out

Add to cart
Add to cart


 * Home

   

 * 





Sold out

Add to cart
Add to cart









Wishlist
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
Change language
English Hindi Odia (Oriya)

Confirm Cancel


 * Home

   

 * Wishlist



Move to bag

Move to bag


1

Move to bag
Out of stock






ADD TO WISHLIST

WISHLISTED

Select size *

Color *

Wishlist