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

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

Form analysis 6 forms found in the DOM

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

<form id="search-form" class="full-width" 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" id="search-input" name="search" onkeyup="onInputChange(event)" placeholder="What are you looking for?" autofocus="">
    <svg class="cancel-btn cursor-pointer hidden" onclick="clearInputSearch()" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
      <path
        d="M18.7071 6.70711C19.0976 6.31658 19.0976 5.68342 18.7071 5.29289C18.3166 4.90237 17.6834 4.90237 17.2929 5.29289L12 10.5858L6.70711 5.29289C6.31658 4.90237 5.68342 4.90237 5.29289 5.29289C4.90237 5.68342 4.90237 6.31658 5.29289 6.70711L10.5858 12L5.29289 17.2929C4.90237 17.6834 4.90237 18.3166 5.29289 18.7071C5.68342 19.0976 6.31658 19.0976 6.70711 18.7071L12 13.4142L17.2929 18.7071C17.6834 19.0976 18.3166 19.0976 18.7071 18.7071C19.0976 18.3166 19.0976 17.6834 18.7071 17.2929L13.4142 12L18.7071 6.70711Z"
        fill="#808080"></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

 * Home

 * Shop

 * OVERSIZED CUSTOMIZED DESIGN TSHIRT

 * OVERSIZED T-Shirt

 * FULL SLEEVE COTTON TSHIRT

 * Premium T-Shirt

 * Custom T-Shirt

 * HOODIES

 * Privacy Policy

 * Terms & conditions

 * Change store language

 * 

 * Men’s

 * MUG

 * Women T-Shirt Collection

 * ACCESSORIES

 * OVERSIZED CUSTOMIZED DESIGN TSHIRT

 * OVERSIZED T-Shirt

 * Men in Black

 * Premium T-Shirt

 * Plain TEE

 * Custom T-Shirt




HOME

SHOP

MEN’S

MUG

WOMEN T-SHIRT COLLECTION

ACCESSORIES

OVERSIZED CUSTOMIZED DESIGN TSHIRT

OVERSIZED T-SHIRT

MEN IN BLACK

PREMIUM T-SHIRT

PLAIN TEE

CUSTOM T-SHIRT

OVERSIZED CUSTOMIZED DESIGN TSHIRT

OVERSIZED T-SHIRT

FULL SLEEVE COTTON TSHIRT

PREMIUM T-SHIRT

CUSTOM T-SHIRT

HOODIES

PRIVACY POLICY

TERMS & CONDITIONS

CHANGE STORE LANGUAGE

WISHLIST

ACCOUNT





Items






 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

…
 * 
 * 
 * 
 * 



✦


OVERSIZED CUSTOMIZED DESIGN TSHIRT

✦

GRAPHIC OVERSIZED TSHIRT

₹899

₹1,199

25% OFF

Add to cart






OVERSIZED STYLE UP TSHIRT

₹899

₹1,499

40% OFF

Add to cart






CLASSIC OVERSIZED GRAPHIC TSHIRT

₹999

₹1,299

23% OFF

Add to cart






SKULL SUPPLY OVERSIZED TSHIRT

₹999

₹1,899

47% OFF

Add to cart





View all

✦


HOODIES

✦

SOFT GRAPHIC MENS HOODIES

₹799

₹1,299

38% OFF

Add to cart






MEN'S CLASSIC STYLE HOODIES

₹999

₹1,399

29% OFF

Add to cart






MENS STYLE HOODIES

₹1,199

₹1,699

29% OFF

Add to cart






MEN'S GRAPHIC HOOD

₹1,299

₹1,999

35% OFF

Add to cart





View all

✦


FULL SLEEVE COTTON TSHIRT

✦

BASIC REGULAR FULL SLEEVE TSHIRT

₹599

₹999

40% OFF

Add to cart






GRAPHIC FULL SLEEVE TSHIRT

₹599

₹999

40% OFF

Add to cart






MOTO LOVE FULL SLEEVE TSHIRT

₹599

₹999

40% OFF

Add to cart





View all

✦


OVERSIZED T-SHIRT

✦

GREEN OVERSIZED GRAPHIC TSHIRT

₹699

₹1,299

46% OFF

Add to cart






BLACK OVER SIZED SUMMER PRINT T-SHIRT

₹699

₹1,299

46% OFF

Add to cart






BLACK OVER SIZED COLOUR XPT PRINT T-SHIRT

₹699

₹1,299

46% OFF

Add to cart






WHITE OVERSIZED GHOST SKULL T-SHIRT

₹699

₹1,299

46% OFF

Add to cart






GRAPHIC OVER SIZED T-SHIRT

₹699

₹1,499

53% OFF

Add to cart






BLACK OVER SIZED GOOD LUCK BHALLU STYLE T-SHIRT

₹799

₹1,499

47% OFF

Add to cart






WHITE OVERSIZED LAZY GRAPHIC T-SHIRT

₹899

₹1,299

31% OFF

Add to cart






MUSTUD OVERSIZED TIGER GRAPHIC T-SHIRT

₹899

₹1,299

31% OFF

Add to cart





View all

✦


COLLECTIONS

✦


Men’s

MUG

Women T-Shirt Collection

ACCESSORIES

OVERSIZED CUSTOMIZED DESIGN TSHIRT

OVERSIZED T-Shirt

Men in Black

Premium T-Shirt

Plain TEE

Custom T-Shirt

VIEW ALL



Chic: If your brand is all about sophisticated and stylish fashion, "chic"
communicates that perfectly. Trendsetters: If your squad is known for setting
fashion trends and being ahead of the curve, this word can represent your brand
well.

Chic: If your brand is all about sophisticated and stylish fashion, "chic"
communicates that perfectly. Trendsetters: If your squad is known for setting
fashion trends and being ahead of the curve, this word can represent your brand
well.

Chic: If your brand is all about sophisticated and stylish fashion, "chic"
communicates that perfectly. Trendsetters: If your squad is known for setting
fashion trends and being ahead of the curve, this word can represent your brand
well.

Chic: If your brand is all about sophisticated and stylish fashion, "chic"
communicates that perfectly. Trendsetters: If your squad is known for setting
fashion trends and being ahead of the curve, this word can represent your brand
well.

Chic: If your brand is all about sophisticated and stylish fashion, "chic"
communicates that perfectly. Trendsetters: If your squad is known for setting
fashion trends and being ahead of the curve, this word can represent your brand
well.

Chic: If your brand is all about sophisticated and stylish fashion, "chic"
communicates that perfectly. Trendsetters: If your squad is known for setting
fashion trends and being ahead of the curve, this word can represent your brand
well.

Chic: If your brand is all about sophisticated and stylish fashion, "chic"
communicates that perfectly. Trendsetters: If your squad is known for setting
fashion trends and being ahead of the curve, this word can represent your brand
well.

Chic: If your brand is all about sophisticated and stylish fashion, "chic"
communicates that perfectly. Trendsetters: If your squad is known for setting
fashion trends and being ahead of the curve, this word can represent your brand
well.

Chic: If your brand is all about sophisticated and stylish fashion, "chic"
communicates that perfectly. Trendsetters: If your squad is known for setting
fashion trends and being ahead of the curve, this word can represent your brand
well.

Chic: If your brand is all about sophisticated and stylish fashion, "chic"
communicates that perfectly. Trendsetters: If your squad is known for setting
fashion trends and being ahead of the curve, this word can represent your brand
well.


OVERSIZED CUSTOMIZED TSHIRT

INTRODUCING THE SKULL SUPPLY OVERSIZED T-SHIRT - THE PERFECT BLEND OF EDGY STYLE
AND ULTIMATE COMFORT. EMBRACE YOUR INNER REBEL WITH THIS EYE-CATCHING TEE THAT
FEATURES A BOLD SKULL GRAPHIC, EXUDING AN AIR OF MYSTERY AND INTRIGUE. CRAFTED
WITH PREMIUM QUALITY FABRIC, THIS OVERSIZED T-SHIRT OFFERS A RELAXED FIT THAT
DRAPES EFFORTLESSLY, MAKING IT IDEAL FOR LOUNGING OR MAKING A STATEMENT ON THE
STREETS. ITS BREATHABLE MATERIAL ENSURES ALL-DAY COMFORT, WHILE THE UNIQUE
DESIGN GUARANTEES YOU'LL STAND OUT FROM THE CROWD. WHETHER YOU'RE A TRENDSETTER
WANTING TO SPICE UP YOUR WARDROBE OR A FASHION-FORWARD INDIVIDUAL SEEKING AN
EFFORTLESS WAY TO EXPRESS YOUR PERSONALITY, THE SKULL SUPPLY OVERSIZED T-SHIRT
IS THE PERFECT CHOICE. PAIR IT WITH YOUR FAVORITE DISTRESSED JEANS FOR AN EDGY
LOOK OR LAYER IT UNDER A LEATHER JACKET FOR AN ADDED DOSE OF COOLNESS. UNLEASH
YOUR STYLE WITH THIS ONE-OF-A-KIND T-SHIRT THAT WILL MAKE HEADS TURN WHEREVER
YOU GO.

Know more

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

✦

BLACK OVER SIZED SUMMER PRINT T-SHIRT

₹699

₹1,299

46% OFF

Add to cart






BLACK OVER SIZED COLOUR XPT PRINT T-SHIRT

₹699

₹1,299

46% OFF

Add to cart






WHITE OVERSIZED GHOST SKULL T-SHIRT

₹699

₹1,299

46% OFF

Add to cart






GREEN OVERSIZED GRAPHIC TSHIRT

₹699

₹1,299

46% OFF

Add to cart






GRAPHIC OVER SIZED T-SHIRT

₹699

₹1,499

53% OFF

Add to cart






BLACK OVER SIZED GOOD LUCK BHALLU STYLE T-SHIRT

₹799

₹1,499

47% OFF

Add to cart






WHITE OVERSIZED PREMIUM GRAPHIC T-SHIRT

₹899

₹1,299

31% OFF

Add to cart






MUSTUD OVERSIZED TIGER GRAPHIC T-SHIRT

₹899

₹1,299

31% OFF

Add to cart






OVERSIZED T-SHIRT

CATALOGUE

BASIC REGULAR FULL SLEEVE TSHIRT

₹599

₹999

40% OFF

Add to cart






GRAPHIC FULL SLEEVE TSHIRT

₹599

₹999

40% OFF

Add to cart






MOTO LOVE FULL SLEEVE TSHIRT

₹599

₹999

40% OFF

Add to cart






FULL SLEEVE COTTON TSHIRT

CATALOGUE

 * 
 * 
 * 
 * 
 * 
 * 


CUSTOMIZED TSHIRT
Shop now

✦


FROM OUR BLOG

✦






Read more

Coupons and offers


Offers
Copy code








Coupon Details
COPY CODE







SIGN UP & SAVE UP TO 20%





FOR QUERIES AND HELP

Care.thescorpion@sahoobiz.co.in

COLLECTIONS

Men’s
MUG
Women T-Shirt Collection
ACCESSORIES
OVERSIZED CUSTOMIZED DESIGN TSHIRT
OVERSIZED T-Shirt

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

FOR QUERIES AND HELP

Care.thescorpion@sahoobiz.co.in

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

STAY CONNECTED

Facebook
Youtube
Instagram
100% secured payments
Add More
Home
Bag

Account
Add to cart





Add to cart






Out of stock

Out of stock

Buy now



]







SEARCH



Recent searches Clear all


TOP CATEGORIES


Products


Shimmer



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

Change language
English Hindi Odia (Oriya)

Confirm Cancel






Wishlist



Move to cart

Move to cart


1

Move to cart
Out of stock





Wishlist

Wishlisted

WISHLIST

WISHLISTED

Select size *

Color *

Wishlist