<script type="text/javascript"> /*<![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: 'cecily-paterson-writer.myshopify.com', storefrontAccessToken: '6365ef318b6c690055342d10108463dd', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent('product', { id: '5649434837147', node: document.getElementById('product-component-1601012696716'), 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" } }, "title": { "font-family": "Montserrat, sans-serif", "font-weight": "normal" }, "button": { "font-family": "Open Sans, sans-serif", "font-size": "17px", "padding-top": "16.5px", "padding-bottom": "16.5px", ":hover": { "background-color": "#a4b5bc" }, "background-color": "#b6c9d1", ":focus": { "background-color": "#a4b5bc" }, "padding-left": "79px", "padding-right": "79px" }, "quantityInput": { "font-size": "17px", "padding-top": "16.5px", "padding-bottom": "16.5px" }, "price": { "font-family": "Montserrat, sans-serif" }, "compareAt": { "font-family": "Montserrat, sans-serif" }, "unitPrice": { "font-family": "Montserrat, sans-serif" } }, "buttonDestination": "checkout", "contents": { "img": false, "title": false, "price": false }, "text": { "button": "Buy now" }, "googleFonts": [ "Montserrat", "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": "17px", "padding-top": "16.5px", "padding-bottom": "16.5px", ":hover": { "background-color": "#a4b5bc" }, "background-color": "#b6c9d1", ":focus": { "background-color": "#a4b5bc" }, "padding-left": "79px", "padding-right": "79px" }, "quantityInput": { "font-size": "17px", "padding-top": "16.5px", "padding-bottom": "16.5px" } }, "googleFonts": [ "Open Sans" ], "text": { "button": "Add to cart" } }, "cart": { "styles": { "button": { "font-family": "Open Sans, sans-serif", "font-size": "17px", "padding-top": "16.5px", "padding-bottom": "16.5px", ":hover": { "background-color": "#a4b5bc" }, "background-color": "#b6c9d1", ":focus": { "background-color": "#a4b5bc" } } }, "text": { "total": "Subtotal", "button": "Checkout" }, "googleFonts": [ "Open Sans" ] }, "toggle": { "styles": { "toggle": { "font-family": "Open Sans, sans-serif", "background-color": "#b6c9d1", ":hover": { "background-color": "#a4b5bc" }, ":focus": { "background-color": "#a4b5bc" } }, "count": { "font-size": "17px" } }, "googleFonts": [ "Open Sans" ] } }, }); }); } })(); /*]]>*/ </script>