/* HappyPawPro — stil tanımları */

:root {
  --paper: #FBF7F0;
  --surface: #FFFFFF;
  --sand: #F0E6D6;
  --ink: #1F1D1A;
  --muted: #6B655C;
  --line: #E4DBCB;
  --forest: #2C4A3B;
  --forest-dark: #22392E;
  --clay: #B4522A;
  --gold: #A8792F;
  --shadow: 0 1px 2px rgba(31,29,26,.05), 0 8px 24px -18px rgba(31,29,26,.45);
  --radius: 14px;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --wrap: 1180px;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; }

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.18;
  margin: 0 0 .5em;
}

h1 { font-size: clamp(2rem, 4.2vw, 3.05rem); }
h2 { font-size: clamp(1.5rem, 2.7vw, 2.1rem); }
h3 { font-size: 1.16rem; }

p { margin: 0 0 1em; }

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip {
  position: absolute; left: -9999px; top: 0; background: var(--forest); color: #fff;
  padding: .7rem 1.1rem; z-index: 50; border-radius: 0 0 8px 0;
}
.skip:focus { left: 0; }

:focus-visible { outline: 2.5px solid var(--clay); outline-offset: 2px; border-radius: 4px; }

.muted { color: var(--muted); font-size: .95rem; }

.eyebrow {
  text-transform: uppercase; letter-spacing: .14em; font-size: .72rem;
  font-weight: 700; color: var(--clay); margin-bottom: .9rem;
}

.lede { font-size: 1.06rem; color: #45413B; }

.link { color: var(--forest); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.link:hover { color: var(--clay); }

/* ---------- üst şerit + başlık ---------- */

.topbar {
  background: var(--forest-dark); color: #EDE3D0; font-size: .82rem;
}
.topbar__in { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem 0; }
.topbar p { margin: 0; }
.topbar a { color: #F3E7CE; }
.topbar strong { color: #fff; }

.header { background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; }
.header__in { display: flex; align-items: center; gap: 1.5rem; padding: .95rem 0; }

.brand { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; }
.brand__text { font-family: var(--serif); font-size: 1.42rem; font-weight: 600; letter-spacing: -.02em; }
.brand__text span { color: var(--clay); }
.brand--light .brand__text { color: #F7EFDF; }

.search { flex: 1; max-width: 460px; display: flex; align-items: center; gap: .4rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: .3rem .35rem .3rem 1rem; }
.search input { flex: 1; border: 0; background: none; font: inherit; font-size: .95rem; padding: .35rem 0; }
.search input:focus { outline: none; }
.search:focus-within { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(44,74,59,.1); }
.search button {
  border: 0; background: var(--forest); color: #fff; width: 34px; height: 34px;
  border-radius: 50%; display: grid; place-items: center; cursor: pointer;
}
.search button:hover { background: var(--forest-dark); }

.header__actions { display: flex; align-items: center; gap: .6rem; margin-left: auto; }

.cartlink {
  display: inline-flex; align-items: center; gap: .45rem; text-decoration: none;
  border: 1px solid var(--line); background: var(--surface); border-radius: 999px;
  padding: .5rem .95rem; font-size: .92rem; font-weight: 600; position: relative;
}
.cartlink:hover { border-color: var(--forest); }
.cartlink__count {
  background: var(--clay); color: #fff; border-radius: 999px; min-width: 22px;
  text-align: center; font-size: .76rem; padding: .1rem .4rem; font-variant-numeric: tabular-nums;
}
.cartlink__count[hidden] { display: none; }

.navtoggle { display: none; border: 1px solid var(--line); background: var(--surface);
  border-radius: 10px; width: 42px; height: 40px; cursor: pointer; }
.navtoggle__bars, .navtoggle__bars::before, .navtoggle__bars::after {
  display: block; width: 18px; height: 2px; background: var(--ink); margin-inline: auto; position: relative;
}
.navtoggle__bars::before, .navtoggle__bars::after { content: ""; position: absolute; left: 0; }
.navtoggle__bars::before { top: -6px; }
.navtoggle__bars::after { top: 6px; }

.nav { border-bottom: 1px solid var(--line); background: var(--surface); }
.nav__in { display: flex; gap: 1.35rem; overflow-x: auto; scrollbar-width: none; }
.nav__in::-webkit-scrollbar { display: none; }
.nav a {
  white-space: nowrap; text-decoration: none; font-size: .9rem; color: #3D3A34;
  padding: .8rem 0; border-bottom: 2.5px solid transparent;
}
.nav a:hover { color: var(--clay); }
.nav a.is-active { border-color: var(--clay); color: var(--ink); font-weight: 600; }
.nav__sep { margin-left: auto; padding-left: 1.5rem; }

.flash {
  background: #E9F0E5; border: 1px solid #C5D8BC; color: #2A4526;
  padding: .7rem 1rem; border-radius: 10px; margin: 1rem 0 0; font-size: .93rem;
}
.flash--ok { margin-bottom: 1.2rem; }

/* ---------- butonlar ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  background: var(--forest); color: #fff; border: 1.5px solid var(--forest);
  border-radius: 999px; padding: .72rem 1.4rem; font: inherit; font-size: .95rem;
  font-weight: 600; text-decoration: none; cursor: pointer; transition: background .15s, border-color .15s, transform .06s;
}
.btn:hover { background: var(--forest-dark); border-color: var(--forest-dark); }
.btn:active { transform: translateY(1px); }
.btn--ghost { background: transparent; color: var(--forest); border-color: #C9BFAD; }
.btn--ghost:hover { background: var(--sand); color: var(--forest-dark); border-color: var(--forest); }
.btn--sm { padding: .5rem 1rem; font-size: .87rem; }
.btn--lg { padding: .9rem 1.7rem; font-size: 1rem; }
.btn--full { width: 100%; }

.linkbtn {
  border: 0; background: none; padding: 0; font: inherit; font-size: .85rem;
  color: var(--muted); text-decoration: underline; text-underline-offset: 3px; cursor: pointer;
}
.linkbtn:hover { color: var(--clay); }

/* ---------- hero ---------- */

.hero { background: linear-gradient(180deg, var(--paper) 0%, var(--sand) 100%); border-bottom: 1px solid var(--line); }
.hero__in { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem; align-items: center; padding: 3.6rem 0 3rem; }
.hero h1 { margin-bottom: 1rem; max-width: 15ch; }
.hero .lede { max-width: 52ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.6rem 0 2rem; }
.hero__art img { width: 100%; }

.stats { display: flex; gap: 2.2rem; margin: 0; flex-wrap: wrap; }
.stats dt { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.stats dd { margin: .15rem 0 0; font-family: var(--serif); font-size: 1.15rem; }

.strip { background: var(--forest); color: #EEE5D4; }
.strip__in { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding: 1.5rem 0; }
.strip p { margin: 0; font-size: .93rem; }
.strip span { display: block; font-family: var(--serif); color: var(--gold); font-size: .95rem; margin-bottom: .2rem; }

/* ---------- bölümler ---------- */

.section { padding: 3.4rem 0 0; }
.section__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  border-bottom: 1px solid var(--line); padding-bottom: .8rem; margin-bottom: 1.8rem; }
.section__head h2 { margin: 0; }

.cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.cat {
  position: relative; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.2rem 1.2rem 2.4rem; text-decoration: none;
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.cat:hover { border-color: var(--forest); transform: translateY(-2px); box-shadow: var(--shadow); }
.cat h3 { margin-bottom: .35rem; }
.cat p { margin: 0; font-size: .88rem; color: var(--muted); }
.cat__arrow { position: absolute; left: 1.2rem; bottom: 1rem; color: var(--clay); font-size: 1.1rem; }

.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }

/* ---------- ürün kartı ---------- */

.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column; transition: border-color .15s, box-shadow .15s, transform .15s;
}
.card:hover { border-color: #CFC3AE; box-shadow: var(--shadow); transform: translateY(-2px); }
.card__media { display: block; position: relative; background: #fff; }
.card__media img { width: 100%; aspect-ratio: 1; object-fit: contain; padding: .6rem; }
.card__body { padding: 1rem 1.1rem 1.1rem; display: flex; flex-direction: column; flex: 1; }
.card__brand { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin: 0 0 .35rem; }
.card__title { font-size: 1.04rem; margin: 0 0 .45rem; line-height: 1.3; }
.card__title a { text-decoration: none; }
.card__title a:hover { color: var(--clay); }
.card__summary { font-size: .88rem; color: var(--muted); margin: 0 0 .7rem; }
.card__foot { margin-top: auto; display: grid; gap: .7rem; padding-top: .5rem; }
.card__foot .btn { width: 100%; }

.tag {
  position: absolute; top: .7rem; left: .7rem; font-size: .7rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; padding: .3rem .6rem; border-radius: 999px; color: #fff;
}
.tag--best { background: var(--forest); }
.tag--sale { background: var(--clay); }
.tag--new  { background: var(--gold); }

.rating { display: flex; align-items: center; gap: .45rem; font-size: .8rem; color: var(--muted); margin: 0 0 .8rem; }
.rating__stars { color: var(--gold); letter-spacing: .06em; font-size: .9rem; }

.price { margin: 0; display: flex; align-items: baseline; gap: .5rem; flex-wrap: wrap; }
.price__now { font-family: var(--serif); font-size: 1.22rem; font-weight: 600; }
.price__old { color: var(--muted); text-decoration: line-through; font-size: .85rem; }
.price__off { background: #F6E4DA; color: var(--clay); font-size: .75rem; font-weight: 700; padding: .12rem .45rem; border-radius: 6px; }
.price--lg .price__now { font-size: 2rem; }

/* ---------- öne çıkan bölüm ---------- */

.feature { background: var(--sand); border-block: 1px solid var(--line); margin-top: 3.6rem; }
.feature__in { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; padding: 3.2rem 0; }
.feature h2 { max-width: 16ch; }

.steps { list-style: none; margin: 1.4rem 0; padding: 0; }
.steps li { padding: .7rem 0; border-top: 1px solid #DCCFB8; font-size: .96rem; }
.steps li:last-child { border-bottom: 1px solid #DCCFB8; }
.steps span { display: inline-block; min-width: 6.5rem; font-family: var(--serif); color: var(--forest); font-weight: 600; }

.feature__box { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; align-self: start; }
.feature__box h3 { margin-bottom: 1rem; }
details { border-top: 1px solid var(--line); padding: .8rem 0; }
details:last-of-type { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 600; font-size: .95rem; list-style: none; display: flex; justify-content: space-between; gap: .8rem; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--clay); font-size: 1.2rem; line-height: 1; }
details[open] summary::after { content: "–"; }
details p { margin: .7rem 0 0; font-size: .92rem; color: var(--muted); }

/* ---------- sayfa iskeleti ---------- */

.page { padding: 1.6rem 0 4rem; }
.page__head { max-width: 62ch; margin-bottom: 1.8rem; }
.page__head h1 { margin-bottom: .5rem; }

.crumbs { font-size: .82rem; color: var(--muted); margin-bottom: 1.4rem; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--clay); text-decoration: underline; }
.crumbs span { margin: 0 .35rem; opacity: .5; }

/* ---------- filtreler ---------- */

.filters { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem; margin-bottom: 1.4rem; }
.filters__row { display: flex; gap: .9rem; flex-wrap: wrap; align-items: end; }
.filters__btns { display: flex; gap: .5rem; }

.field { display: flex; flex-direction: column; gap: .3rem; font-size: .82rem; color: var(--muted); min-width: 160px; }
.field--grow { flex: 1; min-width: 200px; }
.field > span { font-weight: 600; letter-spacing: .02em; }
.field input, .field select, .field textarea {
  font: inherit; font-size: .95rem; color: var(--ink); background: var(--surface);
  border: 1px solid var(--line); border-radius: 9px; padding: .55rem .7rem;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--forest); box-shadow: 0 0 0 3px rgba(44,74,59,.1);
}
.field2 { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.err { display: block; color: #A33321; font-style: normal; font-size: .82rem; }

.result-count { font-size: .88rem; color: var(--muted); margin-bottom: 1.2rem; }

.empty { background: var(--surface); border: 1px dashed #CFC3AE; border-radius: var(--radius); padding: 3rem 2rem; text-align: center; }
.empty--tall { padding: 5rem 2rem; }
.empty .hero__cta { justify-content: center; }

/* ---------- ürün detayı ---------- */

.detail { display: grid; grid-template-columns: minmax(0, 480px) 1fr; gap: 3rem; align-items: start; }
.detail__media { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; padding: 1rem; }
.detail__info h1 { margin: .3rem 0 .6rem; }

.buybox { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; margin-top: 1.4rem; }
.stock { font-size: .85rem; color: var(--forest); font-weight: 600; margin: .35rem 0 1.1rem; }
.buybox__form { display: flex; gap: .7rem; flex-wrap: wrap; }

.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); overflow: hidden; }
.qty button { width: 38px; height: 44px; border: 0; background: none; font-size: 1.1rem; cursor: pointer; color: var(--ink); }
.qty button:hover { background: var(--sand); }
.qty input { width: 46px; text-align: center; border: 0; font: inherit; padding: 0; background: none; -moz-appearance: textfield; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty input:focus { outline: none; }

.assurances { list-style: none; margin: 1.2rem 0 0; padding: 0; font-size: .88rem; color: var(--muted); }
.assurances li { padding-left: 1.3rem; position: relative; margin-bottom: .35rem; }
.assurances li::before { content: "✓"; position: absolute; left: 0; color: var(--forest); font-weight: 700; }

.detail__cols { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem; margin-top: 3.4rem; align-items: start; }
.prose h2 { margin-top: 1.6rem; }
.prose h2:first-child, .prose h1:first-child { margin-top: 0; }
.prose p { max-width: 68ch; }

.ticks { list-style: none; padding: 0; margin: 0 0 1rem; }
.ticks li { padding-left: 1.5rem; position: relative; margin-bottom: .45rem; }
.ticks li::before { content: "✓"; position: absolute; left: 0; color: var(--forest); font-weight: 700; }
.ticks--x li::before { content: "×"; color: var(--clay); font-size: 1.1rem; }

.specs { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; }
.specs h2 { font-size: 1.2rem; }
.specs table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.specs th { text-align: left; font-weight: 600; color: var(--muted); padding: .55rem 0; vertical-align: top; width: 45%; }
.specs td { padding: .55rem 0; border-top: 1px solid var(--line); }
.specs tr:first-child th, .specs tr:first-child td { border-top: 0; }
.specs th { border-top: 1px solid var(--line); }

/* ---------- sepet ---------- */

.cartlayout { display: grid; grid-template-columns: 1.4fr .6fr; gap: 2rem; align-items: start; }

.cartrow {
  display: grid; grid-template-columns: 110px 1fr auto auto; gap: 1.1rem; align-items: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1rem; margin-bottom: .9rem;
}
.cartrow__media { background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.cartrow__info h2 { font-size: 1.05rem; margin: 0 0 .3rem; }
.cartrow__info h2 a { text-decoration: none; }
.cartrow__info h2 a:hover { color: var(--clay); }
.cartrow__info p { margin: 0 0 .4rem; }
.cartrow__qty { display: flex; flex-direction: column; align-items: center; gap: .4rem; }
.cartrow__price { font-family: var(--serif); font-size: 1.2rem; margin: 0; min-width: 6.5rem; text-align: right; }

.summary { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; position: sticky; top: 6.5rem; }
.summary h2 { font-size: 1.25rem; }
.summary dl { margin: 0 0 1rem; }
.summary dl > div { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem 0; font-size: .93rem; border-bottom: 1px solid var(--line); }
.summary dt { color: var(--muted); }
.summary dd { margin: 0; font-variant-numeric: tabular-nums; }
.summary__save dd { color: var(--clay); }
.summary__total { border-bottom: 0 !important; padding-top: .8rem !important; font-size: 1.05rem !important; }
.summary__total dt { color: var(--ink); font-weight: 600; }
.summary__total dd { font-family: var(--serif); font-size: 1.35rem; }
.summary__hint { font-size: .85rem; background: var(--sand); border-radius: 9px; padding: .6rem .8rem; color: #4A4238; }
.summary__hint--ok { background: #E9F0E5; color: #2A4526; }
.summary__back { display: inline-block; margin-top: .9rem; font-size: .88rem; }
.summary__inline > div { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding: .45rem 0; max-width: 26rem; }
.summary__inline dd { margin: 0; }

.minilist { list-style: none; margin: 0 0 1rem; padding: 0; }
.minilist li { display: grid; grid-template-columns: 48px 1fr auto; gap: .7rem; align-items: center; padding: .6rem 0; border-bottom: 1px solid var(--line); font-size: .88rem; }
.minilist img { border-radius: 8px; background: #fff; border: 1px solid var(--line); object-fit: contain; }
.minilist small { color: var(--muted); }

/* ---------- ödeme ---------- */

.checkout { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; }
.checkout fieldset { border: 0; padding: 0; margin: 0 0 1.6rem; }
.checkout legend { font-family: var(--serif); font-size: 1.2rem; font-weight: 600; margin-bottom: .9rem; padding: 0; }
.checkout .field { margin-bottom: .9rem; }
.checkout .field2 { margin-bottom: .9rem; }
.checkout .field2 .field { margin-bottom: 0; }

.radio { display: flex; gap: .8rem; align-items: start; border: 1px solid var(--line); border-radius: 10px; padding: .85rem 1rem; margin-bottom: .6rem; cursor: pointer; font-size: .92rem; }
.radio:hover { border-color: var(--forest); }
.radio input { margin-top: .25rem; accent-color: var(--forest); }
.radio strong { font-size: .95rem; }

.done { max-width: 60rem; }
.done__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2.5rem; margin: 2rem 0 2.5rem; align-items: start; }
.orderlist { list-style: none; padding: 0; margin: 0 0 1.2rem; }
.orderlist li { display: grid; grid-template-columns: 1fr auto auto; gap: 1rem; padding: .6rem 0; border-bottom: 1px solid var(--line); font-size: .93rem; }
.orderlist span { color: var(--muted); }
.orderlist b { font-variant-numeric: tabular-nums; }

/* ---------- alt bilgi ---------- */

.footer { background: var(--forest-dark); color: #DDD3C0; margin-top: 4rem; padding: 3rem 0 1.5rem; }
.footer__in { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 2.5rem; }
.footer h3 { color: #F5EBD8; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; font-family: var(--sans); font-weight: 700; }
.footer p { font-size: .9rem; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: .45rem; }
.footer a { color: #DDD3C0; text-decoration: none; font-size: .9rem; }
.footer a:hover { color: #fff; text-decoration: underline; }
.footer__addr { color: #A8A093; font-size: .84rem; }
.footer__brand p { max-width: 34ch; }

.subscribe { display: flex; gap: .4rem; }
.subscribe input { flex: 1; min-width: 0; font: inherit; font-size: .9rem; padding: .55rem .7rem; border: 1px solid #46604F; border-radius: 9px; background: #2A4335; color: #F1E7D5; }
.subscribe input::placeholder { color: #8FA396; }
.subscribe input:focus { outline: none; border-color: var(--gold); }
.subscribe button { border: 0; background: var(--clay); color: #fff; font: inherit; font-size: .9rem; font-weight: 600; padding: .55rem 1rem; border-radius: 9px; cursor: pointer; }
.subscribe button:hover { background: #9C4523; }

.footer__bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  border-top: 1px solid #3B5648; margin-top: 2.5rem; padding-top: 1.2rem; }
.footer__bottom p { margin: 0; font-size: .82rem; color: #A8A093; }

/* ---------- bildirim ---------- */

.toast {
  position: fixed; left: 50%; bottom: 1.6rem; transform: translate(-50%, 1rem);
  background: var(--ink); color: #F7F2E8; padding: .8rem 1.3rem; border-radius: 999px;
  font-size: .9rem; box-shadow: 0 10px 30px -12px rgba(0,0,0,.55); z-index: 60;
  opacity: 0; transition: opacity .18s, transform .18s; pointer-events: none;
}
.toast.is-on { opacity: 1; transform: translate(-50%, 0); }

/* ---------- duyarlı ---------- */

@media (max-width: 1024px) {
  .hero__in { grid-template-columns: 1fr; gap: 2rem; }
  .hero__art { max-width: 420px; }
  .cats { grid-template-columns: repeat(2, 1fr); }
  .grid, .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .feature__in, .detail, .detail__cols, .cartlayout, .done__grid { grid-template-columns: 1fr; gap: 2rem; }
  .summary { position: static; }
  .footer__in { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .topbar__side { display: none; }
  .header__in { flex-wrap: wrap; gap: .8rem; }
  .search { order: 3; max-width: none; flex-basis: 100%; }
  .navtoggle { display: block; }
  .nav { display: none; }
  .nav.is-open { display: block; }
  .nav__in { flex-direction: column; gap: 0; }
  .nav a { padding: .75rem 0; border-bottom: 1px solid var(--line); border-left: 3px solid transparent; padding-left: .6rem; }
  .nav a.is-active { border-bottom-color: var(--line); border-left-color: var(--clay); }
  .nav__sep { margin-left: 0; padding-left: .6rem; }
  .strip__in { grid-template-columns: 1fr; gap: .9rem; }
  .grid, .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .cartrow { grid-template-columns: 80px 1fr; grid-template-areas: "media info" "qty price"; }
  .cartrow__media { grid-area: media; }
  .cartrow__info { grid-area: info; }
  .cartrow__qty { grid-area: qty; align-items: start; }
  .cartrow__price { grid-area: price; }
  .field2 { grid-template-columns: 1fr; }
  .footer__in { grid-template-columns: 1fr; gap: 1.8rem; }
}

@media (max-width: 520px) {
  .grid, .grid--3, .cats { grid-template-columns: 1fr; }
  .card__foot { align-items: stretch; }
  .stats { gap: 1.2rem; }
  .buybox__form .btn { flex: 1; }
}

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