Skip to main content
Interests
Locations
Log in
Sign up
English/USD
Language: English
Currency: USD - $
ITEM ADDED TO CART
Close
With a focus on enriching the mind, body and soul, these priceless experiences will bring you and your loved ones the highest level of calm and clarity. From learning meditation techniques and indulging in special spa treatments to personal fitness classes, outdoor activities and more - these experiences will energize you and support a positive approach to holistic wellbeing.
Popular health and wellness experiences
- Le Studio des Parfums Paris, France Design a custom perfume and have it bottled with a personalised ribbon US$115 per person (approximate conversion)
- Rena Spa London, United Kingdom Indulge in lavish pampering at a luxury spa US$170 Monday - Friday / US$197 Saturday - Sunday (approximate conversion)
- Manici Farm Ayvacık, Turkey Reap the wellness benefits of a Turkish mountain-farm resort stay from US$781 (approximate conversion)
- Reserve Padel Miami, Florida Hit the court for a game of padel with members-only access at Reserve US$60
- Kamalaya Koh Samui Ko Samui District, Thailand Unwind at an award-winning wellness resort on a tranquil Thai island US$3,473-US$4,248/person (approximate conversion)
- The Class New York, New York Secure exclusive presale access to Taryn Toomey's The Class! US$75
- APIVITA Athens, Greece Craft a personalised cosmetic with Greek ingredients and expert guidance US$72/person (approximate conversion)
- Peninsula Hot Springs Fingal, Australia Let your cares slip away at a natural hot springs resort US$129/person (approximate conversion)
- Istriana travel Buzet, Croatia Escape to Istria for a fun wellness weekend of rock climbing and more US$1,040 (approximate conversion)
View more
FILTER
Follow us
- Contact us (opens in new tab)
- Terms of Use (opens in new tab)
- About priceless™ (opens in new tab)
- Privacy Notice (opens in new tab)
- Mastercard.com (opens in new tab)
- Manage cookies
- Sitemap (opens in new tab)
Mastercard and Priceless are registered trademarks, and the circles design is a trademark of Mastercard International Incorporated. ©2024 Mastercard
- Contact us (opens in new tab)
- About priceless™ (opens in new tab)
- Mastercard.com (opens in new tab)
- Terms of Use (opens in new tab)
- Privacy Notice (opens in new tab)
- Manage cookies
- Sitemap (opens in new tab)
Mastercard and Priceless are registered trademarks, and the circles design is a trademark of Mastercard International Incorporated. ©2024 Mastercard
eu07-SI5-SClqNzFnHOBMtg38HKltd2-SO0-U0-AC0-C1-L1-H1-mA0-uA1-auto0-exec:0.364-ajax:0-total:0.364
status:" + textStatus + "
error:" + error + "
" + xhr.responseText); } else { confirmEx("Please refresh and try again." + ' ' + "If you continue to receive this error please contact priceless\u2122 concierge." + '
It will automatically refresh the page in LIVE.
(' + textStatus + ' - ' + xhr.statusText + ')', 'User Signup Error', function(){location.reload();}, function(){loadingAnimation("hide");}, "Refresh", "Close"); console.log(xhr); } $(".signup_form_submit_btn").removeClass('disabled'); }); return false; } // data: data returned form register ajax call function signup_form_submitted(data){ console.log('signup form submitted successfully'); // adobe tracking 1.10 var adobeTracking = {ctaName: 'Sign up - Completed'}; if (g_withMcCompleteRegistrationForm) { adobeTracking['ctaName'] = 'Sign up Completed – Long Form'; } if (data.cardTypeName) { adobeTracking['cardType'] = data.cardTypeName; } adobeSatelliteTracking('Forms', adobeTracking); // Need to make callback since we NOW have emailAddress and userId // emailAddress and userId are needed for BlueShift if (typeof data !== 'undefined' && data.emailAddress && data.userId) { trackingSignupConfirmation(data.emailAddress, data.userId); } if (addGuestProductToCart()) return false; // if need to add a guest product (main.js) /* if (g_sourceId === 0 && g_register_result.result === 1) { // display thank you when it's new user g_signup_timer = 5000; // need more time to read message if (g_register_result.loginExistingUser) { g_signup_timer = 0; } else { var showEmailCrm = false; if (showEmailCrm && $('#pricelessProgram').prop('checked')) { g_signup_timer = 60 * 60 * 1000; // one hour show_ifonly_overlay('.email_crm_overlay'); $('.email_crm_overlay').attr('continu_signup_process', '1'); } else{ showThankYouPopIfNecessary(); } } } */ var redirectUrl = $("#redirectURL").val().trim(); var url_regex = /^(http|https)/; if (url_regex.test(String(redirectUrl).toLowerCase())) { redirectUrl = ''; // do not allow redirect to other site } /* g_signup_timer = 5000; if (g_register_result!==null && ! empty(g_register_result.terms)) { showMemberTermsAndPrivacyDialog(redirectUrl, g_register_result.terms, g_register_result.termsTranslatedText); return false; } else if (redirectUrl !== '' && redirectUrl !== '#') { setTimeout(function() { location.href = redirectUrl; }, g_signup_timer); } else { setTimeout(function() { location.reload(); }, g_signup_timer); } */ } function signup_syncCCIframeSize() { if ($('#signup_cc_iframe').length > 0) { var postData = {action : 'syncCCIframeSize'}; $('#signup_cc_iframe')[0].contentWindow.postMessage(JSON.stringify(postData), '*'); } } function resetCCform() { if ($('#signup_cc_iframe').length > 0) { var postData = {action: 'resetCCform'}; $('#signup_cc_iframe')[0].contentWindow.postMessage(JSON.stringify(postData), '*'); $('.signup_cc_submit_btn').removeClass('disabled'); } } function resetSignupForm() { g_signup_cc_saved = false; $('#redesignedSignupForm .error_div').hide(); $('#redesignedSignupForm input:not([type=hidden]), #redesignedSignupForm select').val(''); $('.signup_cc_submit_btn').removeClass('disabled'); $('.signup_form_submit_btn').removeClass('disabled'); $('.mc_priceless_check').prop('checked', false); } function resetStepIcon() { $('.signup_stepicon').removeClass('done').removeClass('current'); } // ************** listen to message from the iframe ************************ if (typeof(signup_redesign_js_loaded)=='undefined') { signup_redesign_js_loaded = true; window.addEventListener("message", function(e){ if (e.origin !== 'https://pay.priceless.com') return; try { var data = jQuery.parseJSON(e.data); } catch(err) { return; } if (data.action === 'signup_cc_saved') { console.log('signup_cc_saved received'); g_signup_cc_saved = true; //signup_goto_next_step(); var j = get_next_step_index_by_step_id('verify_card'); $('.signup_stepicon_index_'+ (j-1)).addClass('done'); signup_goto_step(j); } else if (data.action === 'signup_cc_save_called') { if (! g_signup_cc_saved) { $('.signup_cc_submit_btn').removeClass('disabled'); } $(".signup_form_submit_btn").removeClass('disabled'); } else if (data.action === 'alert_session_timeout') { alertEx("Session expired. Page will be refreshed."); window.setTimeout(function() { location.href = g_is_mobile ? '/m' : '/'; }, 5000); } // event handlers else if (data.action === 'resize_signup_cc_iframe') { if (data.height) { var $target = $('#signup_cc_iframe'); if(data.target !== undefined && $.trim(data.target) !== '' && $.trim(data.target) !== '.' && $.trim(data.target) !== '#'){ $target = $(data.target); } //$target.attr('style', 'min-height: ' + data.height + 'px; max-height: ' + data.height + 'px;'); $target.css('min-height', data.height ); $target.css('height', data.height ); $target.css('max-height', 'none'); } } }); }