-
View cart You cannot add another "Ocean" to your cart.
-
View cart You cannot add another "Ocean" to your cart.
-
View cart You cannot add another "Ocean" to your cart.
// Fix Instagram link
var oldLink = 'https://www.instagram.com/madara.lapina.5/';
var newLink = 'https://www.instagram.com/artofmadara/';
var insta = document.querySelector('a[href="'+oldLink+'"]');
if(insta) { insta.href = newLink; }