
SWAROVSKI Store Marina Bay Sands
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
- New In
- Back Discover All
Shop by collection
Our Picks
- Extenders
##### Ariana Grande X Swarovski Capsule Collection
- Back Discover All
- Women's watches
Shop by material
- Back
- Champagne gold-tone watches
- Stainless steel watches
- Rose gold-tone watches
- Gold-tone watches
- Metal bracelet watches
- Leather strap watches
Shop by color
- 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 Discover All
- Pens
- Key rings
- Handbags
Shop by smartphone
- Hair accessories
- Body jewelry
Our Picks
- Back
- Back Discover All
Collaborations
- Back Discover All
- Glasses and Tableware
- Candleholders and tealights
- Picture frames
- Decorative accessories
- Stands and holders
Shop by collection
Our Picks
- Back Discover All
Gift Ideas
Recipients
Occasions
- Services
- Back Discover All
- Back Discover All
- Masters of Light
- Swarovski Flagships
- Swarovski Creators Lab
- Swarovski Collaborations
- Events & Entertainment
- Back Discover All
- The Style Edit
- Style by Occasion
- Wedding & Engagement
- Hero Families
- Magical Collectibles
- How to Care & Wear
- Back Discover All
- Jobs & Career
- Swarovski Created Diamonds
- Experience Swarovski
- Swarovski Kristallwelten
- Sustainability
- Empowering Innovation
- Our Picks
- Back Discover All
- Swarovski Brand Ambassador
- Met Gala 2025
- Anniversary Gifts & Jewelry by Year
- Mismatched Earrings Guide
- How to Stack Rings
- How To Style Jewelry
- Chroma Twist
##### Step into the Mathemagical world of Swarovski
Search
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
Book an Appointment
Store services
- Swarovski Club
- Swarovski Crystal Society
- Click&Collect
- Returns
- Repair service
- Battery Replacement Service
- Appointment Booking
- Gift Card
100 m
© LocationIQ© OpenStreetMap contributors
- Home
- Store finder
- 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(); } };
Customer Service & FAQ
About Us
- Jobs & Career
- Alumni Community
- For Professionals
- Sitemap
- Swarovski Created Diamonds
- Kristallwelten
- Code of Conduct & Policies
Legal
- Terms Of Use
- Terms & Conditions
- Privacy Policy
- Cookie Consent
- Imprint
- REACH information
- Data Protection Consent Statement
Customer Service & FAQ
About Us
- Jobs & Career
- Alumni Community
- For Professionals
- Sitemap
- Swarovski Created Diamonds
- Kristallwelten
- Code of Conduct & Policies
Legal
- Terms Of Use
- Terms & Conditions
- Privacy Policy
- Cookie Consent
- Imprint
- REACH information
- Data Protection Consent Statement
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.