/*<![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: 'yonil.myshopify.com', apiKey: '589137069c87ad02e3fe43fe9e8b7ad7', appId: '6', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent('product', { id: [7875591760], node: document.getElementById('product-component-e84888e2b87'), moneyFormat: '%24%7B%7Bamount%7D%7D', options: { "product": { "variantId": "all", "width": "240px", "contents": { "img": false, "title": false, "variantTitle": false, "price": false, "description": false, "buttonWithQuantity": false, "quantity": false }, "styles": { "product": { "text-align": "left", "@media (min-width: 601px)": { "max-width": "100%", "margin-left": "0", "margin-bottom": "50px" } }, "button": { "font-size": "13px", "padding-top": "14.5px", "padding-bottom": "14.5px", "font-weight": "normal" }, "quantityInput": { "font-size": "13px", "padding-top": "14.5px", "padding-bottom": "14.5px" }, "compareAt": { "font-size": "12px" } } }, "cart": { "contents": { "button": true }, "styles": { "cart": { "background-color": "#c1e571" }, "button": { "font-size": "13px", "padding-top": "14.5px", "padding-bottom": "14.5px", "font-weight": "normal" }, "footer": { "background-color": "#c1e571" }, "header": { "color": "#4c4c4c" }, "lineItems": { "color": "#4c4c4c" }, "subtotalText": { "color": "#4c4c4c" }, "subtotal": { "color": "#4c4c4c" }, "notice": { "color": "#4c4c4c" }, "currency": { "color": "#4c4c4c" }, "close": { ":hover": { "color": "#4c4c4c" }, "color": "#4c4c4c" }, "emptyCart": { "color": "#4c4c4c" } } }, "modalProduct": { "contents": { "variantTitle": false, "buttonWithQuantity": true, "button": false, "quantity": false }, "styles": { "product": { "@media (min-width: 601px)": { "max-width": "100%", "margin-left": "0px", "margin-bottom": "0px" } }, "button": { "font-size": "13px", "padding-top": "14.5px", "padding-bottom": "14.5px", "font-weight": "normal" }, "quantityInput": { "font-size": "13px", "padding-top": "14.5px", "padding-bottom": "14.5px" } } }, "toggle": { "styles": { "toggle": { "font-weight": "normal" }, "count": { "font-size": "13px" } } }, "productSet": { "styles": { "products": { "@media (min-width: 601px)": { "margin-left": "-20px" } } } }, "lineItem": { "styles": { "variantTitle": { "color": "#4c4c4c" }, "title": { "color": "#4c4c4c" }, "price": { "color": "#4c4c4c" }, "quantity": { "color": "#4c4c4c" }, "quantityIncrement": { "color": "#4c4c4c", "border-color": "#4c4c4c" }, "quantityDecrement": { "color": "#4c4c4c", "border-color": "#4c4c4c" }, "quantityInput": { "color": "#4c4c4c", "border-color": "#4c4c4c" } } } } }); }); } })(); /*]]>*/