/*!
 * Pazaryeri — tema stilleri
 * Sade, hızlı, işlevsellik odaklı çok satıcılı pazaryeri arayüzü.
 */

:root {
  --brand: #ef6c1a;
  --brand-dark: #d15a10;
  --brand-soft: #fff2e8;
  --ink: #16181d;
  --ink-2: #414652;
  --ink-3: #767d8c;
  --line: #e4e7ec;
  --line-2: #f0f2f5;
  --bg: #f5f6f8;
  --surface: #ffffff;
  --ok: #157347;
  --ok-soft: #e8f5ee;
  --danger: #c92a2a;
  --star: #f5a524;
  --r: 10px;
  --shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 6px 20px -8px rgba(16, 24, 40, .12);
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.5;
  overflow-x: clip;
}

.container { width: min(1280px, 100% - 2rem); margin-inline: auto; }
.muted { color: var(--ink-3); }
.tiny { font-size: 12.5px; }
.sm { font-size: 13.5px; }
.bold { font-weight: 600; }
.hide-sm { display: initial; }

/* ---------------- Butonlar ---------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  padding: .62rem 1.05rem; border-radius: 8px; font-weight: 600; font-size: 14px;
  border: 1px solid var(--line); background: var(--surface); color: var(--ink);
  transition: background .14s ease, border-color .14s ease, color .14s ease;
  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--ghost { background: none; border-color: transparent; color: var(--brand); }
.btn--ghost:hover { background: var(--brand-soft); }
.btn--block { width: 100%; }
.btn--lg { padding: .8rem 1.4rem; font-size: 15px; }
.btn:disabled { opacity: .5; cursor: not-allowed; }

.chip {
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .2rem .5rem; border-radius: 5px; 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: #fdecec; color: var(--danger); }

/* ---------------- Başlık ---------------- */
.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: .8rem 0; }
.hdr__logo { display: flex; align-items: center; gap: .45rem; font-size: 21px; font-weight: 800; letter-spacing: -.03em; flex: none; }
.hdr__logo svg { width: 26px; height: 26px; color: var(--brand); }
.hdr__logo b { color: var(--brand); font-weight: 800; }

.search { flex: 1 1 auto; position: relative; min-width: 0; }
.search input {
  width: 100%; height: 42px; padding: 0 2.6rem 0 .95rem;
  border: 1.5px solid var(--line); border-radius: 8px; background: var(--bg);
  transition: border-color .14s ease, background .14s ease;
}
.search input:focus { outline: none; border-color: var(--brand); background: var(--surface); }
.search__go {
  position: absolute; right: 4px; top: 4px; width: 34px; height: 34px;
  display: grid; place-items: center; border-radius: 6px; color: var(--ink-3);
}
.search__go:hover { background: var(--line-2); 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: 380px; overflow-y: auto;
}
.sugg a { display: flex; align-items: center; gap: .65rem; padding: .55rem .8rem; }
.sugg a:hover, .sugg a:focus { background: var(--line-2); }
.sugg img { width: 34px; height: 34px; border-radius: 6px; 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: .25rem; flex: none; }
.iconbtn {
  position: relative; display: inline-flex; flex-direction: column; align-items: center; gap: .1rem;
  padding: .35rem .6rem; border-radius: 8px; font-size: 11.5px; font-weight: 600; color: var(--ink-2);
}
.iconbtn:hover { background: var(--line-2); color: var(--brand); }
.iconbtn svg { width: 21px; height: 21px; }
.iconbtn__n {
  position: absolute; top: .05rem; right: .3rem; 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:empty, .iconbtn__n[data-zero] { display: none; }

/* Kategori şeridi */
.catbar { border-top: 1px solid var(--line-2); overflow-x: auto; scrollbar-width: none; }
.catbar::-webkit-scrollbar { display: none; }
.catbar ul { display: flex; gap: .25rem; padding: 0 0 0 0; }
.catbar a {
  display: block; padding: .62rem .7rem; 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.6rem 0; }
.sec__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: .9rem; }
.sec__head h2 { font-size: clamp(18px, 2.4vw, 22px); letter-spacing: -.02em; }
.sec__head a { font-size: 13.5px; font-weight: 600; color: var(--brand); }

/* ---------------- Vitrin ---------------- */
.hero { display: grid; grid-template-columns: 2fr 1fr; gap: .9rem; margin-top: 1.1rem; }
.hero__main, .hero__side { border-radius: 14px; overflow: hidden; }
.hero__slide {
  position: relative; display: flex; align-items: center;
  min-height: 300px; padding: clamp(1.2rem, 4vw, 2.4rem); color: #fff; overflow: hidden;
}
.hero__copy { position: relative; z-index: 2; max-width: 56%; }
.hero__slide h2 { font-size: clamp(24px, 4vw, 38px); letter-spacing: -.03em; line-height: 1.08; }
.hero__slide p { margin-top: .5rem; font-size: 15px; opacity: .92; max-width: 34ch; }
.hero__slide .btn { margin-top: 1.15rem; }

/* Vitrin bandındaki ürün kolajı */
.hero__shots { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.hero__shot {
  position: absolute; border-radius: 14px; object-fit: cover;
  background: #fff; box-shadow: 0 16px 40px -12px rgba(0, 0, 0, .45);
}
.hero__shot--1 { width: 168px; height: 168px; right: 6%;  top: 50%; transform: translateY(-50%) rotate(-4deg); z-index: 3; }
.hero__shot--2 { width: 128px; height: 128px; right: 24%; top: 16%; transform: rotate(5deg); z-index: 2; }
.hero__shot--3 { width: 118px; height: 118px; right: 25%; bottom: 12%; transform: rotate(-7deg); z-index: 2; }
.hero__dots { position: absolute; left: clamp(1.2rem, 4vw, 2.4rem); bottom: 1.1rem; display: flex; gap: .35rem; }
.hero__dots button { width: 22px; height: 4px; border-radius: 2px; background: rgba(255, 255, 255, .4); }
.hero__dots button.on { background: #fff; }
.hero__side { display: grid; grid-template-rows: 1fr 1fr; gap: .9rem; }
.promo {
  display: flex; flex-direction: column; justify-content: center; gap: .2rem;
  padding: 1.1rem 1.2rem; border-radius: 14px; background: var(--surface); border: 1px solid var(--line);
}
.promo strong { font-size: 16px; letter-spacing: -.01em; }
.promo span { font-size: 13px; color: var(--ink-3); }
.promo__code {
  margin-top: .5rem; align-self: flex-start; padding: .28rem .6rem; border-radius: 6px;
  border: 1px dashed var(--brand); color: var(--brand-dark); background: var(--brand-soft);
  font: 700 13px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .06em;
}

/* Kategori kutuları */
.cattiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(112px, 1fr)); gap: .7rem; }
.cattile {
  display: flex; flex-direction: column; align-items: center; gap: .5rem; padding: .95rem .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 ease, transform .14s ease;
}
.cattile:hover { border-color: var(--brand); transform: translateY(-2px); }
.cattile__ph {
  width: 62px; height: 62px; border-radius: 50%; overflow: hidden; background: var(--line-2);
  display: block; flex: none;
}
.cattile__ph img { width: 100%; height: 100%; object-fit: cover; }

/* ---------------- Ürün kartı ---------------- */
.grid { display: grid; gap: .9rem; }
.grid--p { grid-template-columns: repeat(auto-fill, minmax(190px, 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 ease, box-shadow .14s ease;
}
.card:hover { border-color: #d3d7de; box-shadow: var(--shadow); }
.card__media { position: relative; aspect-ratio: 1 / 1; background: #fff; }
.card__media img { width: 100%; height: 100%; object-fit: cover; }
.card__flags { position: absolute; left: .5rem; top: .5rem; display: flex; flex-direction: column; gap: .25rem; align-items: flex-start; }
.card__fav {
  position: absolute; right: .45rem; top: .45rem; width: 32px; height: 32px;
  display: grid; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .92);
  color: var(--ink-3); box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
}
.card__fav svg { width: 17px; height: 17px; }
.card__fav.on { color: var(--danger); }
.card__fav.on svg { fill: currentColor; }
.card__body { display: flex; flex-direction: column; gap: .3rem; padding: .7rem .75rem .8rem; flex: 1 1 auto; }
.card__seller { font-size: 11.5px; color: var(--ink-3); }
.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__name b { font-weight: 700; }
.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; display: flex; align-items: baseline; gap: .45rem; flex-wrap: wrap; }
.card__old { font-size: 12.5px; color: var(--ink-3); text-decoration: line-through; }
.card__now { font-size: 17px; font-weight: 700; letter-spacing: -.02em; }
.card__now.sale { color: var(--danger); }
.card__ship { font-size: 11.5px; color: var(--ok); font-weight: 600; }
.card__add { margin-top: .55rem; }
.card__link { position: absolute; inset: 0; z-index: 1; }
/* Not: .card__fav zaten absolute — burada yalnızca yığın sırası verilir,
   position yeniden tanımlanmaz (yoksa görselin köşesinden akışa düşer). */
.card__body .btn { position: relative; z-index: 2; }
.card__fav, .card__flags { z-index: 2; }

/* ---------------- Liste sayfası ---------------- */
.listing { display: grid; grid-template-columns: 248px 1fr; gap: 1.4rem; align-items: start; padding-block: 1.2rem; }
.listing > * { min-width: 0; }

.filters { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); position: sticky; top: 118px; }
.fgrp { padding: .9rem 1rem; border-bottom: 1px solid var(--line-2); }
.fgrp:last-child { border-bottom: 0; }
.fgrp h3 { font-size: 13px; font-weight: 700; margin-bottom: .55rem; letter-spacing: -.01em; }
.fopt { display: flex; align-items: center; gap: .5rem; padding: .22rem 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: .9rem; }
.listing__head h1 { font-size: clamp(19px, 2.6vw, 24px); 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: 8px; 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: .3rem .6rem; border-radius: 999px; 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; }

.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: .35rem; margin-top: 1.6rem; flex-wrap: wrap; }
.pager button {
  min-width: 38px; height: 38px; padding: 0 .6rem; border-radius: 8px; 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; }

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

.pdp { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 300px; gap: 1.4rem; 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: 1/1; }
.gal__main img { width: 100%; height: 100%; object-fit: cover; }
.gal__thumbs { display: flex; gap: .5rem; margin-top: .5rem; }
.gal__thumbs button { width: 64px; height: 64px; border-radius: 8px; 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: 13.5px; font-weight: 700; color: var(--brand); }
.pdp h1 { font-size: clamp(19px, 2.6vw, 25px); letter-spacing: -.025em; line-height: 1.25; margin: .2rem 0 .5rem; }
.pdp__meta { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; font-size: 13px; color: var(--ink-3); }
.pdp__meta .mz-stars { color: var(--star); }
.pdp__price { margin: 1rem 0; display: flex; align-items: baseline; gap: .6rem; flex-wrap: wrap; }
.pdp__price .now { font-size: 30px; font-weight: 800; letter-spacing: -.03em; }
.pdp__price .now.sale { color: var(--danger); }
.pdp__price .old { font-size: 16px; color: var(--ink-3); text-decoration: line-through; }

.opt { margin-bottom: 1rem; }
.opt__lbl { font-size: 13px; font-weight: 700; margin-bottom: .45rem; }
.opt__row { display: flex; flex-wrap: wrap; gap: .45rem; }
.swatch {
  display: inline-flex; align-items: center; gap: .4rem; padding: .35rem .7rem .35rem .4rem;
  border: 1.5px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 600; background: var(--surface);
}
.swatch i { width: 18px; height: 18px; border-radius: 50%; border: 1px solid rgba(0, 0, 0, .12); }
.swatch.on { border-color: var(--brand); background: var(--brand-soft); }
.sizebtn {
  min-width: 46px; padding: .45rem .7rem; border: 1.5px solid var(--line); border-radius: 8px;
  font-size: 13.5px; font-weight: 600; background: var(--surface);
}
.sizebtn.on { border-color: var(--brand); background: var(--brand-soft); color: var(--brand-dark); }

.buybox { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 1rem; position: sticky; top: 118px; }
.buybox__price { font-size: 24px; font-weight: 800; letter-spacing: -.03em; }
.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: 8px; }
.sellerbox { display: flex; align-items: center; gap: .6rem; padding: .7rem; background: var(--bg); border-radius: 8px; margin-bottom: .8rem; }
.sellerbox__av { width: 38px; height: 38px; border-radius: 8px; display: grid; place-items: center; background: var(--brand); color: #fff; font-weight: 700; flex: none; }

.tabs { display: flex; gap: .25rem; border-bottom: 1px solid var(--line); margin-top: 2rem; overflow-x: auto; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
.tabs button { padding: .7rem .95rem; 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.2rem 0; }
.spec { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: .5rem; }
.spec > div { display: flex; justify-content: space-between; gap: 1rem; padding: .6rem .8rem; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; font-size: 13.5px; }
.spec dt { color: var(--ink-3); }
.spec dd { margin: 0; font-weight: 600; text-align: right; }

.rev { display: flex; gap: .8rem; padding: .9rem 0; border-bottom: 1px solid var(--line-2); }
.rev__av { width: 38px; height: 38px; border-radius: 50%; background: var(--line-2); display: grid; place-items: center; font-weight: 700; color: var(--ink-2); 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: .3rem; font-size: 14px; color: var(--ink-2); }

/* ---------------- Sepet ---------------- */
.cartpage { display: grid; grid-template-columns: 1fr 340px; gap: 1.4rem; align-items: start; padding-block: 1.2rem; }
.cartpage > * { min-width: 0; }
.cartlist { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.cartseller { padding: .6rem .9rem; background: var(--bg); font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--line); }
.cartrow { display: grid; grid-template-columns: 82px 1fr auto; gap: .9rem; padding: .9rem; border-bottom: 1px solid var(--line-2); align-items: start; }
.cartrow > * { min-width: 0; }
.cartrow img { width: 82px; height: 82px; border-radius: 8px; 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: .55rem; }
.cartrow .mz-qty { border: 1px solid var(--line); border-radius: 8px; }
.cartrow__price { text-align: right; font-weight: 700; font-size: 16px; white-space: nowrap; }
.linkbtn { font-size: 12.5px; color: var(--ink-3); font-weight: 600; }
.linkbtn:hover { color: var(--danger); }

.summary { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 1rem; position: sticky; top: 118px; }
.summary h3 { font-size: 16px; margin-bottom: .7rem; }
.sumrow { display: flex; justify-content: space-between; gap: 1rem; padding: .4rem 0; font-size: 14px; }
.sumrow.total { border-top: 1px solid var(--line); margin-top: .5rem; padding-top: .7rem; font-size: 18px; font-weight: 800; letter-spacing: -.02em; }
.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: 8px; background: var(--bg); text-transform: uppercase; }
.couponbox input:focus { outline: none; border-color: var(--brand); }
.shipbar { margin: .6rem 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 ease; }

/* ---------------- Ödeme ---------------- */
.steps { display: flex; align-items: center; gap: .5rem; padding: 1.2rem 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; }

.formgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: .8rem; }
.formgrid > * { min-width: 0; }
.field label { display: block; font-size: 12.5px; font-weight: 600; margin-bottom: .3rem; color: var(--ink-2); }
.field input, .field select, .field textarea {
  width: 100%; height: 42px; padding: 0 .75rem; border: 1px solid var(--line); border-radius: 8px; 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(239, 108, 26, .12); }
.field.err input, .field.err select { border-color: var(--danger); }
.field__err { font-size: 12px; color: var(--danger); margin-top: .25rem; }
.field--full { grid-column: 1 / -1; }

.panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 1.1rem; margin-bottom: 1rem; }
.panel h2 { font-size: 16px; margin-bottom: .9rem; letter-spacing: -.01em; }
.pick { display: flex; flex-direction: column; gap: .5rem; }
.pick label {
  display: flex; align-items: center; gap: .65rem; padding: .75rem .9rem;
  border: 1.5px solid var(--line); border-radius: 8px; 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.4rem 1.2rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); }
.okbox__ic { width: 62px; height: 62px; margin: 0 auto .9rem; border-radius: 50%; display: grid; place-items: center; background: var(--ok-soft); color: var(--ok); }
.okbox__ic svg { width: 30px; height: 30px; }
.okbox h1 { font-size: 22px; letter-spacing: -.02em; }
.okno { display: inline-block; margin-top: .6rem; padding: .35rem .8rem; border-radius: 8px; background: var(--bg); font: 700 15px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .06em; }

/* ---------------- Alt bilgi ---------------- */
.ftr { background: var(--surface); border-top: 1px solid var(--line); margin-top: 2.5rem; 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: .6rem; }
.ftr li { padding: .2rem 0; font-size: 13.5px; color: var(--ink-3); }
.ftr__bot { margin-top: 1.6rem; padding-top: 1rem; border-top: 1px solid var(--line-2); font-size: 12.5px; color: var(--ink-3); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

/* ---------------- Duyarlı ---------------- */
@media (max-width: 1080px) {
  .pdp { grid-template-columns: minmax(0, 1fr) 300px; }
  .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: 1fr 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%; }
  .hide-sm { display: none; }
  .grid--p { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
  .cartrow { grid-template-columns: 68px 1fr; }
  .cartrow img { width: 68px; height: 68px; }
  .cartrow__price { grid-column: 2; text-align: left; }
  .hero__side { grid-template-columns: 1fr; }
  .hero__copy { max-width: 100%; }
  .hero__shots { display: none; }
}
@media (max-width: 420px) {
  .grid--p { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
