thelivingvalues.com Open in urlscan Pro
103.181.194.5  Public Scan

URL: https://thelivingvalues.com/
Submission: On October 22 via api from BE — Scanned from DE

Form analysis 4 forms found in the DOM

<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="variant-selection">
  <div class="variant-selection">
    <div class="variant-type-section mb24">
      <div class="variant-type-header size-selection-heading">
        <span class="variant-type-label size-selection-label">Select size</span>
        <span class="mandatory-field-star">*</span>
      </div>
      <div class="size-selection size-selection-list mb-8">
      </div>
    </div>
    <div class="variant-type-section">
      <div class="variant-type-header color-selection-heading">
        <span class="variant-type-label color-selection-label">Select color</span>
        <span class="mandatory-field-star">*</span>
      </div>
      <div class="color-selection color-selection-list">
      </div>
    </div>
  </div>
</form>

<form class="variant-selection-form-wrapper">
</form>

Text Content

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



CATEGORIES




items





ALL COLLECTIONS




LIVING VALUES

 * Home
 * Shop
   Cotton Polyester
 * Group Orders
 * Blog
 * 

Search
Wishlist
Account
Cart


LIVING VALUES



MENU

Home

Shop

Group Orders

Blog

Wishlist

Account

Facebook
Instagram
Shop
Cotton Polyester Lycra Cotton Mix
Facebook
Instagram



Coupons and offers


Offers
Copy code








COTTON

POLYESTER


VIBRANT FAMILY

This vibrant family in Manipur wore Living Values special T shirts that spoke of
coloring with Love, Peace, Harmony for their new year Cheiraoba in 2023!

More details


COTTON

 * 
 * 



On sale

Add to cart




HANDS THAT HELP

₹350 ₹400 (13% OFF)
 * 
 * 




Add to cart




INTEGRITY

₹400 ₹400
Add to cart




LOTUS

₹400 ₹400
 * 
 * 
 * 



Sold out

ONLY VIBRANT VIBES

₹500 ₹550 (9% OFF)


POLYESTER

 * 
 * 
 * 
 * 
 * 
 * 




Add to cart




RADIATING VIBES

₹349 ₹349
On sale

Add to cart




COLOURS OF LIFE - COLOUR ME WITH

₹200 ₹220 (9% OFF)
On sale

Add to cart




COLOURS OF LIFE - UNLEASH

₹200 ₹220 (9% OFF)


GROUP ORDER

Group order done for this enthusiastic team having a walkathon

More details




WHAT OUR CUSTOMERS ARE SAYING

THANKS TO SUCHARITHA AND LIVING VALUES, WE COULD ORDER ALMOST 67 TSHIRTS OF
VARYING SIZES AT A VERY SHORT NOTICE. THE ENTIRE PROCESS OF ORDERING AND
DELIVERY WAS VERY SMOOTH.

- Lata from USA

THESE ARE T-SHIRTS WITH VERY NICE MESSAGES WHICH TOUCH THE FUNDAMENTALS OF HUMAN
EXISTENCE !! IN ADDITION TO BEAUTIFUL MESSAGES WRITTEN ON THEM, QUALITY OF
MATERIAL IS VERY GOOD AND THEY ARE VERY REASONABLY PRICED. QUALITY OF SERVICE,
TIME TAKEN FOR DELIVERY IS EXCELLENT..

- Vibha from Mumbai

I RECOMMEND HEARTILY TO GET YOUR LATEST POLO'S OF LIVING VALUES GREAT QUALITY
AND BEST PRICE

- Prasanna from Bangalore


Coupon Details
COPY CODE






DELIVERY HAPPENS WITHIN: 3-5 DAYS

REACHLIVINGVALUES@GMAIL.COM


COLLECTIONS

Cotton Polyester Lycra Cotton Mix


LINKS

Home Shop


STAY CONNECTED

Facebook
Instagram
Add More


Home

Cart

Account

On sale
Sold out

Add to cart



View all products


This product is out of stock




Search

Recent searches Clear all


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

Top categories


clock

Add to cart



Add to cart



Buy now


Select size *

Select color *



On sale
Sold out




Facebook
Instagram







Add to wishlist Wishlisted
Wishlist Wishlisted








Wishlist

 1. Home
 2. Wishlist



On sale
Sold out


Move to cart

Move to cart


Move to cart
Out of stock