Cart

Product   Price Quantity Subtotal  
Universe in golden frame 80.00
80.00 ×
Mountains before the storm 80.00
80.00 ×
Give the power back to yourself, you are the master of your own universe 160.00
160.00 ×

Cart totals

Subtotal 320.00
Shipping
Calculate shipping
Total 320.00
// 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; }