Liste Tastaturkürzel
  • 0 - Header
  • 1 - Hauptinhalt
  • 2 - Footer
Stores
Anmelden
Wunschliste
Swarovski
Swarovski

  • New in
  • Jewellery
    • Back
      Discover all
    • Necklaces and pendants
      • Back
        Discover all
      • Necklaces
      • Pendants
      • Chokers
      • Tennis Necklaces
    • Bracelets
      • Back
        Discover all
      • Chain bracelets
      • Adjustable bracelets
      • Tennis bracelets
      • Bangles and cuffs
    • Earrings
      • Back
        Discover all
      • Stud earrings
      • Drop earrings
      • Hoop earrings
      • Clip earrings
      • Ear cuffs
    • Rings
      • Back
        Discover all
      • Halo rings
      • Band rings
      • Cocktail rings
      • Motif rings
      • Adjustable rings
      • Stackable rings
    • Sets
    • Brooches
    • Extenders
    • Shop by collection
      • Back
      • Idyllia
      • Millenia
      • Dulcis
      • Chroma
      • Gema
      • Imber
      • Ariana Grande x Swarovski
    • Our Picks
      • Back
      • Style Stories
      • How to care for your jewellery
    • Ariana Grande X Swarovski
Capsule Collection
  • Watches
    • Back
      Discover all
    • Women's watches
    • Swiss Made watches
    • Shop by material
      • Back
      • Champagne gold-tone watches
      • Stainless steel watches
      • Rose gold tone
      • Gold tone
      • Metal bracelet
      • Leather strap
    • Shop by colour
      • Back
      • Pink watches
      • Silver-tone watches
      • White watches
      • Blue watches
      • Green watches
      • Gray watches
      • Black watches
      • Beige watches
    • Shop by collection
      • Back
      • Octea Chrono
      • Crystalline Bangle
      • Imber
      • Matrix Tennis Chrono
      • Matrix Tennis
      • Matrix Bangle
      • Cosmopolitan
    • Our Picks
      • Back
      • How to care for your watches
    • Timeless Watches
  • Accessories
    • Back
      Discover all
    • Pens
    • Smartphone cases
    • Tech accessories
    • Key rings
    • Hair accessories
    • Handbags
    • Body jewellery
    • Shop by smartphone
      • Back
      • iPhone® 16
      • iPhone® 16 Pro
      • iPhone® 16 Pro Max
      • iPhone® 15
      • iPhone® 15 Pro
      • iPhone® 15 Pro Max
    • Our Picks
      • Back
      • Stuart Weitzman Exclusives
  • Decorations
    • Back
      Discover all
    • Collaborations
      • Back
      • Minecraft
      • Minions
      • Disney
      • Marvel
      • DreamWorks
    • Nature Inspired
      • Back
        Discover all
      • Flowers
      • Birds
      • Wildlife
      • Dogs and cats
      • Other animals
    • Home décor
      • Back
        Discover all
      • Glasses and Tableware
      • Candleholders and tealights
      • Picture frames
      • Decorative accessories
      • Stands and holders
    • Christmas
      • Back
        Discover all
      • Hanging ornaments
      • Christmas characters
    • Figurines
      • Back
        Discover all
      • Kris bears
      • Zodiac
      • Other characters
    • Asian symbols
      • Back
        Discover all
      • Chinese zodiac
    • Shop by collection
      • Back
      • Minions
      • Disney Classics
      • Idyllia
      • Florere
      • Limited editions
    • Our Picks
      • Back
      • How to care for your decorations
    • Minions
  • Gifts
    • Back
      Discover all
    • Gift Ideas
      • Back
      • Bestselling gifts
      • Romantic gifts
      • Precious gifts
      • Gifts for the home
    • Recipients
      • Back
      • Gifts for her
      • Gifts for him
      • Gifts for new parents
      • Gifts for the couple
    • Occasions
      • Back
      • Birthday gifts
      • Graduation gifts
      • Wedding gifts
      • Anniversary gifts
      • Holiday gifts
    • Gift card
    • Services
      • Back
      • Personal Gift Finder
      • Corporate gifts
    • For the Ones You Love
  • Wishlist Login Stores
  • South Africa
    • British English
Swarovski
Suchen
Zurücksetzen

dispatcher-check

Swarovski Services
Customer Service Live Chat
Need help?
Speak to our Customer Service team via chat
Customer Service
Explore answers to our FAQs or connect with our Customer Service team.
Gift Services
Add a personalized touch
Newsletter
Subscribe to the Newsletter and stay up-to-date
E-Mail *
$(this).closest('#shortNewsletterFormConfigWrapper').find('.js-shortNewsletterFormConfig') .formValidation( { autoFocus: false, framework: 'bootstrap', icon: { valid: null, invalid: null, validating: null }, fields: { 'values[shortNewsletterFormDefinition_email]': { trigger: 'blur', validators: { regexp: { regexp: new RegExp('^(?=.{0,255}$)(?=.{0,64}@)(?:(?!^\\.)(?!.*\\.@)(?!.*\\.\\.)[a-zA-Z0-9!#.$%&\'*+\/=?^_‘{|}~-]+|\"(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21\\x23-\\x5b\\x5d-\\x7f]|\\\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f]){1,62}\")@(?!-)(?!.*\\.-)(?!.*-\\.)(?:[a-zA-Z0-9-]{1,61}\\.){1,126}(?=[a-zA-Z0-9-]*[a-zA-Z][a-zA-Z0-9-]*$)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$', ''), message: 'Bitte gib eine E-Mail-Adresse ein.', message_en: 'Bitte gib eine E-Mail-Adresse ein.' }, notEmpty: { message: 'Bitte gib eine E-Mail-Adresse ein.', message_en: 'Bitte gib eine E-Mail-Adresse ein.' }, stringLength: { message: 'In diesem Feld darf die Anzahl der Zeichen nur zwischen 0 und 70 liegen', message_en: 'The number of characters for this field must be between 0 and 70', min: 0 , max: 70 }, } } } } ) .on('success.field.fv', function() { /* note: we need to check if there is an error in the form, as the plugin does a validation on field level. Validating the whole form on blur of a field is no option, as the customer does not want to see error messages on all fields when entering one field. In case of an error on at least one field we disable the submit button manually */ var $form = $(this).closest('form'); if ($form.find('.form-group.has-error').length > 0) { var $button = $form.find('.js-button'); if (!$button.hasClass('disabled')) { $button.addClass('disabled'); } } }) .on('err.field.fv', function(e, data) { /* * On error field validation, enable submit button. * Source: https://old.formvalidation.io/examples/enabling-submit-button/ */ data.fv.disableSubmitButtons(false); if(data.element.closest('.form-combo-molecule').length){ /* Get the messages of field */ var messages = data.fv.getMessages(data.element); /* Get the error message content of the field */ var errorContent = data.element.closest('.form-combo-molecule').find('.errors'); /* Get the hidden error message of the field */ var errorField = errorContent.find('.swa-form-input__error-message[data-field="' + data.field + '"][style="display: none;"]'); /* Loop over the messages */ for (var i in messages) { if (errorField[1] == undefined) { var newErrorContainer = document.createElement("small"); $(newErrorContainer).attr("class", "swa-form-input__error-message swa-headline-sans--supertiny"); $(newErrorContainer).attr("data-field", data.field); $(newErrorContainer).attr("data-fv-validator", "callback"); $(newErrorContainer).attr("data-fv-for", $(data.element[0]).attr("name") ); $(newErrorContainer).attr("data-fv-result", "INVALID"); $(newErrorContainer).attr("data-tracked", "true"); $(newErrorContainer).html(messages[i]); if (errorContent.text().includes(messages[i])) { $(newErrorContainer).hide(); } errorContent.append(newErrorContainer); } } } }) .on('success.field.fv', function(e, data) { /* * On success field validation, enable submit button. * Source: https://old.formvalidation.io/examples/enabling-submit-button/ */ data.fv.disableSubmitButtons(false); /* Remove the field messages */ $errorContent = data.element.closest('.form-combo-molecule').find('.errors'); $errorContent.find('.swa-form-input__error-message[data-field="' + data.field + '"]').remove(); $errorContent.find('.swa-form-input__error-message[data-fv-result="INVALID"]').removeAttr("style"); }) .on('success.form.fv', function() { var formId = 'shortNewsletter'; if (!formId || formId === 'cfRequest' || formId === 'cfResponse') { formId = 'shortNewsletterFormDefinition'; } ACC.tracking.pushFormSubmit(formId); }); var replaceDatePatternWithValue = function(mandatory, fieldConfigCode, fieldConfigPattern) { var date = fieldConfigPattern.toUpperCase(); var year = $("#" + fieldConfigCode + "_year").val(); var month = $("#" + fieldConfigCode + "_month").val(); var day = $("#" + fieldConfigCode + "_day").val(); date = date.replace(/[Y]+/, year); date = date.replace(/[M]+/, month); date = date.replace(/[D]+/, day); var hiddenDateField = $('.js-' + fieldConfigCode + '_hidden'); if (mandatory) { hiddenDateField.val(date); } else { hiddenDateField.val(date == "" ? "" : date); } }; var triggerFormValidation = function(fieldId, mandatory, fieldCode, dateFormat) { replaceDatePatternWithValue(mandatory, fieldCode, dateFormat); $('.js-fieldCode').formValidation('revalidateField', 'values[fieldCode_'+ fieldId + ']'); }; var removeDateMoleculeError = function(molecule) { if(molecule.hasClass('has-error')){ molecule.removeClass('has-error'); molecule.find('.help-block').find('span').remove(); } };
Customer Service & FAQ
  • Customer Service Overview
  • Order Status
  • Gift Card Balance
  • Shipping
  • Returns & Exchange
  • Contact Us
  • Size Guide
  • Store Finder
Membership
  • Register
  • Crystal Society (SCS)
About Us
  • About Swarovski
  • Sustainability
  • Jobs & Career
  • Alumni Community
  • Corporate Gifts
  • For Professionals
  • Sitemap
  • Kristallwelten
  • Swarovski Mobility
  • Code of Conduct & Policies
Legal
  • Terms Of Use
  • Terms & Conditions
  • Privacy Policy
  • Cookie Consent
  • Imprint
  • REACH information
  • Accessibility statement
  • Data Protection Consent Statement
Customer Service & FAQ
  • Customer Service Overview
  • Order Status
  • Gift Card Balance
  • Shipping
  • Returns & Exchange
  • Contact Us
  • Size Guide
  • Store Finder
Membership
  • Register
  • Crystal Society (SCS)
About Us
  • About Swarovski
  • Sustainability
  • Jobs & Career
  • Alumni Community
  • Corporate Gifts
  • For Professionals
  • Sitemap
  • Kristallwelten
  • Swarovski Mobility
  • Code of Conduct & Policies
Legal
  • Terms Of Use
  • Terms & Conditions
  • Privacy Policy
  • Cookie Consent
  • Imprint
  • REACH information
  • Accessibility statement
  • Data Protection Consent Statement

  • Français
  • English
  • Deutsch
Copyright ⓒ 2025 Swarovski Luxemburg. Alle Rechte vorbehalten.
SWAROVSKI® und das Schwan-Logo sind eingetragene Marken der Swarovski AG.

Der Swarovski Online-Shop ist in Ihrem Land verfügbar

Beachten Sie bitte, dass wir Ihre Bestellung nur an Adressen im ausgewählten Land liefern können.

Wir liefern auch in andere Länder. Ihr Land ist hier nicht aufgelistet?

Alle Länder anzeigen
Cookies blockiert
Ihr Browser blockiert Cookies. Bitte aktivieren Sie Cookies und laden Sie die Website erneut, um weiter auf sie zugreifen zu können.