www.tissotwatches.com Open in urlscan Pro
2600:1413:5000:8::1736:76cd  Public Scan

URL: https://www.tissotwatches.com/en-my/t0352101637101.html
Submission: On April 18 via api from SG — Scanned from SG

Form analysis 4 forms found in the DOM

GET https://www.tissotwatches.com/en-my/catalogsearch/result/

<form class="search-form__form" action="https://www.tissotwatches.com/en-my/catalogsearch/result/" role="search" method="GET">
  <input aria-label="Search for a product" name="q" type="search" placeholder="Search for a product" class="search-form__input" x-ref="searchInput" tabindex="-1">
  <button type="submit" class="search-form__submit submit" tabindex="-1">
    <svg class="search-form__icon icon" aria-hidden="true">
      <use xlink:href="https://www.tissotwatches.com/static/version1713256390/frontend/Tissot/hyva/en_MY/images/symbol-defs.svg#icon-search"></use>
    </svg>
  </button>
</form>

POST

<form x-data="formHelper()" x-init="labelBehavior()" x-ref="outOfStockForm" id="outofstock-form" method="post" @submit="isNewsletter ? submitNewsletter($event) : submitOutOfStock($event)">
  <div class="form-group">
    <div>
      <input x-model="form.email" class="form-control required-entry validate-email" id="email" name="email" type="email" autocorrect="off" placeholder=" " autocomplete="email" inputmode="email" required="">
      <label for="email" class="control-label">Email Address <em>*</em></label>
    </div>
  </div>
  <div class="form-tissot form-group checkbox-group has-value">
    <div class="control" x-data="{checked: false}">
      <label>
        <input x-ref="accept-privacy-policy" id="privacy-policy-1-662082d66640a" class="accept-privacy-policy form-control required-entry" name="privacy-policy" type="checkbox" x-model="checked" required="" aria-required="true">
        <i class="icon-checkbox" :class="{&quot;checked&quot;: checked}" aria-hidden="true"></i>
        <p style="display: inline">I have read &amp; understood the <strong><a href="https://www.tissotwatches.com/en-my/privacy-notice.html">privacy notice</a></strong> <em>*</em></p>
      </label>
    </div>
    <br>
    <div class="control" x-data="{checked: false}">
      <label>
        <input x-ref="subscribe-newsletter" id="subscribe-newsletter-2-662082d66657f" class="subscribe-newsletter form-control " name="subscribe-newsletter" type="checkbox" x-model="checked">
        <i class="icon-checkbox" :class="{&quot;checked&quot;: checked}" aria-hidden="true"></i>
        <p style="display: inline">I agree that TISSOT sends me its newsletter via email and consent that TISSOT processes my personal data for this purpose. I confirm to have read and understood the
          <a style="font-weight:700" href="https://www.tissotwatches.com/en-my/privacy-notice.html">privacy notice</a>.</p>
      </label>
    </div>
  </div>
  <template x-if="isNewsletter">
    <div>
      <div class="form-group select-group is-focus">
        <label class="control-label" for="civility">Title</label>
        <div>
          <select class="form-control" x-model="form.civility" id="civility" name="civility">
            <option value=""> Please select an option. </option>
            <option value="Sir"> Sir </option>
            <option value="Madam"> Madam </option>
            <option value="Other"> Other </option>
          </select>
        </div>
      </div>
      <div class="form-group"></div>
      <div class="form-group">
        <div>
          <input x-model="form.firstName" type="text" title="First Name" name="firstname" id="firstname" class="form-control" autocorrect="off" placeholder=" " autocomplete="given-name">
          <label class="control-label" for="firstname"> First Name </label>
        </div>
      </div>
      <div class="form-group">
        <div>
          <input x-model="form.lastName" type="text" title="Last Name" id="lastname" name="lastname" class="form-control" autocorrect="off" placeholder=" " autocomplete="family-name">
          <label class="control-label" for="lastname"> Last Name </label>
        </div>
      </div>
      <div class="form-group group-dob is-focus">
        <div>
          <input x-model="form.birthday" title="Date of Birth" type="date" name="birthday" id="date-of-birth" class="form-control" pattern="\d{4}-\d{2}-\d{2}" autocorrect="off" autocomplete="bday">
          <label class="control-label" for="date-of-birth"> Date of Birth </label>
        </div>
      </div>
      <div class="form-group form-footer">
        <small>* Required Fields</small>
      </div>
    </div>
  </template>
  <div class="form-group">
    <div class="control">
      <input type="hidden" value="" name="g-recaptcha-response">
    </div>
    <input type="hidden" x-model="form.source" name="source" value="out_of_stock">
  </div>
  <div class="out-of-stock-nav-parts">
    <button type="submit" class="btn -primary">
      <span x-show="!isNewsletter">Get Notified</span>
      <span x-show="isNewsletter" style="display: none;">Subscribe &amp; get notified</span>
    </button>
  </div>
</form>

POST

<form action="" x-ref="reserveForm" method="post" @submit.prevent="submitReservation" id="reserve-form">
  <div class="form-horizontal form-tissot">
    <input type="hidden" name="product_id" value="1481">
    <input type="hidden" name="qty" value="1">
    <input name="form_key" type="hidden" value="m8L4n8A3Pk1pejJq"> <!-- Render the hidden input field that will be validated server side -->
    <div class="control">
      <input type="hidden" value="" name="g-recaptcha-response">
    </div>
    <div class="form-group select-group is-focus">
      <label class="control-label" for="title">Title </label>
      <div>
        <select name="civility" class="form-control" x-model="form.civility" id="res-mod-title">
          <option value=""> Please select an option. </option>
          <option value="Sir"> Sir </option>
          <option value="Madam"> Madam </option>
          <option value="Other"> Other </option>
        </select>
      </div>
    </div>
    <div class="form-group">
      <div>
        <input x-model="form.firstName" name="firstName" type="text" class="form-control" id="res-mod-firstname" autocorrect="off" placeholder=" " autocomplete="given-name" required="">
        <label for="res-mod-firstname" class="control-label">firstname <em>*</em></label>
      </div>
    </div>
    <div class="form-group">
      <div>
        <input x-model="form.lastName" name="lastName" type="text" class="form-control" id="res-mod-lastname" autocorrect="off" placeholder=" " autocomplete="family-name" required="">
        <label for="res-mod-lastname" class="control-label">Surname <em>*</em></label>
      </div>
    </div>
    <div class="form-group">
      <div>
        <input x-model="form.email" name="email" type="email" class="form-control" id="res-mod-email" autocorrect="off" placeholder=" " autocomplete="email" inputmode="email" required="">
        <label for="res-mod-email" class="control-label">Email Address <em>*</em></label>
      </div>
    </div>
    <div class="form-group">
      <div>
        <input x-model="form.phoneNumber" name="phoneNumber" type="text" class="form-control" id="res-mod-telephone" autocorrect="off" placeholder=" " autocomplete="tel" inputmode="tel" required="">
        <label for="res-mod-telephone" class="control-label">Phone Number <em>*</em></label>
      </div>
    </div>
    <div class="form-group form-group-message is-focus">
      <label for="res-mod-message" class="control-label">Your message for the store:</label>
      <div>
        <textarea x-model="form.message" class="form-control validate-length maximum-length-255" id="res-mod-message" maxlength="255" rows="5"></textarea>
      </div>
    </div>
    <div class="form-group checkbox-group">
      <small> * Required Fields </small>
      <!-- Render the legal notice block -->
      <div class="w-full grecaptcha-legal">
        <p class="text-sm text-gray-900"> This form is protected by reCAPTCHA - the <a class="underline" href="https://policies.google.com/privacy">Google Privacy Policy</a> and
          <a class="underline" href="https://policies.google.com/terms">Terms of Service</a> apply.</p>
      </div>
      <div class="control" x-data="{checked: false}">
        <label>
          <input x-ref="accept-privacy-policy" id="privacy-policy-1-662082d6e5414" class="accept-privacy-policy form-control required-entry" name="privacy-policy" type="checkbox" x-model="checked" required="" aria-required="true">
          <i class="icon-checkbox" :class="{&quot;checked&quot;: checked}" aria-hidden="true"></i>
          <p style="display: inline">I have read &amp; understood the <strong><a href="https://www.tissotwatches.com/en-my/privacy-notice.html">privacy notice</a></strong> <em>*</em></p>
        </label>
      </div>
      <br>
      <div class="control" x-data="{checked: false}">
        <label>
          <input x-ref="subscribe-newsletter" id="subscribe-newsletter-2-662082d6e551c" class="subscribe-newsletter form-control " name="subscribe-newsletter" type="checkbox" x-model="checked">
          <i class="icon-checkbox" :class="{&quot;checked&quot;: checked}" aria-hidden="true"></i>
          <p style="display: inline">I agree that TISSOT sends me its newsletter via email and consent that TISSOT processes my personal data for this purpose. I confirm to have read and understood the
            <a style="font-weight:700" href="https://www.tissotwatches.com/en-my/privacy-notice.html">privacy notice</a>.</p>
        </label>
      </div>
    </div>
  </div>
  <div class="reserve-nav-parts">
    <div class="reserve-watch">
      <button type="submit" class="btn -primary w-auto">
        <span>Reserve your watch in a store</span>
      </button>
    </div>
  </div>
</form>

POST https://www.tissotwatches.com/en-my/tissot_newsletter/subscribe/

<form id="newsletter-banner__form" class="banner-form" method="post" enctype="multipart/form-data" action="https://www.tissotwatches.com/en-my/tissot_newsletter/subscribe/" @submit="newsletterSubmit">
  <div class="form-group newsletter-email">
    <div>
      <input id="newsletter-banner__email" name="email" class="form-control required-entry validate-email" type="email" required="required" data-required="true" autocorrect="off" placeholder=" " autocomplete="email" inputmode="email">
      <label class="control-label" for="newsletter-banner__email">
        <span>Email Address</span>
      </label>
      <input type="hidden" name="source" value="">
      <button type="submit" id="newsletter-banner__submit" class="btn -primary">
        <span>Submit</span>
      </button>
      <div class="tooltip"></div>
    </div>
  </div>
</form>

Text Content

REGISTER YOUR WATCH HERE TO ACCESS YOUR WARRANTY INFORMATION AND MORE
Skip to content

Toggle Nav
 * Brand
 * Customer service

 * MEN
   
   View all
   
   
   CATEGORIES
   
    * TISSOT STRAPS
   
    * T-TOUCH
    * CLASSIC
    * SPORT
    * HERITAGE
    * POCKET
    * GOLD
   
   
   SELECTIONS
   
    * NEW
    * GIFT IDEAS
    * CHRONOGRAPH
   
   
   MAIN COLLECTIONS
   
    * TISSOT PRX
    * Tissot PR516
    * TISSOT PR 100
    * TISSOT SEASTAR 1000
    * TISSOT GENTLEMAN
    * TISSOT LE LOCLE
    * TISSOT XL
    * TISSOT CLASSIC DREAM
    * TISSOT T-RACE
   
   TISSOT PRX.
 * WOMEN
   
   View all
   
   
   CATEGORIES
   
    * TISSOT STRAPS
   
    * CLASSIC
    * EXCLUSIVE FOR LADIES
    * SPORT
    * HERITAGE
    * POCKET
    * GOLD
   
   
   SELECTIONS
   
    * NEW
    * GIFT IDEAS
    * DIAMONDS
   
   
   MAIN COLLECTIONS
   
    * TISSOT PRX 35
    * TISSOT PR 100 SPORT CHIC
    * TISSOT LOVELY
    * TISSOT SEASTAR
    * TISSOT EVERYTIME
    * TISSOT T-MY LADY
    * TISSOT BELLISSIMA
    * TISSOT LE LOCLE
    * TISSOT CLASSIC DREAM
   
   GIFT IDEAS.
 * COLLECTION
   
   View all
   
   
   ALL OUR WATCHES
   
    * TISSOT STRAPS
   
    * TACTILE AND CONNECTED
    * CLASSIC
    * SPORT
    * HERITAGE
    * EXCLUSIVE FOR LADIES
    * POCKET
    * GOLD
   
   
   TISSOT SELECTIONS
   
    * NEW
    * GIFT IDEAS
    * WATCHMAKERS' FAVORITES
    * PERFECT PAIRS
    * NBA Watches
    * MOTOGP
    * CYCLING
   
   
   MAIN COLLECTIONS
   
    * TISSOT PRX
    * TISSOT PR 100
    * TISSOT SEASTAR 1000
    * TISSOT CLASSIC DREAM
    * TISSOT EVERYTIME
    * TISSOT CHEMIN DES TOURELLES
    * TISSOT LE LOCLE
    * TISSOT SIDERAL
    * TISSOT CARSON
   
   OUR GIFT FINDER.
 * NEW
 * Straps

Element after the menu to focus on
 * Search
 * Malaysia
 * Find Stores
 * Register Watch
 * My Account
 * My Cart 0

Search My Account My Cart 0
 * MEN
   
   View all
   
   
   CATEGORIES
   
    * TISSOT STRAPS
   
    * T-TOUCH
    * CLASSIC
    * SPORT
    * HERITAGE
    * POCKET
    * GOLD
   
   
   SELECTIONS
   
    * NEW
    * GIFT IDEAS
    * CHRONOGRAPH
   
   
   MAIN COLLECTIONS
   
    * TISSOT PRX
    * Tissot PR516
    * TISSOT PR 100
    * TISSOT SEASTAR 1000
    * TISSOT GENTLEMAN
    * TISSOT LE LOCLE
    * TISSOT XL
    * TISSOT CLASSIC DREAM
    * TISSOT T-RACE
   
   TISSOT PRX.
 * WOMEN
   
   View all
   
   
   CATEGORIES
   
    * TISSOT STRAPS
   
    * CLASSIC
    * EXCLUSIVE FOR LADIES
    * SPORT
    * HERITAGE
    * POCKET
    * GOLD
   
   
   SELECTIONS
   
    * NEW
    * GIFT IDEAS
    * DIAMONDS
   
   
   MAIN COLLECTIONS
   
    * TISSOT PRX 35
    * TISSOT PR 100 SPORT CHIC
    * TISSOT LOVELY
    * TISSOT SEASTAR
    * TISSOT EVERYTIME
    * TISSOT T-MY LADY
    * TISSOT BELLISSIMA
    * TISSOT LE LOCLE
    * TISSOT CLASSIC DREAM
   
   GIFT IDEAS.
 * COLLECTION
   
   View all
   
   
   ALL OUR WATCHES
   
    * TISSOT STRAPS
   
    * TACTILE AND CONNECTED
    * CLASSIC
    * SPORT
    * HERITAGE
    * EXCLUSIVE FOR LADIES
    * POCKET
    * GOLD
   
   
   TISSOT SELECTIONS
   
    * NEW
    * GIFT IDEAS
    * WATCHMAKERS' FAVORITES
    * PERFECT PAIRS
    * NBA Watches
    * MOTOGP
    * CYCLING
   
   
   MAIN COLLECTIONS
   
    * TISSOT PRX
    * TISSOT PR 100
    * TISSOT SEASTAR 1000
    * TISSOT CLASSIC DREAM
    * TISSOT EVERYTIME
    * TISSOT CHEMIN DES TOURELLES
    * TISSOT LE LOCLE
    * TISSOT SIDERAL
    * TISSOT CARSON
   
   OUR GIFT FINDER.
 * NEW
 * Straps


Skip to Content
 * Home
 * Tissot Couturier Lady


TISSOT COUTURIER LADY

T035.210.16.371.01
This product is currently out of stock

This product interests you? We will notify you by email when it becomes
available again. To do so, enter your email address.

Email Address *

I have read & understood the privacy notice *


I agree that TISSOT sends me its newsletter via email and consent that TISSOT
processes my personal data for this purpose. I confirm to have read and
understood the privacy notice.

Title
Please select an option. Sir Madam Other

First Name
Last Name
Date of Birth
* Required Fields

Get Notified Subscribe & get notified
You’re all set up to get notified when this popular item arrives again.
360º




360º


Show more Show less
360º



Show more Show less



TISSOT COUTURIER LADY
T035.210.16.371.01

Diameter:32 mm
316L stainless steel case
Swiss Quartz movement
Scratch-resistant sapphire crystal
Adjustable leather strap

Show more Show more Show less
+

  RM 1,450.00

Register below to get notified if this reference comes back in stock.


  RM 1,450.00

Register below to get notified if this reference comes back in stock.




Get notified
RESERVE IN BOUTIQUE

Find a retailer



TECHNICAL SPECS

   


 * DESCRIPTION
   
   Just as the creations of the world’s great fashion designers rely on the
   perfect mix of fabric and cut, the Tissot Couturier timepieces blend elegant
   lines with materials to match. These watches express their made-to-measure
   character through their uncompromising attention to detail. These promise to
   outlive any fashion whim and stand the test of time.

   


 * ABOUT THE WATCH
   
      
    * SKU T0352101637101
    * Collection T-Classic
    * Weight 46
    * Water resistance Water-resistant up to a pressure of 10 bar (100 m / 330
      ft)
    * Warranty 2 Years of Warranty


 * CASE & CRYSTAL
   
      
    * Length 32.00
    * Width 32.00
    * Thickness 8.1
    * Lugs 18.00
    * Case shape Round
    * Case Material 316L stainless steel case
    * Crystal Scratch-resistant sapphire crystal


 * MOVEMENT
   
      
    * Energy Quartz EOL
    * Movement Swiss quartz
    * Battery battery type Renata 371
    * Functions EOL (battery end-of-life indicator)
    * Dial HMSD (Hour, Minute, Second, Date)
    * Caliber 10 1/2'''
    * Diameter (mm) 23,9


 * DIAL
   
      
    * Dial color Bordeaux
    * Indexes Indexes


 * STRAP
   
      
    * Strap/Chain reference T600031400
    * Strap length 6h (mm) 110.00
    * Strap length 12h (mm) 75.00
    * Strap details Leather
    * Strap color Burgundy
    * Buckle Butterfly clasp
    * Strap back Synthetic
    * Strap Front Embossed cow leather

Choose your language Choose your language English Français Deutsch Italiano
Nederlands Español Português Polski Ελληνικά русский 中文 日本語 한국어 ไทย العربية
Türkçe Dansk Suomi Norsk Bokmål Svenska English
Download pdf
Virtual Tool

Scan the QR code with your smartphone to open the virtual tool.

1/3
Reserve your watch in a store
No obligation to purchase
Tissot Couturier Lady
T0352101637101
RM 1,450.00*
*Recommended retail price

false store(s) found.

Reserve

Contact informations
Previous
Title
Please select an option. Sir Madam Other
firstname *
Surname *
Email Address *
Phone Number *
Your message for the store:

* Required Fields

This form is protected by reCAPTCHA - the Google Privacy Policy and Terms of
Service apply.

I have read & understood the privacy notice *


I agree that TISSOT sends me its newsletter via email and consent that TISSOT
processes my personal data for this purpose. I confirm to have read and
understood the privacy notice.

Reserve your watch in a store
Thanks for your reservation! Our team will treat your request and send you an
email of confirmation with an appointment.


WELCOME TO THE ONLINE TISSOT STORE MALAYSIA

I want to stay on the Malaysia online store


WELCOME TO THE ONLINE TISSOT STORE MALAYSIA

To have the best experience on our website, we recommend you to shop on the
Singapore online store

Continue on the following website: Singapore
I want to stay on the Malaysia online store


SELECT YOUR COUNTRY/REGION

 * 





EUROPE

 * 
   België Belgique
 * 
   Denmark
 * 
   Deutschland
 * 
   España
 * 
   France
 * 
   Ireland
 * 
   Italia
 * 
   Luxembourg
 * 
   Nederland
 * 
   Norway
 * 
   Polska
 * 
   Portugal
 * 
   Suisse Schweiz
 * 
   Finland
 * 
   Sweden
 * 
   United Kingdom
 * 
   Österreich
 * 
   Ελλάδα
 * 
   Россия


AMERICA

 * 
   Brasil
 * 
   Canada (Québec) Canada
 * 
   Mexico
 * 
   United States


MIDDLE EAST & AFRICA

 * 
   South Africa
 * 
   Türkiye


ASIA & OCEANIA

 * 
   Australia
 * 
   India
 * 
   Singapore
 * 
   ประเทศไทย Thailand
 * 
   中国
 * 
   日本
 * 
   澳门特别行政区
 * 
   臺灣地區
 * 
   香港特别行政區 Hong-Kong SAR
 * 
   Malaysia
 * 
   대한민국



You can return any unused and undamaged product purchased on the Malaysia Tissot
Online Store within 7 days upon receiving your item. We currently offer FREE
returns for watch purchases.

Click RETURN REQUEST to receive your instructions of return.

For more information, please review our full Return Policy and Terms of Use. For
any additional return inquiries, please contact Customer Service at +603 2050
8888.



Safe and Secure Payments



In order to guarantee data protection, we encrypt all data relative to your
purchase or your TISSOT account. TISSOT does not store any data relative to your
payment.

The following payment methods are available on our website :


 * Credit card or Debit card (Visa & Mastercard)





Free Delivery



With Tissot Malaysia, Standard delivery is free for all purchases made to
Malaysia. If you wish to be delivered to a different country, please change the
website through the country selector button, on the top of the page.

All orders are prepared and shipped from Monday to Friday.

All orders processed before 8:00 AM are shipped the same day. Orders after 8:00
AM will be shipped the next working day.


As soon as the order is shipped, you will be notified by email, with the
tracking number associated to your package.



Label "Swiss Made"



All Tissot watches are certified with the « Swiss Made » quality label,
testimony of know-how, impeccable quality, perfect aesthetics and technical
innovations.

International warranty



All watches sold on our website have a 2 year international warranty. COSC
certified models benefit of a 3 year old warranty. Each purchase is provided
with a date stamped international warranty card. For more information about
warranty, click here.




JOIN THE TISSOT FAMILY

Sign up to receive exclusive offers and product reviews

Email Address Submit

 * Find a store
 * 
   Corporate gift
 * 
   Follow us
 * 
   Need assistance?

 * Men
 * Women
 * Collections
 * Brand

 * Store Locator
 * Customer service
 * Press lounge
 * Contact us

 * Stop fake
 * Straps

 * Conditions of sale
 * Privacy notice
 * Terms of use
 * Cookie Notice
 * Cookie settings
 * Delivery & Returns
 * Return Request











WELCOME TO TISSOT

By clicking “Accept All Cookies”, you agree to the storing of cookies on your
device to enhance site navigation, analyze site usage, and assist in our
marketing efforts. Cookie Policy
Reject all Accept all cookies
Settings