/* ============================================================
   SENARME VİTRİN — IKAS (miraipek) tasarım dili, mobil öncelikli
   Renkler birebir miraipek.com'dan: bordo #691515 ailesi
   ============================================================ */

@font-face {
	font-family: 'Radio Canada Big';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('/vitrin/assets/fonts/radio-canada-big-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Radio Canada Big';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('/vitrin/assets/fonts/radio-canada-big-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--ana: #691515;
	--ana-koyu: #700b0b;
	--duyuru-bg: #6a1313;
	--ayrac: #720e0e;
	--hdr-metin: #031c37;
	--metin: #1d1d1d;
	--gri: #9da5af;
	--gri-koyu: #6b7280;
	--cizgi: #ececec;
	--eski-fiyat: #9a9a9a;
	--yildiz: #efb810;
	--beyaz: #fff;
	--radius: 14px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	font-family: 'Radio Canada Big', -apple-system, 'Segoe UI', Roboto, sans-serif;
	color: var(--metin);
	background: var(--beyaz);
	font-size: 15px;
	line-height: 1.5;
	touch-action: manipulation; /* mobilde cift-dokunma yakinlastirmasi kapali (pinch-zoom acik kalir) */
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
main { min-height: 60vh; }

/* ---------- Butonlar ---------- */
.btn {
	display: flex; align-items: center; justify-content: center;
	min-height: 46px; padding: 0 18px;
	font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
	border-radius: 4px; transition: background .15s, color .15s;
	-webkit-tap-highlight-color: transparent;
}
.btn-primary { background: var(--ana); color: #fff; }
.btn-primary:active, .btn-primary:hover { background: var(--ana-koyu); }
.btn-primary[disabled] { background: #b9b3b3; cursor: not-allowed; }
.btn-outline { background: #fff; color: #000; border: 1px solid #000; border-radius: 0; }
.btn-outline:active, .btn-outline:hover { background: #000; color: #fff; }
.btn-buyuk { width: 100%; min-height: 50px; font-size: 14px; }

/* ---------- Duyuru şeridi ---------- */
.duyuru {
	position: relative; height: 32px; overflow: hidden;
	background: var(--duyuru-bg); color: #fff;
}
.duyuru-msg {
	position: absolute; inset: 0;
	line-height: 32px; text-align: center;
	font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
	opacity: 0; transition: opacity .5s;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.duyuru-msg.aktif { opacity: 1; }
.duyuru b { font-weight: 800; }

/* ---------- Header ---------- */
.hdr {
	position: sticky; top: 0; z-index: 50;
	display: flex; align-items: center;
	height: 58px; padding: 0 6px;
	background: #fff; border-bottom: 1px solid var(--cizgi);
	color: var(--hdr-metin);
}
.hdr-btn {
	position: relative; display: flex; align-items: center; justify-content: center;
	width: 42px; height: 42px; color: var(--hdr-metin);
	-webkit-tap-highlight-color: transparent;
}
.hdr-logo { position: absolute; left: 50%; transform: translateX(-50%); display: flex; }
.hdr-logo img { width: auto; height: 38px; }
.hdr-logo-text { font-size: 20px; font-weight: 700; letter-spacing: .14em; color: var(--hdr-metin); }
.hdr-nav { display: none; }
.hdr-right { display: flex; margin-left: auto; }
.gizle-mobil { display: none; }
.hdr-cart-badge {
	position: absolute; top: 2px; right: 2px;
	min-width: 17px; height: 17px; padding: 0 4px;
	display: flex; align-items: center; justify-content: center;
	background: var(--ana); color: #fff;
	font-size: 11px; font-weight: 700; border-radius: 99px;
}

/* ---------- Arama paneli ---------- */
.search-panel {
	position: fixed; top: 0; left: 0; right: 0; z-index: 70;
	background: #fff; padding: 14px 14px 10px;
	box-shadow: 0 6px 24px rgba(0,0,0,.08);
	animation: yukaridan .22s ease;
}
@keyframes yukaridan { from { transform: translateY(-100%); } to { transform: translateY(0); } }
.search-form {
	position: relative; display: flex; align-items: center;
	background: #fbfbfb; border: 1px solid #b1b1b1; border-radius: 100px;
	padding: 0 8px 0 14px; height: 46px; gap: 8px;
}
.search-form svg { flex: none; color: var(--gri-koyu); }
.search-form input {
	flex: 1; border: 0; background: none; outline: none;
	font: inherit; font-size: 16px; /* iOS zoom engelle */
}
.search-close { font-size: 26px; width: 38px; height: 38px; color: var(--gri-koyu); }
.search-suggest { max-height: 60vh; overflow-y: auto; margin-top: 6px; }
.suggest-item {
	display: flex; align-items: center; gap: 12px;
	padding: 8px 6px; border-bottom: 1px solid var(--cizgi);
}
.suggest-item img { width: 44px; height: 66px; object-fit: cover; border-radius: 6px; flex: none; }
.suggest-item .s-ad { font-size: 13px; }
.suggest-item .s-fiyat { margin-left: auto; font-size: 13px; font-weight: 700; white-space: nowrap; }
.suggest-item .s-fiyat del { display: block; color: var(--eski-fiyat); font-weight: 400; font-size: 11px; }

/* ---------- Çekmeceler ---------- */
.drawer {
	position: fixed; top: 0; bottom: 0; left: 0; z-index: 80;
	width: min(85vw, 360px); background: #fff;
	display: flex; flex-direction: column;
	transform: translateX(-105%); transition: transform .26s ease;
	box-shadow: 4px 0 30px rgba(0,0,0,.14);
}
.drawer.acik { transform: translateX(0); }
.drawer-right { left: auto; right: 0; transform: translateX(105%); width: min(92vw, 420px); box-shadow: -4px 0 30px rgba(0,0,0,.14); }
.drawer-right.acik { transform: translateX(0); }
.drawer-head {
	display: flex; align-items: center; justify-content: space-between;
	padding: 14px 16px; border-bottom: 1px solid var(--cizgi);
}
.drawer-title { font-size: 16px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--hdr-metin); }
.drawer-close { font-size: 28px; line-height: 1; width: 40px; height: 40px; color: var(--gri-koyu); }
.drawer-body { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.drawer-foot { border-top: 1px solid var(--cizgi); padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); display: grid; gap: 8px; }
.overlay {
	position: fixed; inset: 0; z-index: 60;
	background: rgba(0,0,0,.42); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
	opacity: 0; transition: opacity .25s;
}
.overlay.acik { opacity: 1; }

.menu-list { list-style: none; }
.menu-list a {
	display: block; padding: 13px 18px;
	font-size: 16px; color: var(--hdr-metin);
	border-bottom: 1px solid #f4f4f4;
}
.menu-list a:active { background: #faf7f7; }
.menu-list-alt { margin-top: 14px; border-top: 6px solid #f7f7f7; }
.menu-list-alt a { font-size: 14px; color: var(--gri-koyu); }

/* ---------- Sepet çekmecesi ---------- */
.kargo-bar { padding: 12px 16px 4px; }
.kargo-bar-text { font-size: 12px; margin-bottom: 7px; }
.kargo-bar-text b { color: var(--ana); }
.kargo-bar-track { height: 11px; background: #efe9e9; border-radius: 18px; overflow: hidden; }
.kargo-bar-fill { height: 100%; width: 0; background: var(--ana); border-radius: 18px; transition: width .4s; }
.cart-empty { padding: 38px 16px; text-align: center; color: var(--gri-koyu); font-size: 14px; }
.cart-item { display: flex; gap: 12px; padding: 12px 16px; border-bottom: 1px solid #f4f4f4; }
.cart-item img { width: 64px; height: 96px; object-fit: cover; border-radius: 8px; flex: none; }
.cart-item-bilgi { flex: 1; min-width: 0; }
.cart-item-bilgi h4 { font-size: 13px; font-weight: 500; line-height: 1.35; }
.cart-item-bilgi .ci-opsiyon { font-size: 11px; color: var(--gri-koyu); margin-top: 2px; }
.cart-item-bilgi .ci-alt { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; }
.cart-item-bilgi .ci-adet { font-size: 12px; color: var(--gri-koyu); }
.cart-item-bilgi .ci-fiyat { font-size: 14px; font-weight: 700; }
.cart-total-row { display: flex; justify-content: space-between; font-size: 15px; padding: 2px 0 4px; }

/* ---------- Hero ---------- */
.hero { position: relative; }
.hero-track {
	display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
	scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.hero-track::-webkit-scrollbar { display: none; }
.hero-slide { flex: 0 0 100%; scroll-snap-align: start; }
.hero-slide img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.hero-dots, .pgaleri-dots {
	position: absolute; left: 0; right: 0; bottom: 14px;
	display: flex; justify-content: center; gap: 7px; z-index: 2;
}
.hero-dot {
	width: 8px; height: 8px; border-radius: 99px;
	background: rgba(255,255,255,.75); box-shadow: 0 0 4px rgba(0,0,0,.25);
	transition: width .25s, background .25s; padding: 0;
}
.hero-dot.aktif { width: 30px; background: var(--ana); }

/* ---------- Bölümler ---------- */
.sec { padding: 26px 0 10px; }
.sec-head { position: relative; text-align: center; padding: 0 16px 16px; }
.sec-head h2 {
	font-size: 19px; font-weight: 300; letter-spacing: .14em; text-transform: uppercase;
	color: var(--metin);
}
.sec-alt { font-size: 12px; color: var(--gri-koyu); margin-top: 6px; }
.sec-more {
	display: inline-block; margin-top: 6px;
	font-size: 12px; font-weight: 600; color: var(--ana);
	white-space: nowrap; letter-spacing: .04em;
	border-bottom: 1px solid currentColor; padding-bottom: 1px;
}

.strip {
	display: flex; gap: 12px; overflow-x: auto; padding: 2px 22px 18px;
	scroll-snap-type: x proximity; scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.strip::-webkit-scrollbar { display: none; }
.strip-item { flex: 0 0 44vw; scroll-snap-align: start; }

/* Mini şerit: sepet "Bunlar da ilgini çekebilir" — küçük + otomatik kayan ("dönen") kartlar */
.sec-mini { margin-top: 6px; }
.sec-mini .sec-head { padding-bottom: 10px; margin-bottom: 12px; border-bottom: 1px solid var(--cizgi); } /* başlık altı çizgi + boşluk (istek) */
.sec-mini .sec-head h2 { font-size: 15px; }
.strip-mini { padding: 0 16px 8px; scroll-snap-type: none; } /* sol boşluk (başlıkla hizalı) + yumuşak sürekli kayma için snap kapalı */
.strip-mini .strip-item { flex: 0 0 calc(33.333% - 8px); } /* tek seferde ~3 ürün (kasa önü) */
.strip-mini .card-marka { display: none; }   /* SENARME marka adı gizli (istek) */
.strip-mini .card-kmp { display: none; }      /* kampanya pill'leri gizli — sade dursun */
.strip-mini .card-stars { display: none; }    /* yıldızlar gizli — küçük kart sade kalsın */
.strip-mini .card-name { font-size: 13px; line-height: 1.3; }
.strip-mini .card-price { font-size: 14.5px; }
.strip-mini .card-ekle-m { margin-top: 8px; padding: 9px 6px; font-size: 11px; letter-spacing: .02em; } /* SEPETE EKLE (3'lü görünüm — okunaklı) */
/* Sepet sayfasında üst duyuru barı gizli — kargo barı zaten aynı bilgiyi veriyor */
.sayfa-sepet .duyuru { display: none; }

/* ---------- Ürün kartı ---------- */
.card { display: block; -webkit-tap-highlight-color: transparent; }
.card-media {
	position: relative; overflow: hidden; border-radius: var(--radius);
	background: #f6f5f3; aspect-ratio: 2 / 3;
}
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.card-media.soldout img { opacity: .55; }
.badge-indirim {
	position: absolute; top: 8px; left: 8px;
	width: 38px; height: 38px; display: flex; align-items: center; justify-content: center;
	background: #000; color: #fff; font-size: 12px; font-weight: 900;
}
.badge-tukendi {
	position: absolute; top: 8px; right: 8px;
	background: var(--ana); color: #fff;
	font-size: 11px; font-weight: 600; letter-spacing: .05em;
	padding: 4px 8px;
}
.card-hover {
	position: absolute; left: 5%; right: 5%; bottom: 10px;
	opacity: 0; transform: translateY(8px); transition: opacity .2s, transform .2s;
	display: none;
}
.card-ekle {
	width: 100%; height: 40px; background: #fff; border: 1px solid #000;
	font-size: 12px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase;
}
.card-ekle:hover { background: #000; color: #fff; }
.card-info { padding: 9px 4px 2px; text-align: center; }
.card-marka { display: block; font-size: 10px; font-weight: 700; letter-spacing: .18em; color: var(--gri); }
.card-name {
	font-size: 13px; font-weight: 400; line-height: 1.35; margin: 3px 0 4px;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
	min-height: 2.6em;
}
.card-stars { display: flex; align-items: center; justify-content: center; gap: 4px; margin-bottom: 3px; }
.card-stars i { font-style: normal; font-size: 11px; color: var(--gri); }
.card-price { display: flex; justify-content: center; align-items: baseline; gap: 7px; flex-wrap: wrap; }
.card-price del { color: var(--eski-fiyat); font-size: 12px; }
.card-price ins { text-decoration: none; font-size: 15px; font-weight: 800; color: var(--metin); }
.card-price del + ins { color: var(--ana); }

.stars {
	display: inline-block; font-size: 14px; letter-spacing: 2px; line-height: 1;
	background: linear-gradient(90deg, var(--yildiz) calc(var(--puan, 0) / 5 * 100%), #d9d9d9 calc(var(--puan, 0) / 5 * 100%));
	-webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ---------- Kategori şeridi (anasayfa) ---------- */
.kat-strip { display: flex; gap: 16px; overflow-x: auto; padding: 0 16px 14px; scrollbar-width: none; }
.kat-strip::-webkit-scrollbar { display: none; }
.kat-item { flex: none; width: 86px; text-align: center; font-size: 11px; line-height: 1.3; color: var(--metin); }
.kat-item img, .kat-bos {
	width: 78px; height: 78px; border-radius: 50%; object-fit: cover;
	margin: 0 auto 7px; border: 1px solid var(--cizgi);
}
.kat-bos { display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 300; color: var(--ana); background: #faf6f6; }

/* ---------- Galeri 2x2 / marka / ayraç / yorumlar ---------- */
.galeri { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 14px 16px; }
.galeri a { overflow: hidden; border-radius: 10px; }
.galeri img { aspect-ratio: 1; object-fit: cover; width: 100%; transition: transform .4s; }
.galeri a:hover img { transform: scale(1.1); }

.marka { text-align: center; padding: 34px 26px; }
.marka img { margin: 0 auto 14px; width: auto; height: 48px; }
.marka h2 { font-size: 22px; letter-spacing: .2em; font-weight: 300; margin-bottom: 12px; }
.marka p { font-size: 13.5px; color: var(--gri-koyu); max-width: 560px; margin: 0 auto; line-height: 1.75; }

.ayrac { border-top: 3px solid var(--ayrac); height: 0; margin: 16px 0; }

.yorum-strip { padding-top: 4px; }
.yorum-kart {
	flex: 0 0 78vw; max-width: 330px; scroll-snap-align: start;
	background: #faf8f7; border-radius: 14px; padding: 18px;
	display: flex; flex-direction: column; gap: 8px;
}
.yorum-kart p { font-size: 13.5px; line-height: 1.6; flex: 1; }
.yorum-kart strong { font-size: 13px; }
.yorum-kart .stars { font-size: 13px; letter-spacing: 3px; }
.yorum-kaynak { font-size: 11px; color: var(--gri); }

/* ---------- Kategori sayfası ---------- */
.kat-head { display: flex; align-items: baseline; gap: 10px; padding: 18px 16px 4px; }
.kat-head h1 { font-size: 20px; font-weight: 600; }
.kat-adet { font-size: 13px; color: var(--gri-koyu); }
.chip-strip { display: flex; gap: 8px; overflow-x: auto; padding: 10px 16px 4px; scrollbar-width: none; }
.chip-strip::-webkit-scrollbar { display: none; }
.chip {
	flex: none; padding: 7px 14px; font-size: 13px;
	border: 1px solid var(--cizgi); border-radius: 99px; background: #fff;
}
.toolbar { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 10px 16px; }
.toolbar-baslik { font-size: 14.5px; font-weight: 700; color: var(--metin); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /* kategori başlığı (sıralama butonu yanında, mobil) */
.toolbar-btn {
	display: flex; align-items: center; gap: 7px;
	font-size: 13px; font-weight: 600; padding: 9px 14px;
	border: 1px solid var(--cizgi); border-radius: 8px;
}
.grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 12px; padding: 6px 16px 20px; }
.yukle-alani { padding: 4px 16px 30px; display: flex; justify-content: center; }
.yukle-alani .btn { min-width: 220px; }
.bos-mesaj { text-align: center; padding: 50px 24px; color: var(--gri-koyu); font-size: 14px; line-height: 1.8; }

/* Sıralama bottom-sheet */
.sheet {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
	background: #fff; border-radius: 18px 18px 0 0;
	transform: translateY(105%); transition: transform .26s ease;
	padding-bottom: env(safe-area-inset-bottom);
	box-shadow: 0 -8px 40px rgba(0,0,0,.16);
}
.sheet.acik { transform: translateY(0); }
.sheet-head {
	display: flex; align-items: center; justify-content: space-between;
	font-size: 16px; font-weight: 700; padding: 16px 18px 6px;
}
.sheet-row {
	display: flex; align-items: center; justify-content: space-between;
	padding: 13px 18px; font-size: 14.5px; border-top: 1px solid #f5f5f5;
}
.sheet-row.aktif { color: var(--ana); font-weight: 700; }

/* ---------- Ürün sayfası ---------- */
.crumb {
	display: flex; gap: 6px; align-items: center;
	font-size: 12px; color: var(--gri-koyu);
	padding: 10px 16px; overflow-x: auto; white-space: nowrap; scrollbar-width: none;
}
.crumb::-webkit-scrollbar { display: none; }
.crumb em { font-style: normal; color: var(--metin); overflow: hidden; text-overflow: ellipsis; max-width: 50vw; }

.galeri-alan { position: relative; }
.pgaleri {
	display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
	scrollbar-width: none; position: relative; -webkit-overflow-scrolling: touch;
}
.pgaleri::-webkit-scrollbar { display: none; }
.pgaleri-item { flex: 0 0 100%; scroll-snap-align: start; }
.pgaleri-item img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; }
.pgaleri .badge-indirim { position: absolute; top: 12px; left: 12px; }
.pgaleri-dots { bottom: 16px; }

.urun-bilgi { padding: 16px 16px 4px; }
.urun-marka { font-size: 11px; font-weight: 700; letter-spacing: .2em; color: var(--gri); }
.urun-ad { font-size: 19px; font-weight: 600; line-height: 1.35; margin: 4px 0 8px; }
.urun-puan { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--gri-koyu); margin-bottom: 10px; }
.urun-fiyat { display: flex; align-items: center; gap: 10px; margin: 6px 0 16px; flex-wrap: wrap; }
.urun-fiyat del { color: var(--eski-fiyat); font-size: 15px; }
.urun-fiyat ins { text-decoration: none; font-size: 24px; font-weight: 800; }
.urun-fiyat del ~ ins { color: var(--ana); }
.fiyat-chip { background: #000; color: #fff; font-size: 11px; font-weight: 800; padding: 4px 8px; letter-spacing: .04em; }

.varyant { margin-bottom: 16px; }
.varyant-baslik { display: block; font-size: 13px; color: var(--gri-koyu); margin-bottom: 8px; }
.varyant-baslik strong { color: var(--metin); }
.varyant-liste { display: flex; flex-wrap: wrap; gap: 8px; }
.varyant-kutu {
	display: block; border: 1.5px solid var(--cizgi); border-radius: 8px; overflow: hidden;
	width: 52px; height: 76px;
}
.varyant-kutu img { width: 100%; height: 100%; object-fit: cover; }
.varyant-kutu.aktif { border-color: var(--ana); box-shadow: 0 0 0 1px var(--ana); }
.varyant-kutu.yok { opacity: .38; }
.varyant-sec {
	padding: 10px 16px; border: 1.5px solid var(--cizgi); border-radius: 8px;
	font-size: 13.5px; display: flex; gap: 6px; align-items: baseline;
}
.varyant-sec small { color: var(--gri-koyu); font-size: 11px; }
.varyant-sec.aktif { border-color: var(--ana); color: var(--ana); font-weight: 700; }
.varyant-sec.yok { opacity: .38; text-decoration: line-through; }

.satin-al { display: grid; grid-template-columns: 122px 1fr; gap: 10px; margin: 18px 0 6px; }
.satin-al .btn-outline { grid-column: 1 / -1; }
.adet { display: flex; align-items: stretch; border: 1px solid var(--cizgi); border-radius: 4px; overflow: hidden; }
.adet button { width: 36px; font-size: 19px; color: var(--gri-koyu); }
.adet input { width: 44px; border: 0; text-align: center; font: inherit; font-weight: 700; -moz-appearance: textfield; }
.adet input::-webkit-inner-spin-button { display: none; }

.guven { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; padding: 16px 2px; border-top: 1px solid var(--cizgi); margin-top: 16px; }
.guven-item { display: flex; align-items: center; gap: 9px; font-size: 12px; color: var(--gri-koyu); }
.guven-item svg { flex: none; color: var(--ana); }

.akordeon { border-top: 1px solid var(--cizgi); }
.akordeon summary {
	display: flex; align-items: center; justify-content: space-between;
	padding: 15px 2px; font-size: 14.5px; font-weight: 600;
	cursor: pointer; list-style: none; -webkit-tap-highlight-color: transparent;
}
.akordeon summary::-webkit-details-marker { display: none; }
.akordeon summary svg { transition: transform .2s; color: var(--gri-koyu); }
.akordeon[open] > summary svg { transform: rotate(180deg); }
.akordeon-icerik { padding: 0 2px 18px; font-size: 13.5px; color: #444; line-height: 1.75; }
.urun-aciklama img { border-radius: 10px; margin: 8px 0; }
.urun-aciklama p { margin: 0 0 12px; }
.urun-aciklama ul { list-style: none; margin: 12px 0 4px; padding: 0; } /* soft ✓ maddeler — sol boşluk düzeltildi */
.urun-aciklama li { position: relative; padding-left: 24px; margin-bottom: 9px; line-height: 1.6; }
.urun-aciklama li::before { content: '✓'; position: absolute; left: 2px; top: 0; color: var(--ana); font-weight: 800; }
.urun-aciklama.kisaltilmis { max-height: 230px; overflow: hidden; position: relative; }
.urun-aciklama.kisaltilmis::after {
	content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 80px;
	background: linear-gradient(transparent, #fff);
}
.devami-goster { display: block; margin: 0 auto 16px; font-size: 13px; font-weight: 700; color: var(--ana); padding: 8px 16px; }

/* Değerlendirmeler */
.yorum-bolum { padding: 26px 16px 8px; border-top: 6px solid #f7f7f7; }
.yorum-bolum h2 { font-size: 18px; font-weight: 300; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.yorum-ozet { display: flex; gap: 22px; align-items: center; margin-bottom: 18px; }
.yorum-ozet-sol { text-align: center; }
.yorum-ozet-sol strong { display: block; font-size: 38px; font-weight: 800; line-height: 1.1; }
.yorum-ozet-sol span { display: block; font-size: 11px; color: var(--gri-koyu); margin-top: 3px; }
.yorum-ozet-sag { flex: 1; display: grid; gap: 4px; }
.yorum-cubuk { display: flex; align-items: center; gap: 8px; font-size: 11px; color: var(--gri-koyu); }
.yorum-cubuk span { width: 26px; white-space: nowrap; }
.yorum-cubuk .cubuk { flex: 1; height: 7px; background: #efefef; border-radius: 99px; overflow: hidden; }
.yorum-cubuk .cubuk div { height: 100%; background: var(--yildiz); border-radius: 99px; }
.yorum-cubuk i { font-style: normal; width: 20px; text-align: right; }
.yorum-liste { display: grid; gap: 4px; }
.yorum-item { padding: 14px 0; border-top: 1px solid var(--cizgi); }
.yorum-item.gizli { display: none; }
.yorum-ust { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; }
.yorum-avatar {
	width: 36px; height: 36px; border-radius: 50%; flex: none;
	background: #f3ecec; color: var(--ana); font-weight: 700;
	display: flex; align-items: center; justify-content: center;
}
.yorum-ust strong { display: block; font-size: 13px; }
.yorum-onay { font-size: 10.5px; color: #1d9d50; }
.yorum-ust time { margin-left: auto; font-size: 11px; color: var(--gri); }
.yorum-item p { font-size: 13.5px; line-height: 1.65; margin-top: 6px; }
.yorum-foto { margin-top: 10px; width: 84px; height: 84px; object-fit: cover; border-radius: 10px; border: 1px solid var(--cizgi); }
#btnYorumlar { margin: 14px auto 6px; }

/* Yapışkan sepet çubuğu (mobil) */
.yapiskan {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
	display: flex; align-items: center; gap: 12px;
	background: #fff; box-shadow: 0 -4px 24px rgba(0,0,0,.12);
	padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
	animation: asagidan .25s ease;
}
@keyframes asagidan { from { transform: translateY(100%); } to { transform: translateY(0); } }
.yapiskan-fiyat del { display: block; color: var(--eski-fiyat); font-size: 11px; }
.yapiskan-fiyat ins { text-decoration: none; font-size: 17px; font-weight: 800; color: var(--ana); white-space: nowrap; }
.yapiskan .btn { flex: 1; }

/* ---------- Footer ---------- */
.ftr { border-top: 1px solid var(--cizgi); margin-top: 34px; padding: 26px 16px calc(20px + env(safe-area-inset-bottom)); }
.ftr-logo { display: flex; justify-content: center; margin-bottom: 18px; }
.ftr-logo img { height: 44px; width: auto; }
.ftr-cols { max-width: 1100px; margin: 0 auto; }
.ftr-sec { border-bottom: 1px solid var(--cizgi); }
.ftr-sec summary {
	display: flex; align-items: center; justify-content: space-between;
	padding: 14px 2px; font-size: 15px; font-weight: 600; color: var(--metin);
	cursor: pointer; list-style: none;
}
.ftr-sec summary::-webkit-details-marker { display: none; }
.ftr-sec summary svg { transition: transform .2s; color: var(--gri); }
.ftr-sec[open] summary svg { transform: rotate(180deg); }
.ftr-sec ul { list-style: none; padding: 0 2px 14px; }
.ftr-sec a { display: block; padding: 5px 0; font-size: 13.5px; color: var(--gri); transition: color .15s, transform .15s; }
.ftr-sec a:hover { color: var(--ana); transform: translateX(2px); }
.ftr-odeme { display: flex; justify-content: center; margin: 22px 0 10px; }
.ftr-odeme img { max-width: 380px; width: 100%; }
.ftr-ssl { text-align: center; font-size: 11.5px; color: var(--gri-koyu); }
.ftr-telif { text-align: center; font-size: 11.5px; color: var(--gri); margin-top: 6px; }

/* WhatsApp */
.wa-float {
	position: fixed; right: 14px; bottom: 18px; z-index: 30;
	width: 54px; height: 54px; border-radius: 50%;
	background: #25d366; color: #fff;
	display: flex; align-items: center; justify-content: center;
	box-shadow: 0 6px 18px rgba(0,0,0,.22);
}
.sayfa-urun .wa-float { bottom: 86px; }

/* Sayfa geçiş hissi */
@media (prefers-reduced-motion: no-preference) {
	main { animation: sayfa .18s ease; }
	@keyframes sayfa { from { opacity: .35; } to { opacity: 1; } }
}

[hidden] { display: none !important; }

/* Klavye ile gezenler için görünür odak halkası */
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible {
	outline: 2px solid var(--ana); outline-offset: 2px; border-radius: 4px;
}

/* ============================================================
   v3 — kalıcı sepet, checkout, favoriler, alt bar, reels
   ============================================================ */

/* ---------- Kart (örtü-link deseni) ---------- */
.card { position: relative; }
.card-cover { position: absolute; inset: 0; z-index: 1; }
.card-fav {
	position: absolute; top: 8px; right: 8px; z-index: 2;
	width: 34px; height: 34px; border-radius: 50%;
	background: rgba(255,255,255,.92); color: #3a3a3a;
	display: flex; align-items: center; justify-content: center;
	box-shadow: 0 2px 8px rgba(0,0,0,.12);
}
.card-fav.aktif { color: var(--ana); }
.card-fav.aktif svg { fill: var(--ana); }
.card-hover, .card-ekle-m { position: relative; z-index: 2; }
.badge-onsiparis {
	position: absolute; top: 8px; left: 8px;
	background: #1d7a46; color: #fff;
	font-size: 10.5px; font-weight: 700; letter-spacing: .05em;
	padding: 4px 8px; text-transform: uppercase;
}
.badge-onsiparis + .badge-indirim { top: 48px; }
.card-ekle-m {
	width: 100%; height: 36px; margin-top: 8px;
	border: 1px solid #161616; border-radius: 8px;
	font-size: 11.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
	background: #fff; transition: background .15s, color .15s;
}
.card-ekle-m:active { background: #161616; color: #fff; }

/* ---------- Kart içi kampanya butonları (eski site tarzı) ---------- */
.card-kmp {
	position: relative; z-index: 2;
	display: flex; gap: 6px;
	margin-top: 7px;
}
.card-kmp-btn {
	flex: 1 1 0; text-align: center;
	background: var(--ana); color: #fff;
	font-size: 10px; font-weight: 700; letter-spacing: .01em;
	padding: 6px 3px; border-radius: 5px; white-space: nowrap;
}
.card-kmp-btn:active { background: var(--ana-koyu); }
.card-serit {
	position: relative; z-index: 2;
	display: block; margin-top: 7px;
	background: #161616; color: #fff;
	font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
	text-align: center; padding: 7px 6px; border-radius: 5px;
}
.urun-kmp .card-kmp { justify-content: flex-start; margin: 0 0 14px; }
.urun-kmp .card-kmp-btn { font-size: 12px; padding: 7px 12px; }
.urun-bilgi > .card-serit { margin: 12px 0 4px; padding: 10px 8px; font-size: 11px; }
.kmp-mini { display: flex; gap: 8px; align-items: center; overflow-x: auto; padding: 8px 16px; scrollbar-width: none; }
.kmp-mini::-webkit-scrollbar { display: none; }
.kmp-mini > span { font-size: 12px; color: var(--gri-koyu); white-space: nowrap; }
.kmp-mini-btn {
	flex: none; background: #faf3f3; border: 1px solid #ecd9d9; color: var(--ana);
	border-radius: 99px; padding: 6px 12px; font-size: 12px; white-space: nowrap;
}
.kmp-mini-btn b { font-weight: 800; }

/* ---------- Modern kategori kartları ---------- */
.katmodern-strip { display: flex; gap: 12px; overflow-x: auto; padding: 0 16px 16px; scrollbar-width: none; scroll-snap-type: x proximity; }
.katmodern-strip::-webkit-scrollbar { display: none; }
.katmodern {
	position: relative; flex: 0 0 150px; aspect-ratio: 3 / 4;
	border-radius: 16px; overflow: hidden; scroll-snap-align: start;
	display: flex; align-items: flex-end; background: #f3f0ee;
}
.katmodern img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.katmodern:hover img { transform: scale(1.07); }
.katmodern::after {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(transparent 45%, rgba(20, 8, 8, .72));
}
.katmodern-ad {
	position: relative; z-index: 1; color: #fff;
	font-size: 13.5px; font-weight: 700; line-height: 1.25;
	padding: 0 12px 26px; text-shadow: 0 1px 6px rgba(0,0,0,.4);
}
.katmodern-incele {
	position: absolute; z-index: 1; left: 12px; bottom: 9px;
	color: #fff; font-size: 10.5px; font-weight: 600; opacity: .85; letter-spacing: .04em;
}
.katmodern-bos {
	position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
	font-size: 40px; font-weight: 300; color: var(--ana); background: #faf6f6;
}

/* ---------- Reels ---------- */
.reels-strip { display: flex; gap: 12px; overflow-x: auto; padding: 4px 20px 18px; scroll-padding-left: 20px; scrollbar-width: none; scroll-snap-type: x mandatory; }
.reels-strip::-webkit-scrollbar { display: none; }
.reel {
	position: relative; flex: 0 0 64vw; max-width: 270px; aspect-ratio: 9 / 16;
	border-radius: 16px; overflow: hidden; background: #111; scroll-snap-align: start;
}
.reel video { width: 100%; height: 100%; object-fit: cover; }
.reel-ses {
	position: absolute; top: 10px; right: 10px;
	width: 32px; height: 32px; border-radius: 50%;
	background: rgba(0,0,0,.55); color: #fff;
	display: flex; align-items: center; justify-content: center;
}
.reel-ses.acik { background: var(--ana); }
.reel-alt {
	position: absolute; left: 0; right: 0; bottom: 0;
	padding: 30px 12px 12px;
	background: linear-gradient(transparent, rgba(0,0,0,.72));
	display: flex; align-items: flex-end; justify-content: space-between; gap: 8px;
}
.reel-alt p { color: #fff; font-size: 12.5px; font-weight: 600; line-height: 1.3; text-shadow: 0 1px 4px rgba(0,0,0,.5); }
.reel-incele {
	flex: none; background: #fff; color: #111;
	font-size: 11.5px; font-weight: 700; letter-spacing: .04em;
	padding: 8px 14px; border-radius: 99px;
}
/* Reel sol üst rozet (örn. "5 Adet 999TL") */
.reel-rozet {
	position: absolute; top: 10px; left: 10px; z-index: 2;
	background: var(--ana); color: #fff;
	font-size: 11px; font-weight: 800; letter-spacing: .01em;
	padding: 5px 10px; border-radius: 99px; box-shadow: 0 2px 8px rgba(0,0,0,.28);
}

/* ---------- Büyük ürün karuseli (vitrin) — Screenshot_72/75 tarzı, ‹ › oklu ---------- */
.vitrin-kar { position: relative; }
.vitrin-track {
	display: flex; gap: 14px; overflow-x: auto; padding: 4px 16px 14px;
	scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.vitrin-track::-webkit-scrollbar { display: none; }
.vitrin-item { flex: 0 0 80vw; max-width: 360px; scroll-snap-align: center; }
.vitrin-ok {
	position: absolute; top: 40%; transform: translateY(-50%); z-index: 3;
	width: 38px; height: 38px; border-radius: 50%;
	background: rgba(255,255,255,.95); color: var(--metin); border: 1px solid #eadede;
	box-shadow: 0 3px 12px rgba(0,0,0,.16);
	display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.vitrin-ok-sol { left: 8px; }
.vitrin-ok-sag { right: 8px; }
.vitrin-ok:disabled { opacity: 0; pointer-events: none; }

/* ---------- Alt mobil bar ---------- */
body { padding-bottom: calc(58px + env(safe-area-inset-bottom)); }
.altbar {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
	display: flex; height: calc(58px + env(safe-area-inset-bottom));
	padding-bottom: env(safe-area-inset-bottom);
	background: #fff; border-top: 1px solid var(--cizgi);
	box-shadow: 0 -4px 20px rgba(0,0,0,.06);
}
.altbar-btn {
	position: relative; flex: 1;
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
	color: #5a626d; font-size: 10px; font-weight: 500;
	-webkit-tap-highlight-color: transparent;
}
.altbar-btn:active { color: var(--ana); }
.altbar-badge {
	position: absolute; top: 5px; left: calc(50% + 4px);
	min-width: 16px; height: 16px; padding: 0 4px;
	display: flex; align-items: center; justify-content: center;
	background: var(--ana); color: #fff;
	font-size: 10px; font-weight: 700; font-style: normal; border-radius: 99px;
}
.yapiskan { bottom: calc(58px + env(safe-area-inset-bottom)); padding-bottom: 10px; }
.sheet { z-index: 80; }

/* ---------- Menü çekmecesi (modern) ---------- */
.drawer-head-marka { background: #faf8f7; }
.drawer-head-marka img { height: 34px; width: auto; }
.menu-grup {
	font-size: 11px; font-weight: 700; letter-spacing: .14em; color: var(--gri);
	padding: 16px 18px 8px;
}
.menu-list a { display: flex; align-items: center; gap: 12px; }
.menu-list a img { width: 40px; height: 40px; border-radius: 10px; object-fit: cover; flex: none; }
.menu-list a span { flex: 1; }
.menu-list a svg { color: #c9ced6; flex: none; }
.menu-list-alt { margin-top: 0; border-top: 0; }
.menu-list-alt a svg:first-child { color: var(--ana); }

/* ---------- Sepet satırları v2 ---------- */
.cart-item { position: relative; }
.cart-item.bekliyor { opacity: .45; pointer-events: none; }
.cart-item-bilgi { padding-right: 26px; } /* sağda çöp ikonu için oluk — isim binmesin */
.cart-item-bilgi h4 a { color: inherit; }
.ci-kampanya {
	display: inline-block; margin-top: 4px;
	background: #e8f5ee; color: #1d7a46; font-size: 11px; font-weight: 700;
	padding: 2px 8px; border-radius: 5px; line-height: 1.4;
}
.adet-kucuk {
	display: inline-flex; align-items: center;
	border: 1px solid var(--cizgi); border-radius: 8px; overflow: hidden;
}
.adet-kucuk button { width: 30px; height: 30px; font-size: 16px; color: var(--gri-koyu); }
.adet-kucuk b { min-width: 26px; text-align: center; font-size: 13px; }
.ci-fiyat { text-align: right; }
.ci-fiyat del { display: block; color: var(--eski-fiyat); font-size: 11px; }
.ci-fiyat ins { text-decoration: none; font-size: 14px; font-weight: 700; }
.ci-sil {
	position: absolute; top: 50%; right: 6px; transform: translateY(-50%);
	width: 30px; height: 30px; color: #b9bec6;
	display: flex; align-items: center; justify-content: center;
}
.ci-sil:active { color: var(--ana); }
.onsiparis-eti {
	display: inline-block; background: #e8f5ee; color: #1d7a46;
	font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 4px; margin-top: 3px;
	font-style: normal;
}

/* ---------- Özet / toplamlar ---------- */
.ozet { display: grid; gap: 7px; }
.ozet-satir { display: flex; justify-content: space-between; align-items: baseline; font-size: 13.5px; }
.ozet-satir.soluk { color: var(--gri); }
.ozet-satir.indirim { color: #1d7a46; }
.ozet-satir .bedava { color: #1d7a46; font-weight: 800; }
.ozet-satir.toplam { border-top: 1px solid var(--cizgi); padding-top: 9px; margin-top: 3px; font-size: 15px; }
.ozet-satir.toplam b { font-size: 19px; font-weight: 800; color: var(--ana); }
.ozet-mini .ozet-satir.toplam { border-top: 0; padding-top: 0; }

/* ---------- Sepet sayfası ---------- */
.sepet-sayfa { max-width: 760px; margin: 0 auto; }
.kargo-bar-sayfa { padding: 6px 16px 2px; }
.sepet-icerik { padding: 4px 0; }
.sepet-icerik .cart-item { padding: 14px 16px; }
.sepet-alt { padding: 10px 16px 20px; display: grid; gap: 12px; }
.kupon-form { display: flex; gap: 8px; }
.kupon-form input {
	flex: 1; height: 46px; border: 1px solid var(--cizgi); border-radius: 8px;
	padding: 0 14px; font: inherit; font-size: 14px; text-transform: uppercase;
}
.kupon-form .btn { min-width: 96px; min-height: 46px; }
.kupon-mesaj { font-size: 12.5px; min-height: 1em; }
.kupon-mesaj.hata { color: #c0392b; }
.kupon-mesaj.basari { color: #1d7a46; }
.devam-link { text-align: center; font-size: 13px; color: var(--gri-koyu); padding: 4px; }

/* Sepet başlığı: adet + yanında "ÖDEMEYE GİT" */
.sepet-head { justify-content: space-between; }
.sepet-head-sol { display: flex; align-items: baseline; gap: 8px; min-width: 0; }
.sepet-head-ode { min-height: 38px; padding: 0 16px; font-size: 12px; white-space: nowrap; flex: none; }

/* Mobil: yapışkan alt ödeme barı (sepet sayfası) */
.sepet-sticky {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 55;
	display: flex; align-items: center; gap: 12px;
	padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
	background: #fff; border-top: 1px solid var(--cizgi);
	box-shadow: 0 -4px 18px rgba(0,0,0,.07);
}
.sepet-sticky-toplam { display: flex; flex-direction: column; line-height: 1.1; }
.sepet-sticky-toplam small { font-size: 11px; color: var(--gri-koyu); }
.sepet-sticky-toplam b { font-size: 19px; font-weight: 800; color: var(--ana); }
.sepet-sticky .btn { flex: 1; min-height: 50px; }
/* sepet sayfasında alt navigasyon yerine ödeme barı; içerik barın altında kalmasın */
body.sayfa-sepet.sepet-dolu .altbar { display: none; }
body.sayfa-sepet.sepet-dolu { padding-bottom: 84px; }
/* checkout: odaklı deneyim — alt navigasyonu gizle (miraipek gibi) */
body.sayfa-odeme .altbar { display: none; }
body.sayfa-odeme { padding-bottom: 0; }

/* Erişilebilirlik: ekran okuyucu için gizli (SEO H1) */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Ürün sayfasında tepedeki kategori/breadcrumb gösterilmez (istek) — SEO için DOM'da kalır */
body.sayfa-urun .crumb { display: none; }

/* ---------- Kategori üstü promosyon banner (eski site gibi) ---------- */
.kat-promo { padding-bottom: 4px; }
.kat-promo img { width: 100%; height: auto; display: block; }
.kat-promo-yazi { font-size: 13px; line-height: 1.65; color: var(--gri-koyu); text-align: center; padding: 14px 16px 2px; max-width: 760px; margin: 0 auto; }
.kat-promo-yazi b { color: var(--metin); font-weight: 700; }

/* ---------- Kategori listesi (kategori sayfası: sol panel + alt bölüm) ---------- */
.kat-liste { display: flex; flex-direction: column; gap: 8px; }
.kat-liste a {
	display: flex; align-items: center; justify-content: space-between; gap: 8px;
	padding: 12px 14px; font-size: 13px; font-weight: 600; color: var(--metin);
	border: 1px solid var(--cizgi); border-radius: 10px; background: #fff;
	transition: border-color .15s, color .15s;
}
.kat-liste a:active, .kat-liste a:hover { border-color: var(--ana); color: var(--ana); }
.kat-liste svg { color: var(--gri); flex: none; }
.kat-liste a:hover svg { color: var(--ana); }
.kat-yan { display: none; } /* mobilde gizli — altta gösterilir */
.kat-yan-baslik { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gri-koyu); margin-bottom: 12px; }
.kat-alt { padding: 24px 16px 8px; }
.kat-alt-baslik { font-size: 16px; font-weight: 700; text-align: center; margin-bottom: 14px; letter-spacing: .03em; }
.kat-alt-liste { max-width: 620px; margin: 0 auto; }

@media (min-width: 900px) {
	.kat-govde { display: grid; grid-template-columns: 240px 1fr; gap: 30px; align-items: start; max-width: 1280px; margin: 0 auto; padding: 18px 32px 0; }
	.kat-yan { display: block; position: sticky; top: 92px; }
	.kat-govde .grid { padding-left: 0; padding-right: 0; }
	.kat-govde .toolbar { padding-left: 0; padding-right: 0; }
	.kat-alt { display: none; } /* masaüstünde sol panel yeterli */
}

/* ---------- Kategori banner ---------- */
.kat-banner { position: relative; }
.kat-banner img { width: 100%; aspect-ratio: 3 / 1; object-fit: cover; }
.kat-banner-yazi {
	position: absolute; inset: 0;
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
	background: rgba(22, 8, 8, .34); color: #fff; text-align: center; padding: 0 20px;
}
.kat-banner-yazi h1 { font-size: 22px; font-weight: 300; letter-spacing: .12em; text-transform: uppercase; text-shadow: 0 2px 10px rgba(0,0,0,.35); }
.kat-banner-yazi span { font-size: 12px; opacity: .9; }
.kat-head-orta { justify-content: center; text-align: center; flex-direction: column; gap: 2px; align-items: center; padding-top: 24px; }
.kat-head-orta h1 { font-size: 22px; font-weight: 300; letter-spacing: .12em; text-transform: uppercase; }

/* ---------- Ürün sayfası ek ---------- */
.urun-ust-satir { display: flex; align-items: center; justify-content: space-between; }
.urun-fav { position: static; box-shadow: none; background: #f6f3f2; width: 40px; height: 40px; }
.onsiparis-kutu {
	display: flex; gap: 12px; align-items: flex-start;
	background: #fff8e6; border: 1px solid #f3d98c; color: #7a5712;
	border-radius: 12px; padding: 13px 14px; margin: 4px 0 14px;
}
.onsiparis-kutu svg { flex: none; margin-top: 2px; color: #c8920f; }
.onsiparis-kutu div { font-size: 12.5px; line-height: 1.55; }
.onsiparis-kutu b { font-weight: 800; }
.onsiparis-kutu p { font-size: 12.5px; line-height: 1.6; }

/* ============================================================
   CHECKOUT (/odeme) — IKAS (miraipek) dili, mobil öncelikli.
   Tüm tutarlar sunucudan; bordo (--ana) marka rengi.
   ============================================================ */
/* ---------- Sade checkout chrome (sadece logo + geri butonu) ---------- */
.hdr-minimal { justify-content: center; }
.hdr-geri {
	position: absolute; left: 6px; top: 50%; transform: translateY(-50%);
	display: flex; align-items: center; justify-content: center;
	width: 42px; height: 42px; color: var(--hdr-metin); -webkit-tap-highlight-color: transparent;
}
.hdr-guvenli {
	position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
	display: none; align-items: center; gap: 5px;
	font-size: 12px; color: var(--gri-koyu); white-space: nowrap;
}
.hdr-guvenli svg { color: #1d7a46; }
@media (min-width: 700px) { .hdr-guvenli { display: flex; } }
.ftr-minimal { padding: 22px 16px calc(22px + env(safe-area-inset-bottom)); text-align: center; border-top: 1px solid var(--cizgi); margin-top: 14px; }
.ftr-minimal .ftr-odeme { display: flex; justify-content: center; margin-bottom: 10px; }
.ftr-minimal .ftr-odeme img { height: 26px; width: auto; }
.ftr-minimal .ftr-ssl { font-size: 11.5px; color: var(--gri-koyu); }

.co { max-width: 1080px; margin: 0 auto; padding-bottom: 8px; }

/* Mobil: üstte açılır sipariş özeti barı */
.co-ozet-bar {
	display: flex; align-items: center; justify-content: space-between; gap: 10px;
	width: 100%; padding: 14px 16px;
	background: #faf8f8; border-bottom: 1px solid var(--cizgi);
	font-size: 14px; color: var(--metin); -webkit-tap-highlight-color: transparent;
}
.co-ozet-bar-ad { display: flex; align-items: center; gap: 8px; font-weight: 600; }
.co-ozet-bar-ad svg:first-child { color: var(--ana); }
.co-ozet-bar-ok { transition: transform .25s; color: var(--gri-koyu); }
.co-ozet-bar.acik .co-ozet-bar-ok { transform: rotate(180deg); }
.co-ozet-bar b { font-size: 16px; font-weight: 800; color: var(--ana); white-space: nowrap; }

.co-marka { display: none; font-size: 13px; color: var(--gri-koyu); padding-bottom: 18px; }
.co-marka b { color: var(--hdr-metin); letter-spacing: .1em; font-weight: 700; }

/* Bölümler + adım numarası / ✓ */
.co-bolum { padding: 18px 16px; border-bottom: 8px solid #f6f4f4; }
.co-bolum:last-child { border-bottom: 0; }
.co-bolum h2 { display: flex; align-items: center; font-size: 16px; font-weight: 700; margin-bottom: 14px; }
.co-step {
	display: inline-flex; align-items: center; justify-content: center;
	width: 24px; height: 24px; border-radius: 50%; margin-right: 10px; flex: none;
	background: #e7e4e4; color: #8b8585; font-size: 12px; font-weight: 700; font-style: normal;
	transition: background .2s, color .2s;
}
.co-step.aktif, .co-step.tamam { background: var(--ana); color: #fff; }

/* Floating-label alanlar (IKAS imzası) */
#coForm { display: grid; gap: 11px; }
.co-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.co-alan { position: relative; display: block; }
.co-alan-et {
	position: absolute; top: 8px; left: 14px; z-index: 1;
	font-size: 11px; font-weight: 500; color: var(--gri-koyu); pointer-events: none;
}
.co-alan-et small { font-weight: 400; }
.co-alan input, .co-alan select, .co-alan textarea {
	width: 100%; border: 1px solid #d8dadd; border-radius: 10px; background: #fff;
	font: inherit; font-size: 16px; color: var(--metin); /* 16px: iOS zoom engeli */
	padding: 24px 14px 8px; height: 58px; -webkit-appearance: none; appearance: none;
}
.co-alan textarea { height: auto; min-height: 78px; resize: vertical; line-height: 1.4; }
.co-alan-select select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right 12px center; background-size: 18px; padding-right: 38px;
}
/* İlçe "Diğer" → elle yazma alanı (select'in altında belirir) */
#coIlceManuel { margin-top: 8px; height: 48px; padding: 12px 14px; }
.co-alan input:focus, .co-alan select:focus, .co-alan textarea:focus {
	border-color: var(--ana); outline: none; box-shadow: 0 0 0 3px rgba(105,21,21,.09);
}
.co-alan.hatali input, .co-alan.hatali select, .co-alan.hatali textarea { border-color: #c0392b; background: #fdf4f3; }
.co-alan.hatali .co-alan-et { color: #c0392b; }
.co-alan input::placeholder, .co-alan textarea::placeholder { color: #bcc0c6; }

/* Seçilebilir kart (kargo + ödeme yöntemi) */
.co-sec {
	display: flex; align-items: center; gap: 12px;
	border: 1.5px solid var(--cizgi); border-radius: 12px; padding: 14px;
}
.co-sec.aktif { border-color: var(--ana); background: #fdf9f9; }
.co-sec input { accent-color: var(--ana); width: 19px; height: 19px; flex: none; }
.ck-ad { flex: 1; font-size: 14px; font-weight: 600; }
.ck-ad small { display: block; font-weight: 400; font-size: 12px; color: var(--gri-koyu); margin-top: 2px; }
.ck-fiyat { font-size: 14px; font-weight: 700; }
.ck-fiyat.bedava { color: #1d7a46; }
.co-odeme-sec { margin-bottom: 14px; }
.co-odeme-sec svg { color: var(--ana); }

/* Tamamlanan adım özeti */
.co-tamam-ozet {
	display: flex; align-items: flex-start; justify-content: space-between; gap: 12px;
	border: 1px solid var(--cizgi); border-radius: 12px; padding: 13px 14px;
	font-size: 13px; line-height: 1.6;
}
.co-tamam-ozet span { color: var(--gri-koyu); }
.co-duzenle { color: var(--ana); font-size: 12.5px; font-weight: 700; flex: none; }

/* Kupon (genel .kupon-form üzerine) */
#coBolum3 .kupon-form { margin-top: 14px; }

/* Hediye paketi */
.co-hediye {
	display: flex; align-items: center; gap: 9px;
	border: none; background: transparent; /* arka plan kaldırıldı (istek) */
	border-radius: 10px; padding: 6px 2px; margin: 8px 0; cursor: pointer;
}
.co-hediye input { accent-color: var(--ana); width: 16px; height: 16px; flex: none; }
.co-hediye span { font-size: 13px; line-height: 1.25; }
.co-hediye small { color: var(--gri-koyu); font-size: 12px; }  /* inline → alçak tek satır bar */

/* Sözleşme */
.co-sozlesme {
	display: flex; align-items: flex-start; gap: 10px;
	font-size: 13px; line-height: 1.55; color: #444;
	padding: 6px 2px 14px; cursor: pointer;
}
.co-sozlesme input { width: 19px; height: 19px; flex: none; accent-color: var(--ana); margin-top: 1px; }
.co-sozlesme.sallan { animation: sallan .5s; color: #c0392b; }
@keyframes sallan { 0%,100%{transform:translateX(0)} 25%{transform:translateX(-5px)} 75%{transform:translateX(5px)} }

/* Ödeme butonu (tutar gömülü) */
.co-ode { flex-direction: column; gap: 1px; min-height: 56px; }
.co-ode-tutar { font-size: 12px; font-weight: 700; opacity: .92; letter-spacing: .02em; }
.co-ode-tutar:empty { display: none; }
.co-hata { color: #c0392b; font-size: 13px; text-align: center; padding: 10px 0 0; }
.co-guven-not {
	display: flex; align-items: center; justify-content: center; gap: 6px;
	font-size: 11.5px; color: var(--gri-koyu); text-align: center; margin-top: 12px; line-height: 1.5;
}
.co-guven-not svg { flex: none; color: #1d7a46; }

/* Sipariş özeti kutusu (sağ kolon / mobil açılır) */
.co-sepet-kutu { background: #faf8f8; border: 1px solid var(--cizgi); border-radius: 14px; padding: 16px; }
.co-sepet-kutu h3 { display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 700; margin-bottom: 13px; }
.co-sepet-kutu h3 a { font-size: 12px; color: var(--ana); font-weight: 600; }
.co-urunler { display: grid; gap: 13px; margin-bottom: 14px; }
.co-urun { display: flex; gap: 11px; align-items: center; }
.co-urun-foto { position: relative; flex: none; }
.co-urun-foto img { width: 48px; height: 72px; object-fit: cover; border-radius: 8px; }
.co-urun-adet {
	position: absolute; top: -7px; right: -7px; min-width: 19px; height: 19px; padding: 0 5px;
	display: flex; align-items: center; justify-content: center;
	background: var(--ana); color: #fff; font-size: 11px; font-weight: 700; font-style: normal; border-radius: 99px;
}
.co-urun-bilgi { flex: 1; min-width: 0; }
.co-urun-bilgi p { font-size: 12.5px; line-height: 1.35; }
.co-urun-fiyat { text-align: right; white-space: nowrap; }
.co-urun-fiyat del { display: block; color: var(--eski-fiyat); font-size: 11px; }
.co-urun-fiyat b { font-size: 13px; font-weight: 700; }
.co-ozet { border-top: 1px solid var(--cizgi); padding-top: 13px; }

/* Ödemeye basılınca zımni onay satırı (kutu/tık yok) */
.co-onay-not { font-size: 11px; color: var(--gri-koyu); text-align: center; margin-top: 9px; line-height: 1.5; }
.co-onay-not b { font-weight: 600; color: var(--metin); }

/* ---- IKAS modu: iyzico formu yüklenince seçim alanları gizlenir, sadece kart formu kalır ---- */
body.co-iyzico-acik #coBolum2,
body.co-iyzico-acik .co-odeme-sec,
body.co-iyzico-acik #coHediye,
body.co-iyzico-acik .kupon-form,
body.co-iyzico-acik .kupon-mesaj,
body.co-iyzico-acik .co-onay-not,
body.co-iyzico-acik .co-guven-not { display: none; }
body.co-iyzico-acik #coBolum3 > h2 { margin-bottom: 10px; }

#iyzipay-checkout-form { margin-top: 14px; }
.iyzico-payment-form-wrapper { width: 100%; }
/* NOT: iyzico formunun iç öğelerine !important ile dokunmuyoruz — SDK'da resize/render
   döngüsü tetikleyip sayfayı donduruyordu. Sadeleştirme iyzico panelinden yapılır. */

@keyframes coOzetAcil { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* Mobil: özet paneli varsayılan kapalı, üstteki bar ile açılır.
   Bar kolon grubunun içinde; sıralama: bar → özet (açılır) → form. */
@media (max-width: 899px) {
	.co-kolonlar { display: flex; flex-direction: column; }
	.co-ozet-bar { order: 1; }
	.co-sag { order: 2; display: none; }            /* kapalı */
	.co-sag.acik { display: block; animation: coOzetAcil .26s ease; } /* aç (kurşun geçirmez) */
	.co-sol { order: 3; }
	.co-sepet-kutu { border-radius: 0; border-left: 0; border-right: 0; border-top: 0; }
}

/* masaüstü düzenlemeleri */
@media (min-width: 900px) {
	body { padding-bottom: 0; }
	.altbar { display: none; }
	.kmp { grid-template-columns: repeat(2, minmax(0, 380px)); justify-content: center; }
	.katmodern { flex-basis: 200px; }
	.reel { flex: 0 0 250px; }
	.co-ozet-bar { display: none; }
	.co-marka { display: block; }
	.co-kolonlar { display: grid; grid-template-columns: 1fr 380px; gap: 30px; align-items: start; padding: 26px 20px 0; }
	.co-sag { position: sticky; top: 92px; }
	.co-sepet-kutu { margin: 0; }
	.co-bolum { padding: 22px 0; border-bottom: 1px solid var(--cizgi); }
	.co-bolum:first-of-type { padding-top: 0; }
	.sepet-sayfa { padding-top: 10px; }
	.sepet-sticky { display: none; }
	body.sayfa-sepet.sepet-dolu { padding-bottom: 0; }
	.kat-banner img { aspect-ratio: 4 / 1; }
	.card-ekle-m { display: none; }
}

/* ============================================================
   MASAÜSTÜ (≥900px)
   ============================================================ */
@media (min-width: 900px) {
	body { font-size: 16px; }
	.duyuru-msg { font-size: 13px; }
	.hdr { height: 76px; padding: 0 32px; }
	#btnMenu { display: none; }
	.hdr-logo { position: static; transform: none; margin-right: 30px; }
	.hdr-logo img { height: 46px; }
	.hdr-nav { display: flex; gap: 22px; overflow: hidden; }
	.hdr-nav a { font-size: 15px; font-weight: 600; color: var(--hdr-metin); white-space: nowrap; }
	.hdr-nav a:hover { color: var(--ana); }
	.gizle-mobil { display: flex; }
	.search-panel { padding: 22px 0; }
	.search-form, .search-suggest { max-width: 640px; margin-left: auto; margin-right: auto; }

	.hero-slide { flex: 0 0 33.3334%; }
	.strip-item { flex: 0 0 calc(25% - 12px); }
	.strip-mini .strip-item { flex: 0 0 calc(16.66% - 10px); } /* mini şerit: masaüstü 6 küçük kart */
	.vitrin-item { flex: 0 0 calc(33.333% - 10px); } /* büyük karusel: masaüstü 3 kart */
	.sec-head h2 { font-size: 26px; }
	.sec-head, .strip, .grid, .kat-head, .chip-strip, .toolbar, .crumb, .galeri, .kat-strip { padding-left: max(32px, calc((100vw - 1280px) / 2)); padding-right: max(32px, calc((100vw - 1280px) / 2)); }
	.grid { grid-template-columns: repeat(4, 1fr); gap: 28px 20px; }
	.card:hover .card-media img { transform: scale(1.05); }
	.card:hover .card-hover { opacity: 1; transform: translateY(0); }
	.card-hover { display: block; }
	.galeri { grid-template-columns: repeat(4, 1fr); gap: 20px; }
	.kat-item { width: 110px; font-size: 12.5px; }
	.kat-item img, .kat-bos { width: 96px; height: 96px; }

	.urun {
		display: grid; grid-template-columns: 54% 1fr; gap: 40px;
		max-width: 1280px; margin: 0 auto; padding: 10px 32px 0;
	}
	.galeri-alan { position: sticky; top: 90px; align-self: start; }
	.pgaleri-item img { border-radius: 14px; }
	.urun-bilgi { padding: 8px 0; }
	.urun-ad { font-size: 24px; }
	.satin-al { grid-template-columns: 132px 1fr 1fr; }
	.satin-al .btn-outline { grid-column: auto; }
	.yapiskan { display: none; }
	.yorum-bolum { max-width: 900px; margin: 0 auto; }
	.yorum-kart { flex: 0 0 330px; }

	.ftr-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
	.ftr-sec { border-bottom: 0; }
	.ftr-sec summary { pointer-events: none; }
	.ftr-sec summary svg { display: none; }
	.ftr-sec:not([open]) ul { display: block; } /* masaüstünde hep açık */
}

/* ---------- Sipariş tamamlandı (success) ---------- */
.basari { max-width: 560px; margin: 0 auto; padding: 22px 16px 56px; }
.basari-ust { text-align: center; padding: 12px 0 22px; }
.basari-ikon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 62px; height: 62px; margin-bottom: 14px;
	border-radius: 50%; background: #eafaf1; color: #1ea968;
}
.basari-ust h1 { font-size: 22px; font-weight: 700; }
.basari-ust p { margin-top: 7px; color: var(--gri-koyu); font-size: 14px; }
.basari-no {
	display: inline-block; margin-top: 14px; padding: 7px 16px;
	background: #faf6f6; border: 1px solid var(--cizgi); border-radius: 999px;
	font-size: 13px;
}
.basari-no b { color: var(--ana); }

.basari-kutu { border: 1px solid var(--cizgi); border-radius: var(--radius); padding: 16px 16px 6px; }
.basari-kutu h3 {
	font-size: 12px; text-transform: uppercase; letter-spacing: .08em;
	color: var(--gri-koyu); margin-bottom: 12px;
}
.basari-urunler { display: flex; flex-direction: column; gap: 12px; }
.basari-urun { display: flex; align-items: center; gap: 12px; }
.basari-urun img { width: 46px; height: 69px; object-fit: cover; border-radius: 7px; flex: none; }
.basari-urun-ad { flex: 1; min-width: 0; font-size: 13.5px; line-height: 1.35; }
.basari-urun-ad span { display: block; }
.basari-urun-ad small { color: var(--gri-koyu); font-size: 12px; }
.basari-urun > b { font-size: 14px; white-space: nowrap; }

.basari-toplamlar { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--cizgi); }
.basari-tsatir {
	display: flex; justify-content: space-between; align-items: baseline;
	padding: 5px 0; font-size: 13.5px; color: var(--gri-koyu);
}
.basari-tsatir b { color: var(--metin); font-weight: 600; }
.basari-tsatir.toplam {
	margin-top: 4px; padding-top: 10px; border-top: 1px solid var(--cizgi); font-size: 16px;
}
.basari-tsatir.toplam b { color: var(--ana); font-size: 17px; }

.basari-bilgi {
	margin-top: 16px; padding: 14px 16px; background: #faf6f6;
	border-radius: var(--radius); font-size: 13px; color: var(--gri-koyu); line-height: 1.55;
}
.basari-bilgi b { color: var(--metin); }
.basari-bilgi p + p { margin-top: 6px; }

.basari-butonlar { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
@media (min-width: 640px) {
	.basari-butonlar { flex-direction: row; }
	.basari-butonlar .btn { flex: 1; }
}

/* ---------- Anasayfa bölüm başlığı: ayraç + kampanya butonları (EN FAVORİ KOLEKSİYON) ---------- */
.sec-ayrac { display: block; width: 52px; height: 3px; margin: 11px auto 2px; background: var(--ana); border-radius: 3px; }
.sec-head-orta .sec-alt { margin-top: 8px; }
.sec-kampanya { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 14px; }
.sec-kmp-btn {
	border: 1.5px solid var(--ana); color: var(--ana);
	font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
	padding: 9px 18px; border-radius: 99px; transition: background .15s, color .15s;
}
.sec-kmp-btn:hover, .sec-kmp-btn:active { background: var(--ana); color: #fff; }

/* Anasayfada en alttaki footer logosu gizli — marka bölümünde zaten logo var (çift logo olmasın) */
body.sayfa-anasayfa .ftr-logo { display: none; }

/* ---------- Kategori banner üzerinde kategori ismi (overlay; açıklama kaldırıldı) ---------- */
.kat-promo { position: relative; }
.kat-promo-baslik {
	position: absolute; left: 0; right: 0; bottom: 0; margin: 0;
	padding: 30px 16px 14px; font-size: 19px; font-weight: 800; letter-spacing: .02em;
	color: #fff; text-align: center; background: linear-gradient(transparent, rgba(0,0,0,.55));
	text-shadow: 0 1px 6px rgba(0,0,0,.5);
}
.kat-baslik-sade { text-align: center; font-size: 20px; font-weight: 800; padding: 16px 16px 4px; }
@media (min-width: 768px) { .kat-promo-baslik { font-size: 27px; padding: 44px 24px 18px; } }

/* ---------- Mini şerit (Kasa Önü Fırsatlar / Benzer Ürünler): indirim rozeti gizli + dıştan boşluk ---------- */
.strip-mini .badge-indirim { display: none; }
.sec-mini { margin: 22px 0 6px; }
.sec-mini .sec-head { padding-left: 16px; padding-right: 16px; }
.strip-mini { gap: 12px; padding-bottom: 8px; }

/* ---------- Yorum fotoğrafı: tıkla → tam ekran (lightbox) ---------- */
.yorum-foto { width: 120px; height: 120px; object-fit: cover; border-radius: 10px; cursor: zoom-in; }
.foto-lightbox {
	position: fixed; inset: 0; z-index: 9999; display: none;
	align-items: center; justify-content: center; background: rgba(0,0,0,.9); padding: 20px;
}
.foto-lightbox.acik { display: flex; }
.foto-lightbox img { max-width: 100%; max-height: 92vh; border-radius: 8px; object-fit: contain; }
.foto-lightbox-kapat {
	position: absolute; top: 14px; right: 16px; width: 42px; height: 42px;
	font-size: 30px; line-height: 1; color: #fff; background: rgba(255,255,255,.15); border-radius: 50%;
}

/* ---------- Siparişlerim / Sipariş Takibi (/siparis) ---------- */
.siparis-sayfa { max-width: 720px; margin: 0 auto; padding: 18px 16px 60px; }
.siparis-sayfa > h1 { font-size: 22px; font-weight: 800; margin-bottom: 16px; }
.sip-bilgi { color: var(--gri-koyu); font-size: 14px; line-height: 1.55; margin-bottom: 18px; }
.sip-liste { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.sip-kart { border: 1px solid var(--cizgi); border-radius: var(--radius); padding: 14px 16px; }
.sip-kart-ust { display: flex; justify-content: space-between; align-items: center; padding-bottom: 10px; border-bottom: 1px solid var(--cizgi); }
.sip-no b { display: block; font-size: 14px; }
.sip-no span { font-size: 12px; color: var(--gri-koyu); }
.sip-statu { font-size: 11.5px; font-weight: 700; color: #fff; background: var(--ana); padding: 5px 11px; border-radius: 99px; white-space: nowrap; }
.sip-urunler { display: flex; flex-direction: column; gap: 10px; padding: 12px 0; }
.sip-urun { display: flex; align-items: center; gap: 10px; }
.sip-urun img { width: 40px; height: 60px; object-fit: cover; border-radius: 6px; flex: none; }
.sip-urun-ad { flex: 1; min-width: 0; font-size: 13px; line-height: 1.35; }
.sip-urun-ad span { display: block; }
.sip-urun-ad small { color: var(--gri-koyu); font-size: 11.5px; }
.sip-urun > b { font-size: 13.5px; white-space: nowrap; }
.sip-kart-alt { display: flex; justify-content: space-between; align-items: center; padding-top: 10px; border-top: 1px solid var(--cizgi); font-size: 15px; }
.sip-kart-alt b { color: var(--ana); font-size: 16px; }
.sip-sorgu-kutu { border: 1px solid var(--cizgi); border-radius: var(--radius); padding: 18px 16px; background: #faf6f6; }
.sip-sorgu-kutu h2 { font-size: 16px; font-weight: 800; margin-bottom: 12px; }
.sip-sorgu { display: flex; flex-direction: column; gap: 10px; }
.sip-sorgu input { width: 100%; min-height: 46px; padding: 0 14px; border: 1px solid var(--cizgi); border-radius: 8px; font: inherit; background: #fff; }
.sip-sorgu-mesaj { margin-top: 10px; font-size: 13px; color: var(--ana); }
.sip-sorgu-sonuc { margin-top: 14px; }
@media (min-width: 560px) { .sip-sorgu { flex-direction: row; flex-wrap: wrap; } .sip-sorgu input { flex: 1; min-width: 160px; } .sip-sorgu .btn { width: 100%; } }

/* ---------- iyzico CheckoutForm sadeleştirme (kampanya/sekme/ayraç gizle; kart formu + öde butonu KALIR) ----------
   Emotion hash'leri sürümle değişebildiği için okunabilir etiket parçasıyla hedeflenir; id ile özgüllük
   yüksek olduğu için !important GEREKMEZ (önceki !important denemesi SDK'da resize döngüsü → donma yapmıştı).
   Ödeme ekranı açıldığında DONMA olursa bu bloğu kaldır. */
[class*="CampaignWrapper"][class*="e18r3hf0"],
[class*="TabsContainer"][class*="e108lse40"],
[class*="Divider"][class*="e92n6r811"],
[class*="Container"][class*="eqrl9we0"],
[class*="CenteredContainer"][class*="edgfz1w2"],
[class*="Wrapper"][class*="evtaut60"] { display: none; }
/* Kasa Önü kartlarında kampanya pill'leri gizli (sade dursun); sepete ekle kalır */
.kasa-sec .card-kmp { display: none; }

/* ---------- Sipariş tamamlandı sayfasında üst kargo şeridi gizli (istek) ---------- */
body.sayfa-basari .duyuru { display: none; }

/* ---------- Fırsat kategorisinde 4/8 kampanya pill'leri gizli ---------- */
.kategori-kampanyasiz .card-kmp { display: none; }

/* ---------- Tükendi ürün: görsel soluk + TÜKENDİ barı ---------- */
.galeri-tukendi .pgaleri-item img { opacity: .45; filter: grayscale(.4); }
.tukendi-bar {
	position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%);
	z-index: 3; text-align: center; background: rgba(105,21,21,.92); color: #fff;
	font-size: 16px; font-weight: 800; letter-spacing: .14em; padding: 12px 0;
}

/* ---------- Instagram tarzı hikaye daireleri (sol menü) ---------- */
.oyku-seridi { display: flex; gap: 14px; padding: 14px 14px 16px; margin-bottom: 6px; overflow-x: auto; scrollbar-width: none; border-bottom: 1px solid var(--cizgi); }
.oyku-seridi::-webkit-scrollbar { display: none; }
.oyku-daire { display: flex; flex-direction: column; align-items: center; gap: 6px; flex: none; width: 78px; background: none; padding: 0; cursor: pointer; }
.oyku-halka { width: 66px; height: 66px; border-radius: 50%; background: #fff; border: 1.5px solid #d8d8d8; display: flex; align-items: center; justify-content: center; }
.oyku-ic { font-size: 10px; font-weight: 800; letter-spacing: .04em; color: var(--ana); text-align: center; }
.oyku-halka img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; border: 2px solid #fff; }
.oyku-halka-vid { color: #fff; }
.oyku-daire small { font-size: 11px; color: var(--metin); line-height: 1.2; text-align: center; }

/* ---------- Hikaye görüntüleyici (tam ekran, Instagram tarzı) ---------- */
.oyku-katman { position: fixed; inset: 0; z-index: 10000; background: #000; display: none; }
.oyku-katman.acik { display: block; }
.oyku-bar { position: absolute; top: 10px; left: 10px; right: 10px; display: flex; gap: 4px; z-index: 3; }
.oyku-logo { position: absolute; top: 20px; left: 14px; z-index: 4; color: #fff; font-size: 15px; font-weight: 800; letter-spacing: .18em; }
.oyku-cubuk { flex: 1; height: 2.5px; background: rgba(255,255,255,.35); border-radius: 2px; overflow: hidden; }
.oyku-cubuk i { display: block; height: 100%; width: 0; background: #fff; }
.oyku-cubuk.dolu i { width: 100%; }
.oyku-kapat { position: absolute; top: 14px; right: 12px; z-index: 4; width: 42px; height: 42px; font-size: 32px; line-height: 1; color: #fff; background: none; }
.oyku-sahne { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.oyku-sahne img, .oyku-sahne video { max-width: 100%; max-height: 100%; object-fit: contain; }
.oyku-dokun { position: absolute; top: 0; bottom: 0; width: 40%; z-index: 2; }
.oyku-onceki { left: 0; }
.oyku-sonraki { right: 0; }
.oyku-yukleniyor { position: absolute; top: 50%; left: 50%; width: 38px; height: 38px; margin: -19px 0 0 -19px; border: 3px solid rgba(255,255,255,.3); border-top-color: #fff; border-radius: 50%; animation: oyku-spin .8s linear infinite; }
@keyframes oyku-spin { to { transform: rotate(360deg); } }

/* ---------- Ürün galeri lightbox (BEYAZ tam ekran + ‹ › oklar) ---------- */
.urun-lightbox { position: fixed; inset: 0; z-index: 10000; background: #fff; display: none; align-items: center; justify-content: center; }
.urun-lightbox.acik { display: flex; }
.urun-lightbox img { max-width: 90%; max-height: 88vh; object-fit: contain; }
.ul-kapat { position: absolute; top: 16px; right: 18px; width: 42px; height: 42px; font-size: 30px; line-height: 1; color: #111; background: none; z-index: 2; }
.ul-ok { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; font-size: 32px; line-height: 1; color: #111; background: none; z-index: 2; }
.ul-onceki { left: 6px; }
.ul-sonraki { right: 6px; }
/* Ödeme sayfasındaki güven notu (p.co-guven-not) gizli (istek) */
.co-guven-not { display: none; }
