Kargo politikası

Teslimat & Kargo Politikası 🚚

Siparişlerinizin size en güvenli ve en hızlı şekilde ulaşması için titizlikle çalışıyoruz.

500 TL ve Üzeri ÜCRETSİZ KARGO

500 TL Altı 99.99 TL

Kargoya Veriliş Süresi

Siparişleriniz, tasarım ve kişiselleştirme süreçlerinin ardından genellikle aynı gün içerisinde hazırlanarak kargo firmasına teslim edilir.

Anlaşmalı Kargo Firmalarımız

Türkiye'nin her yerine en hızlı teslimatı sağlamak amacıyla Yurtiçi Kargo ile anlaşmalı olarak çalışıyoruz.

Kolay Kargo Takibi

Siparişiniz kargoya verildiğinde, kargo takip linkini içeren bilgilendirme mesajı e-posta adresinize ve SMS olarak telefonunuza otomatik olarak iletilir.

/* --- Kargo Politikası Tasarım Sistemi --- */ .bh-shipping-container { max-width: 800px; margin: 40px auto; padding: 0 15px; font-family: 'Inter', -apple-system, sans-serif; color: #2d3748; box-sizing: border-box; } .bh-shipping-header { text-align: center; margin-bottom: 40px; } .bh-shipping-header h2 { font-size: 2.2rem; font-weight: 700; color: #c9184a; margin-bottom: 12px; } .bh-shipping-header p { font-size: 1.05rem; color: #718096; max-width: 600px; margin: 0 auto; line-height: 1.6; } /* --- Kargo Ücret Limitleri Banner (Neumorphic Card) --- */ .bh-shipping-banner { background: #fdfdfd; padding: 30px; border-radius: 24px; box-shadow: 6px 6px 15px rgba(163, 177, 198, 0.25), -6px -6px 15px rgba(255, 255, 255, 0.8); border: 1px solid rgba(255, 255, 255, 0.4); display: flex; justify-content: space-around; align-items: center; margin-bottom: 40px; box-sizing: border-box; } .bh-banner-col { display: flex; flex-direction: column; align-items: center; text-align: center; } .bh-banner-title { font-size: 0.95rem; font-weight: 600; color: #718096; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.5px; } .bh-banner-price { font-size: 1.6rem; font-weight: 800; color: #c9184a; } .bh-banner-divider { width: 1px; height: 50px; background: rgba(163, 177, 198, 0.4); } /* --- Detay Satırları --- */ .bh-shipping-rows { display: flex; flex-direction: column; gap: 16px; } .bh-ship-row { background: #fdfdfd; padding: 20px 24px; border-radius: 20px; display: flex; align-items: center; gap: 20px; box-shadow: 4px 4px 12px rgba(163, 177, 198, 0.2), -4px -4px 12px rgba(255, 255, 255, 0.8); border: 1px solid rgba(255, 255, 255, 0.4); box-sizing: border-box; } .bh-ship-icon { background: rgba(201, 24, 74, 0.06); color: #c9184a; padding: 12px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .bh-ship-text { text-align: left; } .bh-ship-text h4 { font-size: 0.98rem; font-weight: 700; color: #4a5568; margin: 0 0 4px 0; } .bh-ship-text p { font-size: 0.92rem; color: #718096; margin: 0; line-height: 1.5; } /* --- Mobil Uyumluluk --- */ @media (max-width: 768px) { .bh-shipping-banner { flex-direction: column; gap: 20px; padding: 25px; } .bh-banner-divider { width: 80%; height: 1px; } .bh-ship-row { flex-direction: column; text-align: center; padding: 20px; gap: 12px; } .bh-ship-text { text-align: center; } }