/*<![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: 'matcha-tea-lover.myshopify.com', apiKey: 'd3c3414e8cc6ff296a1d2ab7f5f6b86d', appId: '6', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent('product', { id: [9984050766], node: document.getElementById('product-component-e2e4826746a'), moneyFormat: '%24%7B%7Bamount%7D%7D', options: { "product": { "buttonDestination": "checkout", "variantId": "all", "contents": { "imgWithCarousel": false, "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", "margin-bottom": "50px" } }, "button": { "background-color": "#f31d22", "font-size": "15px", "padding-top": "15.5px", "padding-bottom": "15.5px", ":hover": { "background-color": "#db1a1f" }, ":focus": { "background-color": "#db1a1f" } }, "quantityInput": { "font-size": "15px", "padding-top": "15.5px", "padding-bottom": "15.5px" }, "compareAt": { "font-size": "12px" } } }, "cart": { "contents": { "button": true }, "styles": { "button": { "background-color": "#f31d22", "font-size": "15px", "padding-top": "15.5px", "padding-bottom": "15.5px", ":hover": { "background-color": "#db1a1f" }, ":focus": { "background-color": "#db1a1f" } }, "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": "#f31d22", "font-size": "15px", "padding-top": "15.5px", "padding-bottom": "15.5px", ":hover": { "background-color": "#db1a1f" }, ":focus": { "background-color": "#db1a1f" } }, "quantityInput": { "font-size": "15px", "padding-top": "15.5px", "padding-bottom": "15.5px" } } }, "toggle": { "styles": { "toggle": { "background-color": "#f31d22", ":hover": { "background-color": "#db1a1f" }, ":focus": { "background-color": "#db1a1f" } }, "count": { "font-size": "15px" } } }, "productSet": { "styles": { "products": { "@media (min-width: 601px)": { "margin-left": "-20px" } } } } } }); }); } })(); /*]]>*/