Join Our Email List for Discounts & Announcements!
// Stamped.io ------------------------------
document.addEventListener('DOMContentLoaded', () => {
setTimeout(function() {
var scriptStamped = document.createElement('script');
scriptStamped.setAttribute('src','https://cdn1.stamped.io/files/bigcommerce.min.js');
scriptStamped.setAttribute('id','stamped-script-widget');
scriptStamped.setAttribute('data-store-hash','280854');
scriptStamped.async="true";
document.head.appendChild(scriptStamped);
}, 10000);
});
//
document.addEventListener("DOMContentLoaded", (event) => {
setTimeout(function() {
const scriptchat = document.createElement("script")
scriptchat.id = "gorgias-chat-widget-install-v3"
scriptchat.src = "https://config.gorgias.chat/bundle-loader/01GYCCWG87WD360SXYX34G1Q12"
scriptchat.async = "true"
document.body.appendChild(scriptchat);
}, 10000);
});
// $(".form-field[data-product-attribute='swatch']").find("input.form-radio").each(()=>{
// console.log("yesss");
// if ($(this).is(":checked")) {
// $(this).next().find("label.form-option.form-option-swatch span.form-option-variant.form-option-variant--pattern").attr("background-image");
// }
// });