/*<![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: ‘greater-good-2.myshopify.com’, storefrontAccessToken: ‘9e47ad934ebb02bf5c1eebc79f3e6f21’, }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent(‘product’, { id: ‘4500728774731’, node: document.getElementById(‘product-component-1588800203937’), moneyFormat: ‘${{amount}}’, options: { "product": { "styles": { "product": { "@media (min-width: 601px)": { "max-width": "100%", "margin-left": "0", "margin-bottom": "50px" }, "text-align": "left" }, "title": { "font-family": "Open Sans, sans-serif", "font-size": "26px" }, "button": { "font-family": "Open Sans, sans-serif", "font-size": "16px", "padding-top": "16px", "padding-bottom": "16px", ":hover": { "background-color": "#d8252e" }, "background-color": "#f02933", ":focus": { "background-color": "#d8252e" }, "border-radius": "0px" }, "quantityInput": { "font-size": "16px", "padding-top": "16px", "padding-bottom": "16px" }, "price": { "font-family": "Open Sans, sans-serif", "font-size": "18px" }, "compareAt": { "font-family": "Open Sans, sans-serif", "font-size": "15.299999999999999px" }, "unitPrice": { "font-family": "Open Sans, sans-serif", "font-size": "15.299999999999999px" } }, "buttonDestination": "checkout", "layout": "horizontal", "contents": { "img": false, "imgWithCarousel": true, "description": true }, "width": "100%", "text": { "button": "Buy now" }, "googleFonts": [ "Open Sans" ] }, "productSet": { "styles": { "products": { "@media (min-width: 601px)": { "margin-left": "-20px" } } } }, "modalProduct": { "contents": { "img": false, "imgWithCarousel": true, "button": false, "buttonWithQuantity": true }, "styles": { "product": { "@media (min-width: 601px)": { "max-width": "100%", "margin-left": "0px", "margin-bottom": "0px" } }, "button": { "font-family": "Open Sans, sans-serif", "font-size": "16px", "padding-top": "16px", "padding-bottom": "16px", ":hover": { "background-color": "#d8252e" }, "background-color": "#f02933", ":focus": { "background-color": "#d8252e" }, "border-radius": "0px" }, "quantityInput": { "font-size": "16px", "padding-top": "16px", "padding-bottom": "16px" }, "title": { "font-weight": "normal" } }, "googleFonts": [ "Open Sans" ], "text": { "button": "Add to cart" } }, "option": { "styles": { "label": { "font-family": "Open Sans, sans-serif" }, "select": { "font-family": "Open Sans, sans-serif" } }, "googleFonts": [ "Open Sans" ] }, "cart": { "styles": { "button": { "font-family": "Open Sans, sans-serif", "font-size": "16px", "padding-top": "16px", "padding-bottom": "16px", ":hover": { "background-color": "#d8252e" }, "background-color": "#f02933", ":focus": { "background-color": "#d8252e" }, "border-radius": "0px" } }, "text": { "total": "Subtotal", "button": "Checkout" }, "googleFonts": [ "Open Sans" ] }, "toggle": { "styles": { "toggle": { "font-family": "Open Sans, sans-serif", "background-color": "#f02933", ":hover": { "background-color": "#d8252e" }, ":focus": { "background-color": "#d8252e" } }, "count": { "font-size": "16px" } }, "googleFonts": [ "Open Sans" ] } }, }); }); } })(); /*]]>*/