@import url("fonts.css");

:root {
  --fd: 'IBM Plex Sans', system-ui, 'Segoe UI', Arial, sans-serif;
  --fm: 'IBM Plex Mono', ui-monospace, 'SFMono-Regular', Consolas, monospace;
  --ic-en: 1180px;
  --bosluk: clamp(34px, 5vw, 66px);
}

* { box-sizing: border-box; }
html { overflow-x: clip; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--fd); font-weight: 600; line-height: 1.1; margin: 0 0 .5em; letter-spacing: -.028em; }
h1 { font-size: clamp(31px, 4.6vw, 52px); }
h2 { font-size: clamp(23px, 2.7vw, 33px); }
h3 { font-size: 19px; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
.ikon { width: 18px; height: 18px; flex: none; }
.gizli { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.kapsayici { width: 100%; max-width: var(--ic-en); margin-inline: auto; padding-inline: clamp(16px, 4vw, 34px); }
.govde { width: 100%; }
main { display: block; }
main > section, main > .sayfa-cerceve, main > .kapsayici { padding-block: clamp(34px, 5vw, 60px); }
main > .sayfa-cerceve > * + * { margin-top: clamp(22px, 3.5vw, 40px); }
.acilis > *, .urun-alt > *, .kumas-detay > *, .urun-duzen > *, .set-duzen > *, .sepet-duzen > *, .dip-ust > *, .km-satir > *, .kr-liste > *, .hero-ic > *, .ka-ic > *, .kod-band-ic > *, .katman-detay > * { min-width: 0; }

.atla { position: absolute; left: -999px; top: 0; background: var(--brand); color: #fff; padding: 10px 16px; z-index: 90; }
.atla:focus { left: 0; }
.mnu-tik { position: absolute; opacity: 0; pointer-events: none; }

/* ---------- üst şerit ---------- */
.serit-ust { background: var(--brand); color: #fff; font-family: var(--fm); font-size: 11.5px; letter-spacing: .06em; padding: 8px 0; }
.su-ic { display: flex; align-items: center; }
.serit-ust span { display: inline-flex; align-items: center; gap: 8px; opacity: .95; }
.serit-ust .ikon { width: 15px; height: 15px; }

/* ---------- üst header — tek satır, sade ---------- */
.ust { position: sticky; top: 0; z-index: 50; background: var(--surface); border-bottom: 1px solid var(--line); }
.ust-ic { display: flex; align-items: center; gap: 18px; min-height: 66px; }
.ust-hamburger { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); cursor: pointer; margin-left: -6px; }
.ust-hamburger .ikon:nth-child(2) { display: none; }
.mnu-tik:checked ~ .ust .ust-hamburger .ikon:nth-child(1) { display: none; }
.mnu-tik:checked ~ .ust .ust-hamburger .ikon:nth-child(2) { display: block; }
.marka { display: flex; flex-direction: column; gap: 2px; text-decoration: none; margin-right: auto; }
.marka b { font-family: var(--fd); font-size: 25px; font-weight: 600; letter-spacing: -.03em; line-height: 1; }
.marka i { font-family: var(--fm); font-style: normal; font-size: 9px; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); }
.ana-nav { display: none; }
.ana-nav ul { display: flex; align-items: center; gap: 2px; }
.ana-nav a { display: block; padding: 8px 12px; text-decoration: none; font-size: 14px; color: var(--muted); position: relative; }
.ana-nav a:hover { color: var(--text); }
.ana-nav a.aktif { color: var(--text); }
.ana-nav a.aktif::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 2px; height: 2px; background: var(--accent); }
.ust-arac { display: flex; align-items: center; gap: 4px; }
.ua-kod, .ua-ara, .ua-sepet { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; color: var(--text); position: relative; }
.ua-kod { border: 1px solid var(--line); padding: 8px 12px; font-family: var(--fm); font-size: 12px; max-width: 190px; }
.ua-kod span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ua-kod.dolu { border-color: var(--accent); color: var(--accent); }
.ua-ara, .ua-sepet { width: 42px; height: 42px; justify-content: center; border: 1px solid transparent; }
.ua-ara:hover, .ua-sepet:hover { border-color: var(--line); }
.ua-sepet i { position: absolute; top: -1px; right: -1px; font-style: normal; background: var(--accent); color: #fff; font-size: 11px; border-radius: 999px; padding: 0 6px; }

.mobil-panel { display: none; border-top: 1px solid var(--line); padding: 18px clamp(16px, 4vw, 34px) 26px; background: var(--surface); }
.mnu-tik:checked ~ .ust .mobil-panel { display: block; }
.mp-ara { display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); padding: 8px 10px 8px 12px; margin-bottom: 18px; background: var(--bg); }
.mp-ara .ikon { color: var(--muted); }
.mp-ara input { flex: 1; min-width: 0; border: 0; background: none; padding: 4px 0; }
.mp-ara input:focus { outline: none; }
.mp-ara button { display: grid; place-items: center; width: 32px; height: 32px; border: 0; background: var(--text); color: var(--bg); cursor: pointer; }
.mp-baslik { display: block; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin: 16px 0 6px; }
.mp-nav ul { display: grid; gap: 2px; margin-bottom: 6px; }
.mp-nav a { display: flex; align-items: center; gap: 9px; justify-content: flex-start; padding: 10px 8px; text-decoration: none; font-size: 15px; border-bottom: 1px solid var(--line); }
.mp-nav a em { font-style: normal; margin-left: auto; font-size: 10px; letter-spacing: .1em; color: var(--muted); }
.mp-nav .ikon { color: var(--accent); width: 16px; height: 16px; }
.perde { position: fixed; inset: 0; background: rgba(20, 18, 16, .38); z-index: 40; opacity: 0; pointer-events: none; transition: opacity .2s; }
.mnu-tik:checked ~ .perde { opacity: 1; pointer-events: auto; }

/* ---------- ortak ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: 7px; font-family: var(--fm); font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.eyebrow .ikon { width: 14px; height: 14px; }
.bolum--yuzey { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mw-oku { max-width: 74ch; }
.eyebrow--acik { color: rgba(255, 255, 255, .68); }
.goz { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; letter-spacing: .17em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.mono { font-size: 12px; letter-spacing: .08em; color: var(--muted); }
.bolum-bas { max-width: 660px; margin-bottom: 30px; }
.bolum-bas h2 { margin-bottom: .2em; }
.bolum-alt { color: var(--muted); margin: .4em 0 0; }
.bolum-bas--satir { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; max-width: none; }
.bolum-link { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; text-decoration: none; border-bottom: 1px solid var(--accent); padding-bottom: 3px; white-space: nowrap; }
.bolum-ust { max-width: 640px; margin-bottom: 26px; }
.bolum-ust p { color: var(--muted); margin: 0; }
.bolum-ust--satir { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; max-width: none; }
.bolum-ust--satir h2 { margin-bottom: 0; }
.bolum { }
.bolum-ust h2 { margin-bottom: 0; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 22px; border: 1px solid transparent; border-radius: var(--radius);
  font-size: 14.5px; text-decoration: none; cursor: pointer; background: none; transition: .16s;
}
.btn--ana { background: var(--text); color: var(--bg); }
.btn--ana:hover { background: var(--brand); }
.btn--marka { background: var(--brand); color: #fff; }
.btn--accent { background: var(--accent); color: #fff; }
.btn--accent:hover { filter: brightness(.93); }
.btn--sessiz { border-color: var(--line); background: var(--surface); }
.btn--sessiz:hover { border-color: var(--text); }
.btn--cizgi { border-color: currentColor; }
.btn--cizgi:hover { background: var(--text); color: var(--bg); border-color: var(--text); }
.btn--ters { background: #fff; color: var(--text); }
.btn--buyuk { padding: 14px 26px; font-size: 15px; }
.btn--kucuk { padding: 8px 14px; font-size: 13px; }
.btn--tam { width: 100%; }
.ic-link { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; text-decoration: none; border-bottom: 1px solid var(--line); padding-bottom: 3px; }
.ic-link:hover { border-color: var(--text); }

.sayfa-bas { border-bottom: 1px solid var(--line); }
.sayfa-bas h1 { margin-bottom: .3em; }
.sayfa-bas p { color: var(--muted); max-width: 72ch; margin: 0; }
.sayfa-bas--sade { border-bottom: 0; }
.kirinti { font-size: 12.5px; color: var(--muted); margin-bottom: 12px; }
.kirinti a { text-decoration: none; }
.kirinti a:hover { text-decoration: underline; }

.uyari { border: 1px solid var(--line); border-left: 3px solid var(--accent); background: var(--surface); padding: 14px 18px; font-size: 14.5px; }
.uyari--ok { border-left-color: #3f7d5c; }
.uyari--hata { border-left-color: #b4463c; }
.bos-liste { text-align: center; border: 1px dashed var(--line); padding: 48px 20px; }

.olcek { display: inline-flex; gap: 4px; }
.olcek i { width: 8px; height: 8px; border-radius: 50%; border: 1px solid var(--muted); }
.olcek i.dolu { background: var(--accent); border-color: var(--accent); }

.kod-rozet, .isi-rozet { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 2px 10px; }
.kod-rozet .ikon, .isi-rozet .ikon { width: 14px; height: 14px; }
.kod-rozet--uygun, .isi-rozet--uygun { color: var(--accent); border-color: var(--accent); }

/* ---------- hero — ısı cetveli önce ---------- */
.hero { border-bottom: 1px solid var(--line); }
.hero-ic { display: grid; gap: clamp(28px, 4vw, 56px); align-items: start; }
.hero-sol h1 { font-size: clamp(34px, 5.4vw, 60px); margin-bottom: .3em; }
.hero-sol h1 span { display: block; color: var(--muted); }
.hero-metin { color: var(--muted); max-width: 48ch; font-size: 16.5px; }

.skala { margin: 26px 0 12px; }
.skala-cetvel { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)) auto; align-items: start; }
.sb { display: flex; flex-direction: column; gap: 0; padding: 0; border: 0; background: none; cursor: pointer; text-align: left; color: var(--text); }
.sb-derece { font-family: var(--fm); font-size: 13px; letter-spacing: -.02em; padding-bottom: 6px; }
.sb-cizgi { display: block; height: 30px; position: relative; border-left: 1px solid var(--text); }
.sb-cizgi::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--line); }
.sb-cizgi i { position: absolute; left: 0; right: 0; bottom: 0; height: 0; background: var(--accent); display: block; transition: height .16s; }
.sb-ad { font-size: 12.5px; color: var(--muted); padding-top: 9px; line-height: 1.25; text-align: left; }
.sb:hover .sb-cizgi i, .sb:focus-visible .sb-cizgi i { height: 8px; background: var(--line); }
.sb:hover .sb-ad { color: var(--text); }
.sb--secili .sb-derece { color: var(--accent); font-weight: 600; }
.sb--secili .sb-cizgi { border-left-color: var(--accent); }
.sb--secili .sb-cizgi i, .sb--secili:hover .sb-cizgi i { height: 30px; background: var(--accent); opacity: .18; }
.sb--secili .sb-cizgi::after { height: 3px; background: var(--accent); }
.sb--secili .sb-ad { color: var(--text); font-weight: 600; }
.sb-son { font-family: var(--fm); font-size: 13px; color: var(--muted); padding-bottom: 6px; padding-left: 6px; border-left: 1px solid var(--line); }
.hero-dugme { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.skala-not { display: flex; gap: 8px; align-items: flex-start; font-size: 12.5px; color: var(--muted); max-width: 54ch; }
.skala-not .ikon { flex: none; width: 15px; height: 15px; color: var(--accent); margin-top: 2px; }

.hero-vitrin { display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--surface); padding: 14px; }
.hv-etiket { font-family: var(--fm); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.hv-foto { position: relative; display: block; }
.hv-foto img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.hv-derece { position: absolute; left: 0; bottom: 0; background: var(--text); color: var(--bg); font-family: var(--fm); font-size: 11.5px; padding: 4px 10px; }
.hv-govde { padding-top: 14px; }
.hv-govde h2 { font-size: 20px; margin-bottom: .3em; }
.hv-govde h2 a { text-decoration: none; }
.hv-govde p { font-size: 13.5px; color: var(--muted); margin-bottom: 12px; }
.hv-alt { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); padding-top: 10px; }
.hv-alt b { font-size: 19px; }
.hv-alt i { font-family: var(--fm); font-style: normal; font-size: 10.5px; letter-spacing: .06em; color: var(--muted); text-align: right; }

/* ---------- reyon rayı ---------- */
.reyon-ray { border-bottom: 1px solid var(--line); }
.ray { border-top: 1px solid var(--line); }
.ray-satir { border-bottom: 1px solid var(--line); }
.ray-satir a { display: flex; align-items: center; gap: clamp(12px, 2vw, 22px); padding: 14px 4px; text-decoration: none; transition: background .16s; }
.ray-satir a:hover { background: var(--surface); }
.ray-no { font-family: var(--fm); font-size: 12px; color: var(--accent); flex: none; }
.ray-foto { width: 92px; height: 66px; object-fit: cover; flex: none; }
.ray-yazi { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.ray-yazi b { font-family: var(--fd); font-size: clamp(18px, 2.2vw, 24px); font-weight: 600; letter-spacing: -.02em; }
.ray-yazi i { font-style: normal; font-size: 13.5px; color: var(--muted); }
.ray-sayi { font-family: var(--fm); font-size: 11.5px; color: var(--muted); flex: none; }
.ray-satir .ikon { flex: none; color: var(--muted); }
.ray-satir a:hover .ikon { color: var(--accent); }

/* ---------- reyon şeridi ---------- */
.reyon-izgara { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; }
.reyon-kart { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); text-decoration: none; overflow: hidden; transition: .16s; }
.reyon-kart:hover { border-color: var(--text); }
.rk-gorsel { display: block; background: var(--bg); }
.rk-gorsel img { width: 100%; aspect-ratio: 7 / 5; object-fit: cover; }
.rk-govde { display: flex; flex-direction: column; gap: 5px; padding: 16px 17px 18px; }
.rk-kod { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.rk-govde b { font-family: var(--fd); font-size: 21px; font-weight: 500; }
.rk-govde i { font-style: normal; font-size: 13.5px; color: var(--muted); }
.rk-govde em { display: inline-flex; align-items: center; gap: 6px; font-style: normal; font-size: 12.5px; color: var(--accent); margin-top: 6px; }
.rk-govde em .ikon { width: 14px; height: 14px; }

/* ---------- katman bandı (koyu) ---------- */
.katman-band { background: var(--brand); color: #fff; }
.kb-ic { display: grid; gap: clamp(24px, 4vw, 46px); align-items: center; }
.katman-band h2 { color: #fff; }
.katman-band .btn--accent { margin-top: 8px; }
.kod-band { background: var(--text); color: var(--bg); }
.kod-band-ic { display: grid; gap: clamp(24px, 4vw, 46px); align-items: center; }
.kod-band h2 { color: var(--bg); }
.kb-sol p { color: rgba(255, 255, 255, .74); max-width: 46ch; }
.kb-liste { display: grid; gap: 2px; }
.kb-liste li { display: flex; align-items: center; gap: 16px; padding: 14px 4px; border-top: 1px solid rgba(255, 255, 255, .16); }
.kb-no { font-family: var(--fd); font-size: 22px; color: var(--accent); width: 26px; flex: none; }
.kb-metin { display: flex; flex-direction: column; }
.kb-metin b { font-weight: 500; }
.kb-metin i { font-style: normal; font-size: 13px; color: rgba(255, 255, 255, .66); }

/* ---------- üç vesile ---------- */
.vesile-izgara { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.vesile-sut { display: flex; flex-direction: column; gap: 16px; }
.vs-bas { }
.vs-etiket { display: inline-block; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); border: 1px solid var(--line); padding: 3px 11px; margin-bottom: 12px; }
.vs-bas h3 { font-size: 23px; margin-bottom: .2em; }
.vs-bas p { color: var(--muted); font-size: 14px; margin: 0; }

/* ---------- katman anlat ---------- */
.katman-anlat { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ka-ic { display: grid; gap: clamp(24px, 4vw, 48px); align-items: start; }
.ka-adim { display: grid; gap: 10px; margin: 18px 0 22px; }
.ka-adim li { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 12px; align-items: center; }
.ka-adim span { grid-row: 1 / 3; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); color: var(--accent); }
.ka-adim b { align-self: end; font-weight: 500; }
.ka-adim i { font-style: normal; font-size: 13px; color: var(--muted); }
.ka-not { display: flex; gap: 9px; align-items: flex-start; font-size: 13px; color: var(--muted); margin: 18px 0 0; }
.ka-not .ikon { flex: none; color: var(--accent); width: 15px; height: 15px; }
.ka-sag { display: flex; flex-direction: column; background: var(--bg); border: 1px solid var(--line); padding: 6px 16px; align-self: start; }

/* ---------- ürün kartı & satırı ---------- */
.urun-izgara { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; }
.uk { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); overflow: hidden; min-width: 0; }
.uk--uygun { border-color: var(--accent); }
.uk-gorsel { display: block; position: relative; background: var(--bg); }
.uk-gorsel img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.uk-rozet, .uk-tuk { position: absolute; top: 10px; left: 10px; background: var(--accent); color: #fff; font-family: var(--fm); font-size: 11px; padding: 2px 9px; }
.uk-tuk { background: rgba(25, 27, 23, .84); left: auto; right: 10px; }
.uk-derece { position: absolute; left: 0; bottom: 0; background: rgba(25, 27, 23, .86); color: #fff; font-family: var(--fm); font-size: 10.5px; letter-spacing: .02em; padding: 3px 9px; }
.uk-derece--uygun { background: var(--accent); }
.uk-kunye-satir { font-family: var(--fm); font-size: 10.5px; letter-spacing: .05em; color: var(--muted); margin: 0; }
.uk-govde { display: flex; flex-direction: column; gap: 7px; padding: 14px 15px 16px; flex: 1; }
.uk-ust { display: flex; flex-wrap: wrap; gap: 6px; font-family: var(--fm); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.uk-ust a { text-decoration: none; }
.uk-ust i { font-style: normal; }
.uk-baslik { font-size: 17px; margin: 0; }
.uk-baslik a { text-decoration: none; }
.uk-baslik a:hover { color: var(--brand); }
.uk-kunye { display: flex; flex-direction: column; gap: 3px; margin: 0; font-size: 12.5px; }
.uk-kunye div { display: flex; justify-content: space-between; gap: 10px; border-bottom: 1px dotted var(--line); padding-bottom: 3px; }
.uk-kunye dt { color: var(--muted); }
.uk-kunye dd { margin: 0; text-align: right; }
.uk-etiket { display: flex; flex-wrap: wrap; gap: 6px; }
.et-cip { display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; color: var(--muted); background: var(--bg); border-radius: 999px; padding: 3px 9px; }
.et-cip .ikon { width: 13px; height: 13px; }
.et-cip i { font-style: normal; }
.uk-alt { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 10px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.uk-fiyat b { font-family: var(--fd); font-size: 18px; font-weight: 600; letter-spacing: -.02em; }
.uk-fiyat s { color: var(--muted); font-size: 13px; margin-left: 6px; }

.us { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.us:last-child { border-bottom: 0; }
.us img { width: 56px; height: 74px; object-fit: cover; }
.us-orta { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.us-orta i { font-style: normal; font-size: 12.5px; color: var(--muted); }
.us-fiyat { font-family: var(--fd); font-size: 16px; }

/* ---------- kumaş tablosu (anasayfa) ---------- */
.kumas-tablo-sar { overflow-x: auto; border: 1px solid var(--line); background: var(--surface); }
.kumas-tablo { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 560px; }
.kumas-tablo th, .kumas-tablo td { text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--line); }
.kumas-tablo thead th { font-family: var(--font); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 400; }
.kumas-tablo tbody tr:last-child td { border-bottom: 0; }
.kumas-tablo td a { text-decoration: none; font-family: var(--fd); font-size: 16px; }
.kumas-tablo .sag { text-align: right; }
.kumas-tablo td[data-e]::before { content: attr(data-e); display: none; }

/* ---------- dürüst notlar ---------- */
.durust-izgara { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.durust-kart { display: flex; gap: 14px; align-items: flex-start; }
.dk-no { font-family: var(--fd); font-size: 15px; color: var(--accent); letter-spacing: .05em; flex: none; }
.durust-kart p { margin: 0; font-size: 14.5px; }

/* ---------- hazır katmanlar (anasayfa) ---------- */
.katman-izgara { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.katman-kart { display: flex; flex-direction: column; gap: 6px; background: var(--surface); border: 1px solid var(--line); padding: 20px; text-decoration: none; transition: .16s; }
.katman-kart:hover { border-color: var(--text); }
.kk-etiket { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.katman-kart b { font-family: var(--fd); font-size: 21px; font-weight: 500; }
.katman-kart i { font-style: normal; font-size: 13.5px; color: var(--muted); }
.kk-parca { display: flex; gap: 8px; margin: 12px 0 10px; }
.kk-parca img { width: 60px; height: 80px; object-fit: cover; }
.katman-kart em { display: inline-flex; align-items: center; gap: 6px; font-style: normal; font-size: 12.5px; color: var(--muted); margin-top: auto; }
.katman-kart em .ikon { width: 14px; height: 14px; color: var(--accent); }

/* ---------- avantaj / yorum / sss / kapanış ---------- */
.avantaj { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.avantaj-ic { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.avantaj-ic div { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--muted); }
.avantaj-ic .ikon { color: var(--accent); flex: none; }
.avantaj-ic b { font-weight: 400; }
.yorum-izgara { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.yorum-kart { margin: 0; border: 1px solid var(--line); background: var(--surface); padding: 20px; display: flex; flex-direction: column; gap: 12px; }
.yk-yildiz .olcek i { width: 9px; height: 9px; }
.yorum-kart blockquote { margin: 0; font-family: var(--fd); font-size: 17px; line-height: 1.5; font-style: italic; }
.yorum-kart figcaption { display: flex; flex-direction: column; }
.yorum-kart figcaption b { font-weight: 500; }
.yorum-kart figcaption i { font-style: normal; font-size: 12.5px; color: var(--muted); }
.sss-ic { display: grid; gap: 8px; }
.sss-liste { border-top: 1px solid var(--line); }
.sss details { border-bottom: 1px solid var(--line); }
.sss summary { cursor: pointer; padding: 16px 0; font-family: var(--fd); font-size: 18px; list-style: none; display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.sss summary::-webkit-details-marker { display: none; }
.sss summary .ikon { color: var(--accent); flex: none; transition: transform .2s; }
.sss details[open] summary .ikon { transform: rotate(45deg); }
.sss-cevap p { color: var(--muted); max-width: 80ch; margin: 0 0 6px; }
.kapanis { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.kapanis-ic { max-width: 62ch; margin: 0 auto; }
.kapanis p { color: var(--muted); }

@media (min-width: 720px) {
  .sss-ic { grid-template-columns: minmax(0, .7fr) minmax(0, 2fr); gap: 30px; align-items: start; }
  .sss-ic .bolum-bas { position: sticky; top: 90px; }
}

/* ---------- katalog / listeleme ---------- */
.katalog { display: grid; gap: 28px; }
.katalog > * { min-width: 0; }
.suzgec { display: flex; flex-direction: column; gap: 18px; }
.sz-oneri { border: 1px solid var(--line); background: var(--surface); padding: 16px; font-size: 13.5px; }
.sz-oneri p { color: var(--muted); margin-bottom: 10px; }
.sz-blok h4 { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; font-family: var(--font); }
.sz-blok ul { display: flex; flex-wrap: wrap; gap: 6px; }
.sz-blok a { display: inline-block; font-size: 13.5px; text-decoration: none; border: 1px solid var(--line); border-radius: 999px; padding: 4px 12px; background: var(--surface); }
.sz-blok a.aktif { background: var(--text); color: var(--bg); border-color: var(--text); }
.katalog-ust { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.sirala { display: flex; flex-wrap: wrap; gap: 4px; }
.sirala a { font-size: 13px; text-decoration: none; padding: 4px 10px; border-radius: 999px; color: var(--muted); }
.sirala a.aktif { background: var(--surface); border: 1px solid var(--line); color: var(--text); }

/* ---------- ürün detay ---------- */
.urun-duzen { display: grid; gap: clamp(22px, 4vw, 46px); align-items: start; }
.ug-ana img { width: 100%; object-fit: cover; aspect-ratio: 3 / 4; }
.ug-liste { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 10px; margin-top: 10px; }
.ug-liste img { cursor: pointer; aspect-ratio: 3 / 4; object-fit: cover; }
.urun-bilgi h1 { margin-bottom: .25em; }
.ub-ozet { color: var(--muted); }
.ub-isi { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.ub-fiyat { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.ub-fiyat b { font-family: var(--fd); font-size: 32px; font-weight: 500; }
.ub-fiyat s { color: var(--muted); }
.ub-fiyat .ind { font-size: 12.5px; color: #fff; background: var(--accent); border-radius: 999px; padding: 2px 10px; }
.beden-kutu { border: 1px solid var(--line); background: var(--surface); padding: 18px; margin-bottom: 18px; }
.bk-bas { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.bk-bas h2 { font-size: 17px; margin: 0; }
.bk-bas a { font-size: 13px; color: var(--muted); }
.beden-liste { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.beden-sec input { position: absolute; opacity: 0; }
.beden-sec label { display: flex; flex-direction: column; align-items: center; gap: 1px; min-width: 62px; padding: 8px 12px; border: 1px solid var(--line); cursor: pointer; font-size: 14px; }
.beden-sec label small { font-size: 10.5px; color: var(--muted); }
.beden-sec input:checked + label { border-color: var(--text); background: var(--text); color: var(--bg); }
.beden-sec input:checked + label small { color: rgba(255, 255, 255, .7); }
.beden-sec input:focus-visible + label { outline: 2px solid var(--accent); outline-offset: 2px; }
.beden-sec--yok label { opacity: .45; text-decoration: line-through; cursor: not-allowed; }
.bk-kalip { font-size: 13.5px; color: var(--muted); margin-bottom: 14px; }
.sepet-form { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.adet-kutu input { width: 72px; padding: 11px 12px; border: 1px solid var(--line); background: var(--surface); text-align: center; }
.ub-set { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13.5px; color: var(--muted); margin: 16px 0; }
.ub-set a { background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 3px 12px; text-decoration: none; color: var(--text); }
.kunye-tablo { width: 100%; border-collapse: collapse; font-size: 14px; margin-top: 18px; }
.kunye-tablo th, .kunye-tablo td { text-align: left; padding: 9px 0; border-bottom: 1px solid var(--line); vertical-align: top; overflow-wrap: anywhere; }
.kunye-tablo th { font-weight: 400; color: var(--muted); width: 38%; }
.urun-alt { display: grid; gap: 28px; border-top: 1px solid var(--line); padding-top: 28px; }
.urun-metin p { max-width: 72ch; color: var(--muted); }
.kumas-ozet { border: 1px solid var(--line); background: var(--surface); padding: 20px; }
.kk-karisim { font-size: 12.5px; color: var(--muted); }
.olcek-liste { display: flex; flex-direction: column; gap: 8px; margin: 14px 0 16px; }
.olcek-liste div { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 13px; }
.olcek-liste dt { color: var(--muted); }
.olcek-liste dd { margin: 0; }

/* ---------- katman kurucu ---------- */
.sb-kural { display: flex; flex-wrap: wrap; gap: 9px; align-items: flex-start; font-size: 13.5px; color: var(--muted); background: var(--surface); border: 1px solid var(--line); padding: 12px 14px; min-width: 0; overflow-wrap: anywhere; margin-top: 14px; }
.sb-kural .ikon { flex: none; color: var(--accent); }
.kurucu { display: flex; flex-direction: column; gap: 34px; margin-top: var(--bosluk); }
.kr-adim { border-top: 1px solid var(--line); padding-top: 22px; }
.kr-bas { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.kr-no { font-family: var(--fd); font-size: 15px; letter-spacing: .12em; color: var(--accent); padding-top: 4px; }
.kr-bas h2 { font-size: 24px; margin-bottom: .2em; }
.kr-bas p { color: var(--muted); font-size: 14px; margin: 0; }
.kr-liste { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 14px; }
.kr-kart { display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--surface); overflow: hidden; min-width: 0; }
.kr-kart--uygun { border-color: var(--accent); }
.krk-gorsel img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.krk-govde { display: flex; flex-direction: column; gap: 6px; padding: 12px; flex: 1; }
.krk-govde h3 { font-size: 15px; margin: 0; }
.krk-govde h3 a { text-decoration: none; }
.krk-alt { font-size: 12px; color: var(--muted); }
.krk-fiyat { font-family: var(--fd); font-size: 16px; }
.krk-beden, .sp-beden select { width: 100%; margin-top: auto; padding: 8px 10px; border: 1px solid var(--line); background: var(--bg); font-size: 13.5px; }
.krk-onay { display: flex; align-items: center; gap: 8px; margin-top: auto; font-size: 13.5px; }
.kr-bitir { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid var(--line); padding-top: 22px; }
.kr-bitir p { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--muted); margin: 0; }
.kr-bitir .ikon { color: var(--accent); flex: none; }

/* ---------- hazır katman listesi & detay ---------- */
.katman-liste { display: grid; gap: 22px; }
.kl-kart { border: 1px solid var(--line); background: var(--surface); padding: 22px; display: grid; gap: 18px; }
.kl-bas h2 { font-size: 24px; margin: 4px 0 .2em; }
.kl-bas h2 a { text-decoration: none; }
.kl-bas p { color: var(--muted); margin: 0; }
.kl-etiket { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.kl-parcalar { display: flex; flex-wrap: wrap; gap: 14px; }
.klp { display: flex; flex-direction: column; gap: 6px; width: 92px; text-decoration: none; font-size: 12px; color: var(--muted); }
.klp img { width: 92px; height: 122px; object-fit: cover; }
.kl-alt { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid var(--line); padding-top: 16px; }
.kl-toplam { display: flex; flex-direction: column; }
.kl-toplam i { font-style: normal; font-size: 12px; color: var(--muted); }
.kl-toplam b { font-family: var(--fd); font-size: 22px; font-weight: 500; }

.katman-anlatim { border-left: 3px solid var(--accent); background: var(--surface); padding: 16px 18px; color: var(--muted); font-size: 14.5px; }
.katman-detay { display: grid; gap: 28px; align-items: start; }
.kd-parcalar { display: grid; gap: 12px; }
.kd-parca { display: grid; grid-template-columns: 120px 1fr; gap: 16px; border: 1px solid var(--line); background: var(--surface); padding: 14px; }
.kd-parca > * { min-width: 0; }
.kdp-gorsel img { width: 120px; height: 160px; object-fit: cover; }
.kdp-govde { display: flex; flex-direction: column; gap: 5px; }
.kdp-reyon { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.kdp-govde h3 { font-size: 18px; margin: 2px 0; }
.kdp-govde h3 a { text-decoration: none; }
.kdp-alt { font-size: 13px; color: var(--muted); }
.kdp-fiyat { font-family: var(--fd); font-size: 17px; margin-bottom: 4px; }
.kd-ozet { border: 1px solid var(--line); background: var(--surface); padding: 20px; display: flex; flex-direction: column; gap: 12px; position: sticky; top: 90px; }
.kd-ozet h2 { font-size: 19px; margin: 0; }
.kdo-satir { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 12px 0; }
.kdo-satir b { font-family: var(--fd); font-size: 22px; font-weight: 500; }
.kdo-not { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; color: var(--muted); margin: 0; }
.kdo-not .ikon { flex: none; color: var(--accent); width: 15px; height: 15px; }
.kdo-alt { font-size: 12.5px; color: var(--muted); margin: 0; }

/* ---------- kıyafet kodu sayfası ---------- */
.kod-sayfa { display: grid; gap: 14px; margin-top: 8px; }
.kod-kart { cursor: pointer; }
.kod-kart input { position: absolute; opacity: 0; }
.kk-ic { display: grid; gap: 14px; border: 1px solid var(--line); background: var(--surface); padding: 18px; }
.kod-kart input:checked + .kk-ic { border-color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent); }
.kod-kart input:focus-visible + .kk-ic { outline: 2px solid var(--accent); outline-offset: 2px; }
.kk-bas { display: flex; align-items: center; gap: 14px; }
.kk-sev { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; width: 66px; padding: 8px 0; border: 1px solid var(--line); font-family: var(--fm); font-size: 15px; color: var(--accent); flex: none; line-height: 1.1; }
.kk-sev em { font-style: normal; font-size: 12px; color: var(--muted); }
.kod-kart input:checked + .kk-ic .kk-sev { border-color: var(--accent); background: var(--accent); color: #fff; }
.kod-kart input:checked + .kk-ic .kk-sev em { color: rgba(255, 255, 255, .8); }
.kk-yazi b { font-family: var(--fd); font-size: 19px; font-weight: 600; letter-spacing: -.02em; display: block; }
.kk-yazi i { font-style: normal; font-size: 13.5px; color: var(--muted); }
.kk-urunler { display: flex; flex-wrap: wrap; gap: 14px; }
.kk-urun { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--muted); }
.kk-urun img { width: 44px; height: 58px; object-fit: cover; }
.kk-urun em { font-style: normal; }
.kod-bitir { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 20px; }
.kod-mevcut { font-size: 13.5px; color: var(--muted); }
.bb-not { display: flex; gap: 8px; align-items: flex-start; font-size: 12.5px; color: var(--muted); margin: 4px 0 0; width: 100%; }
.bb-not .ikon { flex: none; width: 15px; height: 15px; }
.kod-anlat { border-top: 1px solid var(--line); padding-top: 24px; margin-top: 30px; }
.kod-anlat p { color: var(--muted); max-width: 74ch; }

/* ---------- kumaş sayfaları ---------- */
.kumas-liste { display: flex; flex-direction: column; gap: 18px; }
.km-satir { display: grid; grid-template-columns: 200px 1fr; gap: 22px; border: 1px solid var(--line); background: var(--surface); padding: 18px; }
.km-satir > * { min-width: 0; }
.km-foto img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.km-govde h2, .km-govde h3 { font-size: 22px; margin-bottom: .2em; }
.km-govde a { text-decoration: none; }
.km-karisim { font-size: 12.5px; color: var(--muted); }
.km-govde p { margin: 8px 0 0; font-size: 14.5px; color: var(--muted); }
.km-govde .olcek-liste { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 8px 20px; }
.kumas-detay { display: grid; gap: 28px; align-items: start; }
.kd-foto img { width: 100%; object-fit: cover; aspect-ratio: 1; }
.kd-foto figcaption { font-size: 12px; color: var(--muted); margin-top: 8px; }
.kd-metin p { color: var(--muted); max-width: 72ch; }

/* ---------- sepet & ödeme ---------- */
.sepet-duzen { display: grid; gap: 24px; align-items: start; }
.set-durum { display: flex; gap: 12px; align-items: flex-start; border: 1px solid var(--line); background: var(--surface); padding: 14px 16px; margin-bottom: 16px; font-size: 14px; }
.set-durum .ikon { flex: none; color: var(--muted); }
.set-durum p { margin: 0; }
.set-durum--acik { border-color: var(--accent); }
.set-durum--acik .ikon { color: var(--accent); }
.sepet-satir { display: grid; grid-template-columns: 84px 1fr auto; gap: 14px; align-items: center; border-bottom: 1px solid var(--line); padding: 14px 0; }
.sepet-satir > * { min-width: 0; }
.sepet-satir img { width: 84px; height: 112px; object-fit: cover; }
.ss-ad { text-decoration: none; font-size: 15.5px; }
.ss-varyant { font-size: 12.5px; color: var(--muted); }
.ss-sag { display: flex; align-items: center; gap: 12px; }
.ss-sag b { font-family: var(--fd); font-weight: 500; }
.ozet-kutu { border: 1px solid var(--line); background: var(--surface); padding: 20px; display: flex; flex-direction: column; gap: 10px; position: sticky; top: 90px; }
.ozet-kutu h2 { font-size: 18px; margin: 0 0 4px; }
.ozet-satir { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; }
.ozet-satir--toplam { border-top: 1px solid var(--line); padding-top: 10px; margin-top: 4px; font-family: var(--fd); font-size: 19px; }
.kupon-form { display: flex; gap: 8px; }
.kupon-form input { flex: 1; min-width: 0; padding: 9px 12px; border: 1px solid var(--line); background: var(--bg); }
.kutu { border: 1px solid var(--line); background: var(--surface); padding: 20px; margin-bottom: 16px; }
.kutu h2 { font-size: 19px; }
.kutu h3 { font-size: 16px; }
.form-izgara { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.form-alan { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.form-alan--tam { grid-column: 1 / -1; }
.form-alan label { font-size: 12.5px; color: var(--muted); }
.form-alan input, .form-alan textarea, .form-alan select { padding: 11px 13px; border: 1px solid var(--line); background: var(--bg); width: 100%; }
.form-alan textarea { resize: vertical; }
.secim-liste { display: flex; flex-direction: column; gap: 10px; }
.secim { display: flex; gap: 11px; align-items: flex-start; border: 1px solid var(--line); padding: 13px 15px; cursor: pointer; }
.secim input { margin-top: 4px; }
.secim b { display: block; font-weight: 500; }
.secim span span { font-size: 13px; color: var(--muted); }
.secim:has(input:checked) { border-color: var(--text); }
.kurumsal-alan { margin-top: 14px; }
.hp-alan { position: absolute; left: -9999px; }
.metin-sayfa { max-width: 74ch; }
.metin-sayfa p { color: var(--muted); }
.metin-sayfa b { color: var(--text); }
.vt-aksiyon { display: flex; flex-wrap: wrap; gap: 10px; }
.tablo-sarmal { overflow-x: auto; }

/* ---------- kıyafet kodu şeridi ---------- */
.kod-serit { border-top: 1px solid var(--line); background: var(--surface); }
.ks-ic { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding: 12px 0; font-size: 13.5px; }
.ks-etiket { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); }
.ks-etiket .ikon { color: var(--accent); }
.ks-deger { font-family: var(--fd); font-size: 16px; }
.ks-aksiyon { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.ks-aksiyon form { display: inline; }
.ks-link, .ks-sil { font-size: 13px; color: var(--muted); background: none; border: 0; border-bottom: 1px solid var(--line); cursor: pointer; padding: 0 0 2px; }

/* ---------- footer ---------- */
.dip { border-top: 1px solid var(--line); margin-top: var(--bosluk); padding-top: 40px; padding-bottom: 30px; }
.dip-ust { display: grid; gap: 30px; }
.dip-logo { display: flex; flex-direction: column; text-decoration: none; margin-bottom: 12px; }
.dip-logo b { font-family: var(--fd); font-size: 26px; font-weight: 500; letter-spacing: .12em; }
.dip-logo i { font-style: normal; font-size: 10px; letter-spacing: .28em; text-transform: uppercase; color: var(--muted); }
.dip-marka p { color: var(--muted); font-size: 14px; max-width: 46ch; }
.dip-sutunlar { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 24px; }
.dip-sutun h4 { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); font-family: var(--font); margin-bottom: 10px; }
.dip-sutun li { margin-bottom: 6px; }
.dip-sutun a { font-size: 14px; text-decoration: none; color: var(--muted); }
.dip-sutun a:hover { color: var(--text); }
.dip-iletisim p { display: flex; gap: 8px; align-items: flex-start; font-size: 13.5px; color: var(--muted); margin-bottom: 8px; overflow-wrap: anywhere; }
.dip-iletisim .ikon { flex: none; width: 15px; height: 15px; }
.dip-uyari { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 16px; }
.dip-uyari p { display: flex; gap: 9px; align-items: flex-start; font-size: 12.5px; color: var(--muted); max-width: 92ch; }
.dip-uyari .ikon { flex: none; width: 15px; height: 15px; }
.dip-alt { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); margin-top: 10px; padding: 16px 0 0; font-size: 12.5px; color: var(--muted); }
.dip-odeme { display: flex; flex-wrap: wrap; gap: 14px; }
.dip-odeme i { display: inline-flex; align-items: center; gap: 6px; font-style: normal; }
.dip-odeme .ikon { width: 15px; height: 15px; }

/* ---------- kırılımlar ---------- */
@media (max-width: 860px) {
  .ua-kod span { display: none; }
  .ua-kod { padding: 8px 10px; }
  .marka i { font-size: 8px; letter-spacing: .18em; white-space: nowrap; }
  .serit-ust { font-size: 10.5px; }
}
@media (max-width: 640px) {
  .sb-derece { font-size: 11px; }
  .sb-ad { font-size: 10.5px; }
  .sb-son { display: none; }
  .skala-cetvel { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .ray-foto { width: 64px; height: 52px; }
  .ray-sayi { display: none; }
}
@media (min-width: 700px) {
  .hero-ic { grid-template-columns: 1fr .72fr; }
  .kod-band-ic, .kb-ic { grid-template-columns: .95fr 1.05fr; align-items: center; }
  .kumas-detay { grid-template-columns: .8fr 1fr; }
  .urun-alt { grid-template-columns: 1.5fr 1fr; }
  .kod-sayfa { grid-template-columns: repeat(2, 1fr); }
  .kod-bitir { grid-column: 1 / -1; }
  .katman-liste { grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr)); }
}
@media (min-width: 900px) {
  .sepet-duzen { grid-template-columns: minmax(0, 1.7fr) minmax(0, .9fr); }
  .katman-detay { grid-template-columns: minmax(0, 1.6fr) minmax(0, .9fr); }
  .urun-duzen { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .ka-ic { grid-template-columns: 1.15fr .85fr; }
  .dip-ust { grid-template-columns: minmax(0, .9fr) minmax(0, 2fr); }
}
@media (min-width: 960px) {
  .ust-hamburger { display: none; }
  .ana-nav { display: block; }
  .mobil-panel { display: none !important; }
  .perde { display: none; }
  .katalog { grid-template-columns: 230px minmax(0, 1fr); gap: 34px; align-items: start; }
  .suzgec { position: sticky; top: 90px; }
  .sz-blok ul { flex-direction: column; gap: 2px; }
  .sz-blok a { border: 0; border-radius: 0; padding: 3px 0; background: none; }
  .sz-blok a.aktif { background: none; color: var(--accent); border-bottom: 1px solid var(--accent); }
}
@media (max-width: 899px) {
  .ozet-kutu, .kd-ozet { position: static; }
}
@media (max-width: 620px) {
  .sepet-satir { grid-template-columns: 68px 1fr; }
  .sepet-satir img { width: 68px; height: 91px; }
  .ss-sag { grid-column: 2; justify-content: space-between; }
  .kd-parca { grid-template-columns: 92px 1fr; }
  .kdp-gorsel img { width: 92px; height: 122px; }
  .km-satir { grid-template-columns: 1fr; }
  .km-foto img { max-width: 200px; }
  .kk-urunler { display: none; }
  .ks-aksiyon { margin-left: 0; }
  .kumas-tablo { min-width: 0; }
  .kumas-tablo thead { display: none; }
  .kumas-tablo, .kumas-tablo tbody, .kumas-tablo tr, .kumas-tablo td { display: block; width: 100%; }
  .kumas-tablo tr { border-bottom: 2px solid var(--line); padding: 8px 0; }
  .kumas-tablo td { border: 0; padding: 5px 16px; display: flex; justify-content: space-between; gap: 12px; }
  .kumas-tablo td[data-e]::before { display: inline; color: var(--muted); font-size: 12px; }
  .kumas-tablo .sag { text-align: right; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--line); border-radius: 999px; border: 2px solid var(--bg); }
::-webkit-scrollbar-thumb:hover { background: var(--muted); }
* { scrollbar-width: thin; scrollbar-color: var(--line) var(--bg); }

.varyant-fark{font-size:11px;font-weight:600;opacity:.75;white-space:nowrap;margin-left:3px}
.fiyat-baslangic{font-size:11px;opacity:.7;margin-left:3px}
