İçeriğe atla

Besafe

5 ürün gösteriliyor
  • Besafe i̇zi comfort x3 oto koltuğu 9-18 kg - gri

    BeSafe iZi Comfort X3 Oto Koltuğu ile Çocuklarınız İçin İçselleştirilmiş Konfor ve Güvenlik   BeSafe iZi Comfort X3 Oto Koltuğu,...

    • World'e Özel 6 Taksit
    7.999,00TL %25
    5.999,00TL
    5.999,00TL
  • Besafe i̇zi comfort x3 i̇sofix 9-18 kg oto koltuğu - gri

    " "

    • World'e Özel 6 Taksit
    16.999,00TL %25
    12.749,00TL
    12.749,00TL
  • Besafe izı flex fıx i-sıze 2 oto koltuğu 15-36 kg - gri

    "BeSafe iZi Flex Fix i-Size Oto Koltuğu; kusursuz güvenlik, yüksek standartlarda konfor ve pratik kullanım özelliklerini bir araya getiren oto...

    28.990,00TL
    28.990,00TL
  • Besafe izı flex fıx i-sıze 2 oto koltuğu 15-36 kg - gri

    "BeSafe iZi Flex Fix i-Size Oto Koltuğu; kusursuz güvenlik, yüksek standartlarda konfor ve pratik kullanım özelliklerini bir araya getiren oto...

    • World'e Özel 6 Taksit
    28.990,00TL
    28.990,00TL
  • Besafe izi fix hamile kadın emniyet kemeri - siyah

    Bebeğinizi korumak, doğumdan önce başlayan bir süreçtir. Hamileliğin ikinci ayından itibaren kullanılması önerilen BeSafe Hamile Kemeri, hem anneyi hem de...

    • World'e Özel 6 Taksit
    3.499,00TL
    3.499,00TL
// 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); }