/*<![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: 'bandwear-store.myshopify.com', storefrontAccessToken: 'd428ed11ac6af17d7557278eb464f60e', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent('collection', { id: '80209540', node: document.getElementById('collection-component-1598639845572'), moneyFormat: '%24%7B%7Bamount%7D%7D', options: { "product": { "styles": { "product": { "@media (min-width: 601px)": { "max-width": "calc(25% - 20px)", "margin-left": "20px", "margin-bottom": "50px", "width": "calc(25% - 20px)" } }, "title": { "font-family": "Avant Garde, sans-serif", "font-weight": "normal", "color": "#000000" }, "button": { "font-family": "PT Sans, sans-serif", "font-weight": "bold", "font-size": "18px", "padding-top": "17px", "padding-bottom": "17px", "color": "#faf6f6", ":hover": { "color": "#faf6f6", "background-color": "#5587dd" }, "background-color": "#5e96f5", ":focus": { "background-color": "#5587dd" }, "border-radius": "14px", "padding-left": "65px", "padding-right": "65px" }, "quantityInput": { "font-size": "18px", "padding-top": "17px", "padding-bottom": "17px" }, "price": { "color": "#ffffff" }, "compareAt": { "color": "#ffffff" }, "unitPrice": { "color": "#ffffff" } }, "buttonDestination": "modal", "contents": { "options": false }, "text": { "button": "View Product" }, "googleFonts": [ "PT 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": "PT Sans, sans-serif", "font-weight": "bold", "font-size": "18px", "padding-top": "17px", "padding-bottom": "17px", "color": "#faf6f6", ":hover": { "color": "#faf6f6", "background-color": "#5587dd" }, "background-color": "#5e96f5", ":focus": { "background-color": "#5587dd" }, "border-radius": "14px", "padding-left": "65px", "padding-right": "65px" }, "quantityInput": { "font-size": "18px", "padding-top": "17px", "padding-bottom": "17px" }, "title": { "font-weight": "normal" } }, "googleFonts": [ "PT Sans" ], "text": { "button": "Add to cart" } }, "cart": { "styles": { "button": { "font-family": "PT Sans, sans-serif", "font-weight": "bold", "font-size": "18px", "padding-top": "17px", "padding-bottom": "17px", "color": "#faf6f6", ":hover": { "color": "#faf6f6", "background-color": "#5587dd" }, "background-color": "#5e96f5", ":focus": { "background-color": "#5587dd" }, "border-radius": "14px" } }, "text": { "total": "Subtotal", "button": "Checkout" }, "googleFonts": [ "PT Sans" ] }, "toggle": { "styles": { "toggle": { "font-family": "PT Sans, sans-serif", "font-weight": "bold", "background-color": "#5e96f5", ":hover": { "background-color": "#5587dd" }, ":focus": { "background-color": "#5587dd" } }, "count": { "font-size": "18px", "color": "#faf6f6", ":hover": { "color": "#faf6f6" } }, "iconPath": { "fill": "#faf6f6" } }, "googleFonts": [ "PT Sans" ] } }, }); }); } })(); /*]]>*/