/*<![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: 'cityboyzusa.myshopify.com', apiKey: '04af039501a7e64289b6518305e5d14c', appId: '6', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent('product', { id: [9362460353], node: document.getElementById('product-component-6667617bd1d'), moneyFormat: '%24%7B%7Bamount%7D%7D', options: { "product": { "layout": "horizontal", "variantId": "all", "width": "100%", "contents": { "img": false, "imgWithCarousel": true, "variantTitle": false, "description": true, "buttonWithQuantity": false, "quantity": false }, "styles": { "product": { "text-align": "left", "@media (min-width: 601px)": { "max-width": "540px", "margin-left": "0", "margin-bottom": "50px" } }, "button": { "background-color": "#d8232f", "font-family": "Lato, sans-serif", ":hover": { "background-color": "#c2202a" }, ":focus": { "background-color": "#c2202a" }, "font-weight": "normal" }, "variantTitle": { "font-family": "Lato, sans-serif", "font-weight": "normal" }, "title": { "font-family": "Lato, sans-serif", "font-weight": "normal", "font-size": "26px" }, "description": { "font-family": "Lato, sans-serif", "font-weight": "normal" }, "price": { "font-family": "Lato, sans-serif", "font-size": "18px", "font-weight": "normal" }, "compareAt": { "font-family": "Lato, sans-serif", "font-weight": "normal", "font-size": "15px" } }, "googleFonts": [ "Lato", "Lato", "Lato", "Lato", "Lato", "Lato" ] }, "cart": { "contents": { "button": true }, "styles": { "button": { "background-color": "#d8232f", "font-family": "Lato, sans-serif", ":hover": { "background-color": "#c2202a" }, ":focus": { "background-color": "#c2202a" }, "font-weight": "normal" }, "footer": { "background-color": "#ffffff" } }, "googleFonts": [ "Lato" ] }, "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": "#d8232f", "font-family": "Lato, sans-serif", ":hover": { "background-color": "#c2202a" }, ":focus": { "background-color": "#c2202a" }, "font-weight": "normal" }, "variantTitle": { "font-family": "Lato, sans-serif", "font-weight": "normal" }, "title": { "font-family": "Lato, sans-serif", "font-weight": "normal" }, "description": { "font-family": "Lato, sans-serif", "font-weight": "normal" }, "price": { "font-family": "Lato, sans-serif", "font-weight": "normal" }, "compareAt": { "font-family": "Lato, sans-serif", "font-weight": "normal" } }, "googleFonts": [ "Lato", "Lato", "Lato", "Lato", "Lato", "Lato" ] }, "toggle": { "styles": { "toggle": { "font-family": "Lato, sans-serif", "background-color": "#d8232f", ":hover": { "background-color": "#c2202a" }, ":focus": { "background-color": "#c2202a" }, "font-weight": "normal" } }, "googleFonts": [ "Lato" ] }, "option": { "styles": { "label": { "font-family": "Lato, sans-serif" }, "select": { "font-family": "Lato, sans-serif" } }, "googleFonts": [ "Lato", "Lato" ] }, "productSet": { "styles": { "products": { "@media (min-width: 601px)": { "margin-left": "-20px" } } } } } }); }); } })(); /*]]>*/