Back
Back
Accesskeys list
  • 0 - Header
  • 1 - Main content
  • 2 - Footer
United Kingdom | en_GB
Stores
Swarovski Club
Crystal Society (SCS)
Login
Wishlist

Logo
Logo

  • Collection I
  • Jewellery
    • Back
      Discover all
    • Necklaces and pendants
      • Back
        Discover all
      • Necklaces
      • Pendants
      • Chokers
      • Sets
    • Rings
      • Back
        Discover all
      • Halo rings
      • Motif rings
      • Band rings
      • Cocktail rings
      • Adjustable rings
      • Stackable rings
    • Bracelets
      • Back
        Discover all
      • Bangle and cuffs
      • Chain bracelets
      • Adjustable bracelets
      • Tennis bracelets
    • Shop by collection
      • Back
      • Collection I
      • Online exclusives
      • Atelier Swarovski
      • Atelier Swarovski fine jewellery
      • Essentials collection
    • Earrings
      • Back
        Discover all
      • Single earrings
      • Stud earrings
      • Hoop earrings
      • Clip earrings
      • Ear cuffs
      • Drop earrings
    • Brooches
    • How to care for your jewellery
    • Men's Collection
      • Back
        Discover all
      • Pendants
      • Bracelets and cuffs
  • Watches
    • Back
      Discover all
    • Women's watches
    • Shop by material
      • Back
      • Gold tone
      • Rose gold tone
      • Stainless steel watches
      • Leather strap
      • Metal bracelet
    • Shop by colour
      • Back
      • Black tone
      • Red tone watches
      • White tone watches
      • Blue tone watches
      • Grey tone watches
    • Shop by collection
      • Back
      • Octea
      • Cosmopolitan
      • Crystalline
    • Watch straps
    • How to care for your watches
    • All watches
  • Accessories
    • Back
      Discover all
    • Pens
    • Sunglasses
    • Shop by smartphone
      • Back
      • iPhone ® 12/ 12 pro
      • iPhone ® 12 mini
      • iPhone ® 12 pro max
      • iPhone ® 11 / 11 pro
    • Shop by collection
      • Back
      • Mickey and Minnie
      • Atelier Swarovski
    • Smartphone cases
    • Handbags
    • Cases compatible with Apple Watch ®
    • Swarovski masks
    • Key rings
    • Bestsellers
  • Decorations
    • Back
      Discover all
    • Christmas
      • Back
        Discover all
      • Hanging ornaments
      • Christmas characters
    • Home décor
      • Back
        Discover all
      • Picture frames
      • Dining glasses
      • Candleholders and tealights
      • Bowls
      • Vases
      • Bases
      • Magnets
      • Fashion books
    • Nature Inspired
      • Back
        Discover all
      • Birds
      • Sea life
      • Wild life
      • Flowers
      • Dogs and cats
      • Other animals
    • New in
    • Characters
      • Back
        Discover all
      • Kris bears
      • Disney
      • Warner Bros. crystal figurines
      • Zodiac
      • Other characters
    • Celebrations
    • Bestsellers
    • Asian symbols
      • Back
        Discover all
      • Chinese zodiac
    • Shop by collection
      • Back
      • Disney
      • Atelier Swarovski
      • SCS exclusive products
      • Kris bears
      • Limited editions
      • Warner Bros.
    • Our picks
      • Back
      • Swarovski: 125th years of light
    • How to care for your decorations
  • Gifts
    • Back
      Discover all
    • Gifts for her
    • Gifts for the home
    • Gift card
    • Gifts for him
    • Birthday gifts
    • Crystal Society gift membership
    • Romantic gifts
    • Bestselling gifts
    • Swarovski: 125th years of light
    • Corporate gifts
  • Wishlist Login Swarovski Club Crystal Society (SCS) Stores
  • United Kingdom | en_GB
0
0
Logo
0
GENDER PAY GAP REPORT

 

Read the Swarovski UK Gender Pay Gap Report 2019

Read the Swarovski UK Gender Pay Gap Report 2018

 

 


Follow us:

Join the Swarovski Club

Join the Club and be first to receive updates on new collections, style inspiration, gift ideas and exclusive access.
Email *
Set a password *
7 characters min. / Include a capital letter and a numerical digit
or
By clicking "Join the Club" or Continue with Facebook/Google, I agree to join the Swarovski Club and I confirm that I have read and accepted the General Terms and Conditions and Privacy Policy
Already a Swarovski Club member? Login here
$(this).closest('#scFooterRegistrationFormConfigWrapper').find('.js-scFooterRegistrationFormConfig') .formValidation( { autoFocus: false, framework: 'bootstrap', icon: { valid: null, invalid: null, validating: null }, fields: { 'values[scFooterRegistrationFormDefinition_email]': { trigger: 'blur', validators: { regexp: { regexp: new RegExp('^(?=.{0,255}$)(?=.{0,64}@)(?:[a-zA-Z0-9!#$%&\'*+\/=?^_‘{|}~-]+(?:\\.[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](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.)+(?=[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: 'Please enter a valid email address.', message_en: 'Please enter a email address.' }, notEmpty: { message: 'Please enter a valid email address.', message_en: 'Please enter a email address.' }, stringLength: { message: 'The number of characters for this field must be between 0 and 70', message_en: 'The number of characters for this field must be between 0 and 70', min: 0 , max: 70 }, } }, 'values[scFooterRegistrationFormDefinition_password]': { trigger: 'blur', validators: { callback: { callback: function(value, validator, $field) { var messages = []; var messagesEN = []; var errorOccured = false; if ($field.attr('regexCheckDisabled') === 'true') { return true; } if (!value.trim().match(new RegExp('(^$|^(?=.*[0-9])(?=.*[A-Z]).{7,}$)', ''))) { messages.push('The password does not meet out password policy, please enter a 7 character long password containing at least one number and an uppercase letter.'); messagesEN.push('The Password has to be at least 7 Characters long as well as contain one Number and one capital Letter.'); errorOccured |= true; } if (errorOccured) { return { valid: false, message: messages.join('<br/>'), message_en: messagesEN } } else { return true; } } }, notEmpty: { message: 'Please enter a password.\n', message_en: 'Please enter a password.' }, } }, } } ) .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) { 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"); $(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) { /* 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 = 'scFooterRegistration'; if (!formId || formId === 'cfRequest' || formId === 'cfResponse') { formId = 'scFooterRegistrationFormDefinition'; } 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(); } };

dispatcher-check

free shipping
Free shipping
Free standard shipping over £60
free returns
Free returns
Up to 60 days to return
Chat
Need help?
Connect using our chat
Customer Care
  • Contact Us
  • FAQ
  • Shipping & Returns
  • Product Care & Repair
  • COVID-19
About Us
  • About Us
  • Jobs & Career
  • Swarovski Mobility
  • Corporate Gifts
  • For Professionals
  • Sustainability
  • Sitemap
  • Swarovski Created Diamonds
  • Kristallwelten
Membership
  • Swarovski Club
  • Swarovski Crystal Society (SCS)
Legal
  • Website Terms Of Use
  • Terms & Conditions
  • Privacy Policy
  • Cookie Consent
  • Imprint
  • Gender Pay Gap Report
  • Anti Modern Slavery
Copyright ⓒ 2021 Swarovski. All rights reserved.
SWAROVSKI and the SWAN logo are registered and trademarks of Swarovski AG.
Facebook Pinterest Twitter Instagram Youtube
Cookies blocked
Your browser blocks cookies, please enable cookies and reload to continue using the website.