/**
 * Theme Name: Default Theme
 * Theme URI: 
 * Description: Varsayılan Kasoft Demo Mağaza teması
 * Version: 1.0.0
 * Author: Kasoft Demo Mağaza
 */

/* Tema Özelleştirme Değişkenleri */
:root {
    --primary-color: #1f2937;
    --secondary-color: #f59e0b;
    --accent-color: #ef4444;
    --text-color: #374151;
    --bg-color: #ffffff;
    --header-bg: #ffffff;
    --footer-bg: #1f2937;
    --footer-text: #ffffff;
}

/* Özel Stiller */
body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
    background-color: var(--bg-color);
}

/* Header Özelleştirmeleri */
header {
    background-color: var(--header-bg);
}

/* Footer Özelleştirmeleri */
footer {
    background-color: var(--footer-bg);
    color: var(--footer-text);
}

/* Footer Link Stilleri */
footer a {
    color: #d1d5db; /* text-gray-300 */
    transition: color 0.2s ease;
}

footer a:hover {
    color: #ffffff; /* text-white */
}

/* Footer Başlıklar */
footer h3,
footer h4 {
    color: #ffffff;
}

/* Footer Sosyal Medya İkonları */
footer .text-gray-400 {
    color: #9ca3af;
}

footer .text-gray-400:hover {
    color: #ffffff;
}

/* Footer Metin Renkleri */
footer .text-gray-300 {
    color: #d1d5db;
}

footer .text-gray-500 {
    color: #6b7280;
}

footer .text-gray-400 {
    color: #9ca3af;
}

/* === ERİŞİLEBİLİRLİK VE KONTRAST İYİLEŞTİRMELERİ === */

/* Beyaz arka plan üzerinde text-gray-300 ile çizilen büyük boş-durum ikonları
   görsel olarak kayboluyordu. İçeriğin ortasındaki büyük (w-16/20/24) ikonları
   bir tık daha koyu hale getir. Yıldız oylamasındaki küçük (w-3/w-4) ikonları
   bozmamak için sadece "main" alanlardaki büyük ikonlara uygula. */
main .text-gray-300.w-24,
main .text-gray-300.h-24,
main i[class*="w-24"][class*="text-gray-300"],
main i[class*="w-20"][class*="text-gray-300"],
main i[class*="w-16"][class*="text-gray-300"] {
    color: #9ca3af; /* gray-400 — gri-300 yerine */
}

/* Yıldız oylamada boş yıldızlar — gri-300 fazla soluk, gri-400 daha okunaklı */
i[data-lucide="star"].text-gray-300 {
    color: #9ca3af;
}

/* Hover'da yıldızlar — etkileşim için altın renge */
.rating-star:hover {
    color: #fbbf24 !important;
}

/* Cards üzerindeki "shadow-sm" altında hairline çıkmasın */
.bg-white.shadow-sm {
    border: 1px solid transparent;
}

/* Buton Özelleştirmeleri */
.btn-primary {
    background-color: var(--primary-color);
    color: white;
}

.btn-primary:hover {
    background-color: var(--secondary-color);
}

/* Link Özelleştirmeleri */
a {
    color: var(--primary-color);
}

a:hover {
    color: var(--secondary-color);
}

/* ============================================================
   KASOFT EDITORIAL SKIN v1.2.0 — "quiet luxury" monokrom
   Referans: Mango/COS listeleme dili + 2026 editorial trendleri.
   Beyaz zemin, near-black metin, tek vurgu (indirim kırmızısı),
   çerçevesiz ürün kartları, uppercase mikro-etiketler.
   ============================================================ */
:root {
    --eds-bg: #FFFFFF;
    --eds-ink: #111111;
    --eds-gri: #6B7280;
    --eds-gri-acik: #9CA3AF;
    --eds-cizgi: #E5E7EB;
    --eds-kum: #F6F5F3;
    --eds-indirim: #C1121F;
    --eds-track: .12em;
}
body { background: var(--eds-bg) !important; color: var(--eds-ink); }
h1, h2, h3 { font-family: 'Inter', var(--fr-font-heading), sans-serif; letter-spacing: -.02em; color: var(--eds-ink); }

/* ---- Üst bant: siyah, mikro-uppercase ---- */
.top-banner { background: var(--yuzey-banner-bg) !important; color: var(--yuzey-banner-text) !important; padding-top: 8px !important; padding-bottom: 8px !important; }
.top-banner .text-sm { font-size: 10.5px !important; font-weight: 600 !important; letter-spacing: .18em !important; }

/* ---- Header: beyaz, ince, hairline ---- */
.site-header { background: var(--yuzey-header-bg) !important; box-shadow: none !important; border-bottom: 1px solid var(--eds-cizgi); }
.site-header nav.container { padding-top: 12px !important; padding-bottom: 12px !important; }
.site-header a.text-2xl { font-size: 16px !important; }
.site-header a.text-2xl .text-2xl { font-size: 16px !important; font-weight: 800 !important; letter-spacing: .16em !important; text-transform: uppercase; white-space: nowrap; color: var(--eds-ink) !important; }
.site-header a.text-2xl .inline-flex { gap: 8px !important; }
.site-header img[src*="site-icon"] { max-width: 26px !important; max-height: 26px !important; }
.site-header nav a.font-medium { font-size: 11.5px !important; font-weight: 600 !important; letter-spacing: var(--eds-track); text-transform: uppercase; color: var(--eds-ink) !important; }
.site-header nav a.font-medium:hover { opacity: .55 !important; }
/* Giriş/Kayıt: sade metin + siyah blok */
.site-header a[href$="/giris"] { font-size: 11.5px !important; letter-spacing: var(--eds-track); text-transform: uppercase; color: var(--eds-ink) !important; background: transparent !important; }
.site-header a[href$="/kayit"] { font-size: 11.5px !important; letter-spacing: var(--eds-track); text-transform: uppercase; background: var(--eds-ink) !important; color: #fff !important; border-radius: 2px !important; padding: 9px 16px !important; }
.site-header a[href$="/kayit"]:hover { background: #333 !important; }
.site-header a[href$="/kayit"] * { color: #fff !important; }
/* Son Görüntülenenler: nötr kum zemin */
section.bg-gray-100, section.bg-gray-50, .bg-gray-100 { background: var(--eds-kum) !important; }

/* ---- HERO: full-bleed, netlik önde, sol-alt hizalı editorial ---- */
.ks-hero { position: relative; min-height: min(80vh, 640px); display: flex; align-items: flex-end; overflow: hidden; }
.ks-hero-media { position: absolute; inset: 0; background-size: cover; background-position: center 30%; }
.ks-hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,.44) 100%); }
.ks-hero-inner { position: relative; max-width: 1280px; margin: 0 auto; padding: 0 32px 64px; width: 100%; }
.ks-hero-etiket { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: #fff; border: 0; border-bottom: 1px solid rgba(255,255,255,.6); padding-bottom: 6px; margin-bottom: 18px; }
.ks-hero-baslik { font-size: clamp(30px, 4.6vw, 56px); line-height: 1.04; font-weight: 700; letter-spacing: -.025em; color: #fff; margin: 0 0 14px; text-shadow: 0 1px 24px rgba(0,0,0,.18); }
.ks-hero-alt { font-size: clamp(14px, 1.3vw, 17px); color: rgba(255,255,255,.88); max-width: 430px; line-height: 1.6; margin: 0 0 34px; }
.ks-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.ks-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 30px; border-radius: 2px; font-weight: 600; font-size: 12px; letter-spacing: var(--eds-track); text-transform: uppercase; text-decoration: none; transition: all .18s ease; }
.ks-btn-dolu { background: #fff; color: var(--eds-ink) !important; }
.ks-btn-dolu:hover { background: var(--eds-ink); color: #fff !important; }
.ks-btn-cizgi { background: transparent; color: #fff !important; border: 1px solid rgba(255,255,255,.75); }
.ks-btn-cizgi:hover { background: #fff; color: var(--eds-ink) !important; border-color: #fff; }

/* ---- Kategori vitrini: keskin, tipografik ---- */
.ks-katlar { max-width: 1280px; margin: 22px auto 8px; padding: 0 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; position: relative; }
.ks-kat-kart { position: relative; border-radius: 2px; overflow: hidden; aspect-ratio: 16 / 9; display: block; box-shadow: none; }
.ks-kat-kart img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.6,.2,1), filter .4s ease; }
.ks-kat-kart:hover img { transform: scale(1.04); filter: brightness(.92); }
.ks-kat-kart::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.55) 100%); }
.ks-kat-yazi { position: absolute; left: 24px; bottom: 20px; z-index: 2; color: #fff; }
.ks-kat-yazi span { font-size: 10px; letter-spacing: .24em; text-transform: uppercase; opacity: .8; }
.ks-kat-yazi h3 { font-size: 24px; margin: 4px 0 4px; color: #fff; font-weight: 700; letter-spacing: -.01em; }
.ks-kat-yazi em { font-style: normal; font-size: 12px; letter-spacing: .06em; opacity: .9; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 2px; }

/* ---- Bölüm başlıkları: sola hizalı editorial ---- */
h2.text-2xl.text-center, h2.sm\:text-3xl.text-center { text-align: left !important; font-size: 22px !important; font-weight: 700 !important; letter-spacing: -.01em !important; color: var(--eds-ink) !important; position: relative; padding-top: 22px; max-width: 1280px; margin-left: auto !important; margin-right: auto !important; }
h2.text-2xl.text-center::before, h2.sm\:text-3xl.text-center::before { content: "Sezonun Seçkisi"; position: absolute; top: 0; left: 0; transform: none; font-size: 10px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--eds-gri-acik); }

/* ---- ÜRÜN KARTLARI: çerçevesiz, çıplak görsel (Mango dili) ---- */
.grid > div.relative.flex.flex-col, div[class*="product-card"] { background: transparent; border: 0 !important; border-radius: 0 !important; overflow: visible; box-shadow: none !important; transition: none; }
.grid > div.relative.flex.flex-col:hover { transform: none; box-shadow: none !important; }
div[style*="aspect-ratio: 4 / 5"] { background: var(--eds-kum) !important; border-radius: 2px; overflow: hidden; }
div[style*="aspect-ratio: 4 / 5"] img { transition: transform .6s cubic-bezier(.2,.6,.2,1), opacity .3s ease; }
.grid > div.relative.flex.flex-col:hover div[style*="aspect-ratio: 4 / 5"] img { transform: scale(1.035); }
/* kart metni: sola hizalı, ince */
.grid > div.relative.flex.flex-col .p-3.text-center { text-align: left !important; padding: 12px 2px 4px !important; }
.grid > div.relative.flex.flex-col .p-3.text-center h3,
.grid > div.relative.flex.flex-col .p-3.text-center a { font-size: 13px !important; font-weight: 500 !important; color: var(--eds-ink) !important; letter-spacing: 0 !important; }
/* fiyatlar */
.grid .text-red-600, .grid .text-red-500 { color: var(--eds-indirim) !important; font-weight: 600 !important; font-size: 13.5px !important; }
.grid .line-through { color: var(--eds-gri-acik) !important; font-size: 12px !important; }
.text-green-600, .text-green-700 { color: var(--eds-ink) !important; }
/* rozet: minimal kırmızı etiket */
.grid .absolute.top-2.left-2 { background: var(--eds-indirim) !important; color: #fff !important; font-size: 10px !important; font-weight: 700 !important; letter-spacing: .08em; border-radius: 0 !important; padding: 4px 8px !important; text-transform: uppercase; }
/* favori kalbi sadeleştir */
.grid .absolute.top-2.right-2 { background: transparent !important; box-shadow: none !important; }

/* ---- Butonlar: keskin monokrom ---- */
button[onclick*="addToCart"], .btn-add-to-cart { border-radius: 2px !important; letter-spacing: var(--eds-track) !important; }

/* ---- Genel dokunuşlar ---- */
.rounded-lg { border-radius: 4px !important; }
input:focus, select:focus, textarea:focus { outline-color: var(--eds-ink) !important; }
a { -webkit-tap-highlight-color: transparent; }

/* ---- KSF FOOTER: nötr koyu ---- */
.ksf { background: var(--yuzey-footer-bg) !important; color: #A1A1AA; font-size: 14px; }
.ksf-ic { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.ksf-guven { background: #161616; border-bottom: 1px solid rgba(255,255,255,.06); }
.ksf-guven-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 24px 32px; }
.ksf-guven-item { display: flex; align-items: center; gap: 12px; }
.ksf-guven-item i, .ksf-guven-item svg { width: 22px; height: 22px; color: #fff; flex: none; }
.ksf-guven-item strong { display: block; color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.ksf-guven-item span { font-size: 12px; color: #71717A; }
.ksf-kolonlar { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr 1.5fr; gap: 40px; padding-top: 44px; padding-bottom: 44px; }
.ksf-logo { font-size: 15px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: #fff; margin-bottom: 12px; }
.ksf-marka p { color: #71717A; line-height: 1.7; max-width: 300px; font-size: 13.5px; }
.ksf-sosyal { display: flex; gap: 10px; margin-top: 18px; }
.ksf-sosyal a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); color: #D4D4D8; transition: all .2s ease; }
.ksf-sosyal a:hover { background: #fff; border-color: #fff; color: #111; }
.ksf-sosyal i, .ksf-sosyal svg { width: 16px; height: 16px; }
.ksf-kolon h4 { color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 16px; }
.ksf-kolon a { display: block; color: #A1A1AA; padding: 5px 0; font-size: 13.5px; text-decoration: none; transition: color .15s ease; }
.ksf-kolon a:hover { color: #fff; }
.ksf-bulten p { color: #71717A; line-height: 1.6; margin-bottom: 14px; font-size: 13.5px; }
.ksf-bulten-form { display: flex; border: 1px solid rgba(255,255,255,.2); border-radius: 2px; overflow: hidden; background: transparent; }
.ksf-bulten-form input { flex: 1; background: transparent; border: 0; padding: 12px 14px; color: #fff; font-size: 13px; outline: none; min-width: 0; }
.ksf-bulten-form input::placeholder { color: #52525B; }
.ksf-bulten-form button { background: #fff; color: #111; border: 0; padding: 12px 18px; font-weight: 700; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: background .2s ease; white-space: nowrap; }
.ksf-bulten-form button:hover { background: #E4E4E7; }
.ksf-alt { border-top: 1px solid rgba(255,255,255,.08); }
.ksf-alt-ic { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 18px; padding-bottom: 18px; flex-wrap: wrap; }
.ksf-alt-ic > span { color: #52525B; font-size: 12px; }
.ksf-altyapi { color: #A1A1AA; font-size: 12px; text-decoration: none; letter-spacing: .04em; }
.ksf-altyapi strong { color: #fff; font-weight: 700; }
.ksf-altyapi:hover strong { text-decoration: underline; }
.ksf .fr-payments-badges { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }

/* ---- Mobil ---- */
@media (max-width: 768px) {
    .ks-hero { min-height: min(72vh, 560px); }
    .ks-hero-inner { padding: 0 20px 44px; }
    .ks-katlar { grid-template-columns: 1fr; padding: 0 20px; }
    .ks-kat-kart { aspect-ratio: 16 / 10; }
    .site-header a.text-2xl .text-2xl { font-size: 13px !important; letter-spacing: .12em !important; }
    .site-header img[src*="site-icon"] { max-width: 22px !important; max-height: 22px !important; }
    .site-header nav.container { padding-top: 10px !important; padding-bottom: 10px !important; }
    .top-banner .text-sm { font-size: 9.5px !important; letter-spacing: .14em !important; }
    .ksf-guven-grid { grid-template-columns: repeat(2, 1fr); }
    .ksf-kolonlar { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 560px) {
    .ksf-kolonlar { grid-template-columns: 1fr; }
    .ksf-alt-ic { justify-content: center; text-align: center; }
}

/* ---- v1.2.2: kalan yeşiller monokroma ---- */
button.bg-green-600, a.bg-green-600.text-white { background: #fff !important; color: var(--eds-ink) !important; border: 1px solid var(--eds-ink) !important; border-radius: 2px !important; letter-spacing: var(--eds-track) !important; }
button.bg-green-600:hover, a.bg-green-600.text-white:hover { background: var(--eds-ink) !important; color: #fff !important; }
.site-header a[href$="/kayit"].bg-green-600, .site-header a[href$="/kayit"] { background: var(--eds-ink) !important; color: #fff !important; border: 0 !important; }
span[class*="bg-green-5"], span[class*="bg-emerald-5"], div[class*="bg-green-5"], div[class*="bg-emerald-5"] { background: var(--eds-kum) !important; color: var(--eds-ink) !important; }
span[class*="text-green"], span[class*="text-emerald"] { color: var(--eds-ink) !important; }

/* ==== FAZ1 v2: shoppable hotspot + kampanya + lookbook ==== */
.ks-hotspot { position: absolute; z-index: 6; display: flex; align-items: center; gap: 10px; text-decoration: none; }
.ks-hotspot-nokta { width: 18px; height: 18px; border-radius: 50%; background: rgba(255,255,255,.95); border: 2px solid #fff; box-shadow: 0 0 0 0 rgba(255,255,255,.6); animation: ksHot 2s infinite; position: relative; flex: none; }
.ks-hotspot-nokta::after { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: var(--eds-ink); }
@keyframes ksHot { 0% { box-shadow: 0 0 0 0 rgba(255,255,255,.55); } 70% { box-shadow: 0 0 0 12px rgba(255,255,255,0); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } }
.ks-hotspot-kart { background: rgba(255,255,255,.96); backdrop-filter: blur(6px); padding: 8px 14px; border-radius: 2px; display: flex; flex-direction: column; line-height: 1.3; box-shadow: 0 8px 24px rgba(0,0,0,.16); transition: transform .18s ease; }
.ks-hotspot:hover .ks-hotspot-kart { transform: translateY(-2px); }
.ks-hotspot-kart em { font-style: normal; font-size: 11px; color: var(--eds-gri); letter-spacing: .04em; }
.ks-hotspot-kart b { font-size: 13.5px; color: var(--eds-ink); font-weight: 700; }
.ks-mikro { display: block; font-size: 10px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--eds-gri-acik); margin-bottom: 10px; }
/* kampanya bloğu */
.ks-kampanya { max-width: 1280px; margin: 56px auto 8px; padding: 0 32px; }
.ks-kampanya-ic { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; }
.ks-kampanya-gorsel { position: relative; display: block; border-radius: 2px; overflow: hidden; aspect-ratio: 4 / 3; }
.ks-kampanya-gorsel img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.6,.2,1); }
.ks-kampanya-gorsel:hover img { transform: scale(1.03); }
.ks-kampanya-metin h2 { font-size: clamp(26px, 3vw, 40px); line-height: 1.1; font-weight: 700; letter-spacing: -.02em; margin: 0 0 16px; }
.ks-kampanya-metin p { font-size: 15px; line-height: 1.7; color: var(--eds-gri); max-width: 400px; margin: 0 0 22px; }
.ks-altcizgi-link { font-size: 12px; font-weight: 700; letter-spacing: var(--eds-track); text-transform: uppercase; color: var(--eds-ink); text-decoration: none; border-bottom: 1px solid var(--eds-ink); padding-bottom: 4px; transition: opacity .15s ease; }
.ks-altcizgi-link:hover { opacity: .55; }
/* lookbook */
.ks-lookbook { max-width: 1280px; margin: 64px auto 8px; padding: 0 32px; }
.ks-lookbook-bas h2 { font-size: 22px; font-weight: 700; margin: 0 0 18px; }
.ks-lookbook-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ks-lookbook-grid a { display: block; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 2px; background: var(--eds-kum); }
.ks-lookbook-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.6,.2,1), filter .4s ease; }
.ks-lookbook-grid a:hover img { transform: scale(1.05); filter: brightness(.92); }
@media (max-width: 768px) {
    /* mobilde hero hotspot başlıkla çakışmasın: üst bölgeye */
    .ks-hero .ks-hotspot { top: 26% !important; left: 50% !important; }
}
@media (max-width: 860px) {
    .ks-kampanya-ic { grid-template-columns: 1fr; gap: 26px; }
    .ks-lookbook-grid { grid-template-columns: repeat(2, 1fr); }
    .ks-hotspot-kart em { font-size: 10px; } .ks-hotspot-kart b { font-size: 12px; }
}

/* ==== FAZ2 kart: hover ikinci görsel + hızlı ekle ==== */
.ks-img-hover { opacity: 0; transition: opacity .35s ease; z-index: 2; }
.grid > div.relative.flex.flex-col:hover .ks-img-hover { opacity: 1; }
.ks-quick-add { position: absolute; right: 10px; bottom: 86px; z-index: 12; width: 36px; height: 36px; border-radius: 50%; border: 0; background: #fff; color: var(--eds-ink); font-size: 20px; font-weight: 500; line-height: 1; cursor: pointer; box-shadow: 0 4px 14px rgba(0,0,0,.14); opacity: 0; transform: translateY(6px); transition: all .22s ease; display: inline-flex; align-items: center; justify-content: center; }
.grid > div.relative.flex.flex-col:hover .ks-quick-add { opacity: 1; transform: translateY(0); }
.ks-quick-add:hover { background: var(--eds-ink); color: #fff; }
.ks-quick-add.ks-quick-ok { background: var(--eds-ink); color: #fff; }
@media (hover: none) { .ks-quick-add { opacity: 1; transform: none; } }

/* ==== FAZ3 detay: kargo şeffaflık + güven + sticky bar ==== */
.ks-kargo-satir { margin-top: 16px; border: 1px solid var(--eds-cizgi); border-radius: 2px; overflow: hidden; }
.ks-kargo-satir > div { display: flex; align-items: center; gap: 10px; padding: 11px 14px; font-size: 13px; color: var(--eds-ink); }
.ks-kargo-satir > div + div { border-top: 1px solid var(--eds-cizgi); }
.ks-kargo-satir i, .ks-kargo-satir svg { color: var(--eds-ink); flex: none; }
.ks-kargo-satir b { font-weight: 700; }
.ks-guven-satir { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 14px; }
.ks-guven-satir span { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--eds-gri); }
.ks-guven-satir i, .ks-guven-satir svg { width: 14px; height: 14px; }
.ks-sticky-buy { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: #fff; border-top: 1px solid var(--eds-cizgi); box-shadow: 0 -8px 24px rgba(0,0,0,.08); padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 14px; transform: translateY(110%); transition: transform .28s ease; }
.ks-sticky-buy.gorunur { transform: translateY(0); }
.ks-sticky-fiyat { display: flex; flex-direction: column; line-height: 1.2; }
.ks-sticky-fiyat s { font-size: 11px; color: var(--eds-gri-acik); }
.ks-sticky-fiyat b { font-size: 17px; color: var(--eds-indirim); font-weight: 700; }
.ks-sticky-btn { flex: 1; background: var(--eds-ink); color: #fff; border: 0; border-radius: 2px; padding: 14px; font-size: 12px; font-weight: 700; letter-spacing: var(--eds-track); text-transform: uppercase; cursor: pointer; }
@media (min-width: 769px) { .ks-sticky-buy { display: none; } }

/* ==== FAZ4 utility bar ==== */
.ks-utility { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: center; position: relative; padding: 0 24px; }
.ks-utility-linkler { position: absolute; right: 24px; display: flex; align-items: center; gap: 18px; }
.ks-utility-linkler a, .ks-utility-linkler span { color: rgba(255,255,255,.75); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; }
.ks-utility-linkler a:hover { color: #fff; }
@media (max-width: 860px) { .ks-utility-linkler { display: none; } }

/* ==== KART CILA v133: sıkı tipografi, tek satır fiyat ==== */
.grid > div.relative.flex.flex-col .p-3.text-center { padding: 10px 2px 2px !important; }
.grid > div.relative.flex.flex-col .p-3.text-center h3 { margin-bottom: 5px !important; font-weight: 500 !important; }
.ks-kart-fiyat { display: flex; align-items: baseline; gap: 8px; }
.ks-fiyat-yeni { font-size: 14px; font-weight: 700; color: var(--eds-ink); letter-spacing: -.01em; }
.ks-fiyat-yeni.indirimli { color: var(--eds-indirim); }
.ks-fiyat-eski { font-size: 12px; color: var(--eds-gri-acik); text-decoration: line-through; }
/* yıldızlar: fiyat altında, sola, sakin */
.grid > div.relative.flex.flex-col .p-3.text-center .justify-center { justify-content: flex-start !important; margin-top: 5px; margin-bottom: 0 !important; }
.grid > div.relative.flex.flex-col .text-yellow-400 { color: #C89B3C !important; }
.grid > div.relative.flex.flex-col .text-yellow-400 svg { width: 11px !important; height: 11px !important; }
.grid > div.relative.flex.flex-col .p-3.text-center .text-xs.text-gray-500 { font-size: 11px !important; }
/* hızlı ekle: sıkılaşan metin bloğuna göre görsel köşesine otur */
.ks-quick-add { bottom: 78px; }

/* ==== WORDMARK: sade logo ==== */
.ks-wordmark { display: inline-flex; align-items: center; gap: 9px; font-size: 21px; font-weight: 800; letter-spacing: .28em; color: var(--eds-ink); line-height: 1; padding-right: 0; }
.ks-wordmark-demo { font-size: 8px; font-weight: 700; letter-spacing: .2em; color: var(--eds-ink); border: 1px solid rgba(17,17,17,.45); padding: 3px 5px 2px; border-radius: 1px; transform: translateY(-1px); }
@media (max-width: 768px) { .ks-wordmark { font-size: 17px; letter-spacing: .22em; } .ks-wordmark-demo { font-size: 7px; } }

/* ==== SEPET CILA ==== */
.ks-cart-img { width: 88px; height: 110px; object-fit: cover; border-radius: 2px; background: var(--eds-kum); flex: none; }
.ks-cart-guven { display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; padding: 16px 0 6px; }
.ks-cart-guven span { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--eds-gri); }
.ks-cart-guven i, .ks-cart-guven svg { width: 14px; height: 14px; color: var(--eds-ink); }
/* sepet kalemi kutusu: hairline, keskin */
.ks-cart-img + .flex-1 h3 { letter-spacing: -.01em; }
/* Hızlı Sipariş butonu monokrom keskin */

/* ==== KATEGORI CILA ==== */
/* filtre paneli: hairline, keskin */
.lg\:col-span-1 .bg-white, aside .bg-white { border-radius: 2px !important; }
/* Uygula butonu monokrom (green override garantisi) */
.category-filters button.bg-green-600, aside button.bg-green-600, form button.bg-green-600 { background: var(--eds-ink) !important; color: #fff !important; border-radius: 2px !important; letter-spacing: .06em; }
.category-filters button.bg-green-600:hover, aside button.bg-green-600:hover, form button.bg-green-600:hover { background: #333 !important; }
/* kategori başlığı: sola, editorial */
.category-header h1, main h1.text-3xl { letter-spacing: -.02em; }
/* sıralama select + filtre inputları keskin */
#sort_select, aside input[type="number"], aside select { border-radius: 2px !important; }
/* fiyat aralığı slider dolgu rengi (yeşil→ink) */
input[type="range"]::-webkit-slider-thumb { background: var(--eds-ink) !important; }
input[type="range"] { accent-color: var(--eds-ink) !important; }
.bg-green-500, [style*="background: #16a34a"], [style*="background:#16a34a"] { background: var(--eds-ink) !important; }

/* ==================================================================
   TEMA SİSTEMİ — yandan değiştirici (3 konsept). body[data-tema].
   Ortak yüzey değişkenleri; her tema --eds-* + yüzeyleri set eder.
   ================================================================== */
:root {
    --yuzey-banner-bg: var(--eds-ink);
    --yuzey-banner-text: #FFFFFF;
    --yuzey-header-bg: #FFFFFF;
    --yuzey-footer-bg: #111111;
}
/* 1) EDITORIAL — Beyaz & Siyah (Zara/COS çizgisi) [VARSAYILAN] */
body {
    --eds-bg:#FFFFFF; --eds-ink:#111111; --eds-gri:#6B7280; --eds-gri-acik:#9CA3AF;
    --eds-cizgi:#E5E7EB; --eds-kum:#F6F5F3; --eds-indirim:#C1121F;
    --yuzey-banner-bg:#111111; --yuzey-banner-text:#FFFFFF; --yuzey-header-bg:#FFFFFF; --yuzey-footer-bg:#111111;
    /* YAPISAL: keskin, uppercase, çıplak kart */
    --t-kart-radius:2px; --t-buton-radius:2px; --t-panel-radius:2px;
    --t-nav-transform:uppercase; --t-nav-spacing:.12em; --t-nav-weight:600;
    --t-baslik-family:'Inter',sans-serif; --t-baslik-spacing:-.02em; --t-baslik-weight:800;
    --t-kart-cerceve:0 solid transparent; --t-kart-golge:none; --t-kart-hover-y:0;
    --t-hero-hiza:flex-end; --t-baslik-hiza:left;
}
/* 2) BUTİK — Krem & Orman Yeşili (Aesop/organik, sıcak) */
/* 3) VİTRİN — Beyaz & Elektrik Mor (modern, genç, canlı aksan) */
/* ---- Tema değiştirici tetikleyici (kenar) ---- */
#ksTemaAc { position: fixed; right: 0; top: 42%; z-index: 90; background: var(--eds-ink); color: #fff; border: 0; writing-mode: vertical-rl; padding: 20px 12px; font-size: 13px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; cursor: pointer; border-radius: 4px 0 0 4px; box-shadow: -4px 0 14px rgba(0,0,0,.14); transition: padding .18s ease; }
#ksTemaAc:hover { padding-right: 12px; }
#ksTemaAc svg { width: 20px; height: 20px; transform: rotate(90deg); margin-bottom: 8px; }
/* ---- Panel ---- */
.ks-tema-panel { position: fixed; top: 0; right: 0; height: 100%; width: 320px; max-width: 88vw; background: #fff; z-index: 95; box-shadow: -18px 0 48px rgba(0,0,0,.18); transform: translateX(100%); transition: transform .32s cubic-bezier(.2,.6,.2,1); display: flex; flex-direction: column; }
.ks-tema-panel.acik { transform: translateX(0); }
.ks-tema-ust { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid #E5E7EB; }
.ks-tema-ust h3 { font-size: 15px; font-weight: 800; letter-spacing: .04em; color: #111; margin: 0; }
.ks-tema-ust p { font-size: 12px; color: #6B7280; margin: 3px 0 0; }
.ks-tema-kapat { background: none; border: 0; font-size: 22px; line-height: 1; color: #6B7280; cursor: pointer; }
.ks-tema-liste { padding: 16px; overflow-y: auto; display: flex; flex-direction: column; gap: 12px; }
.ks-tema-kart { border: 1.5px solid #E5E7EB; border-radius: 8px; padding: 14px; cursor: pointer; text-align: left; background: #fff; transition: border-color .16s ease, box-shadow .16s ease; }
.ks-tema-kart:hover { border-color: #111; }
.ks-tema-kart.secili { border-color: #111; box-shadow: 0 0 0 1px #111 inset; }
.ks-tema-swatch { display: flex; gap: 5px; margin-bottom: 10px; }
.ks-tema-swatch span { width: 26px; height: 26px; border-radius: 4px; border: 1px solid rgba(0,0,0,.08); }
.ks-tema-kart b { display: block; font-size: 14px; color: #111; font-weight: 700; }
.ks-tema-kart em { font-style: normal; font-size: 12px; color: #6B7280; }
.ks-tema-not { padding: 14px 22px; border-top: 1px solid #E5E7EB; font-size: 11px; color: #9CA3AF; line-height: 1.5; }
.ks-tema-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.35); z-index: 94; opacity: 0; visibility: hidden; transition: opacity .3s ease; }
.ks-tema-backdrop.acik { opacity: 1; visibility: visible; }
@media (max-width: 768px) { #ksTemaAc { top: auto; bottom: 96px; } }

/* ==== YAPISAL TEMA UYGULAMASI (radius/tipografi/kart/buton temaya göre) ==== */
h1, h2, h3, .ks-hero-baslik { font-family: var(--t-baslik-family, 'Inter', sans-serif) !important; letter-spacing: var(--t-baslik-spacing, -.02em); font-weight: var(--t-baslik-weight, 800); }
.ks-hero-baslik { font-weight: var(--t-baslik-weight, 800); }
.ks-btn, .ks-sticky-btn { border-radius: var(--t-buton-radius, 2px) !important; }
.site-header a[href$="/kayit"] { border-radius: var(--t-buton-radius, 2px) !important; }
/* nav tipografisi */
.site-header nav a.font-medium { text-transform: var(--t-nav-transform, uppercase) !important; letter-spacing: var(--t-nav-spacing, .12em) !important; font-weight: var(--t-nav-weight, 600) !important; }
/* ürün kartı: çerçeve + gölge + görsel radius + hover-lift */
.grid > div.relative.flex.flex-col { border: var(--t-kart-cerceve, 0 solid transparent) !important; border-radius: var(--t-kart-radius, 2px) !important; box-shadow: var(--t-kart-golge, none) !important; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease !important; }
.grid > div.relative.flex.flex-col:hover { transform: translateY(var(--t-kart-hover-y, 0)) !important; }
div[style*="aspect-ratio: 4 / 5"] { border-radius: 0 !important; }
/* hero hizası (butik: ortalı) */
.ks-hero { align-items: var(--t-hero-hiza, flex-end) !important; }
/* bölüm başlığı hizası */
/* rozet şekli: butik/vitrin pill */
/* kategori kartı + kampanya + lookbook radius temaya uyar */
.ks-kat-kart, .ks-kampanya-gorsel, .ks-lookbook-grid a { border-radius: var(--t-kart-radius, 2px); }
/* filtre paneli + inputlar */
aside .bg-white, aside input, aside select, #sort_select { border-radius: var(--t-panel-radius, 2px) !important; }

/* ==== TEMA SHOWCASE (ana sayfa vitrini) ==== */
.ks-tema-showcase { max-width: 1280px; margin: 72px auto 8px; padding: 0 32px; }
.ks-tema-showcase-bas { text-align: center; margin-bottom: 34px; }
.ks-tema-showcase-bas .ks-mikro { color: var(--eds-gri-acik); }
.ks-tema-showcase-bas h2 { font-size: clamp(24px, 3vw, 34px); font-weight: 700; margin: 4px 0 10px; }
.ks-tema-showcase-bas p { font-size: 15px; color: var(--eds-gri); max-width: 520px; margin: 0 auto; line-height: 1.6; }
.ks-tema-showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ks-showcase-kart { border: 1.5px solid var(--eds-cizgi); border-radius: 4px; padding: 0; overflow: hidden; cursor: pointer; background: #fff; text-align: left; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.ks-showcase-kart:hover { border-color: var(--eds-ink); transform: translateY(-3px); box-shadow: 0 14px 34px rgba(0,0,0,.10); }
.ks-showcase-kart.secili { border-color: var(--eds-ink); box-shadow: 0 0 0 1.5px var(--eds-ink) inset; }
.ks-showcase-onizleme { position: relative; height: 190px; padding: 16px; display: flex; flex-direction: column; gap: 9px; overflow: hidden; }
.ks-showcase-onizleme .sc-bar { position: absolute; top: 0; left: 0; right: 0; height: 10px; }
.ks-showcase-onizleme .sc-baslik { font-size: 20px; font-weight: 800; margin-top: 12px; }
.ks-showcase-onizleme .sc-kart { display: inline-block; height: 34px; border-radius: 2px; }
.ks-showcase-onizleme .sc-buton { align-self: flex-start; margin-top: 4px; font-size: 9px; font-weight: 700; letter-spacing: .1em; padding: 7px 14px; color: #fff; }
/* editorial önizleme */
.t-editorial { background: #fff; } .t-editorial .sc-bar { background: #111; } .t-editorial .sc-baslik { color: #111; letter-spacing: -.02em; font-family: 'Inter',sans-serif; } .t-editorial .sc-kart { background: #F6F5F3; } .t-editorial .sc-buton { background: #111; border-radius: 2px; }
/* butik önizleme */
.t-butik { background: #FAF7F2; } .t-butik .sc-bar { background: #3A5A40; } .t-butik .sc-baslik { color: #2B2B26; font-family: 'Playfair Display',Georgia,serif; font-weight: 600; text-align: center; } .t-butik .sc-kart { background: #F1ECE3; border: 1px solid #E7E0D5; border-radius: 12px; } .t-butik .sc-buton { background: #3A5A40; border-radius: 999px; align-self: center; text-transform: none; }
/* vitrin önizleme */
.t-vitrin { background: #fff; } .t-vitrin .sc-bar { background: #1A1625; } .t-vitrin .sc-baslik { color: #1A1625; letter-spacing: -.02em; } .t-vitrin .sc-kart { background: #F5F3FA; border-radius: 12px; box-shadow: 0 6px 16px rgba(109,40,217,.12); } .t-vitrin .sc-buton { background: #6D28D9; border-radius: 999px; }
.ks-showcase-alt { padding: 16px 18px 18px; border-top: 1px solid var(--eds-cizgi); }
.ks-showcase-alt b { display: block; font-size: 15px; font-weight: 700; color: var(--eds-ink); margin-bottom: 4px; }
.ks-showcase-alt em { font-style: normal; font-size: 12.5px; color: var(--eds-gri); line-height: 1.5; }
.ks-tema-showcase-not { text-align: center; font-size: 12px; color: var(--eds-gri-acik); margin-top: 22px; }
@media (max-width: 860px) { .ks-tema-showcase-grid { grid-template-columns: 1fr; } }


/* ===== OREPREMIUM: koyu zeminli bölümlerde başlık kontrastı =====
   Editorial skin global h1-h3 kuralı color:var(--eds-ink) (koyu) uyguluyor ve
   Tailwind'in text-white'ını eziyordu → koyu zeminde başlık görünmez oluyordu. */
section.text-white h1,
section.text-white h2,
section.text-white h3,
section.text-white p { color: #fff !important; }
section.text-white p { opacity: .88; }
