function ShopifyBuyInit() {
var client = ShopifyBuy.buildClient({
domain: '6arrowsdesigns.myshopify.com',
apiKey: '4c49500a8150450e6c7ba203b39b56cb',
appId: '6',
});
ShopifyBuy.UI.onReady(client).then(function (ui) {
ui.createComponent('collection', {
id: 72865022061,
node: document.getElementById('collection-component-76ad4de0d9b'),
moneyFormat: '%24%7B%7Bamount%7D%7D',
options: {
"product": {
"buttonDestination": "modal",
"variantId": "all",
"contents": {
"imgWithCarousel": false,
"variantTitle": false,
"options": false,
"description": false,
"buttonWithQuantity": false,
"quantity": false
},
"text": {
"button": "VIEW PRODUCT"
},
"styles": {
"product": {
"@media (min-width: 601px)": {
"max-width": "calc(33.33333% - 30px)",
"margin-left": "30px",
"margin-bottom": "50px",
"width": "calc(33.33333% - 30px)"
}
},
"button": {
"background-color": "#b69457",
":hover": {
"background-color": "#a4854e"
},
":focus": {
"background-color": "#a4854e"
}
}
}
},
"cart": {
"contents": {
"button": true
},
"styles": {
"button": {
"background-color": "#b69457",
":hover": {
"background-color": "#a4854e"
},
":focus": {
"background-color": "#a4854e"
}
},
"footer": {
"background-color": "#ffffff"
}
}
},
"modalProduct": {
"contents": {
"img": false,
"imgWithCarousel": true,
"variantTitle": false,
"buttonWithQuantity": true,
"button": false,
"quantity": false
},
"styles": {
"product": {
"@media (min-width: 601px)": {
"max-width": "100%",
"margin-left": "0px",
"margin-bottom": "0px"
}
},
"button": {
"background-color": "#b69457",
":hover": {
"background-color": "#a4854e"
},
":focus": {
"background-color": "#a4854e"
}
}
}
},
"toggle": {
"styles": {
"toggle": {
"background-color": "#b69457",
":hover": {
"background-color": "#a4854e"
},
":focus": {
"background-color": "#a4854e"
}
},
"count": {
"color": "#ffffff",
":hover": {
"color": "#ffffff"
}
},
"iconPath": {
"fill": "#ffffff"
}
}
},
"productSet": {
"styles": {
"products": {
"@media (min-width: 601px)": {
"margin-left": "-30px"
}
}
}
}
}
});
});
}
})();
/*]]>*/