www.timeshop24.com Open in urlscan Pro
185.88.215.22  Public Scan

Submitted URL: http://timeshop24.com/
Effective URL: https://www.timeshop24.com/
Submission Tags: tranco_l324
Submission: On May 17 via api from DE — Scanned from DE

Form analysis 4 forms found in the DOM

POST

<form class="form form-login" method="post" data-bind="afterRender: initLoginSubmit" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete, placeholder: $t('Email Address')}"
          data-validate="{required:true, 'validate-email':true}" autocomplete="off" placeholder="Email Address">
      </div>
    </div>
    <div class="field password required">
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete, placeholder: $t('Password')}" data-validate="{required:true}" autocomplete="off" placeholder="Password">
      </div>
    </div>
    <div class="container forgotten-password">
      <a class="action forgotten-password" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.timeshop24.com/customer/account/forgotpassword/">
                        <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                    </a>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="recaptcha-dropdown-login-wrapper">
      <div class="g-recaptcha" id="recaptcha-dropdown-login">
        <div class="grecaptcha-badge" data-style="inline" style="width: 256px; height: 60px; box-shadow: gray 0px 0px 5px;">
          <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-vytlcbrsxz5e" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LcVL8oiAAAAAE6Jxu5PgGHG3MM5wFSOiJQvqLlI&amp;co=aHR0cHM6Ly93d3cudGltZXNob3AyNC5jb206NDQz&amp;hl=en&amp;v=8k85QBI-qzxmenDv318AZH30&amp;theme=light&amp;size=invisible&amp;badge=inline&amp;cb=naawzjjd5mny"></iframe>
          </div>
          <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) --><!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
  </div>
  <div class="actions">
    <div class="mini-login-buttons-container">
      <input name="context" type="hidden" value="catalog">
      <button type="button" class="action action-register secondary" data-bind="mageInit: {'toggleAdvanced':{'selectorsToggleClass': 'active','baseToggleClass': 'expanded', 'toggleContainers': '.toggleIt', 'curLabel': $t('Register')}}">
        <span data-bind="i18n: 'To Register'">To Register</span>
      </button>
      <button type="submit" class="action action-login primary" name="send" id="send2">
        <span data-bind="i18n: 'Sign In'">Sign In</span>
      </button>
    </div>
  </div>
  <input type="text" name="token" style="display: none">
</form>

POST

<form class="form form-register" method="post" data-bind="afterRender: initRegisterSubmit" id="register-form">
  <div class="fieldset register" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field firstname required">
      <div class="control">
        <input name="firstname" id="register-firstname" type="text" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete, placeholder: $t('Firstname')}" data-validate="{required:true}"
          autocomplete="off" placeholder="Firstname">
      </div>
    </div>
    <div class="field lastname required">
      <div class="control">
        <input name="lastname" id="register-lastname" type="text" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete, placeholder: $t('Lastname')}" data-validate="{required:true}"
          autocomplete="off" placeholder="Lastname">
      </div>
    </div>
    <div class="field email required">
      <div class="control">
        <input name="email" id="register-email-address" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete, placeholder: $t('Email Address')}"
          data-validate="{required:true, 'validate-email':true}" autocomplete="off" placeholder="Email Address">
      </div>
    </div>
    <div class="field password required">
      <div class="control">
        <input name="password" type="password" class="input-text" id="register-password"
          data-bind="attr: {autocomplete: autocomplete, placeholder: $t('Password'), 'data-password-min-length': passwordMinLength, 'data-password-min-character-sets': passwordMinCharacterSets}"
          data-validate="{required:true, 'validate-customer-password':true}" autocomplete="off" placeholder="Password" data-password-min-length="8" data-password-min-character-sets="3">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-register-form-fields') -->
    <!-- ko template: getTemplate() -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="recaptcha-dropdown-register-wrapper">
      <div class="g-recaptcha" id="recaptcha-dropdown-register">
        <div class="grecaptcha-badge" data-style="inline" style="width: 256px; height: 60px; box-shadow: gray 0px 0px 5px;">
          <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-12j24qtfggcg" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LcVL8oiAAAAAE6Jxu5PgGHG3MM5wFSOiJQvqLlI&amp;co=aHR0cHM6Ly93d3cudGltZXNob3AyNC5jb206NDQz&amp;hl=en&amp;v=8k85QBI-qzxmenDv318AZH30&amp;theme=light&amp;size=invisible&amp;badge=inline&amp;cb=1ppvs9iu24pb"></iframe>
          </div>
          <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) --><!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <div class="field choice newsletter">
      <input type="checkbox" name="is_subscribed" data-bind="attr: {title: $t('Sign Up for Newsletter')}" value="1" id="register_is_subscribed" class="checkbox switch" title="Sign Up for Newsletter">
      <label for="register_is_subscribed" class="label">
        <span data-bind="i18n: 'Sign Up for Newsletter'">Sign Up for Newsletter</span>
      </label>
    </div>
  </div>
  <div class="actions">
    <div class="mini-login-buttons-container">
      <input name="context" type="hidden" value="catalog">
      <button type="button" class="action action-register secondary" data-bind="mageInit: {'toggleAdvanced':{'selectorsToggleClass': 'active','baseToggleClass': 'expanded', 'toggleContainers': '.toggleIt', 'curLabel': $t('Login')}}">
        <span data-bind="i18n: 'To Login'">To Login</span>
      </button>
      <button type="submit" class="action action-login primary" name="send" id="send">
        <span data-bind="i18n: 'Register'">Register</span>
      </button>
    </div>
  </div>
  <input type="text" name="token" style="display: none">
</form>

GET https://www.timeshop24.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.timeshop24.com/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Enter search term..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false">
      <div class="mst-searchautocomplete__autocomplete">
        <div class="mst-searchautocomplete__spinner">
          <div class="spinner-item spinner-item-1"></div>
          <div class="spinner-item spinner-item-2"></div>
          <div class="spinner-item spinner-item-3"></div>
          <div class="spinner-item spinner-item-4"></div>
        </div>
        <div class="mst-searchautocomplete__close">×</div>
      </div>
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div class="nested">
        <a class="action advanced" href="https://www.timeshop24.com/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
    </div>
    <div class="actions">
      <button type="submit" title="Search" class="action search" aria-label="Search" disabled="">
        <span>Search</span>
      </button>
    </div>
  </div>
</form>

POST https://eu.cleverreach.com/f/1871-171379/wcs/

<form class="layout_form cr_form cr_font" action="https://eu.cleverreach.com/f/1871-171379/wcs/" method="post" target="_blank">
  <div class="subscribe-content  ts-table" style="padding: 0;">
    <div class="item left ts-table-cell">
      <div class="subscribe-bandage"><span class="highlight">5€</span></div>
    </div>
    <div class="item mid ts-table-cell">
      <p>Sign up for News and receive a €5 off Coupon. Receive notifications about special offers or <!--a href="/xmas-sale" title="Black Friday Sale @Timeshop24"><strong-->shopping highlights especially for our app customers.</p>
      <p class="small">¹€50 minimum purchase value</p>
    </div>
    <div class="item right ts-table-cell">
      <div class="input-box">
        <input type="email" id="text3815221" name="email" value="" title="Newsletter Subscription" placeholder="Email adress" class="ts-no-validation-icon input-text ts-extended-placeholder ts-required-entry validate-email">
        <button type="submit" title="Subscribe"><span><span>Subscribe</span></span></button>
        <input id="cr_form-input--text3815206" class="cr_form-input" type="hidden" name="448255" value="DOI - www.timeshop24.com" style="width:100%;">
      </div>
    </div>
  </div>
</form>

Text Content

The store will not work correctly when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

*** To our non EU customers: after the webshop deducting German VAT -19%,
logistics will request local tax from you & a little service fee !! ***

Skip to Content

Shop for watches & jewelrey since 2004

 Live-Chat
Sign in
Sign In

Forgot Your Password?

To Register Sign In
Register

Sign Up for Newsletter
To Login Register
Cart
Cart
Your cart

You have no items in your shopping cart.

Continue shopping View Cart

Back Top
Menu
English

Search
Search
×

Advanced Search
Search

Menu
 * Watches
   * Brands
     * AVI-8
     * Alpina
     * Aeronautec
     * Bering
       * Ladies
       * Mens
       * Automatic
     * Boccia
       * Ladies
       * Men's
     * Boss
       * Ladies
       * Men's
     * Bulova
       * Men's
       * Ladies
       * Accutron
       * Automatic
       * Classic
       * Curv
       * Frank Sinatra
       * Marine Star
       * Rubaiyat
     * Braun
     * Carl von Zeyten
     * Casio
       * Ladies
       * Men's
       * Baby-G
       * Collection
       * Pro-Trek
       * Edifice
       * Wave Ceptor - Radio controlled
       * G-Shock
     * Cluse
     * Citizen
       * Ladies
       * Men's
       * Automatic
       * Eco-Drive watches
       * Radio Controlled
       * Promaster
       * Super-Titanium
       * Elegant
       * Sport and Chronograph
       * Satellite Wave GPS
     * D1 Milano
       * Men's
       * Ladies
     * Daisy Dixon
     * DuFa
     * Duxot
     * Earnshaw
     * Engelsrufer
     * Edox
       * Ladies
       * Men's
     * Eterna
     * Festina
       * Ladies
       * Men's
       * Kids
     * Frederique Constant
     * Gevril
     * Guess
       * Ladies
       * Mens
     * Hanowa
       * Men's
       * Ladies
     * Ingersoll
       * Men's
       * Replacement straps
     * Iron Annie
     * Jacques Lemans
       * Ladies
       * Men's
     * Jaguar
     * Jowissa
     * KHS
       * Replacement straps
     * Lacoste
       * Ladies
       * Men's
       * Kids
     * Lorus
       * Ladies
       * Men's
       * Kids
     * Louis XVI
     * Luminox
     * Maserati
       * Ladies
       * Men's
     * Maurice Lacroix
     * MVMT
       * Men's
       * Ladies
       * Chronographs
     * Nordgreen
     * Nubeo
     * Olivia Burton
     * OPS!
     * Orient
       * Ladies
       * Men's
     * Orient Star
     * Philipp Plein
       * Ladies
       * Men's
     * Plein Sport
       * Ladies
       * Men's
     * Picto
       * Men's
       * Ladies
       * Ocean Ghost Net
     * Police
       * Ladies
       * Mens
     * Porsche Design
     * Pulsar
       * Ladies
       * Men's
     * Rosefield
     * Rotary
       * Ladies
       * Men's
     * Sector
       * Men's
       * Ladies
       * Smartwatches
     * Spinnaker
     * Swiss Alpine Military
     * Swiss Military by Chrono
       * Ladies
       * Men's
     * Swiss Military Hanowa
       * Ladies
       * Men's
     * Thomas Sabo
       * Ladies
       * Men's
     * Timberland
     * Tissot
     * Tommy Hilfiger
       * Ladies
       * Men's
     * Traser H3
     * TW-Steel
       * Ladies
       * Men's
       * ACE
       * Canteen
       * CEO Tech
       * Maverick
       * Yamaha Factory Racing
       * CEO Adesso
       * Automatic
       * Volante
     * U-Boat
       * Ladies
       * Mens
       * Capsoil
     * Versace
       * Ladies
       * Men's
     * Versus Versace
       * Ladies
       * Men's
     * Victorinox
       * Men's
       * Ladies
       * I.N.O.X.
     * V.O.S.T.
     * Wenger
       * Ladies
       * Men's
     * Withings
     * Zeppelin
       * Men's
       * Ladies
   * Topics
     * Sale %
       * Ladies
       * Men's
     * All ladies watches
     * All mens watches
     * Chronograph
     * Automatic Watches
       * Ladies
       * Men's
     * Chronographs
       * Men's
       * Ladies
     * Diamond Watches
     * Digital Watches
     * Electric watches
     * Pilot Watches
     * Radio wristwatches
     * Gold watches
     * Wooden watches
     * Ceramic Watches
     * Kids watches
     * Luxury Watches
       * Ladies
       * Men's
     * Military Watches
     * Multifunctional watches
     * Novelties
     * Outdoor Watches
     * Swiss watches
     * Skeleton watches
     * Smartwatches
     * Solar Watches
       * Men's
       * Ladies
     * Sport Watches
     * Swarovski & Gemstones
     * Pocket Watches
     * Divers Watches
     * Titanium Watches
     * Vintage watches
     * Alarm clocks
     * XXL watches
       * Mens
       * Ladies
 * Watch winders
   * Watchwinder for 2 watches
   * Watchwinder for 4 watches
 * Watch Boxes
   * Wooden watch boxes
   * Leather watch boxes
   * Watch cases
   * Watch cabinets
 * Watch Straps
   * 12 mm
   * 14 mm
   * 16 mm
   * 18 mm
   * 19 mm
   * 20 mm
   * 22 mm
   * 24 mm
 * Wall Clocks
 * Jewelry
   * Brands
     * Ania Haie
       * Bracelets
       * Necklaces
       * Anklets
       * Earrings
     * Engelsrufer
       * Pendants
       * Bracelets
       * Necklaces
       * Earrings
       * Anklets
     * Thomas Sabo
       * Pendants
       * Bracelets
       * Charms
       * Anklets
       * Necklaces
       * Little Secrets
       * Earrings
       * Rings
     * Police
     * Rebel & Rose
       * Bracelets
     * Save Brave
       * Bracelets
       * Necklaces
       * Earrings
     * Tamaris
       * Bracelets
     * Tommy Hilfiger
       * Bracelets
       * Necklaces
       * Earrings
       * Cufflinks
   * Topics
     * Pendants
     * Bracelets
     * Charms
     * Anklets
     * Necklaces
     * Earrings
     * Rings
       * Size 50
       * Size 52
       * Size 54
       * Size 56
       * Size 58
     * Men's jewelery
 * Sale %
 * Services in the watchshop | Timeshop24

Account

Settings
Currency
EUR - Euro
 * AUD - Australian Dollar
 * GBP - British Pound
 * HKD - Hong Kong Dollar
 * CAD - Canadian Dollar
 * SEK - Swedish Krona
 * SGD - Singapore Dollar
 * USD - US Dollar


BUY WATCHES ONLINE -
WRISTWATCHES & JEWELLERY IN
THE WATCH-SHOP OF TIMESHOP24

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

Order brand watches for ladies & gentlemen
safely and receive quickly.

SHOP NOW

Ladies Watches

Mens Watches

Sale

 * Refund warranty
   Certificate for Timeshop24
   No. XDDAF1FD346813F36C12A5EC4FEA44723valid
   
   --------------------------------------------------------------------------------
   
    * Certified Shop
      
      This webshop meets the quality requirements from Trusted Shops.
   
    * Buyer protection
      
      30 days through Trusted Shops buyer protection.
   
    * Customer Service
      
      If you have questions please contact webshop or Trusted Shops.
   
   Certified since
   30.08.2005
    
   Valid until
   28.08.2021
    
   Confirmed by
   
   Jean-Marc Noël
   Manager of Trusted Shops GmbH

 * Buy on open invoice
   Shoppers favorite payment method
   
   
   Pay your online order after delivery via bank transfer within 14 days or via
   flexible installments. Klarna makes it possible (currently only available for
   German customers).
   
   With Klarna the following options are possible:
   
    * Purchase on open Invoice
    * Purchase via Installments
   
   Buy watches on open invoice now!

 * Low shipping rates
   Free DHL shipping within Germany
   
   
   From Monday to Saturday DHL delivers our parcels accross Germany very fast
   within 1-3 days. In 95% within 1 day.
   
   to DHL tracking site
   
    * fast delivery (1-3 days)
    * secure delivery with insurance from your known post man
    * Shipping to DHL branch station possible
    * Shipping to DHL packing station possible
    * Shipping allways with insurance
   
   To European or International destinations we ship via UPS or UPS Express
   starting €8 only. For more details per country check the shipping table on
   every item page
   
   SHOP WATCHES FAST AND SECURE NOW

 * Free strap adjustment
   Free adjustment for your steel-bracelet watch
   
   
   If you wish, we shorten the watch bracelet for you before shipping. Just
   measure your wrist circumference or an old watch with a flexible measuring
   tape and type in the value in mm on the item page before adding item to the
   cart.
   
   Show all steel band watches

 * Free gift packing
   Free gift packing
   
   
   Never it was so simple to surprice your loved ones with a nice watch from
   Timeshop24. If you wish, we pack your watch or jewelry item in nice gift
   wrapping. Please add this option with caution since every packing material
   pollutes the environment.
   
   Our customers favorite gife items

 * 2 % discount for bank transfer in advance
   -2% discount for prepayment (bank transfer)
   
   
   We honor your trust when sending money ahead via bank transfer (SEPA transfer
   within Europe) with an additional payment discount. For instance at an order
   value of €200,00 you can save another €6,00 with that option in checkout.
   
   Shop beautyful watches now

 * 30 days return policy
   Return & exchange your order within 30 days.
   
   
   According to the legal regulations in Germany you can return ordered items
   against refund within 14 days. At Timeshop24 you can still return items if
   you exceed this period and get exchange in other item(s) of similar value.
   
   Link to revocation form

 * 100% secure webshop
   100% secure data transfer based on 256-bit SSL encryption
   
   
   The sensitive areas of our website, such as customer account or checkout
   pages are protected by secure SSL encryption which meets the latest standards
   in web security. The same techniks are used by banks or insurance companys to
   protect their valuable customer data!

Citizen watches for men
Citizen watches for women
Festina watches for men
Festina watches for women
Ingersoll watches for men
Ingersoll watches for women
D1 Milano watches for men
D1 Milano watches for women
Previous
Automatic Watches
Chronographs
Radio wristwatches
Solar Watches
Smartwatches
Digital Watches
Pilot Watches
Military Watches
Pocket Watches
Divers Watches
Wristwatches
Swiss watches
Gold watches
Multifunctional watches
Skeleton watches
Kids watches
Wooden watches

Next


SHOW ALL BRANDS

 * Aeronautec
 * Alpina
 * Ania Haie
 * AVI-8
 * Bering
 * Boccia
 * Boss
 * Braun
 * Bulova
 * Carl von Zeyten
 * Casio
 * Citizen
 * Cluse
 * D1 Milano
 * Daisy Dixon
 * DuFa
 * Duxot
 * Earnshaw
 * Edox
 * Engelsrufer
 * Engelsrufer
 * Eterna
 * Festina
 * Frederique Constant
 * Gevril
 * Guess
 * Hanowa
 * Ingersoll
 * Iron Annie
 * Jacques Lemans
 * Jaguar
 * Jowissa
 * KHS
 * Lacoste
 * Lorus
 * Louis XVI
 * Luminox
 * Maserati
 * Maurice Lacroix
 * MVMT
 * Nordgreen
 * Nubeo
 * Olivia Burton
 * OPS!
 * Orient
 * Orient Star
 * Philipp Plein
 * Picto
 * Plein Sport
 * Police
 * Police
 * Porsche Design
 * Pulsar
 * Rebel & Rose
 * Rosefield
 * Rotary
 * Save Brave
 * Sector
 * Spinnaker
 * Swiss Alpine Military
 * Swiss Military by Chrono
 * Swiss Military Hanowa
 * Tamaris
 * Thomas Sabo
 * Thomas Sabo
 * Timberland
 * Tissot
 * Tommy Hilfiger
 * Tommy Hilfiger
 * Traser H3
 * TW-Steel
 * U-Boat
 * V.O.S.T.
 * Versace
 * Versus Versace
 * Victorinox
 * Wenger
 * Withings
 * Zeppelin


STYLISH GIFT IDEAS FOR ANY OCCASION

 * Jewelery
   
   SHOP NOW

 * Watch winder for
   automatic watches
 * Watch boxes & showcases
   for collectors



Novelty
prevnext
slide 5 to 8 of 20
LuminoxNavy Seal Foundation Set 45mm 20ATMXS.3251.CB.NSF.SET
MSRP €675.00 €595.00
-12% Add to Wish List
LuminoxPacific Diver Chronograph 44mm 20ATMXS.3142
MSRP €740.00 €663.97
-10% Add to Wish List
LuminoxPacific Diver Chronograph 44mm 20ATMXS.3141.BO.1
MSRP €695.00 €549.00
-21% Add to Wish List
LuminoxPacific Diver Chronograph 44mm 20ATMXS.3141
MSRP €645.00 €541.93
-16% Add to Wish List
BeringClassic Sport 40mm 10 ATM18940-704
MSRP €249.00 €143.06
-43% Add to Wish List
BeringPebble 40mm 3ATM18040-397
MSRP €189.00 €119.00
-37% Add to Wish List
BeringPebble 34mm 3ATM18034-397
MSRP €189.00 €119.00
-37% Add to Wish List
BeringPebble 40mm 3ATM18040-308
MSRP €189.00 €119.00
-37% Add to Wish List
BeringPebble 34mm 3ATM18034-308
MSRP €189.00 €116.61
-38% Add to Wish List
BeringCeramic 35mm 5ATM11435-604
MSRP €199.00 €129.00
-35% Add to Wish List
BeringOcean Ultra Slim #tide 42mm 3ATM18342-577
MSRP €189.00 €118.97
-37% Add to Wish List
BeringOcean Ultra Slim #tide 42mm 3ATM18342-508
MSRP €189.00 €116.61
-38% Add to Wish List
BeringOcean Ultra Slim #tide 42mm 3ATM18342-507
MSRP €189.00 €116.61
-38% Add to Wish List
Beringradio controlled 33mm 3ATM52033-379
MSRP €229.00 €129.00
-44% Add to Wish List
LuminoxMaster Carbon Seal Automatic 45mm 20ATMXS.3877
MSRP €995.00 €858.93
-14% Add to Wish List
LuminoxMaster Carbon Seal Automatic 45mm 20ATMXS.3875
MSRP €995.00 €851.50
-14% Add to Wish List
LuminoxMaster Carbon Seal Automatic 45mm 20ATMXS.3863
MSRP €995.00 €801.40
-19% Add to Wish List
LuminoxNavy Seal Foundation 45mm 20ATMXS.3602.NSF
MSRP €525.00 €422.72
-19% Add to Wish List
LuminoxNavy Seal Foundation Chronograph Set 45mm 20ATMXS.3590.NSF.SET
MSRP €575.00 €574.99
Add to Wish List
LuminoxNavy Seal Diver 45mm 20ATMXS.3503.NSF
MSRP €445.00 €356.92
-20% Add to Wish List
LuminoxNavy Seal Foundation Set 45mm 20ATMXS.3251.CB.NSF.SET
MSRP €675.00 €595.00
-12% Add to Wish List
LuminoxPacific Diver Chronograph 44mm 20ATMXS.3142
MSRP €740.00 €663.97
-10% Add to Wish List
LuminoxPacific Diver Chronograph 44mm 20ATMXS.3141.BO.1
MSRP €695.00 €549.00
-21% Add to Wish List
LuminoxPacific Diver Chronograph 44mm 20ATMXS.3141
MSRP €645.00 €541.93
-16% Add to Wish List
BeringClassic Sport 40mm 10 ATM18940-704
MSRP €249.00 €143.06
-43% Add to Wish List
BeringPebble 40mm 3ATM18040-397
MSRP €189.00 €119.00
-37% Add to Wish List
BeringPebble 34mm 3ATM18034-397
MSRP €189.00 €119.00
-37% Add to Wish List
BeringPebble 40mm 3ATM18040-308
MSRP €189.00 €119.00
-37% Add to Wish List
Show all
Bestseller
prevnext
slide 5 to 8 of 20
Swiss Alpine MilitaryChrono7043.9135
MSRP €649.00 €179.99
-72% Add to Wish List
Versus by VersaceBrick Lane Crystal 36mmVSP713220
MSRP €240.00 €119.00
-50% Add to Wish List
VersaceHellenyiumV11090017
MSRP €830.00 €387.02
-53% Add to Wish List
OrientMens Watch Automatic 42mmRA-AA0821S19B
MSRP €449.00 €256.80
-43% Add to Wish List
RosefieldThe BoxyQWSG-Q09
MSRP €119.00 €99.00
-17% Add to Wish List
CasioG - ShockGA-110GB-1AER
MSRP €149.00 €134.09
-10% Add to Wish List
BulovaLunar Pilot Chronograph 44mm98K112
MSRP €699.00 €629.00
-10% Add to Wish List
Swiss Alpine MilitaryChrono w. sapphire crystal 47mm7043.9134
MSRP €649.00 €179.00
-72% Add to Wish List
CitizenMens Automatic 40mmNJ0151-88M
MSRP €299.00 €269.00
-10% Add to Wish List
Casioradio controlled watchLCW-M170TD-1AER
MSRP €299.00 €269.09
-10% Add to Wish List
CasioG-ShockGA-2100-1A1ER
MSRP €99.90 €92.88
-7% Add to Wish List
CitizenSuper-Titanium Eco-Drive 42mmBM8560-88EE
MSRP €249.00 €224.00
-10% Add to Wish List
CasioCollectionA163WA-1QES
€39.90
Add to Wish List
CasioG-ShockDW-5600BB-1ER
MSRP €99.90 €89.99
-10% Add to Wish List
OrientMako III Automatic 42mmRA-AA0003R19B
MSRP €447.00 €249.00
-44% Add to Wish List
VersaceHellenyium 42mmVE3A00620
MSRP €910.00 €389.53
-57% Add to Wish List
BulovaMil-Ships-W-2181 automatic 41mm98A266
€599.00
Add to Wish List
CasioG-Shock Solar radio controlled watch 43mmGW-M5610U-1ER
MSRP €129.00 €119.00
-8% Add to Wish List
CitizenEco-Drive Promaster 44mmBN0158-18X
MSRP €229.00 €204.99
-10% Add to Wish List
OrientMens Watch Automatic 42mmRA-AA0819N19B
MSRP €449.00 €248.29
-45% Add to Wish List
Swiss Alpine MilitaryChrono7043.9135
MSRP €649.00 €179.99
-72% Add to Wish List
Versus by VersaceBrick Lane Crystal 36mmVSP713220
MSRP €240.00 €119.00
-50% Add to Wish List
VersaceHellenyiumV11090017
MSRP €830.00 €387.02
-53% Add to Wish List
OrientMens Watch Automatic 42mmRA-AA0821S19B
MSRP €449.00 €256.80
-43% Add to Wish List
RosefieldThe BoxyQWSG-Q09
MSRP €119.00 €99.00
-17% Add to Wish List
CasioG - ShockGA-110GB-1AER
MSRP €149.00 €134.09
-10% Add to Wish List
BulovaLunar Pilot Chronograph 44mm98K112
MSRP €699.00 €629.00
-10% Add to Wish List
Swiss Alpine MilitaryChrono w. sapphire crystal 47mm7043.9134
MSRP €649.00 €179.00
-72% Add to Wish List
Show all
Bargain
prevnext
slide 5 to 8 of 20
AeronautecSports Diver Autom. 200MANT-44086-05
MSRP €845.00 €499.00
-41% Add to Wish List
BeringLadies Classic 25mm10126-003
MSRP €179.00 €89.48
-50% Add to Wish List
BeringCeramic10725-787
MSRP €229.00 €119.90
-48% Add to Wish List
BeringCeramic10725-789
MSRP €229.00 €102.75
-55% Add to Wish List
AeronautecHelium Diver Autom. 500MANT-44075-01
MSRP €895.00 €549.00
-39% Add to Wish List
AeronautecHelium Diver Autom. 500MANT-44075-02
MSRP €895.00 €549.00
-39% Add to Wish List
AeronautecHelium Diver Autom. 500MANT-44075-03
MSRP €895.00 €549.00
-39% Add to Wish List
AeronautecHelium Diver Autom. 500MANT-44075-04
MSRP €995.00 €599.00
-40% Add to Wish List
AeronautecHelium Diver Autom. 500MANT-44075-05
MSRP €895.00 €499.00
-44% Add to Wish List
AeronautecHelium Diver Autom. 500MANT-44075-06
MSRP €845.00 €499.00
-41% Add to Wish List
AeronautecHelium Diver Autom. 500MANT-44075-07
MSRP €845.00 €499.00
-41% Add to Wish List
AeronautecAirborne Autom. 100MANT-44077.03
MSRP €645.00 €399.00
-38% Add to Wish List
AeronautecAirborne Autom. 100MANT-44077.11
MSRP €695.00 €399.00
-43% Add to Wish List
AeronautecGentleman Classic Autom. 200MANT-44085.03
MSRP €745.00 €349.00
-53% Add to Wish List
AeronautecGentleman Classic Autom. 200MANT-44085.07
MSRP €795.00 €349.00
-56% Add to Wish List
AeronautecGentleman Classic Autom. 200MANT-44085.19
MSRP €765.00 €399.00
-48% Add to Wish List
AeronautecSports Diver Autom. 200MANT-44086-01
MSRP €795.00 €499.00
-37% Add to Wish List
AeronautecSports Diver Autom. 200MANT-44086-02
MSRP €795.00 €499.00
-37% Add to Wish List
AeronautecSports Diver Autom. 200MANT-44086-03
MSRP €845.00 €499.00
-41% Add to Wish List
AeronautecSports Diver Autom. 200MANT-44086-04
MSRP €845.00 €499.00
-41% Add to Wish List
AeronautecSports Diver Autom. 200MANT-44086-05
MSRP €845.00 €499.00
-41% Add to Wish List
BeringLadies Classic 25mm10126-003
MSRP €179.00 €89.48
-50% Add to Wish List
BeringCeramic10725-787
MSRP €229.00 €119.90
-48% Add to Wish List
BeringCeramic10725-789
MSRP €229.00 €102.75
-55% Add to Wish List
AeronautecHelium Diver Autom. 500MANT-44075-01
MSRP €895.00 €549.00
-39% Add to Wish List
AeronautecHelium Diver Autom. 500MANT-44075-02
MSRP €895.00 €549.00
-39% Add to Wish List
AeronautecHelium Diver Autom. 500MANT-44075-03
MSRP €895.00 €549.00
-39% Add to Wish List
AeronautecHelium Diver Autom. 500MANT-44075-04
MSRP €995.00 €599.00
-40% Add to Wish List
Show all

Repair & Service

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

We repair your wrist watch fast and responsible.

Learn more


SERVICE

Do you really love your favorite wristwatch? Either within warranty period or
even beyond, a trustworth service partner after purchasing a watch online is
gold value.


SAME DAY SHIPPING

Orders, given Mo.-Fr. until 2:00 PM CET usually ship same day. Standard delivery
time within Germany is 1-3 days. Shipments within EU-Countries or Switzerland
usually will be hand out to receiver after 3-5 days. Lead time for international
orders depend on choosen Service. Read more


ALL ITEMS ON STOCK

From goods receipt over quality controll to pick and pack and shipping, at
Timeshop24 all product handels are done by our own well trained staff. Therefore
we can almost guarantee a 100% consistant quality of our shipped products and
offered services.


OUR RETAIL STORE

All online as "in stock" offerend items can be inspected also in our retail and
outlet store in Simmerath (Germany). If you like to see a special selection of
models, we recommend to give us a call ahead of your visit so we can prepare
these items for you. This method saves you and us a lots of time and we really
appreciate that.


TO THE BEAT OF YOUR NEEDS


YOUR ONLINE SHOP FOR BRAND-NAME WATCHES BY INGERSOLL, CASIO, CITIZEN ETC. AS
WELL AS ACCESSORIES SUCH AS WATCH WINDERS AND WATCH BOXES

Our online shop for watches provides you with a huge selection of renowned
brand-name watches for men and women. This includes Ingersoll, Orient, Casio and
CITIZEN, as well as Pulsar chronographs and fashionable ladies watches by
Bering. Browse through our diverse range and discover the variety of our offers
at super low prices. In our online shop for watches we offer on-going top
offers, with some of them priced far below the recommended retail price.


CLASSIC WATCHES BY CITIZEN STILL IN FASHION

CITIZEN watches still enjoy great popularity for their classic design and
reliable functionality. To this day, the traditional company still holds a
leading position in the international market. A main characteristic of CITIZEN
watches is the wide range of models with an attractive price-performance ratio. 


INGERSOLL WATCHES FROM THE OLDEST US MANUFACTURER

If you prefer something more elaborate, opt for one of the detailed Ingersoll
watches. Each model is a little masterpiece in its own right and offers an
appealing, high-quality design. More than 100 years ago, brothers Charles and
Robert Ingersoll began making watches. In our shop you will find Ingersoll
watches at incredibly low prices.


WATCH WINDERS, WATCH BOXES AND OTHER ACCESSORIES

Of course, our online shop also offers watch winders and watch boxes, as well as
watch straps, wall clocks and jewellery. Our watch winder selection ranges from
simple, affordable options to handmade watch winders and models with various
movement programs. You can also discover our wide selection of watch boxes,
which provide your watch collection with an exclusive frame.


HOW OUR CUSTOMERS RATE US

Since its founding in 2001, we have received more than 25,000 ratings on over 16
online marketplaces. The satisfaction index, which is based on our customers'
ratings, is "very good". To the ratings and field reports »

Do not miss the best offers!

5€

Sign up for News and receive a €5 off Coupon. Receive notifications about
special offers or shopping highlights especially for our app customers.

¹€50 minimum purchase value

Subscribe

You can unsubscribe from the Timeshop24 newsletter at any time. For more
information about the processing of your data, please see our information notice
on data protection and our privacy policy. If you have not subscribed to this
newsletter, you can ignore this email and you will not receive any newsletter in
the future.

Company
About us Environmental protection Terms & Conditions Data protection & security
Revocation ImprintCookie settings
Service
Order help For B2B customer My Timeshop24 Shipping rates Returns Revocation form
About Klarna Klarna App
Payment Methods



Delivery

Contact

Timeshop24.de

BOLK e-commerce GmbH

Rathausplatz 3

52152 Simmerath

Germany

Phone: +49 2473 / 92710-0

Fax: +49 2473 / 92710-10

Email: info@timeshop24.de

Follow us




* All prices incl. VAT plus shipping costs - Germany-wide (DHL) 0,00€
international delivery at different shipping costs.

** UVP - manufacturer's recommended retail price


© 2004 - 2024, BOLK e-commerce GmbH | Technical implementation by
www.mediarox.de