Fenerbahçe T-Shirt – Tünd Göy (Zolaqlı Loqo Dizayn)

28 AZN

Məhsulun təsviri

Bu model dinamik və fərqli dizaynı ilə seçilir. Tünd-göy əsas rəng üzərində qollarda yerləşən sarı manjetlər klub rənglərini vurğulayır və ümumi görünüşü tamamlayır.

Ön hissədə sol aşağı hissədən sağ yuxarıya doğru uzanan zolaqlar dizayna hərəkət və dinamika qatır. Zolaqların ortasında yerləşən Fenerbahçe loqosu isə məhsulun əsas diqqət mərkəzidir.

Müasir streetwear üslubunu taraftar ruhu ilə birləşdirən bu model gündəlik kombinlər üçün ideal seçimdir.

Məhsul xüsusiyyətləri

  • Rəng: Tünd göy
  • Qollar: Sarı manjet dizaynı
  • Ön dizayn: Diaqonal zolaqlar
  • Sinə: Fenerbahçe loqosu
  • Kəsim: Rahat (regular fit)
  • İstifadə: Gündəlik və casual

Rənglər

Ölçülər

Səbət ( 1 )


SUBTOTAL:
Səbətə Bax Sifarişi Tamamla
function AddCard(id) { // Get selected color and size let selectedColor = document.querySelector('.color-radio:checked') ? document.querySelector('.color-radio:checked').value : ''; let selectedSize = document.querySelector('.size-radio:checked') ? document.querySelector('.size-radio:checked').value : ''; // Update hidden inputs document.getElementById('selected-color').value = selectedColor; document.getElementById('selected-size').value = selectedSize; // Existing AJAX request with added color and size data $.ajax({ method: "POST", url: "/elanlar_id", data: { _token: CSRF_TOKEN, id: id, color: selectedColor, size: selectedSize }, success: function (data) { // Existing success handling data.color = selectedColor; data.size = selectedSize; AddCardData(data); if (data[0] == 1) { swal({ title: "Səbətə əlavə olundu!", text: " ", icon: "success", button: false, timer: 1500 }); } else { swal({ title: "Səbətə əlavə olunmadı!", text: "Yenidən sınayın.", icon: "warning", button: false, timer: 1500 }); } }, error: function (x, sts) { alert("Error..."); }, }); }