"Cookies" are little pieces of data we send when you visit our store. Cookies help us get to know you better and personalize your experience. Plus they help protect you and other shoppers from fraud.
Set your browser to accept cookies so you can buy items, save items, and receive customized recommendations. Here’s how:
(function(){
var startListening = function(){
window._swat.evtLayer.addEventListener(SwymTracker.JSEvents.addedToWishlist, function(e){
var evtData = e.detail.d;
/* Sample data format that gets passed
evtData format -
{
et: 4 for wishlist,
dt: // product title
du: // product full url
epi: // variant id
empi: // product id
pr: // price
iu: // image url
};
*/
/* Calling the FB Pixel tracking function w/ the right args */
window.fbq("track", "AddToWishlist", {
content_ids: [evtData.empi],
content_type: "product_group",
content_name: evtData.dt,
content_category: evtData.ct,
currency: SwymUtils.getOGData()["og:price:currency"],
value: evtData.pr
});
});
};
if(!window._swat){
if(!window.SwymCallbacks){
window.SwymCallbacks = [];
}
window.SwymCallbacks.push(startListening);
}else{
startListening();
}
})();
Just a heads up, you're shopping our U.S. store. While we do ship all around the world, there are additional shipping costs associated with international orders. Feel free to stick around, or you can also shop our UK store, which has slightly different product offerings.