İçeriğe atla

Kız Çocuk Şemsiye

2 ürün gösteriliyor
  • Civil köpek şemsiye

    Ürün kapalı uzunluğu 58 cm'dir.Çapı 74 cm'dir.

    349,00TL %14
    299,00TL
    299,00TL
  • Vardem katlanabilir şemsiye pongee kumas) 8 telli

    "Otomatik açılır mekanizmaRüzgara ve ters dönmeye dayanıklıÖzel kaydırmaz kavuçuk kaplı tutma sapıŞemsiye ile aynı renkte yer kaplamayan şık kılıfPongee Kumaştır...

    349,00TL %31
    239,20TL
    239,20TL
// Mobilde sıralama dropdown'ını göster function mobilSiralamaGoster() { const sortSelect = document.querySelector('select[name="sort_by"]'); if (sortSelect) { // Select'i göster sortSelect.style.display = 'block'; sortSelect.style.visibility = 'visible'; sortSelect.style.opacity = '1'; sortSelect.style.height = 'auto'; sortSelect.style.minHeight = '44px'; sortSelect.style.width = '100%'; sortSelect.style.margin = '10px 0'; sortSelect.style.padding = '10px'; sortSelect.style.border = '1px solid #ccc'; sortSelect.style.background = 'white'; sortSelect.style.position = 'relative'; sortSelect.style.zIndex = '999'; // Parent elementleri de göster let parent = sortSelect.parentElement; while (parent && parent !== document.body) { parent.style.display = 'block'; parent.style.visibility = 'visible'; parent.style.opacity = '1'; parent.style.height = 'auto'; parent.style.overflow = 'visible'; parent = parent.parentElement; } console.log('Mobil sıralama gösterildi'); } } // Sayfa yüklendiğinde çalıştır if (window.innerWidth <= 990) { setTimeout(mobilSiralamaGoster, 1000); setTimeout(mobilSiralamaGoster, 2000); }