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

Sepet

Sepetiniz boş

Yeni

Matrix Halka Küpe, Kristal İnci, Round Cut, Beyaz, Rodyum Kaplama

Ürün Kodu: 5692260
🎁 İlk Siparişe Özel %10 İndirim
İndirimli fiyat4.990,00 TL
Iyzico
Vade Farksız 3 x 1.663,33 TL

 Kargo Bedava

14 Gün Ücretsiz İade

14.00’a kadar verilen siparişler AYNI GÜN KARGODA


Renk:Silver
46283191779579
Matrix Halka Küpe, Kristal İnci, Round Cut, Beyaz, Rodyum Kaplama İndirimli fiyat4.990,00 TL
(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(); } })();