0
В корзине пусто!

Закрыть

Fruit of the Loom

На странице:
Сортировка:
Рубашка мужская "Short Sleeve Oxford Shirt"
Рубашка "Short Sleeve Oxford Shirt", белый_M, 70% х/б, 30% п/э, 130 г/м2..
2 199.0 р.
Отзывов: 0
Рубашка мужская "Short Sleeve Oxford Shirt"
Рубашка "Short Sleeve Oxford Shirt", белый_S, 70% х/б, 30% п/э, 130 г/м2..
2 199.0 р.
Отзывов: 0

// Reference the color shape that was drawn over the image const overlay = document.getElementById("product-shape33"); // Click on a color var el = document.getElementsByClassName("color33"); for (var i = 0; i < el.length; i++) { el[i].onclick = changeColor33; } function changeColor33(e) { // get the hex color let hex = e.target.getAttribute("data-hex"); // set the hex color overlay.style.fill = hex; }