function ShopifyBuyInit() {
var client = ShopifyBuy.buildClient({
domain: 'readdork.myshopify.com',
apiKey: '7fd6685b3339999dde12b61cc936c4af',
appId: '6',
});
ShopifyBuy.UI.onReady(client).then(function (ui) {
ui.createComponent('collection', {
id: 403988426,
node: document.getElementById('collection-component-9edf29840d5'),
moneyFormat: '%C2%A3%7B%7Bamount%7D%7D',
options: {
"product": {
"variantId": "all",
"contents": {
"imgWithCarousel": false,
"variantTitle": false,
"description": false,
"buttonWithQuantity": false,
"quantity": false
},
"styles": {
"product": {
"@media (min-width: 601px)": {
"max-width": "calc(25% - 20px)",
"margin-left": "20px",
"margin-bottom": "50px"
}
},
"button": {
"background-color": "#000000",
":hover": {
"background-color": "#000000"
},
"border-radius": "0px",
":focus": {
"background-color": "#000000"
}
}
}
},
"cart": {
"contents": {
"button": true
},
"styles": {
"button": {
"background-color": "#000000",
":hover": {
"background-color": "#000000"
},
"border-radius": "0px",
":focus": {
"background-color": "#000000"
}
},
"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": "#000000",
":hover": {
"background-color": "#000000"
},
"border-radius": "0px",
":focus": {
"background-color": "#000000"
}
}
}
},
"toggle": {
"styles": {
"toggle": {
"background-color": "#000000",
":hover": {
"background-color": "#000000"
},
":focus": {
"background-color": "#000000"
}
}
}
},
"productSet": {
"styles": {
"products": {
"@media (min-width: 601px)": {
"margin-left": "-20px"
}
}
}
}
}
});
});
}
})();
/]]>/