Оптовым клиентам

Кофты

Сортировка по:

Толстовка

745.00 грн
В наличии
XL 2XL 3XL 4XL
  • Темно-блакитний
  • Черный
  • Темно-серый
  • Малиновый

Толстовка

745.00 грн
В наличии
XL 2XL 3XL 4XL
  • Голубой
  • Черный
  • Білий
  • Темно-серый

Толстовка

445.00 грн
Заканчивается
3XL 4XL 5XL 6XL
  • Черный
  • Бежевый
  • Молочный
  • Темно-серый
  • Светло-серый
console.log("CUSTOM JS LOADED"); document.addEventListener("DOMContentLoaded", function () { const observer = new MutationObserver(function (mutations) { mutations.forEach(function (mutation) { const text = document.body.innerText.toLowerCase(); if ( text.includes("заказ получен") || text.includes("замовлення прийнято") || text.includes("thank you for your order") ) { if (!window.orderTracked) { window.orderTracked = true; if (typeof gtag === "function") { gtag("event", "purchase_lead", { event_category: "conversion", event_label: "order_success" }); } console.log("ORDER SENT tracked"); } } }); }); observer.observe(document.body, { childList: true, subtree: true }); });