/*!
 * Teknoloji Marketi — tema stilleri
 * Yoğun bilgi, teknik tablo ve karşılaştırma odaklı; koyu lacivert + elektrik mavisi.
 */

:root {
  --brand: #1d4ed8;
  --brand-dark: #1739a8;
  --brand-soft: #eef2ff;
  --accent: #0891b2;
  --ink: #0f172a;
  --ink-2: #334155;
  --ink-3: #64748b;
  --line: #e2e8f0;
  --line-2: #f1f5f9;
  --bg: #f8fafc;
  --surface: #ffffff;
  --ok: #047857;
  --ok-soft: #ecfdf5;
  --danger: #b91c1c;
  --danger-soft: #fef2f2;
  --star: #f59e0b;
  --r: 8px;
  --shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 8px 24px -10px rgba(15, 23, 42, .16);
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
}

body { font-family: var(--font); background: var(--bg); color: var(--ink); font-size: 15px; line-height: 1.5; overflow-x: clip; }
.container { width: min(1320px, 100% - 2rem); margin-inline: auto; }
.muted { color: var(--ink-3); }
.tiny { font-size: 12px; }
.sm { font-size: 13.5px; }
.bold { font-weight: 600; }
.mono { font-family: var(--mono); }

/* ---------------- Butonlar ---------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  padding: .6rem 1rem; border-radius: var(--r); font-weight: 600; font-size: 14px;
  border: 1px solid var(--line); background: var(--surface); color: var(--ink);
  transition: background .14s, border-color .14s, color .14s; white-space: nowrap;
}
.btn:hover { background: var(--line-2); }
.btn--brand { background: var(--brand); border-color: var(--brand); color: #fff; }
.btn--brand:hover { background: var(--brand-dark); border-color: var(--brand-dark); }
.btn--dark { background: var(--ink); border-color: var(--ink); color: #fff; }
.btn--dark:hover { background: #1e293b; }
.btn--block { width: 100%; }
.btn--lg { padding: .78rem 1.3rem; font-size: 15px; }
.btn:disabled { opacity: .5; cursor: not-allowed; }

.chip { display: inline-flex; align-items: center; gap: .25rem; padding: .18rem .48rem; border-radius: 4px; font-size: 11.5px; font-weight: 600; background: var(--line-2); color: var(--ink-2); }
.chip--brand { background: var(--brand-soft); color: var(--brand-dark); }
.chip--ok { background: var(--ok-soft); color: var(--ok); }
.chip--sale { background: var(--danger-soft); color: var(--danger); }
.chip--tech { background: #ecfeff; color: #0e7490; font-family: var(--mono); letter-spacing: -.02em; }

/* ---------------- Başlık ---------------- */
.topstrip { background: var(--ink); color: #cbd5e1; font-size: 12.5px; }
.topstrip .container { display: flex; gap: 1.2rem; padding: .45rem 0; flex-wrap: wrap; }
.topstrip span { display: inline-flex; align-items: center; gap: .35rem; }
.topstrip svg { width: 14px; height: 14px; color: var(--accent); }

.hdr { background: var(--surface); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 60; }
.hdr__top { display: flex; align-items: center; gap: 1rem; padding: .75rem 0; }
.hdr__logo { display: flex; align-items: center; gap: .5rem; font-size: 19px; font-weight: 800; letter-spacing: -.03em; flex: none; }
.hdr__logo svg { width: 27px; height: 27px; color: var(--brand); }
.hdr__logo b { color: var(--brand); }

.search { flex: 1 1 auto; position: relative; min-width: 0; }
.search input { width: 100%; height: 44px; padding: 0 2.6rem 0 .95rem; border: 2px solid var(--line); border-radius: var(--r); background: var(--surface); }
.search input:focus { outline: none; border-color: var(--brand); }
.search__go { position: absolute; right: 5px; top: 5px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 6px; color: var(--ink-3); }
.search__go:hover { background: var(--brand-soft); color: var(--brand); }
.sugg { position: absolute; inset-inline: 0; top: calc(100% + 6px); z-index: 80; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow); overflow: hidden; max-height: 400px; overflow-y: auto; }
.sugg a { display: flex; align-items: center; gap: .65rem; padding: .55rem .8rem; }
.sugg a:hover { background: var(--line-2); }
.sugg img { width: 36px; height: 36px; border-radius: 5px; object-fit: cover; flex: none; }
.sugg__n { font-size: 13.5px; line-height: 1.25; }
.sugg__c { font-size: 11.5px; color: var(--ink-3); }
.sugg__empty { padding: .9rem .8rem; font-size: 13.5px; color: var(--ink-3); }

.hdr__acts { display: flex; align-items: center; gap: .2rem; flex: none; }
.iconbtn { position: relative; display: inline-flex; flex-direction: column; align-items: center; gap: .1rem; padding: .35rem .55rem; border-radius: var(--r); font-size: 11px; font-weight: 600; color: var(--ink-2); }
.iconbtn:hover { background: var(--brand-soft); color: var(--brand); }
.iconbtn svg { width: 21px; height: 21px; }
.iconbtn__n { position: absolute; top: .05rem; right: .25rem; min-width: 17px; height: 17px; padding: 0 4px; display: grid; place-items: center; border-radius: 9px; background: var(--brand); color: #fff; font-size: 10.5px; font-weight: 700; }
.iconbtn__n[data-zero] { display: none; }

.catbar { border-top: 1px solid var(--line-2); overflow-x: auto; scrollbar-width: none; }
.catbar::-webkit-scrollbar { display: none; }
.catbar ul { display: flex; gap: 0; }
.catbar a { display: block; padding: .6rem .75rem; font-size: 13.5px; font-weight: 600; color: var(--ink-2); white-space: nowrap; border-bottom: 2px solid transparent; }
.catbar a:hover, .catbar a.on { color: var(--brand); border-bottom-color: var(--brand); }

/* ---------------- Bölüm ---------------- */
.sec { padding: 1.5rem 0; }
.sec__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: .85rem; }
.sec__head h2 { font-size: clamp(17px, 2.2vw, 21px); letter-spacing: -.02em; }
.sec__head a { font-size: 13.5px; font-weight: 600; color: var(--brand); }

/* ---------------- Vitrin ---------------- */
.hero { display: grid; grid-template-columns: 1.6fr 1fr; gap: .8rem; margin-top: 1rem; }
.hero > * { min-width: 0; }
.hero__main {
  position: relative; border-radius: 12px; overflow: hidden; color: #fff;
  background: linear-gradient(115deg, #0f172a 0%, #1e3a8a 55%, #0e7490 100%);
  padding: clamp(1.4rem, 4vw, 2.6rem); display: flex; flex-direction: column; justify-content: center; min-height: 280px;
}
.hero__main::after {
  content: ''; position: absolute; inset: 0; opacity: .16; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.6) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.6) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(ellipse at 70% 30%, #000, transparent 72%);
  mask-image: radial-gradient(ellipse at 70% 30%, #000, transparent 72%);
}
.hero__main > * { position: relative; z-index: 1; }
.hero__shots { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.hero__shot { position: absolute; border-radius: 12px; object-fit: cover; background: #fff; box-shadow: 0 16px 40px -12px rgba(0, 0, 0, .5); }
.hero__shot--1 { width: 150px; height: 150px; right: 5%;  top: 50%; transform: translateY(-50%) rotate(-4deg); z-index: 3; }
.hero__shot--2 { width: 112px; height: 112px; right: 24%; top: 14%; transform: rotate(5deg); z-index: 2; }
.hero__shot--3 { width: 104px; height: 104px; right: 25%; bottom: 10%; transform: rotate(-7deg); z-index: 2; }
@media (max-width: 900px) { .hero__shots { display: none; } }
.hero__kicker { font: 600 12px/1 var(--mono); letter-spacing: .16em; text-transform: uppercase; color: #7dd3fc; }
.hero__main h1 { font-size: clamp(24px, 4vw, 38px); letter-spacing: -.035em; line-height: 1.08; margin: .6rem 0 .5rem; }
.hero__main p { font-size: 15px; opacity: .88; max-width: 42ch; }
.hero__cta { display: flex; gap: .6rem; margin-top: 1.2rem; flex-wrap: wrap; }
.hero__side { display: grid; grid-template-rows: repeat(3, 1fr); gap: .8rem; }
.mini { display: flex; align-items: center; gap: .8rem; padding: .85rem 1rem; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; }
.mini__ic { width: 40px; height: 40px; border-radius: 9px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand); flex: none; }
.mini__ic svg { width: 21px; height: 21px; }
.mini strong { display: block; font-size: 14px; letter-spacing: -.01em; }
.mini span { font-size: 12.5px; color: var(--ink-3); }

.cattiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(126px, 1fr)); gap: .65rem; }
.cattile { display: flex; flex-direction: column; align-items: center; gap: .5rem; padding: 1rem .5rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); font-size: 13px; font-weight: 600; text-align: center; transition: border-color .14s, box-shadow .14s; }
.cattile:hover { border-color: var(--brand); box-shadow: var(--shadow); }
.cattile__ph {
  width: 62px; height: 62px; border-radius: 50%; overflow: hidden; background: #fff;
  display: block; flex: none; border: 1px solid var(--line);
}
.cattile__ph img { width: 100%; height: 100%; object-fit: cover; }

/* ---------------- Ürün kartı ---------------- */
.grid { display: grid; gap: .8rem; }
.grid--p { grid-template-columns: repeat(auto-fill, minmax(206px, 1fr)); }
.grid--p > * { min-width: 0; }

.card { position: relative; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: border-color .14s, box-shadow .14s; }
.card:hover { border-color: #c7d2e4; box-shadow: var(--shadow); }
.card__media { position: relative; aspect-ratio: 4 / 3; background: #fff; }
.card__media img { width: 100%; height: 100%; object-fit: cover; }
.card__flags { position: absolute; left: .45rem; top: .45rem; display: flex; flex-direction: column; gap: .22rem; align-items: flex-start; }
.card__tools { position: absolute; right: .4rem; top: .4rem; display: flex; flex-direction: column; gap: .3rem; }
.card__tool { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 6px; background: rgba(255, 255, 255, .94); color: var(--ink-3); border: 1px solid var(--line); }
.card__tool svg { width: 16px; height: 16px; }
.card__tool.on { background: var(--brand); border-color: var(--brand); color: #fff; }
.card__tool.on.fav { background: var(--danger); border-color: var(--danger); }
.card__body { display: flex; flex-direction: column; gap: .28rem; padding: .65rem .7rem .75rem; flex: 1 1 auto; }
.card__brand { font-size: 11px; font-weight: 700; color: var(--brand); text-transform: uppercase; letter-spacing: .05em; }
.card__name { font-size: 13.5px; line-height: 1.35; font-weight: 500; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card__specs { display: flex; flex-wrap: wrap; gap: .22rem; margin: .1rem 0; }
.card__rate { display: flex; align-items: center; gap: .3rem; font-size: 12px; color: var(--ink-3); }
.card__rate .mz-stars { color: var(--star); }
.card__price { margin-top: auto; padding-top: .35rem; }
.card__old { font-size: 12.5px; color: var(--ink-3); text-decoration: line-through; }
.card__now { font-size: 18px; font-weight: 700; letter-spacing: -.025em; display: block; }
.card__now.sale { color: var(--danger); }
.card__inst { font-size: 11.5px; color: var(--ink-3); }
.card__add { margin-top: .5rem; }
.card__link { position: absolute; inset: 0; z-index: 1; }
.card__body .btn, .card__tool { position: relative; z-index: 2; }

/* ---------------- Liste ---------------- */
.listing { display: grid; grid-template-columns: 258px 1fr; gap: 1.3rem; align-items: start; padding-block: 1.1rem; }
.listing > * { min-width: 0; }
.filters { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); position: sticky; top: 122px; }
.fgrp { padding: .85rem .95rem; border-bottom: 1px solid var(--line-2); }
.fgrp:last-child { border-bottom: 0; }
.fgrp h3 { font-size: 12.5px; font-weight: 700; margin-bottom: .5rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-3); }
.fopt { display: flex; align-items: center; gap: .5rem; padding: .2rem 0; font-size: 13.5px; cursor: pointer; }
.fopt input { accent-color: var(--brand); width: 15px; height: 15px; flex: none; }
.fopt span:last-child { color: var(--ink-3); font-size: 12px; margin-left: auto; }
.frange { display: flex; align-items: center; gap: .4rem; }
.frange input { width: 100%; min-width: 0; height: 34px; padding: 0 .5rem; border: 1px solid var(--line); border-radius: 6px; background: var(--bg); }
.frange input:focus { outline: none; border-color: var(--brand); }

.listing__head { display: flex; align-items: center; justify-content: space-between; gap: .8rem; flex-wrap: wrap; margin-bottom: .8rem; }
.listing__head h1 { font-size: clamp(18px, 2.4vw, 23px); letter-spacing: -.025em; }
.sortbar { display: flex; align-items: center; gap: .5rem; }
.sortbar select { height: 38px; padding: 0 2rem 0 .7rem; border: 1px solid var(--line); border-radius: var(--r); background: var(--surface); font-size: 13.5px; font-weight: 600; }
.actchips { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .8rem; }
.actchip { display: inline-flex; align-items: center; gap: .35rem; padding: .28rem .58rem; border-radius: 6px; background: var(--brand-soft); color: var(--brand-dark); font-size: 12.5px; font-weight: 600; }
.actchip button { color: inherit; font-size: 15px; line-height: 1; }
.filters-toggle { display: none; }
.linkbtn { font-size: 12.5px; color: var(--ink-3); font-weight: 600; }
.linkbtn:hover { color: var(--danger); }

.empty { padding: 3rem 1rem; text-align: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); }
.empty h3 { font-size: 17px; margin-bottom: .4rem; }
.pager { display: flex; justify-content: center; gap: .3rem; margin-top: 1.5rem; flex-wrap: wrap; }
.pager button { min-width: 38px; height: 38px; padding: 0 .6rem; border-radius: 6px; border: 1px solid var(--line); background: var(--surface); font-size: 14px; font-weight: 600; }
.pager button.on { background: var(--brand); border-color: var(--brand); color: #fff; }
.pager button:disabled { opacity: .45; }

/* ---------------- Karşılaştırma çubuğu ---------------- */
.cmpbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 500;
  background: var(--ink); color: #fff; box-shadow: 0 -6px 24px rgba(15, 23, 42, .28);
  transform: translateY(105%); transition: transform .24s ease;
}
.cmpbar.open { transform: translateY(0); }
.cmpbar .container { display: flex; align-items: center; gap: .8rem; padding: .7rem 0; flex-wrap: wrap; }
.cmpbar__slots { display: flex; gap: .5rem; flex: 1 1 auto; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.cmpbar__slots::-webkit-scrollbar { display: none; }
.cmpslot { position: relative; width: 52px; height: 52px; border-radius: 6px; overflow: hidden; background: #1e293b; flex: none; border: 1px solid #334155; }
.cmpslot img { width: 100%; height: 100%; object-fit: cover; }
.cmpslot--empty { display: grid; place-items: center; color: #64748b; font-size: 20px; border-style: dashed; }
.cmpslot button { position: absolute; right: 1px; top: 1px; width: 18px; height: 18px; border-radius: 50%; background: rgba(15, 23, 42, .82); color: #fff; font-size: 13px; line-height: 1; display: grid; place-items: center; }

/* Karşılaştırma tablosu */
.cmptable { overflow-x: auto; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); }
.cmptable table { min-width: 620px; font-size: 13.5px; }
.cmptable th, .cmptable td { padding: .7rem .85rem; text-align: left; border-bottom: 1px solid var(--line-2); vertical-align: top; }
.cmptable thead th { background: var(--bg); position: sticky; top: 0; z-index: 2; }
.cmptable tbody th { font-weight: 600; color: var(--ink-3); font-size: 12.5px; width: 150px; background: var(--bg); }
.cmptable td.best { background: var(--ok-soft); font-weight: 600; }
.cmphead img { width: 74px; height: 56px; object-fit: cover; border-radius: 6px; margin-bottom: .35rem; }
.cmphead a { font-size: 13px; font-weight: 600; line-height: 1.3; display: block; }

/* ---------------- Ürün detay ---------------- */
.crumb { display: flex; flex-wrap: wrap; gap: .3rem; padding: .85rem 0; font-size: 13px; color: var(--ink-3); }
.crumb a:hover { color: var(--brand); }

.pdp { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) 312px; gap: 1.3rem; align-items: start; }
.pdp > * { min-width: 0; }
.gal__main { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; aspect-ratio: 4/3; }
.gal__main img { width: 100%; height: 100%; object-fit: cover; }
.gal__thumbs { display: flex; gap: .45rem; margin-top: .45rem; }
.gal__thumbs button { width: 62px; height: 50px; border-radius: 6px; overflow: hidden; border: 2px solid var(--line); background: var(--surface); }
.gal__thumbs button.on { border-color: var(--brand); }
.gal__thumbs img { width: 100%; height: 100%; object-fit: cover; }

.pdp__brand { font-size: 12px; font-weight: 700; color: var(--brand); text-transform: uppercase; letter-spacing: .06em; }
.pdp h1 { font-size: clamp(19px, 2.6vw, 25px); letter-spacing: -.028em; line-height: 1.24; margin: .25rem 0 .5rem; }
.pdp__meta { display: flex; align-items: center; gap: .55rem; flex-wrap: wrap; font-size: 13px; color: var(--ink-3); }
.pdp__meta .mz-stars { color: var(--star); }
.keyspec { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: .5rem; margin-top: 1rem; }
.keyspec > * { min-width: 0; }
.keyspec div { padding: .6rem .7rem; background: var(--surface); border: 1px solid var(--line); border-radius: 6px; }
.keyspec dt { font-size: 11px; color: var(--ink-3); text-transform: uppercase; letter-spacing: .05em; }
.keyspec dd { margin: .15rem 0 0; font-size: 13.5px; font-weight: 600; }

.buybox { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 1rem; position: sticky; top: 122px; }
.buybox__price { font-size: 27px; font-weight: 800; letter-spacing: -.032em; }
.buybox__old { font-size: 14px; color: var(--ink-3); text-decoration: line-through; }
.buybox__row { display: flex; align-items: center; justify-content: space-between; gap: .6rem; padding: .5rem 0; font-size: 13px; border-bottom: 1px solid var(--line-2); }
.buybox__row:last-of-type { border-bottom: 0; }
.buybox .mz-qty { border: 1px solid var(--line); border-radius: 6px; }

.instbox { margin-top: .8rem; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.instbox__hd { padding: .45rem .7rem; background: var(--bg); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-3); }
.instbox table { font-size: 13px; }
.instbox td { padding: .38rem .7rem; border-top: 1px solid var(--line-2); }
.instbox td:last-child { text-align: right; font-weight: 600; }

.tabs { display: flex; gap: 0; border-bottom: 1px solid var(--line); margin-top: 2rem; overflow-x: auto; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
.tabs button { padding: .7rem .9rem; font-size: 14px; font-weight: 600; color: var(--ink-3); border-bottom: 2px solid transparent; white-space: nowrap; }
.tabs button.on { color: var(--brand); border-bottom-color: var(--brand); }
.tabpane { padding: 1.1rem 0; }

.spectable { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.spectable tr:nth-child(even) { background: var(--bg); }
.spectable th, .spectable td { padding: .62rem .85rem; text-align: left; font-size: 13.5px; }
.spectable th { width: 220px; color: var(--ink-3); font-weight: 500; }
.spectable td { font-weight: 600; }

.rev { display: flex; gap: .8rem; padding: .85rem 0; border-bottom: 1px solid var(--line-2); }
.rev__av { width: 36px; height: 36px; border-radius: 50%; background: var(--brand-soft); display: grid; place-items: center; font-weight: 700; color: var(--brand); flex: none; }
.rev__head { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; font-size: 13px; }
.rev__head .mz-stars { color: var(--star); }
.rev p { margin-top: .25rem; font-size: 14px; color: var(--ink-2); }

/* ---------------- Sepet & ödeme ---------------- */
.cartpage { display: grid; grid-template-columns: 1fr 348px; gap: 1.3rem; align-items: start; padding-block: 1.1rem; }
.cartpage > * { min-width: 0; }
.cartlist { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.cartrow { display: grid; grid-template-columns: 88px 1fr auto; gap: .9rem; padding: .9rem; border-bottom: 1px solid var(--line-2); align-items: start; }
.cartrow > * { min-width: 0; }
.cartrow:last-child { border-bottom: 0; }
.cartrow img { width: 88px; height: 70px; border-radius: 6px; object-fit: cover; }
.cartrow__name { font-size: 14px; font-weight: 600; line-height: 1.35; }
.cartrow__var { font-size: 12.5px; color: var(--ink-3); margin-top: .15rem; }
.cartrow__acts { display: flex; align-items: center; gap: .6rem; margin-top: .5rem; }
.cartrow .mz-qty { border: 1px solid var(--line); border-radius: 6px; }
.cartrow__price { text-align: right; font-weight: 700; font-size: 16px; white-space: nowrap; }

.summary { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 1rem; position: sticky; top: 122px; }
.summary h3 { font-size: 15px; margin-bottom: .7rem; }
.sumrow { display: flex; justify-content: space-between; gap: 1rem; padding: .38rem 0; font-size: 14px; }
.sumrow.total { border-top: 1px solid var(--line); margin-top: .5rem; padding-top: .65rem; font-size: 18px; font-weight: 800; letter-spacing: -.025em; }
.sumrow .free { color: var(--ok); font-weight: 700; }
.couponbox { display: flex; gap: .4rem; margin: .7rem 0; }
.couponbox input { flex: 1 1 auto; min-width: 0; height: 40px; padding: 0 .7rem; border: 1px solid var(--line); border-radius: 6px; background: var(--bg); text-transform: uppercase; }
.couponbox input:focus { outline: none; border-color: var(--brand); }
.shipbar { margin: .55rem 0; }
.shipbar__track { height: 6px; border-radius: 3px; background: var(--line-2); overflow: hidden; }
.shipbar__fill { height: 100%; background: var(--ok); border-radius: 3px; transition: width .3s; }

.steps { display: flex; align-items: center; gap: .5rem; padding: 1.1rem 0; flex-wrap: wrap; }
.step { display: flex; align-items: center; gap: .45rem; font-size: 13.5px; font-weight: 600; color: var(--ink-3); }
.step i { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: var(--line-2); font-style: normal; font-size: 12.5px; }
.step.on { color: var(--ink); } .step.on i { background: var(--brand); color: #fff; }
.step.done i { background: var(--ok); color: #fff; }
.step__sep { flex: 1 1 20px; height: 1px; background: var(--line); min-width: 12px; }

.panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 1.05rem; margin-bottom: .9rem; }
.panel h2 { font-size: 15.5px; margin-bottom: .85rem; letter-spacing: -.01em; }
.formgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: .75rem; }
.formgrid > * { min-width: 0; }
.field label { display: block; font-size: 12.5px; font-weight: 600; margin-bottom: .28rem; color: var(--ink-2); }
.field input, .field select, .field textarea { width: 100%; height: 42px; padding: 0 .75rem; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); }
.field textarea { height: auto; padding: .6rem .75rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(29, 78, 216, .12); }
.field.err input, .field.err select, .field.err textarea { border-color: var(--danger); }
.field__err { font-size: 12px; color: var(--danger); margin-top: .22rem; }
.field--full { grid-column: 1 / -1; }
.pick { display: flex; flex-direction: column; gap: .45rem; }
.pick label { display: flex; align-items: center; gap: .65rem; padding: .72rem .85rem; border: 1.5px solid var(--line); border-radius: 6px; cursor: pointer; font-size: 14px; }
.pick label:has(input:checked) { border-color: var(--brand); background: var(--brand-soft); }
.pick input { accent-color: var(--brand); width: 17px; height: 17px; flex: none; }
.pick .r { margin-left: auto; font-weight: 700; white-space: nowrap; }

.okbox { text-align: center; padding: 2.3rem 1.2rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); }
.okbox__ic { width: 60px; height: 60px; margin: 0 auto .85rem; border-radius: 50%; display: grid; place-items: center; background: var(--ok-soft); color: var(--ok); }
.okbox__ic svg { width: 29px; height: 29px; }
.okbox h1 { font-size: 22px; letter-spacing: -.02em; }
.okno { display: inline-block; margin-top: .55rem; padding: .35rem .8rem; border-radius: 6px; background: var(--bg); font: 700 15px/1 var(--mono); letter-spacing: .06em; }

/* ---------------- Alt bilgi ---------------- */
.ftr { background: var(--ink); color: #94a3b8; margin-top: 2.4rem; padding: 2rem 0 1.2rem; }
.ftr__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1.4rem; }
.ftr__grid > * { min-width: 0; }
.ftr h4 { font-size: 13px; margin-bottom: .55rem; color: #f1f5f9; }
.ftr li { padding: .18rem 0; font-size: 13.5px; }
.ftr__bot { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid #1e293b; font-size: 12.5px; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

/* ---------------- Duyarlı ---------------- */
@media (max-width: 1140px) {
  .pdp { grid-template-columns: minmax(0, 1fr) 312px; }
  .pdp__info { grid-column: 1 / -1; grid-row: 2; }
}
@media (max-width: 900px) {
  .listing { grid-template-columns: 1fr !important; }
  .filters { position: static; display: none; }
  .filters.open { display: block; }
  .filters-toggle { display: inline-flex; }
  .cartpage { grid-template-columns: 1fr !important; }
  .summary { position: static; }
  .hero { grid-template-columns: 1fr !important; }
  .hero__side { grid-template-rows: auto; grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .pdp { grid-template-columns: 1fr !important; }
  .buybox { position: static; }
  .hdr__top { flex-wrap: wrap; }
  .search { order: 3; flex-basis: 100%; }
  .grid--p { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
  .cartrow { grid-template-columns: 72px 1fr; }
  .cartrow img { width: 72px; height: 58px; }
  .cartrow__price { grid-column: 2; text-align: left; }
  .hero__side { grid-template-columns: 1fr; }
  .topstrip { display: none; }
}
@media (max-width: 420px) {
  .grid--p { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .keyspec { grid-template-columns: 1fr 1fr; }
}
