/*<![CDATA[*/ (function () { var scriptURL = 'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); } function loadScript() { var script = document.createElement('script'); script.async = true; script.src = scriptURL; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(script); script.onload = ShopifyBuyInit; } function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: 'the-lap-of-lux.myshopify.com', apiKey: '1bd2d80abab02855aba0a7f2cd0ff511', appId: '6', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent('product', { id: [207452995628], variantId: 1462599450668, node: document.getElementById('product-component-944d44dbec1'), moneyFormat: '%24%7B%7Bamount%7D%7D', options: { "product": { "variantId": "1462599450668", "width": "240px", "contents": { "imgWithCarousel": false, "variantTitle": false, "options": false, "description": false, "buttonWithQuantity": false, "quantity": false }, "styles": { "product": { "@media (min-width: 601px)": { "max-width": "100%", "margin-left": "20px", "margin-bottom": "50px" } }, "button": { "background-color": "#e66cb0", ":hover": { "background-color": "#cf619e" }, ":focus": { "background-color": "#cf619e" } }, "compareAt": { "font-size": "12px" } } }, "cart": { "contents": { "button": true }, "styles": { "button": { "background-color": "#e66cb0", ":hover": { "background-color": "#cf619e" }, ":focus": { "background-color": "#cf619e" } }, "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": "#e66cb0", ":hover": { "background-color": "#cf619e" }, ":focus": { "background-color": "#cf619e" } } } }, "toggle": { "styles": { "toggle": { "background-color": "#e66cb0", ":hover": { "background-color": "#cf619e" }, ":focus": { "background-color": "#cf619e" } } } }, "productSet": { "styles": { "products": { "@media (min-width: 601px)": { "margin-left": "-20px" } } } } } }); }); } })(); /*]]>*/