İçeriğe geç
Mağazalar Swarovski Club

Kristal KutuKristal Kutu

Sepet

Sepetiniz boş

Swarovski Club ile ilk siparişte %10 indirim

Swarovski Club'a bugün katılın; ilk siparişinizde %10 indirimin yanı sıra size özel ödüllere, hediyelere ve deneyimlere erişim sağlayın.

Katıl

Tarzını Oluştur

GÖRÜNÜMÜ SATIN ALIN

Yeni 47886581989627
Yeni 40114976063642

GÖRÜNÜMÜ SATIN ALIN

Yeni 47886581989627
Yeni 40114976063642
Ürünü görüntüle
Ürünü görüntüle

Tarzını Seç

Millenia Saat

Keşfet

Millenia Saat

Keşfet
Önce ve sonra fotoğrafları arasında gezinmek için sol ve sağ ok tuşlarını kullanın.

Swarovski Kutusu İle Gönderim

Her ürün özeldir ve kendisi için tasarlanmış özel kutusuyla gönderilir.


(function () { const VARIANT_ID = 48824993612027; const MIN_CART_TOTAL = 1300000; // 13.000 TL (kuruş cinsinden) const SECTION_ID = 'template--20767417303291__blocks_jNQmag'; function showNotification(message, isError) { var existing = document.getElementById('gift-notification'); if (existing) existing.remove(); var notif = document.createElement('div'); notif.id = 'gift-notification'; notif.textContent = message; notif.style.cssText = [ 'position: fixed', 'bottom: 24px', 'left: 50%', 'transform: translateX(-50%)', 'background: ' + (isError ? '#c0392b' : '#27ae60'), 'color: #fff', 'padding: 14px 28px', 'border-radius: 8px', 'font-size: 15px', 'font-weight: 600', 'z-index: 99999', 'box-shadow: 0 4px 16px rgba(0,0,0,0.18)', 'transition: opacity 0.4s', 'opacity: 1' ].join(';'); document.body.appendChild(notif); setTimeout(function () { notif.style.opacity = '0'; setTimeout(function () { notif.remove(); }, 400); }, 3500); } function isVariantInCart(cart) { return cart.items.some(function (item) { return item.variant_id === VARIANT_ID; }); } function handleBannerClick() { fetch('/cart.js') .then(function (res) { return res.json(); }) .then(function (cart) { if (cart.total_price < MIN_CART_TOTAL) { showNotification('Bu hediyeden yararlanmak için sepetiniz 13.000 TL ve üzeri olmalıdır.', true); return; } if (isVariantInCart(cart)) { showNotification('Hediye çantanız zaten sepetinizde!', false); return; } fetch('/cart/add.js', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ id: VARIANT_ID, quantity: 1 }) }) .then(function () { showNotification('Hediye çantanız sepete eklendi! 🎁', false); setTimeout(function () { window.location.reload(); }, 1500); }) .catch(function () { showNotification('Bir hata oluştu, lütfen tekrar deneyin.', true); }); }); } function attachBannerListener() { var section = document.getElementById(SECTION_ID); if (!section) return; var target = section.querySelector('img, a') || section; target.style.cursor = 'pointer'; target.addEventListener('click', handleBannerClick); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', attachBannerListener); } else { attachBannerListener(); } })();