SWAROVSKI Store Mar…'s logo

SWAROVSKI Store Marina Bay Sands

Jewelry store
Facebook Likes
9,800,000
9,800,000 follows
Category
Jewellery/watches
Monthly Visits
7,411,676
2025/6
Address
2 Bayfront Ave, #B2 - 88, Singapore 018972
Located in: Marina Bay Sands Singapore

Extra Info

Title: SWAROVSKI MARINA BAY SANDS, Singapore, Singapore


URL Source: https://www.swarovski.com/store/0001825656/


Markdown Content:
SWAROVSKI MARINA BAY SANDS, Singapore


===============


Accesskeys list



Stores


Login


0 Wishlist


Image 3: Swarovski


Image 4: Swarovski



##### Ariana Grande X Swarovski Capsule Collection


Image 5



##### Timeless Watches


Image 6



##### Illumination’s Minions


Image 7



##### For the Ones You Love


Image 8



##### Step into the Mathemagical world of Swarovski


Image 9





Image 10: Swarovski




Search


Reset


Image 11


Ok


{"storefinder.filterbutton":"Filter","storefinder.filterbutton.apply":"Apply","storefinder.storelist.address":"Address","storefinder.storelist.directions":"Directions","storefinder.storelist.opening_hours":"Opening hours","storefinder.storelist.opening_hours.closed":"Closed","storefinder.storelist.phone":"Phone","storefinder.storelist.storedetails":"Store details","storefinder.storelist.distance":"Distance","storefinder.storescount.nearyou":"(number_placeholder) stores near","storefinder.storescount.nearlocation":"(number_placeholder) stores found","storefinder.location.current":"Your current location","storefinder.overlay.zoomin":"Please zoom in to continue viewing the map.","storefinder.geolocation.permission":"User denied the request for Geolocation.","storefinder.geolocation.position":"Location information is unavailable.","storefinder.geolocation.timeout":"The request to get user location timed out.","storefinder.geolocation.unknown":"An unknown error occurred.","storefinder.country.notsupported":"There are no Swarovski stores in your Country ({countryName}) please select another value from the Contry/Region selector","store.locator.noStoreFound":"No stores found","omnichannel.noStoreFound":"We are sorry, but this product is not in stock in any of our stores.","store.locator.searchByCityError":"Please enter a valid address, zip code, city or state"}


SWAROVSKI MARINA BAY SANDS



  • 2 Bayfront Avenue, #B2-88 MARINA BAY SANDS, 018972, Singapore

  • Phone number 6587641654


Opening hours



  • Sun: 11:00 AM - 9:00 PM

  • Mon: 11:00 AM - 9:00 PM

  • Tue: 11:00 AM - 9:00 PM

  • Wed: 11:00 AM - 9:00 PM

  • Thu: 11:00 AM - 9:00 PM

  • Fri: 11:00 AM - 9:00 PM

  • Sat: 11:00 AM - 9:00 PM


Get directions


Book an Appointment


Virtual Tour


Store services



Image 12


Image 13


100 m



© LocationIQ© OpenStreetMap contributors


Appointment Types



  1. Home

  2. Store finder

  3. Singapore


dispatcher-check


Newsletter


Subscribe to the Newsletter and stay up-to-date


Email*


Please enter your email address.Please enter your email address.The number of characters for this field must be between 0 and 70


Join the Club


$(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?$', ''), message: 'Please enter your email address.', message_en: 'Please enter your email address.' }, notEmpty: { message: 'Please enter your email address.', message_en: 'Please enter your 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 }, } } } } ) .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(); } };


Image 14


Customer Service & FAQ



About Us



Legal



Customer Service & FAQ



About Us



Legal





Other Countries / Regions



Copyright © 2025 Swarovski Other Countries / Regions. All rights reserved.


SWAROVSKI and the SWAN logo are registered and trademarks of Swarovski AG.





Cookies blocked


Your browser blocks cookies, please enable cookies and reload to continue using the website.

Similar Businesses

SK Jewellery ION Orchard

Jewelry store
5.0 (7,800)
ION Orchard
[email protected]
+65 6509 8733

SK Jewellery NEX

Jewelry store
5.0 (5,600)
NEX
[email protected]
+65 6634 4533

SK Jewellery Bugis Junction

Jewelry store
5.0 (4,300)
Bugis Junction
[email protected]
+65 6337 1233

SK Jewellery

Jewelry store
5.0 (3,700)
Tampines Mall
[email protected]
+65 6260 0133

SK Jewellery Junction 8

Jewelry store
5.0 (3,000)
Junction 8
[email protected]
+65 6250 5033

SK Jewellery

Jewelry store
5.0 (2,700)
IMM Building
[email protected]
+65 6569 3733

SK Jewellery Gold Marina Bay Sands

Jewelry store
5.0 (2,300)
Marina Bay Sands Singapore
[email protected]
+65 6688 7833

SK Jewellery People's Park Complex

Jewelry store
5.0 (2,000)
Chinatown Point
[email protected]
+65 6538 0933

Poh Heng Jewellery (People's Park Complex)

Jewelry store
5.0 (994)
People's Park Complex
[email protected]
+65 1800 764 4364

Poh Heng Jewellery (JEM)

Jewelry store
5.0 (949)
Jem
[email protected]
+65 1800 764 4364

Poh Heng Jewellery (The Clementi Mall)

Jewelry store
5.0 (902)
The Clementi Mall
[email protected]
+65 1800 764 4364

Michael Trio Jem Showroom

Jewelry store
5.0 (871)
Jem
[email protected]
+65 6951 3296

On Cheong Jewellery (Branch)

Jewelry store
5.0 (805)
Chinatown Point
+65 6323 5833

Top Gold Shop

Jewelry store
5.0 (721)
+65 8679 9838

On Cheong Jewellery

Jewelry store
5.0 (708)
+65 6223 4788

Shivaya Bless

Jewelry store
5.0 (666)
Pemimpin Industrial Building
+65 8693 5358

GIOIA Fine Jewellery

Jewelry store
5.0 (397)
International Plaza
[email protected]
+65 6100 2238

Gen. K Jewelry

Jewelry store
5.0 (396)
Capitol Singapore
[email protected]
+65 8683 8488

La Ronde Jewellery Centre

Jewelry store
5.0 (231)
Lucky Plaza
+65 6732 5978

Poh Heng Jewellery (Thomson Plaza)

Jewelry store
5.0 (209)
Thomson plaza
[email protected]
+65 1800 764 4364