20-01

function ShopifyBuyInit() {
var client = ShopifyBuy.buildClient({
domain: ’embeds.myshopify.com’,
apiKey: ‘952162710f94aa7b7644b14b2a94f4a3’,
appId: ‘6’,
});

ShopifyBuy.UI.onReady(client).then(function (ui) {
ui.createComponent(‘product’, {
id: [3030475907],
node: document.getElementById(‘product-component-05cfb487fb6’),
moneyFormat: ‘%24%7B%7Bamount%7D%7D’,
options: {
“product”: {
“styles”: {
“button”: {
“background-color”: “#292929”,
“:hover”: {“background-color”: “#464646”},
“:focus”: {“background-color”: “#464646”}
},
}