/* panel-musteri.css — sadece musteri (uye) tarafi stilleri */


/* ===================================================================== *
 * 8b) UYE PANELI BASLIK / BADGE ESTETIGI + AYAR SAYFASI KONUMLANMASI
 * musteripanel.css ile ayni ozgullukte (body.sg-mobile-app-bootstrap.
 * sg-customer-bootstrap) + !important + sonra yuklenme => kazanir.
 * ===================================================================== */

/* Bolum basligi (ikon + baslik) yan yana, ferah; "space-between" bozuklugu gider. */
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-settings-heading,
body.sg-customer-bootstrap .sg-settings-heading {
    justify-content: flex-start !important;
    align-items: center !important;
    gap: .6rem !important;
    margin-bottom: .7rem !important;
}

/* Ayar karti basligindaki ikon: yuvarlak marka cipi (app-icon hissi). */
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-settings-heading > i,
body.sg-customer-bootstrap .sg-settings-heading > i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 11px !important;
    background: #fff3e8 !important;
    color: #ea580c !important;
    font-size: 1.02rem !important;
}

/* Eyebrow etiketleri (Menu / KONUM VE ADRES vb.): temiz, ferah uppercase. */
body.sg-mobile-app-bootstrap.sg-customer-bootstrap :is(.sg-panel-title span, .sg-settings-heading span, .sg-account-mobile-panel-title small),
body.sg-customer-bootstrap :is(.sg-panel-title > span, .sg-account-mobile-panel-title small) {
    color: #9aa3af !important;
    font-size: .62rem !important;
    font-weight: 800 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
    background: transparent !important;
}

/* Baslik aksiyon linkleri (Yonet / Tumunu gor / Talep): yumusak marka pill. */
body.sg-mobile-app-bootstrap.sg-customer-bootstrap :is(.sg-account-mobile-panel-title a, .sg-account-mobile-empty a, .sg-wallet-request-link),
body.sg-customer-bootstrap .sg-account-mobile-panel-title a {
    border: 1px solid #ffdcbf !important;
    background: #fff7ed !important;
    color: #c2410c !important;
    border-radius: 999px !important;
    padding: 5px 12px !important;
    font-weight: 700 !important;
}

/* Ayar kartlari: ferah padding, temiz kenar/golge. */
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-settings-card,
body.sg-customer-bootstrap .sg-settings-card {
    padding: .9rem !important;
    border: 1px solid #e6ebf1 !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 8px 18px rgba(31, 41, 51, .045) !important;
}

/* Bildirim tercihleri switch satirlari: kart benzeri, hizali. */
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-settings-switches,
body.sg-customer-bootstrap .sg-settings-switches {
    display: grid !important;
    gap: .45rem !important;
    margin-top: .6rem !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-setting-switch,
body.sg-customer-bootstrap .sg-setting-switch {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .75rem !important;
    padding: .6rem .75rem !important;
    border: 1px solid #eef1f5 !important;
    border-radius: 11px !important;
    background: #fafbfc !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-setting-switch > span,
body.sg-customer-bootstrap .sg-setting-switch > span {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    gap: 1px !important;
}

/* Marka (turuncu) zeminli butonlarda yazi/ikon DAIMA beyaz — kirmizi yazi yok. */
.sg-store-detail .btn-primary,
.sg-store-detail .sg-product-add-button,
.sg-store-detail .btn-primary i,
.sg-store-detail .btn-primary span,
.sg-store-detail .sg-product-add-button i {
    color: #fff !important;
}

/* ===================================================================== *
 * 12) TUM PANELLER — custom (Bootstrap-disi) cok-kolon/nowrap duzenler
 * Global col katmani bunlari KACIRIR (custom grid'ler viewport media query'ye
 * baglidir; cerceveli masaustunde devreye girmez). 480px'te tasiyorlardi.
 * Mobil-only oldugu icin kosulsuz tek/az-kolon + wrap.
 * ===================================================================== */

/* --- MUSTERI: siparis durum zaman cizelgesi (6 kolon -> dikey timeline) --- */
.sg-order-steps[data-order-steps] {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
}
.sg-order-steps[data-order-steps] > article {
    position: relative !important;          /* saati sag uste sabitlemek icin */
    grid-template-columns: 28px 1fr !important;
    grid-template-areas: "mark title" "mark desc" !important;
    align-items: start !important;
    text-align: left !important;
    padding: 8px 58px 8px 10px !important;  /* sagda saat pili icin yer ayir */
}
.sg-order-steps[data-order-steps] > article > .sg-order-step-mark { grid-area: mark !important; }
.sg-order-steps[data-order-steps] > article > strong { grid-area: title !important; min-width: 0 !important; }
.sg-order-steps[data-order-steps] > article > small { grid-area: desc !important; min-width: 0 !important; }

/* Saat (04:13) mark icindeki dar 28px kolona sigmayip yazilarin altina
   tasiyordu. Akistan cikarip her adimin SAG UST kosesine sabitle -> hicbir
   yaziyla cakismaz, ayri net pil olarak durur. */
.sg-order-steps[data-order-steps] > article > .sg-order-step-mark {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.sg-order-steps[data-order-steps] > article > .sg-order-step-mark > time {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    margin: 0 !important;
}
.sg-order-steps[data-order-steps] > article > .sg-order-step-mark > time[hidden] {
    display: none !important;
}

/* --- MUSTERI: magaza durum satiri nowrap -> wrap --- */
.sg-store-status-line {
    flex-wrap: wrap !important;
}

/* =====================================================================
 * 14) MUSTERI ISLETME DETAY — URUNLER + OZELLESTIRME (turuncu, mobil-app)
 * Bu sayfa MUSTERI tarafidir; marka TURUNCU (#fc8019). app.css'te urun
 * "Ozellestirilebilir" rozeti ve TUM ozellestirme modali sabit TEAL
 * (#0f766e, #1f5f52, #ecfdf5...) renklerle yazilmis -> musteri arayuzune
 * teal siziyor (kullanicinin asil sikayeti). Burada hepsini turuncu/notr'a
 * cevirip modali alttan acilan mobil-app "sheet"ine donusturuyoruz.
 * Renkler SABIT turuncu (var degil) -> body sinifindan bagimsiz garanti.
 * ===================================================================== */

/* ---- "Ozellestirilebilir" urun rozeti: teal -> yumusak turuncu ---- */
.sg-customizable-badge {
    border-color: #fcd9a8 !important;
    color: #b45309 !important;
    background: #fff7ed !important;
}

/* ---- Modal sunumu: ortadan acilan dialog -> alttan acilan SHEET ---- */
[data-product-customizer].sg-modal {
    align-items: flex-end !important;
    justify-content: center !important;
    padding: 0 !important;
}

[data-product-customizer] .sg-customizer-dialog {
    width: 100% !important;
    max-width: 520px !important;
    max-height: 90vh !important;
    border-radius: 22px 22px 0 0 !important;
    box-shadow: 0 -18px 50px -12px rgba(15, 23, 42, .42) !important;
    padding-bottom: env(safe-area-inset-bottom, 0px) !important;
}

/* Ust kenarda "tutamac" cizgisi (mobil sheet hissi). */
[data-product-customizer] .sg-modal-header {
    position: relative;
    padding-top: 20px !important;
    border-bottom-color: #f1f1f4 !important;
}

[data-product-customizer] .sg-modal-header::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 38px;
    height: 4px;
    border-radius: 999px;
    background: #e2e6ec;
}

[data-product-customizer] .sg-modal-header span {
    color: #fc8019 !important;
}

/* ---- Secenek gruplari: teal cerceve/zemin -> notr beyaz kart ---- */
[data-product-customizer] .sg-customizer-group {
    border: 1px solid #eef1f5 !important;
    border-radius: 14px !important;
    background: #fff !important;
    padding: 10px 12px !important;
}

[data-product-customizer] .sg-customizer-group strong,
[data-product-customizer] .sg-customizer-group-toggle strong {
    color: #1f2937 !important;
}

[data-product-customizer] .sg-customizer-group small {
    color: #6b7280 !important;
}

/* Acilir-kapanir grup oku: teal -> turuncu. */
[data-product-customizer] .sg-customizer-group-toggle i {
    color: #fc8019 !important;
}

/* ---- Varyant grubu basligi: teal -> yumusak turuncu ---- */
[data-product-customizer] .sg-customizer-variant-group > strong {
    color: #9a3412 !important;
    background: #fff7ed !important;
    border-bottom-color: #fde7cf !important;
}

/* ---- Secenek satiri ayraclari: teal-yesil -> notr gri ---- */
[data-product-customizer] .sg-customizer-option + .sg-customizer-option,
[data-product-customizer] .sg-customizer-variant-group + .sg-customizer-option,
[data-product-customizer] .sg-customizer-option + .sg-customizer-variant-group,
[data-product-customizer] .sg-customizer-variant-group .sg-customizer-option + .sg-customizer-option {
    border-top-color: #f0f1f4 !important;
}

/* ---- Secili secenek: teal vurgu -> turuncu vurgu ---- */
[data-product-customizer] .sg-customizer-option input {
    accent-color: #fc8019 !important;
}

[data-product-customizer] .sg-customizer-option:has(input:checked) {
    background: #fff7ed !important;
    box-shadow: inset 3px 0 0 #fc8019 !important;
}

/* ---- Fiyat / porsiyon etiketleri: teal -> turuncu-amber ---- */
[data-product-customizer] .sg-customizer-option small,
[data-product-customizer] .sg-customizer-qty-option small {
    color: #b45309 !important;
}

[data-product-customizer] .sg-customizer-option .sg-portion-badge {
    color: #b45309 !important;
    border-color: #fcd9a8 !important;
    background: #fff !important;
}

/* ---- Footer: toplam turuncu + tam genislik hap buton ---- */
[data-product-customizer] .sg-customizer-footer {
    border-top-color: #f1f1f4 !important;
    padding: 12px 14px calc(12px + env(safe-area-inset-bottom, 0px)) !important;
    gap: 12px !important;
}

[data-product-customizer] .sg-customizer-footer strong {
    color: #fc8019 !important;
    font-size: 1.02rem !important;
    font-weight: 800 !important;
}

[data-product-customizer] .sg-customizer-footer .btn {
    flex: 1 1 auto !important;
    border-radius: 999px !important;
    font-weight: 800 !important;
    padding: 12px 22px !important;
    background: #fc8019 !important;
    border-color: #fc8019 !important;
    color: #fff !important;
}

/* Kapatma (X) butonu hover'i teal'e kaymasin (musteride turuncu/notr). */
[data-product-customizer] .sg-icon-button:hover {
    border-color: #fcd9a8 !important;
    color: #9a3412 !important;
    background: #fff7ed !important;
}

/* =====================================================================
 * 15) MUSTERI MOBIL GIRIS — "mobile app UI kit" ferah cila
 * mobilpanel.css'teki mevcut stiller cok sikisik (her yerde gap/padding 4px).
 * Burada nefes alani, yumusak gri dolgulu buyuk inputlar, hap buton, daha
 * buyuk marka kutusu ve dokunma hedefleriyle UI-kit kalitesine cikariyoruz.
 * Marka TURUNCU (#fc8019). Ayni ozgulluk + !important + sonra yuklenme -> kazanir.
 * ===================================================================== */
body.sg-mobile-home-theme .sg-mobile-login-page {
    background: linear-gradient(180deg, #fff6ee 0%, #f4f6f9 42%) !important;
}

body.sg-mobile-home-theme .sg-mobile-login-shell {
    gap: 16px !important;
    padding: 22px 16px calc(28px + env(safe-area-inset-bottom, 0px)) !important;
}

/* Ust baslik ferahlasin. */
body.sg-mobile-home-theme .sg-mobile-login-top {
    gap: 12px !important;
    padding: 4px 2px !important;
}

body.sg-mobile-home-theme .sg-mobile-login-top span {
    color: #fc8019 !important;
    font-size: .68rem !important;
}

body.sg-mobile-home-theme .sg-mobile-login-top strong {
    font-size: 1.12rem !important;
}

/* Kart: buyuk kose, yumusak golge, ferah ic bosluk. */
body.sg-mobile-home-theme .sg-mobile-login-card {
    gap: 16px !important;
    padding: 20px 18px !important;
    border: 1px solid #f0e7df !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 18px 44px -22px rgba(31, 41, 51, .42), 0 2px 6px -3px rgba(31, 41, 51, .06) !important;
}

/* Marka rozeti: daha buyuk yuvarlak turuncu gradient kutu. */
body.sg-mobile-home-theme .sg-mobile-login-head {
    grid-template-columns: 48px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: center !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #f3f4f6 !important;
}

body.sg-mobile-home-theme .sg-mobile-login-head > span {
    width: 48px !important;
    height: 48px !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #ff8a3d, #fc8019) !important;
    box-shadow: 0 10px 20px -8px rgba(252, 128, 25, .6) !important;
}

body.sg-mobile-home-theme .sg-mobile-login-head > span i {
    font-size: 1.3rem !important;
}

body.sg-mobile-home-theme .sg-mobile-login-head strong {
    font-size: 1.05rem !important;
}

body.sg-mobile-home-theme .sg-mobile-login-head small {
    font-size: .76rem !important;
}

/* Form alanlari ferah + yumusak gri dolgu + buyuk dokunma. */
body.sg-mobile-home-theme .sg-mobile-login-form {
    gap: 14px !important;
}

body.sg-mobile-home-theme .sg-mobile-login-input {
    gap: 7px !important;
}

body.sg-mobile-home-theme .sg-mobile-login-input > span {
    color: #374151 !important;
    font-size: .78rem !important;
    font-weight: 800 !important;
}

body.sg-mobile-home-theme .sg-mobile-login-input > div {
    grid-template-columns: 44px minmax(0, 1fr) !important;
    min-height: 52px !important;
    border: 1.5px solid #eceff3 !important;
    border-radius: 14px !important;
    background: #f7f8fa !important;
}

body.sg-mobile-home-theme .sg-mobile-login-input i {
    color: #9aa0aa !important;
    font-size: 1.05rem !important;
}

body.sg-mobile-home-theme .sg-mobile-login-input .form-control {
    min-height: 50px !important;
    font-size: 1rem !important;
}

body.sg-mobile-home-theme .sg-mobile-login-input > div:focus-within {
    border-color: #fcb079 !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(252, 128, 25, .12) !important;
}

body.sg-mobile-home-theme .sg-mobile-login-row {
    padding: 2px 2px !important;
}

body.sg-mobile-home-theme .sg-mobile-login-row label,
body.sg-mobile-home-theme .sg-mobile-login-row a {
    font-size: .8rem !important;
}

body.sg-mobile-home-theme .sg-mobile-login-row a {
    color: #fc8019 !important;
}

/* Giris butonu: hap, dolu turuncu gradient, yuksek dokunma hedefi. */
body.sg-mobile-home-theme .sg-mobile-login-submit {
    min-height: 54px !important;
    gap: 8px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ff8a3d, #fc8019) !important;
    font-size: 1rem !important;
    box-shadow: 0 14px 26px -10px rgba(252, 128, 25, .5) !important;
}

/* Sosyal butonlar: ferah, 48px. */
body.sg-mobile-home-theme .sg-mobile-login-social {
    gap: 12px !important;
    padding-top: 14px !important;
}

body.sg-mobile-home-theme .sg-mobile-login-social > div {
    gap: 10px !important;
}

body.sg-mobile-home-theme .sg-mobile-login-social-btn {
    min-height: 48px !important;
    gap: 8px !important;
    border: 1.5px solid #eceff3 !important;
    border-radius: 14px !important;
    font-size: .85rem !important;
}

/* "Hesabin yok mu" kutusu ferah. */
body.sg-mobile-home-theme .sg-mobile-login-register {
    padding: 12px 14px !important;
    border-radius: 16px !important;
}

body.sg-mobile-home-theme .sg-mobile-login-register span {
    font-size: .8rem !important;
}

body.sg-mobile-home-theme .sg-mobile-login-register a {
    padding: 8px 16px !important;
    border-color: #fcd9a8 !important;
    color: #fc8019 !important;
    font-size: .78rem !important;
}

/* "Diger giris secenekleri" karti ferah. */
body.sg-mobile-home-theme .sg-mobile-login-work {
    grid-template-columns: 32px minmax(0, 1fr) 18px !important;
    min-height: 52px !important;
    gap: 10px !important;
    padding: 10px 14px !important;
    border-radius: 16px !important;
}

body.sg-mobile-home-theme .sg-mobile-login-work i:first-child {
    color: #fc8019 !important;
}

body.sg-mobile-home-theme .sg-mobile-login-work span {
    font-size: .82rem !important;
}

/* =====================================================================
 * 16) MUSTERI: KURYE BILGI + ANLIK TAKIP MODALI
 * Kurye pill'ine tiklayinca acilan alttan-sheet: ad/soyad, telefon ve
 * "Kuryeyi anlik takip et" -> kurye konum paylasiyorsa harita. Marka TURUNCU.
 * ===================================================================== */
.sg-order-courier-pill {
    border: 0;
    cursor: pointer;
    font: inherit;
    gap: 6px;
}

.sg-order-courier-pill .sg-order-courier-pill-chevron {
    margin-left: 2px;
    font-size: .7rem;
    opacity: .65;
}

/* Modal: alttan acilan mobil-app sheet. */
.sg-courier-info-modal.sg-modal {
    align-items: flex-end !important;
    justify-content: center !important;
    padding: 0 !important;
}

.sg-courier-info-dialog {
    width: 100% !important;
    max-width: 480px !important;
    max-height: 92vh !important;
    border-radius: 22px 22px 0 0 !important;
    box-shadow: 0 -18px 50px -12px rgba(15, 23, 42, .42) !important;
    padding-bottom: env(safe-area-inset-bottom, 0px) !important;
}

.sg-courier-info-modal .sg-modal-header span {
    color: #fc8019 !important;
}

.sg-courier-info-card {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding: 12px;
    border: 1px solid #eef1f5;
    border-radius: 16px;
    background: #fff;
}

.sg-courier-info-avatar {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff8a3d, #fc8019);
    color: #fff;
    font-size: 1.4rem;
    box-shadow: 0 10px 20px -10px rgba(252, 128, 25, .6);
}

.sg-courier-info-text {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.sg-courier-info-text strong {
    font-size: 1rem;
    font-weight: 800;
    color: #1f2937;
    overflow-wrap: anywhere;
}

.sg-courier-info-phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    padding: 5px 12px;
    border: 1px solid #fcd9a8;
    border-radius: 999px;
    background: #fff7ed;
    color: #b45309;
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
}

.sg-courier-info-no-phone {
    color: #94a3b8;
    font-size: .76rem;
}

.sg-courier-track-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px !important;
    border-radius: 999px !important;
    background: #fc8019 !important;
    border-color: #fc8019 !important;
    color: #fff !important;
    font-weight: 800 !important;
}

.sg-courier-track-btn:disabled {
    opacity: .7;
}

.sg-courier-track-status {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #f1f5f9;
    color: #475569;
    font-size: .82rem;
    font-weight: 600;
}

.sg-courier-track-status.is-warn {
    border: 1px solid #fed7aa;
    background: #fff7ed;
    color: #9a3412;
}

.sg-courier-track-status.is-info {
    background: #eff6ff;
    color: #1e40af;
}

.sg-courier-track-map {
    margin-top: 12px;
    border: 1px solid #e6eaf0;
    border-radius: 16px;
    overflow: hidden;
}

.sg-courier-info-modal [data-courier-map-canvas] {
    width: 100%;
    height: 260px;
}

.sg-courier-track-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 12px;
    border-top: 1px solid #eef1f5;
    background: #fff;
}

.sg-courier-track-live {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #16a34a;
    font-size: .76rem;
    font-weight: 800;
}

.sg-courier-track-foot small {
    color: #64748b;
    font-size: .74rem;
}

/* =====================================================================
 * 19) MUSTERI ISLETME DETAY — bilgi + urun fiyati SOLA dayali
 * KOK NEDEN: .sg-store-info hem display:grid (mobile-store-app) hem
 * justify-content:center !important (bs-store-detail) aliyor; icerigi DAR
 * olan isletmelerde (or. emmi-tantuni) grid ORTALANIYOR, genis olanlarda
 * sola yapisik kaliyor -> tutarsiz. Fiyat da bs-store-detail'da flex-end
 * (sag); sola-cevirme yalnizca max-width medya sorgusunda -> cerceveda sagda.
 * Burada ikisini de KOSULSUZ sola sabitliyoruz.
 * ===================================================================== */
body .sg-store-detail .sg-store-info,
body .sg-mobile-store-app .sg-store-info,
body .sg-bs-store-detail .sg-store-info {
    justify-content: start !important;
    justify-items: stretch !important;
    align-items: stretch !important;
    text-align: left !important;
}

/* Urun fiyati: isim altinda, SOLA dayali (sag/orta degil). */
body .sg-store-detail .sg-menu-price,
body .sg-mobile-store-app .sg-menu-price,
body .sg-bs-store-detail .sg-menu-price {
    justify-content: flex-start !important;
    align-items: baseline !important;
    text-align: left !important;
    min-width: 0 !important;
    width: 100% !important;
}

/* Urun bilgi govdesi ve adi da sola hizali kalsin. */
body .sg-store-detail :is(.sg-menu-item-body, .sg-menu-name, .sg-menu-item-head, .sg-menu-flags) {
    text-align: left !important;
    justify-items: start !important;
}

/* =====================================================================
 * 20) MOBIL ANASAYFA FILTRE MODALI — cerceveda calissin + temiz tek-border
 * KOK NEDEN: filtre paneli stilleri app.css'te @media(max-width:767.98px)
 * icinde; masaustu 480px cerceveda (viewport genis) calismiyor -> panel
 * stilsiz/default radio+border ile "cift border" gibi bozuk goruluyor.
 * KOSULSUZ stilliyoruz + kullanici istekleri: tam genislik, hafif acik zemin
 * (modal hissi), TEK border cip (cift halka yok). Marka TURUNCU.
 * (JS setOpen: hidden'i kaldirir + .is-open ekler.)
 * ===================================================================== */
.sg-home-template-search > .sg-home-template-filter-menu {
    display: none;
    gap: 10px;
    width: 100%;
    margin: 8px 0 0 !important;
    padding: 14px !important;
    border: 1px solid #e2e5ea !important;
    border-radius: 16px !important;
    background: #f5f6f8 !important;
    box-shadow: 0 20px 44px -20px rgba(15, 23, 42, .45) !important;
    box-sizing: border-box !important;
}

.sg-home-template-search > .sg-home-template-filter-menu.is-open {
    display: grid !important;
}

.sg-home-template-search > .sg-home-template-filter-menu[hidden] {
    display: none !important;
}

.sg-home-template-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 2px;
    border-bottom: 1px solid #e6e8ec;
}

.sg-home-template-filter-head strong {
    color: #1a1a1a;
    font-size: .92rem;
    font-weight: 800;
}

.sg-home-template-filter-head .btn {
    min-height: auto;
    padding: 0;
    color: #fc8019 !important;
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
}

.sg-home-template-filter-group {
    display: grid;
    gap: 7px;
}

.sg-home-template-filter-group > span {
    color: #8a9099;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.sg-home-template-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.sg-home-template-filter-chips label {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    margin: 0;
    padding: 7px 13px;
    min-height: 32px;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 999px;
    background: #fff !important;
    color: #495057;
    font-size: .8rem;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color .15s ease, background .15s ease, color .15s ease;
}

.sg-home-template-filter-chips input {
    position: absolute !important;
    width: 1px;
    height: 1px;
    opacity: 0 !important;
    pointer-events: none;
}

.sg-home-template-filter-chips input:focus,
.sg-home-template-filter-chips input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* Secili cip: SADECE renk degissin -> tek turuncu border (cift halka YOK). */
.sg-home-template-filter-chips label:has(input:checked) {
    border-color: #fc8019 !important;
    background: #fff7ed !important;
    color: #b45309 !important;
    box-shadow: none !important;
}

.sg-home-template-filter-apply {
    width: 100%;
    min-height: 44px;
    margin-top: 4px;
    border: 0 !important;
    border-radius: 999px !important;
    background: #fc8019 !important;
    color: #fff !important;
    font-size: .9rem;
    font-weight: 800;
}

.sg-home-template-filter-apply:hover,
.sg-home-template-filter-apply:focus-visible {
    background: #e06f10 !important;
    color: #fff !important;
}

/* =====================================================================
 * 22) MOBIL KONUM KAPISI (location gate) modali — cerceveda da calissin
 * KOK NEDEN: gate modali z-index:1260 + dialog genisligi yalnizca
 * @media(max-width:767.98px) icinde tanimli; masaustu 480px cerceveda
 * (viewport genis) uygulanmiyor -> modal backdrop'un altinda/yanlis
 * katmanda kalip "tiklanmiyor" ve cerez onayi arkada kaliyordu.
 * KOSULSUZ uyguluyoruz; ayrica icerik backdrop'un USTUNDE ve tiklanabilir.
 * ===================================================================== */
.sg-mobile-location-gate {
    z-index: 1260 !important;
    /* Hafif karartma (gorsel); ama pointer-events:none ile dokunma/tekerlek
       SAYFAYA gecsin -> gate acikken bile arkadaki isletmeler kaydirilabilir.
       Dialog asagida pointer-events:auto aldigi icin yine tiklanabilir kalir. */
    background: rgba(15, 23, 42, .42) !important;
    pointer-events: none !important;
}

.sg-mobile-location-gate .modal-dialog {
    width: min(420px, calc(100% - 1rem)) !important;
    pointer-events: none !important;
}

.sg-mobile-location-gate .modal-content {
    border-radius: 14px !important;
    /* Dialog kutusu da fare tekerini YUTMASIN. Sadece tiklanabilir kontroller
       (il butonu, ilce select, gonder) pointer-events:auto alir; boylece
       dialog uzerinde bile fare tekeri/dokunma SAYFAYI kaydirir. */
    pointer-events: none !important;
}

.sg-mobile-location-gate :is(.sg-mobile-location-choice, select, [data-mobile-location-district], [data-mobile-location-submit]) {
    pointer-events: auto !important;
}

.sg-mobile-location-gate .sg-mobile-location-choice {
    border-radius: 10px !important;
    min-height: 46px !important;
    cursor: pointer !important;
    /* iOS dokunma guvencesi: dokunmayi gecikmesiz "click"e cevir, ust katman cikmasin. */
    touch-action: manipulation !important;
    position: relative !important;
    z-index: 1 !important;
}

/* iOS'ta butonun icindeki ikon/yazi dokunmayi yutmasin; dokunma butona gitsin. */
.sg-mobile-location-gate .sg-mobile-location-choice > * {
    pointer-events: none !important;
}

/* =====================================================================
 * MUSTERI ANASAYFA UST BASLIK: arka plan SAYDAM
 * app.css, .sg-header'a yesil gradyan (#30585c -> #095215) ve yesil golge
 * !important ile veriyor; border-radius'lu icerigin arkasinda yesil siritiyordu.
 * Musteri anasayfasinda header + navbar + container arka planini saydam yapip
 * gradyani/golgeyi kaldiriyoruz (app.css'i son yuklenen dosyada eziyoruz).
 * ===================================================================== */
body.sg-mobile-home-theme .sg-header,
body.sg-mobile-home-theme .sg-header .navbar,
body.sg-mobile-home-theme .sg-header .navbar > .container {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

/* =====================================================================
 * URUN / OZELLESTIRME MODALI footer barin USTUNDE olsun.
 * Footer bar z-index 1100; .sg-modal ise 1000 idi -> footer modali ortup
 * alttaki "Sepete ekle" butonunu gizliyordu. Modali (1200) footerin (1100)
 * ustune aliyoruz; ayrica modal acikken footer'i gizliyoruz (temiz dursun).
 * ===================================================================== */
body.sg-mobile-home-theme .sg-modal {
    z-index: 1200 !important;
}

body.sg-modal-open .sg-account-mobile-nav,
body.sg-modal-open .sg-mobile-app-footerbar,
body.sg-modal-open .sg-customer-footerbar {
    display: none !important;
}

/* =====================================================================
 * MAGAZA URUN KARTI SADELESTIRME
 * Gereksiz "Detay" butonu + tekrarlayan "Kurye X dk" etiketi kaldirildi
 * (gorsele dokununca detay zaten aciliyor; kurye suresi magaza geneliyle
 * ayni). Yerine kisa urun aciklamasi: ne oldugu bir bakista anlasilir
 * (2 satira kirpilir -> kart temiz kalir).
 * ===================================================================== */
.sg-menu-item .sg-menu-item-desc {
    margin: 4px 0 0 !important;
    color: #64748b;
    font-size: .76rem;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Gorsel "detay ac" oldugu belli olsun: imlec + hafif yakinlasma. */
.sg-menu-item .sg-menu-image-button {
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    padding: 0;
    border: 0;
    background: transparent;
}

.sg-menu-item .sg-menu-image-button img {
    transition: transform .18s ease;
}

.sg-menu-item .sg-menu-image-button:hover img {
    transform: scale(1.05);
}

/* =====================================================================
 * ODEME SIHIRBAZI — adim gostergesi + panolar (4 adim).
 * ===================================================================== */
.sg-checkout-steps {
    list-style: none;
    display: flex;
    gap: 4px;
    margin: 0 0 16px;
    padding: 0;
}

.sg-checkout-steps li {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
    font-size: .66rem;
    font-weight: 700;
    color: #94a3b8;
    line-height: 1.15;
    position: relative;
}

.sg-checkout-steps .sg-checkout-step-no {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #e2e8f0;
    background: #fff;
    color: #94a3b8;
    font-size: .78rem;
}

.sg-checkout-steps li::after {
    content: "";
    position: absolute;
    top: 12px;
    left: calc(50% + 17px);
    right: calc(-50% + 17px);
    height: 2px;
    background: #e2e8f0;
    z-index: 0;
}

.sg-checkout-steps li:last-child::after { display: none; }

.sg-checkout-steps li.is-active { color: var(--sg-primary, #0f766e); }
.sg-checkout-steps li.is-active .sg-checkout-step-no {
    border-color: var(--sg-primary, #0f766e);
    background: var(--sg-primary, #0f766e);
    color: #fff;
}

.sg-checkout-steps li.is-done { color: #16a34a; }
.sg-checkout-steps li.is-done .sg-checkout-step-no {
    border-color: #16a34a;
    background: #16a34a;
    color: #fff;
}
.sg-checkout-steps li.is-done::after { background: #16a34a; }

.sg-checkout-pane[hidden] { display: none !important; }

.sg-checkout-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 16px;
}

.sg-checkout-nav .sg-checkout-next,
.sg-checkout-nav .sg-checkout-btn {
    margin-left: auto;
}

.sg-checkout-summary {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 7px 12px;
    margin: 12px 0 0;
}

.sg-checkout-summary dt {
    color: #64748b;
    font-size: .82rem;
}

.sg-checkout-summary dd {
    margin: 0;
    text-align: right;
    font-weight: 600;
    font-size: .82rem;
    color: #0f172a;
}

.sg-checkout-summary .sg-discount { color: #16a34a; }

.sg-checkout-summary .sg-checkout-summary-total-label {
    font-weight: 800;
    color: #0f172a;
    padding-top: 6px;
    border-top: 1px solid #eef2f7;
}

.sg-checkout-summary .sg-cart-total {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--sg-primary, #0f766e);
    padding-top: 6px;
    border-top: 1px solid #eef2f7;
}

/* =====================================================================
 * SIHIRBAZ ILERI/GERI/ONAY butonlari — KIBAR (hap, yumusak, ince).
 * Bootstrap'in kaba dolu butonlari yerine: Ileri/Onay = yumusak golgeli hap
 * (sayfa temasi rengi), Geri = sade ghost (vurgusuz). Hover'da hafif kalkar.
 * ===================================================================== */
.sg-checkout-nav .sg-checkout-next,
.sg-checkout-nav .sg-checkout-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0 !important;
    border-radius: 999px !important;
    padding: 7px 16px !important;
    min-height: 36px;
    background: var(--sg-primary, #0f766e) !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: .8rem !important;
    letter-spacing: .01em;
    box-shadow: 0 8px 18px -8px rgba(15, 118, 110, .42), 0 2px 5px -2px rgba(15, 23, 42, .15) !important;
    transition: transform .14s ease, box-shadow .14s ease, filter .14s ease !important;
}

.sg-checkout-nav .sg-checkout-next:hover,
.sg-checkout-nav .sg-checkout-btn:hover {
    color: #fff !important;
    filter: brightness(.96);
    transform: translateY(-1px);
    box-shadow: 0 12px 24px -8px rgba(15, 118, 110, .5), 0 3px 7px -2px rgba(15, 23, 42, .18) !important;
}

.sg-checkout-nav .sg-checkout-next:active,
.sg-checkout-nav .sg-checkout-btn:active {
    transform: translateY(0);
    filter: brightness(.92);
}

.sg-checkout-nav .sg-checkout-prev {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    border: 0 !important;
    background: transparent !important;
    color: #8a98a5 !important;
    font-weight: 600 !important;
    font-size: .78rem !important;
    padding: 7px 10px !important;
    min-height: 36px;
    border-radius: 999px !important;
    box-shadow: none !important;
    transition: color .14s ease, background .14s ease !important;
}

.sg-checkout-nav .sg-checkout-prev:hover {
    color: #475569 !important;
    background: #eef2f5 !important;
}

.sg-checkout-nav .sg-checkout-prev i { font-size: .74rem; }
.sg-checkout-nav .sg-checkout-next i,
.sg-checkout-nav .sg-checkout-btn i { font-size: .8rem; }

/* Onay adimi: istege bagli (bahsis + not + ileri tarih) -> KATLANIR kompakt blok.
 * Varsayilan kapali; hizli siparis veren musteri hic acmadan onaylar. */
.sg-checkout-extras {
    border: 1px solid #e6edf0;
    border-radius: 12px;
    margin-top: 14px;
    overflow: hidden;
}
.sg-checkout-extras > summary {
    align-items: center;
    background: #f7fafb;
    color: #334155;
    cursor: pointer;
    display: flex;
    font-size: .88rem;
    gap: 8px;
    list-style: none;
    padding: 12px 14px;
}
.sg-checkout-extras > summary::-webkit-details-marker { display: none; }
.sg-checkout-extras > summary strong { font-weight: 750; }
.sg-checkout-extras > summary > span { flex: 1 1 auto; }
.sg-checkout-extras-caret { color: #8a98a5; transition: transform .2s ease; }
.sg-checkout-extras[open] .sg-checkout-extras-caret { transform: rotate(180deg); }
.sg-checkout-extra-row {
    border-top: 1px solid #eef2f5;
    display: grid;
    gap: 8px;
    padding: 12px 14px;
}
.sg-checkout-extra-label {
    align-items: center;
    color: #475569;
    display: flex;
    font-size: .82rem;
    font-weight: 700;
    gap: 6px;
}

/* Onay adimi: ne siparis edildigi (urun listesi) -> adet x ad ... fiyat */
.sg-checkout-items {
    display: grid;
    gap: 6px;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
.sg-checkout-items li {
    align-items: baseline;
    border-bottom: 1px dashed #eef2f5;
    display: grid;
    gap: 8px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding-bottom: 6px;
}
.sg-checkout-items li:last-child { border-bottom: 0; padding-bottom: 0; }
.sg-checkout-item-qty { color: #ef6c2f; font-weight: 800; }
.sg-checkout-item-name { color: #1f2937; overflow-wrap: anywhere; }
.sg-checkout-item-price { font-weight: 700; white-space: nowrap; }

/* Misafir baslik parantezi: kucuk + soluk (zorunluluk notu). */
.sg-misafir-title-hint {
    font-size: .7rem;
    font-weight: 600;
    color: #64748b;
}

/* Misafir (uyeliksiz) iletisim alanlari: input sinirlari belli olsun
 * (kenarlik + hafif golge); focus'ta musteri turuncusu. */
.sg-misafir-fields .form-control {
    background: #ffffff !important;
    border: 1px solid #cdd9dd !important;
    border-radius: 10px !important;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .07) !important;
}
.sg-misafir-fields .form-control:focus {
    border-color: #ef6c2f !important;
    box-shadow: 0 0 0 3px rgba(239, 108, 47, .16) !important;
}

/* Sepet/Odeme sayfasi: icerigin (ozellikle sihirbaz buton satiri) alt menu
 * cubugunun (fixed footerbar ~70px) ARKASINDA kalmamasi icin yeterli alt
 * bosluk. Mevcut kural yalniz +4px birakiyordu (cok az) ve "> main" direct-child
 * sarti bazi sayfalarda tutmuyor; burada descendant + bol clearance ile garanti. */
body.sg-mobile-home-theme main.sg-cart-page {
    padding-bottom: calc(var(--sg-mobile-footer-height, 70px) + 30px + env(safe-area-inset-bottom)) !important;
}

/* Son adimdaki "Siparisi olustur" / nav satiri da kendi altinda nefes alsin. */
body.sg-mobile-home-theme .sg-cart-page .sg-checkout-pane:last-child .sg-checkout-nav {
    margin-bottom: 6px;
}

/* =====================================================================
 * YUZEN SEPET BUTONU (.sg-floating-cart) footerbar ARKASINDA kalmasin.
 * app.css: bottom:18px (footerbar'in ~70px alan icinde) + z-index:20 (footerbar
 * 1040'in ALTINDA) -> hem ortuluyor hem arkada. Footerbar'in USTUNE tasiyoruz
 * (bottom > footer yuksekligi) + z-index footerbar'in ustune (1045), modallarin
 * altinda (1200+). Boylece her zaman gorunur + tiklanir.
 * ===================================================================== */
body.sg-mobile-home-theme .sg-floating-cart {
    bottom: calc(var(--sg-mobile-footer-height, 70px) + 14px + env(safe-area-inset-bottom)) !important;
    z-index: 1045 !important;
    /* app.css mobil media query'sinde left:14px + right:14px verip butonu NEREDEYSE
     * TAM GENISLIK yapiyordu (kaba bir bar). Icerige gore, saga yasli, kibar pill'e
     * ceviriyoruz. 'right'a DOKUNMUYORUZ: telefonda app.css right:14px, >=600px
     * cercevede mobil-cerceve.css right:calc(...) kendi baglamlarinda gecerli kalsin. */
    left: auto !important;
    width: auto !important;
    max-width: calc(100% - 28px) !important;
    padding: 9px 16px !important;
    gap: 6px !important;
    border-radius: 999px !important;
    font-size: .82rem !important;
}

/* Modal acikken (urun/ozellestirme) yuzen sepet de gizlensin (footerbar gibi). */
body.sg-modal-open .sg-floating-cart {
    display: none !important;
}

/* =====================================================================
 * FOOTER IMZA SATIRI (© ... Saffet ILHAN) ARKA PLANI = FOOTER ile AYNI.
 * Musteri mobil uygulamasinda footer SEFFAF, koyu gradient sadece
 * .sg-footer-grid'de. Imza (.sg-footer-bottom) gridin DISINDA + arka plansiz
 * oldugundan sayfanin ACIK zemini sirityordu. Imzaya da footer'in koyu zeminini
 * verip gridle birlesik (yuvarlak alt koseli) tek koyu kutu yapiyoruz.
 * ===================================================================== */
body.sg-mobile-home-theme .sg-mobile-app-footer-section .sg-footer-bottom {
    background: #0b1220 !important;
    border-radius: 0 0 10px 10px !important;
    margin-top: 0 !important;
    padding: 7px 10px 9px !important;
    color: #cbd5e1 !important;
}

/* =====================================================================
 * ALT MENU (footerbar) — TUM musteri mobil sayfalarinda AYNI olcu.
 * SORUN: buyuk ikon (1.08rem) + 68px buton kurali yalniz musteripanel.css'te
 * ve o dosya SADECE hesabim/sepet/siparislerim/odeme'de yukleniyordu. Anasayfa
 * (/mobil) ve magaza sayfalarinda yuklenmedigi icin ikon, butonun .64rem
 * yazisini miras alip kuculuyordu (mobilpanel.css'te explicit ikon olcusu yok).
 * panel-musteri.css HER musteri sayfasinda + EN SON yuklendigi icin burada
 * tek tip yapiyoruz; boylece anasayfaya gecince footerbar artik kuculmez.
 * ===================================================================== */
body.sg-mobile-app-bootstrap .sg-mobile-app-footerbar :is(a, button) {
    min-height: 68px !important;
    font-size: .64rem !important;
}

body.sg-mobile-app-bootstrap .sg-mobile-app-footerbar i {
    font-size: 1.08rem !important;
    line-height: 1 !important;
}

/* =====================================================================
 * ANASAYFA HEADER — kullanici ikonu + acilir menu (Giris yap / Uye ol).
 * Teslimat/Gel-Al switch'inin SOLUNDA kucuk ikon; tiklayinca dropdown.
 * Toggle JS ile dropdown'daki [hidden] kaldirilir (data-home-user-toggle).
 * ===================================================================== */
body.sg-mobile-home-theme .sg-home-template-actions {
    display: inline-flex !important;
    align-items: center !important;
    gap: 2px !important;
    flex: 0 0 auto !important;
}

body.sg-mobile-home-theme .sg-home-user-menu {
    position: relative !important;
    flex: 0 0 auto !important;
}

body.sg-mobile-home-theme .sg-home-user-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    padding: 0 !important;
    border: 1px solid var(--sg-mobile-border, #e2e2e0) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #344054 !important;
    font-size: 1.05rem !important;
    box-shadow: 0 2px 6px rgba(32, 33, 36, .08) !important;
    cursor: pointer !important;
}

body.sg-mobile-home-theme .sg-home-user-toggle:is(:hover, :focus-visible, [aria-expanded="true"]) {
    border-color: #fc8019 !important;
    color: #fc8019 !important;
    outline: 0 !important;
}

body.sg-mobile-home-theme .sg-home-user-dropdown {
    position: absolute !important;
    top: calc(100% + 6px) !important;
    left: 0 !important;
    right: auto !important;
    /* Arama formu position:relative + z-index:1210 oldugu icin dropdown onun
     * ARKASINDA kaliyordu. Arama oneri paneli (1220) ve formun (1210) ustune
     * ciksin diye yukseltiyoruz. */
    z-index: 1310 !important;
    min-width: 142px !important;
    padding: 6px !important;
    border: 1px solid #ececed !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 14px 30px -10px rgba(15, 23, 42, .28) !important;
    display: grid !important;
    gap: 2px !important;
}

body.sg-mobile-home-theme .sg-home-user-dropdown[hidden] {
    display: none !important;
}

body.sg-mobile-home-theme .sg-home-user-dropdown form {
    margin: 0 !important;
}

body.sg-mobile-home-theme .sg-home-user-item {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    width: 100% !important;
    padding: 9px 11px !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: transparent !important;
    color: #344054 !important;
    font-size: .82rem !important;
    font-weight: 700 !important;
    text-align: left !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

body.sg-mobile-home-theme .sg-home-user-item i {
    font-size: 1.02rem !important;
    color: #fc8019 !important;
}

body.sg-mobile-home-theme .sg-home-user-item:is(:hover, :focus-visible) {
    background: #fff4ea !important;
    color: #b45309 !important;
    outline: 0 !important;
}

body.sg-mobile-home-theme .sg-home-user-item-logout i {
    color: #d92d20 !important;
}

body.sg-mobile-home-theme .sg-home-user-item-logout:is(:hover, :focus-visible) {
    background: #fef2f2 !important;
    color: #b42318 !important;
}

/* =====================================================================
 * AKILLI ARAMA — oneri paneli artik GORUNUR.
 * JS oneri panelini (.sg-search-suggestions, absolute, formun ALTINDA) arama
 * formunun ICINE ekliyor (form.appendChild). Iki sorun vardi:
 *  1) mobilpanel.css form'a overflow:hidden veriyordu (pill icin) -> paneli
 *     kirpma riski.
 *  2) app.css form'a z-index:1210 veriyor AMA hicbir kural form'a 'position'
 *     vermiyordu -> z-index ATIL kaliyor ve panel form yerine bir ust
 *     kapsayiciya tutunuyordu (yanlis hizalama/yiginlanma).
 * Form'u 'position: relative' + 'overflow: visible' yapinca panel tam formun
 * altina tutunur, tasarlanan z-index:1210 aktif olur, kirpilma biter. Form
 * cocuklari (input + buton) seffaf oldugundan pill gorunumu bozulmaz.
 * panel-musteri.css en son yuklendigi icin mobilpanel/app.css'i ezer.
 * ===================================================================== */
body.sg-mobile-home-theme .sg-home-template-search > form:not(.sg-home-template-filter-menu) {
    position: relative !important;
    overflow: visible !important;
}

/* =====================================================================
 * SEPET aksiyon butonlari: "Odeme yontemine gec" + "Sepeti temizle" YAN YANA
 * (eskiden alt alta, tam genislik + cok kisaydi). Odeme butonu daha genis +
 * her iki buton biraz daha YUKSEK -> tiklamasi kolay, dengeli.
 * ===================================================================== */
body.sg-mobile-home-theme .sg-cart-action-row {
    display: flex !important;
    gap: 8px !important;
    align-items: stretch !important;
}

body.sg-mobile-home-theme .sg-cart-action-row .sg-checkout-form {
    flex: 1.7 1 0 !important;
    margin: 0 !important;
}

body.sg-mobile-home-theme .sg-cart-action-row .sg-clear-cart-form {
    flex: 1 1 0 !important;
    margin: 0 !important;
}

body.sg-mobile-home-theme .sg-cart-action-row .sg-checkout-btn {
    width: 100% !important;
    min-height: 50px !important;
    border-radius: 12px !important;
    white-space: nowrap !important;
}

body.sg-mobile-home-theme .sg-cart-action-row .sg-checkout-form .sg-checkout-btn {
    font-size: .86rem !important;
}

body.sg-mobile-home-theme .sg-cart-action-row .sg-clear-cart-form .sg-checkout-btn {
    font-size: .76rem !important;
    padding-inline: 8px !important;
}

/* Yeni CTA duzeni: "Uye olmadan devam et" + "Uye girisiyle devam et" TAM GENISLIK,
 * alt alta; "Temizle" = kucuk COP IKONU butonu (yazi yok). */
body.sg-mobile-home-theme .sg-cart-action-row { flex-wrap: wrap !important; }
body.sg-mobile-home-theme .sg-cart-action-row .sg-checkout-form { flex: 1 1 100% !important; }
body.sg-mobile-home-theme .sg-cart-action-row > a.sg-checkout-btn { flex: 1 1 100% !important; }
body.sg-mobile-home-theme .sg-cart-action-row .sg-cart-clear-form {
    flex: 0 0 auto !important;
    margin: 2px auto 0 !important;
}
body.sg-mobile-home-theme .sg-cart-clear-btn {
    width: auto !important;
    min-width: 46px !important;
    min-height: 40px !important;
    border-radius: 10px !important;
    padding: 6px 16px !important;
    font-size: 1.05rem !important;
}

/* =====================================================================
 * ODEME: "Teslimat tipi" adimi, odeme yontemi seceneklerinden AYRI gorunsun.
 * Panelin arka plani SOFT KIRMIZI (acik zemin -> kirmizi tonu kurali korunur:
 * kirmizi yalniz acik zeminde). Ic secim kartlari beyaz kalir, ust ikon kirmizi.
 * ===================================================================== */
body.sg-mobile-home-theme .sg-delivery-type-step {
    background: #fef2f2 !important;
    border-color: #fecaca !important;
}

body.sg-mobile-home-theme .sg-delivery-type-step .sg-payment-step-title i {
    color: #dc2626 !important;
    background: #fee2e2 !important;
}

body.sg-mobile-home-theme .sg-delivery-type-step .sg-payment-option {
    background: #fee2e2 !important;
    border-color: #fecaca !important;
}

/* Siparis iptal politikasi notu (musteri detayinda). */
.sg-cancel-note {
    display: block;
    margin-top: 8px;
    font-size: .76rem;
    line-height: 1.4;
    color: #64748b;
}

body.sg-mobile-home-theme .sg-delivery-type-step .sg-payment-option input {
    accent-color: #dc2626 !important;
}

body.sg-mobile-home-theme .sg-delivery-type-step .sg-payment-option:has(input:checked),
body.sg-mobile-home-theme .sg-delivery-type-step .sg-payment-option.is-selected {
    border-color: rgba(220, 38, 38, .5) !important;
    background: #fbd5d5 !important;
    box-shadow: inset 0 0 0 1px rgba(220, 38, 38, .18) !important;
}

/* =====================================================================
 * ODEME: para ustu "gerek yok" secimi + Havale/EFT IBAN bloku.
 * ===================================================================== */
.sg-cash-change-wrap {
    display: grid;
    gap: 8px;
    margin-top: 8px;
}

.sg-cash-nochange {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
}

.sg-cash-nochange input {
    width: 18px;
    height: 18px;
    accent-color: var(--sg-primary, #0f766e);
}

.sg-havale-box {
    margin-top: 10px;
    padding: 14px;
    border: 1px solid #bfdbfe;
    border-radius: 14px;
    background: #eff6ff;
}

.sg-havale-box > strong {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #1e40af;
    font-size: .9rem;
}

.sg-havale-box > strong i { color: #2563eb; }

.sg-havale-box > p {
    margin: 6px 0 10px;
    font-size: .78rem;
    line-height: 1.4;
    color: #475569;
}

.sg-havale-list {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px 14px;
    margin: 0;
}

.sg-havale-list dt {
    font-size: .76rem;
    font-weight: 700;
    color: #64748b;
}

.sg-havale-list dd {
    margin: 0;
    font-size: .84rem;
    font-weight: 700;
    color: #0f172a;
    word-break: break-all;
}

.sg-havale-iban {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.sg-havale-iban span { letter-spacing: .02em; }

.sg-havale-copy {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    background: #fff;
    color: #1d4ed8;
    font-size: .74rem;
    font-weight: 700;
    cursor: pointer;
}

.sg-havale-copy:hover { background: #dbeafe; }

/* Davet et (referans) karti */
.sg-referans-box { display: grid; gap: 10px; padding: 4px 2px 2px; }
.sg-referans-aciklama { margin: 0; font-size: .82rem; line-height: 1.5; color: #5b6573; }
.sg-referans-kod {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border: 1px dashed #f59e0b;
    border-radius: 12px;
    background: #fff7ed;
}
.sg-referans-kod > span {
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: 2px;
    color: #b45309;
}
.sg-referans-kod .btn { flex: 0 0 auto; white-space: nowrap; }
.sg-referans-stat { display: block; font-size: .74rem; color: #8a94a6; }

/* =====================================================================
 * CHECKOUT GORSEL YUMUSATMA (sadece .sg-cart-page)
 * Akis ayni kaliyor; amac "kaba/yorucu" hissi azaltmak:
 *  - her bolumdeki dolu 36px teal ikon kutusu -> kucuk, hafif, cercevesiz
 *  - kutu-icinde-kutu yerine yumusak ayrim + nefes alan ic bosluk
 *  - bolumler arasi biraz daha ferah aralik
 * Yuksek ozgulluk (.sg-cart-page ...) app.css'i ezer; tasma yapmaz.
 * ===================================================================== */
.sg-cart-page .sg-payment-form,
.sg-cart-page .sg-payment-panel { gap: 10px; }

.sg-cart-page .sg-payment-step {
    padding: 13px 14px;
    gap: 8px;
    border: 1px solid #eef2f7;          /* daha acik cerceve */
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

/* Ikon: dolu teal kutu yerine hafif, yumusak rozet */
.sg-cart-page .sg-payment-step-title {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}
.sg-cart-page .sg-payment-step-title i {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    font-size: 1rem;
    color: var(--sg-primary, #0f766e);
    background: rgba(15, 118, 110, .08);  /* cok hafif */
}
.sg-cart-page .sg-payment-step-title strong {
    font-size: .9rem;
    font-weight: 700;
    color: #0f172a;
}
.sg-cart-page .sg-payment-step-title span {
    font-size: .75rem;
    color: #8a94a6;                        /* daha sakin aciklama */
}

/* Secenek kartlari: biraz daha ferah, yumusak */
.sg-cart-page .sg-payment-option {
    padding: 11px 12px;
    border-radius: 11px;
    border-color: #eef2f7;
}
.sg-cart-page .sg-payment-options { gap: 8px; }

/* Teslimat/odeme secenekleri KOMPAKT: tek kolon (alt alta) + baslik & aciklama
 * YAN YANA tek satir -> sepette cok yer kaplamasin. */
.sg-cart-page .sg-payment-options,
.sg-cart-page .sg-payment-options-two {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
}
.sg-cart-page .sg-payment-option {
    align-items: center !important;
    gap: 9px !important;
    min-height: 0 !important;
    padding: 8px 11px !important;
}
.sg-cart-page .sg-payment-option > span {
    align-items: baseline !important;
    display: flex !important;
    flex-flow: row wrap !important;
    gap: 1px 8px !important;
}
.sg-cart-page .sg-payment-option > span strong { font-size: .85rem !important; line-height: 1.25 !important; }
.sg-cart-page .sg-payment-option > span small { color: #64748b !important; font-size: .72rem !important; line-height: 1.25 !important; }

/* Adim ici ilk bolumun ust bosluğu fazla gelmesin */
.sg-cart-page .sg-checkout-pane > .sg-payment-step + .sg-payment-step { margin-top: 2px; }
