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

Закрыть

NeoPen

На странице:
Сортировка:
NeoPen Ручка шариковая N20
Характеристики Размер150x8 мм. Вес0.006 кг. Объем0.000019 м3. МатериалБумага. БрендNeoPen   ..
21.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; }