/*<![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: 'deliflavors.myshopify.com', apiKey: '3c4589b98a518e6226fd276a0020166e', appId: '6', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent('product', { id: [6385282753], node: document.getElementById('product-component-9d5cf491306'), moneyFormat: '%24%7B%7Bamount%7D%7D', options: { "product": { "buttonDestination": "checkout", "layout": "horizontal", "variantId": "all", "width": "100%", "contents": { "img": true, "title": true, "variantTitle": false, "options": true, "price": true, "description": true, "buttonWithQuantity": false, "button": true, "quantity": false }, "text": { "button": "BUY NOW" }, "styles": { "product": { "@media (min-width: 601px)": { "max-width": "100%", "margin-left": "0", "margin-bottom": "50px" } }, "button": { "background-color": "#8b8b8b", "color": "#ffffff", "font-family": "Helvetica Neue, sans-serif", "font-size": "15px", "padding-top": "16px", "padding-bottom": "16px", "padding-left": "26px", "padding-right": "26px", "border": "none", ":hover": { "background-color": "#7d7d7d", "color": "#ffffff" }, "border-radius": "3px", ":focus": { "background-color": "#7d7d7d" } }, "variantTitle": { "font-family": "Helvetica Neue, sans-serif", "font-size": "14px", "color": "#4c4c4c" }, "title": { "font-family": "Helvetica Neue, sans-serif", "font-weight": "bold", "font-size": "26px", "color": "#4c4c4c" }, "description": { "color": "#4c4c4c", "font-size": "14px", "font-family": "Helvetica Neue, sans-serif" }, "price": { "font-family": "Helvetica Neue, sans-serif", "font-size": "18px", "color": "#4c4c4c" }, "quantityInput": { "font-size": "16px", "padding-top": "16px", "padding-bottom": "16px", "color": "#4c4c4c" }, "compareAt": { "font-size": "15px" } } }, "cart": { "contents": { "title": true, "lineItems": true, "footer": true, "button": true }, "text": { "title": "Cart", "total": "Total", "notice": "Shipping and discount codes are added at checkout.", "button": "CHECKOUT", "empty": "Your cart is empty." }, "styles": { "button": { "background-color": "#8b8b8b", "color": "#ffffff", "font-family": "Helvetica Neue, sans-serif", "font-size": "16px", "padding-top": "16px", "padding-bottom": "16px", "padding-left": "26px", "padding-right": "26px", "border": "none", ":hover": { "background-color": "#7d7d7d", "color": "#ffffff" }, "border-radius": "3px", ":focus": { "background-color": "#7d7d7d" } }, "cart": { "background-color": "#ffffff" }, "footer": { "background-color": "#ffffff" }, "title": { "color": "#4c4c4c" }, "close": { ":hover": { } } } }, "modalProduct": { "contents": { "img": true, "title": true, "variantTitle": false, "options": true, "price": true, "description": true, "buttonWithQuantity": false, "button": true, "quantity": false }, "text": { "button": "ADD TO CART" }, "styles": { "product": { "@media (min-width: 601px)": { "max-width": "100%", "margin-left": "0px", "margin-bottom": "0px" } }, "button": { "background-color": "#8b8b8b", "color": "#ffffff", "font-family": "Helvetica Neue, sans-serif", "font-size": "15px", "padding-top": "16px", "padding-bottom": "16px", "padding-left": "26px", "padding-right": "26px", "border": "none", ":hover": { "background-color": "#7d7d7d", "color": "#ffffff" }, "border-radius": "3px", ":focus": { "background-color": "#7d7d7d" } }, "variantTitle": { "font-family": "Helvetica Neue, sans-serif", "font-size": "14px", "color": "#4c4c4c" }, "title": { "font-family": "Helvetica Neue, sans-serif", "font-weight": "bold", "font-size": "26px", "color": "#4c4c4c" }, "description": { "color": "#4c4c4c", "font-size": "14px", "font-family": "Helvetica Neue, sans-serif" }, "price": { "font-family": "Helvetica Neue, sans-serif", "font-size": "18px", "color": "#4c4c4c" }, "quantityInput": { "font-size": "16px", "padding-top": "16px", "padding-bottom": "16px", "color": "#4c4c4c" }, "compareAt": { "font-size": "15px" } } }, "productSet": { "styles": { "products": { "@media (min-width: 601px)": { "margin-left": "-20px" } } } }, "toggle": { "styles": { "toggle": { "font-family": "Helvetica Neue, sans-serif", "background-color": "#8b8b8b", ":hover": { "background-color": "#7d7d7d" }, ":focus": { "background-color": "#7d7d7d" } } } }, "modal": { "styles": { "modal": { "background-color": "#ffffff" } } }, "option": { "styles": { "label": { "font-family": "Helvetica Neue, sans-serif", "font-weight": "normal", "color": "#4c4c4c" }, "select": { "font-family": "Helvetica Neue, sans-serif", "font-weight": "normal", "color": "#4c4c4c" } } } } }); }); } })(); /*]]>*/