/*<![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: 'simonetobias-com.myshopify.com', apiKey: '3910245654f1dc24ff42650487aceb32', appId: '6', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent('product', { id: [8137235721], node: document.getElementById('product-component-397104f8ee9'), moneyFormat: '%24%7B%7Bamount%7D%7D', options: { "product": { "buttonDestination": "checkout", "layout": "vertical", "variantId": "all", "width": "240px", "contents": { "variantTitle": false, "description": false, "buttonWithQuantity": true, "button": false, "quantity": false }, "text": { "button": "BUY NOW" }, "styles": { "product": { "@media (min-width: 601px)": { "max-width": "100%", "margin-left": "0" } }, "button": { "background-color": "#04becc", "padding-left": "24px", "padding-right": "24px", ":hover": { "background-color": "#04abb8" }, ":focus": { "background-color": "#04abb8" } }, "compareAt": { "font-size": "12px" } } }, "modalProduct": { "contents": { "variantTitle": false, "buttonWithQuantity": false, "quantity": false }, "styles": { "button": { "background-color": "#04becc", "padding-left": "24px", "padding-right": "24px", ":hover": { "background-color": "#04abb8" }, ":focus": { "background-color": "#04abb8" } } } }, "cart": { "styles": { "button": { "background-color": "#04becc", ":hover": { "background-color": "#04abb8" }, ":focus": { "background-color": "#04abb8" } } } }, "toggle": { "styles": { "toggle": { "background-color": "#04becc", ":hover": { "background-color": "#04abb8" }, ":focus": { "background-color": "#04abb8" } } } } } }); }); } })(); /*]]>*/