/* ;
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: 'funderbomb-warehouse.myshopify.com ',
storefrontAccessToken: '9208894b7f724c318c3f55e08cb27c52',
});
ShopifyBuy.UI.onReady(client).then(function (ui) {
ui.createComponent('collection', {
id: 37838159895,
node: document.getElementById('collection-component-4d54c78b939'),
moneyFormat: '%24%7B%7Bamount%7D%7D',
options: {
"product": {
"variantId": "all",
"contents": {
"imgWithCarousel": false,
"variantTitle": false,
"description": false,
"buttonWithQuantity": false,
"quantity": false
},
"styles": {
"product": {
"@media (min-width: 601px)": {
"max-width": "calc(50% - 40px)",
"margin-left": "40px",
"margin-bottom": "50px",
"width": "calc(50% - 40px)"
},
"imgWrapper": {
"position": "relative",
"height": "0",
"padding-top": "calc(75% + 15px)"
},
"img": {
"height": "calc(100% - 15px)",
"position": "absolute",
"left": "0",
"right": "0",
"top": "0"
}
},
"button": {
"background-color": "#aa3d52",
"font-size": "18px",
"padding-top": "17px",
"padding-bottom": "17px",
":hover": {
"background-color": "#99374a"
},
":focus": {
"background-color": "#99374a"
}
},
"quantityInput": {
"font-size": "18px",
"padding-top": "17px",
"padding-bottom": "17px"
}
}
},
"cart": {
"contents": {
"button": true
},
"styles": {
"button": {
"background-color": "#aa3d52",
"font-size": "18px",
"padding-top": "17px",
"padding-bottom": "17px",
":hover": {
"background-color": "#99374a"
},
":focus": {
"background-color": "#99374a"
}
},
"footer": {
"background-color": "#ffffff"
}
}
},
"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": "#aa3d52",
"font-size": "18px",
"padding-top": "17px",
"padding-bottom": "17px",
":hover": {
"background-color": "#99374a"
},
":focus": {
"background-color": "#99374a"
}
},
"quantityInput": {
"font-size": "18px",
"padding-top": "17px",
"padding-bottom": "17px"
}
}
},
"toggle": {
"styles": {
"toggle": {
"background-color": "#aa3d52",
":hover": {
"background-color": "#99374a"
},
":focus": {
"background-color": "#99374a"
}
},
"count": {
"font-size": "18px",
"color": "#ffffff",
":hover": {
"color": "#ffffff"
}
},
"iconPath": {
"fill": "#ffffff"
}
}
},
"productSet": {
"styles": {
"products": {
"@media (min-width: 601px)": {
"margin-left": "-40px"
}
}
}
}
}
});
});
}
})();
/*]]>*/