Why Brooklinen?
Shop Best SellersIn the News
var head = document.head;
var pdpButtonStylesheet = "https://cdn.shopify.com/extensions/019db525-4cc8-7cf9-b39d-d24c4dd29cd1/swym-relay-732/assets/addtowishlistbutton.css";
var pdpButtonStylesheetTag = document.createElement('link');
pdpButtonStylesheetTag.id = `swym-pdp-button-stylesheet`;
pdpButtonStylesheetTag.rel = 'stylesheet';
pdpButtonStylesheetTag.href = pdpButtonStylesheet;
if (!document.getElementById('swym-pdp-button-stylesheet')) {
head.appendChild(pdpButtonStylesheetTag);
}
var x = document.getElementsByTagName('script')[0];
function createAndInsertScript(id, src, onLoadCallback) {
var scriptTag = document.createElement('script');
scriptTag.id = id;
scriptTag.type = 'text/javascript';
scriptTag.src = src;
scriptTag.onload = onLoadCallback;
x.parentNode.insertBefore(scriptTag, x);
}
var pdpButtonScript = "https://cdn.shopify.com/extensions/019db525-4cc8-7cf9-b39d-d24c4dd29cd1/swym-relay-732/assets/addtowishlistbutton.js";
createAndInsertScript(`swym-pdp-button-script`, pdpButtonScript, function () {
const pdpBtnApi = window.WishlistPlusPDPButtonAPI;
if (pdpBtnApi) {
pdpBtnApi.setDefaultCustomizationOptions(swat);
pdpBtnApi.initializePDPButton(swat, true);
}
});
break;
default:
return;
}
});
});
})(); // IIFE to prevent polluting global scope