top of page
Screen Shot 2022-11-09 at 11.37.04 AM.png

Summer Ray FineArt

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: 'kshfzt-8b.myshopify.com',

      storefrontAccessToken: 'efaf14a37478d4a778bafaf82d337ed6',

    });

    ShopifyBuy.UI.onReady(client).then(function (ui) {

      ui.createComponent('product', {

        id: '14736428695917',

        node: document.getElementById('product-component-1756947270023'),

        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"

        }

      }

    },

    "text": {

      "button": "Add to cart"

    }

  },

  "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"

        }

      }

    },

    "text": {

      "button": "Add to cart"

    }

  },

  "option": {},

  "cart": {

    "text": {

      "total": "Subtotal",

      "button": "Checkout"

    }

  },

  "toggle": {}

},

      });

    });

  }

})();

/*]]>*/

</script>

bottom of page