Çok Satanlar Pop-up
Çok Satanlar
Çok Satanlar
Header Bölümü
İndirim İkonu

Online Özel Ayrıcalıklar

 
Vintage Dog Oversize Unisex T-shirt
Vintage Dog Oversize Unisex T-shirt
Vintage Dog Oversize Unisex T-shirt

Vintage Dog Oversize Unisex T-shirt (GFL-22-H57YSH)

İndirim Oranı : %12 İndirim
Fiyat : ₺299,00(KDV Dahil)
İndirimli : ₺262,25(KDV Dahil)
:
  • EBATLAR
  • S = 49 x 66
  • M = 52 x 69
  • L = 54 x 72
  • XL = 56 x 74
  • %100 PAMUKLU KUMAŞ 30 DERECEDE TERS ÇEVİRİLEREK YIKANMALIDIR. BASKI ÇEŞİDİ : EMPİRME BASKI
 
cultureSettings.RegionId: 0 cultureSettings.LanguageCode: TR
window.onload = function() { document.getElementById('bedenOgrenBtn').onclick = function() { document.getElementById('bedenModal').style.display = 'flex'; document.getElementById('sonuc').textContent = ''; document.getElementById('boyInput').value = ''; document.getElementById('kiloInput').value = ''; } document.getElementById('kapatBtn').onclick = function() { document.getElementById('bedenModal').style.display = 'none'; } document.getElementById('hesaplaBtn').onclick = function() { var boy = parseInt(document.getElementById('boyInput').value); var kilo = parseInt(document.getElementById('kiloInput').value); var sonuc = ''; if (isNaN(boy) || isNaN(kilo)) { sonuc = 'Lütfen geçerli boy ve kilo giriniz.'; } else { if (boy < 150) { sonuc = 'XS beden size uygun.'; } else if (boy < 160) { sonuc = 'S beden size uygun.'; } else if (boy < 170) { sonuc = 'M beden size uygun.'; } else if (boy < 180) { sonuc = 'L beden size uygun.'; } else { sonuc = 'XL beden size uygun.'; } } document.getElementById('sonuc').textContent = sonuc; } }