/* ===== Oag Wear – mağaza teması ===== */
:root {
  --ink: #111;
  --ink-2: #3f3f46;
  --muted: #71717a;
  --line: #e4e4e7;
  --bg: #fff;
  --bg-2: #f6f6f7;
  --accent: #d9480f;
  --accent-2: #b93b0b;
  --ok: #15803d;
  --err: #b91c1c;
  --radius: 6px;
  --wrap: 1320px;
  --shadow: 0 8px 30px rgba(0,0,0,.08);
}
*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--ink); background: var(--bg); font-size: 15px; line-height: 1.5; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3 { line-height: 1.2; margin: 0 0 .6em; }
h1 { font-size: 26px; }
h2 { font-size: 20px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.muted { color: var(--muted); }
.small { font-size: 13px; }
.hidden { display: none !important; }
.mt { margin-top: 16px; } .mt2 { margin-top: 32px; } .mb { margin-bottom: 16px; }
.center { text-align: center; }
.row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.grow { flex: 1; }
.pre { white-space: pre-line; }
.mb0 { margin-bottom: 0; }
.grid > *, .listing > *, .pdp > *, .cartpage > *, .checkout > *, .account > *, .contact > *, .gallery > *, .tiles > * { min-width: 0; }
body { overflow-x: clip; }
.jc { justify-content: center; }

/* ---- Duyuru & üst bar ---- */
.announce { background: var(--ink); color: #fff; font-size: 12.5px; text-align: center; padding: 8px 16px; letter-spacing: .3px; }
.testbar { background: #fde68a; color: #713f12; font-size: 13px; text-align: center; padding: 6px 16px; font-weight: 600; }

.header { border-bottom: 1px solid var(--line); background: #fff; }
.header-top { display: flex; align-items: center; gap: 24px; height: 72px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: 5px; font-size: 22px; white-space: nowrap; }
.logo:hover { text-decoration: none; }
.logo svg { width: 38px; height: 38px; }
.search { flex: 1; max-width: 560px; display: flex; border: 1.5px solid var(--ink); border-radius: 999px; overflow: hidden; }
.search input { flex: 1; border: 0; padding: 10px 18px; outline: none; min-width: 0; background: transparent; }
.search button { border: 0; background: var(--ink); color: #fff; padding: 0 18px; cursor: pointer; display: flex; align-items: center; }
.search svg { width: 18px; height: 18px; }
.hicons { display: flex; gap: 20px; margin-left: auto; }
.hicon { display: flex; flex-direction: column; align-items: center; font-size: 12px; gap: 2px; position: relative; }
.hicon:hover { text-decoration: none; color: var(--accent); }
.hicon svg { width: 24px; height: 24px; }
.hicon .count { position: absolute; top: -6px; right: -8px; background: var(--accent); color: #fff; border-radius: 999px; font-size: 11px; min-width: 18px; height: 18px; display: grid; place-items: center; padding: 0 5px; font-weight: 700; }
.burger { display: none; background: none; border: 0; padding: 6px; cursor: pointer; }
.burger svg { width: 26px; height: 26px; }

.nav { border-top: 1px solid var(--line); }
.nav > .wrap > ul { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; }
.nav li { position: relative; }
.nav > .wrap > ul > li > a { display: block; padding: 13px 14px; font-weight: 700; font-size: 14px; letter-spacing: .5px; text-transform: uppercase; }
.nav > .wrap > ul > li > a:hover { text-decoration: none; color: var(--accent); }
.nav a.sale { color: var(--accent); }
.nav .drop { display: none; position: absolute; left: 0; top: 100%; background: #fff; box-shadow: var(--shadow); border: 1px solid var(--line); min-width: 240px; padding: 10px 0; z-index: 60; list-style: none; margin: 0; }
.nav li:hover > .drop, .nav li:focus-within > .drop { display: block; }
.nav .drop a { display: block; padding: 8px 20px; font-size: 14px; }
.nav .drop a:hover { background: var(--bg-2); text-decoration: none; }
.nav .drop .all { font-weight: 700; border-bottom: 1px solid var(--line); margin-bottom: 6px; padding-bottom: 10px; }

/* ---- Bildirimler ---- */
.flash { margin: 16px auto 0; }
.alert { padding: 12px 16px; border-radius: var(--radius); margin-bottom: 8px; font-size: 14px; display: flex; gap: 10px; align-items: center; justify-content: space-between; }
.alert.success { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.alert.error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.alert.info { background: #eff6ff; color: #1e40af; border: 1px solid #bfdbfe; }
.alert a { font-weight: 700; text-decoration: underline; }

/* ---- Butonlar & formlar ---- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: var(--radius); border: 1.5px solid var(--ink); background: var(--ink); color: #fff; font-weight: 700; cursor: pointer; font-size: 14px; letter-spacing: .3px; transition: background .15s, color .15s; }
.btn:hover { background: #333; text-decoration: none; }
.btn.accent { background: var(--accent); border-color: var(--accent); }
.btn.accent:hover { background: var(--accent-2); }
.btn.ghost { background: #fff; color: var(--ink); }
.btn.ghost:hover { background: var(--bg-2); }
.btn.block { width: 100%; }
.btn.sm { padding: 7px 12px; font-size: 13px; }
.btn.danger { background: var(--err); border-color: var(--err); }
.btn:disabled { opacity: .5; cursor: not-allowed; }
.link { background: none; border: 0; padding: 0; color: var(--ink); text-decoration: underline; cursor: pointer; font-size: 13px; }
.link.danger { color: var(--err); }

.field { margin-bottom: 14px; }
.field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 5px; }
.input, select.input, textarea.input { width: 100%; border: 1px solid #d4d4d8; border-radius: var(--radius); padding: 11px 12px; background: #fff; outline: none; transition: border .15s; }
.input:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(0,0,0,.06); }
.input.invalid { border-color: var(--err); }
.ferr { color: var(--err); font-size: 12.5px; margin-top: 4px; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.grid3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0 14px; }
.check { display: flex; gap: 8px; align-items: flex-start; font-size: 13.5px; margin-bottom: 10px; }
.check input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--ink); flex-shrink: 0; }
.hp { position: absolute; left: -9999px; }

/* (hero, kutucuk ve kart stilleri dosyanın sonundaki Tasarım v2 bölümünde) */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px 16px; }

/* ---- Listeleme ---- */
.crumbs { font-size: 13px; color: var(--muted); margin: 16px 0; display: flex; gap: 6px; flex-wrap: wrap; }
.crumbs a:hover { color: var(--ink); }
.listing { display: grid; grid-template-columns: 240px 1fr; gap: 32px; }
.filters h3 { font-size: 14px; text-transform: uppercase; letter-spacing: .5px; margin: 20px 0 10px; }
.filters h3:first-child { margin-top: 0; }
.subcats { list-style: none; padding: 0; margin: 0; }
.subcats a { display: block; padding: 5px 0; font-size: 14px; }
.subcats a.on { font-weight: 800; }
.sizes { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { border: 1px solid #d4d4d8; border-radius: 4px; padding: 6px 10px; font-size: 13px; cursor: pointer; display: inline-flex; align-items: center; gap: 4px; background: #fff; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip:has(input:checked), .chip.on { background: var(--ink); color: #fff; border-color: var(--ink); }
.pricebox { display: flex; gap: 6px; }
.pricebox .input { padding: 8px; }
.toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; gap: 12px; flex-wrap: wrap; }
.toolbar select { width: auto; padding: 8px 10px; }
.pager { display: flex; gap: 6px; justify-content: center; margin: 32px 0; flex-wrap: wrap; }
.pager a, .pager span { min-width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: var(--radius); padding: 0 10px; font-size: 14px; }
.pager .on { background: var(--ink); color: #fff; border-color: var(--ink); }
.empty { text-align: center; padding: 60px 16px; color: var(--muted); }
.filter-toggle { display: none; }

/* ---- Ürün detay ---- */
.pdp { display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px; margin-bottom: 40px; }
.gallery { display: grid; grid-template-columns: 76px 1fr; gap: 12px; align-items: start; }
.thumbs { display: flex; flex-direction: column; gap: 8px; }
.thumbs button { border: 1.5px solid transparent; padding: 0; border-radius: 4px; overflow: hidden; cursor: pointer; background: var(--bg-2); aspect-ratio: 3/4; }
.thumbs button.on { border-color: var(--ink); }
.thumbs img { width: 100%; height: 100%; object-fit: cover; }
.mainimg { aspect-ratio: 3/4; background: var(--bg-2); border-radius: var(--radius); overflow: hidden; position: relative; }
.mainimg img { width: 100%; height: 100%; object-fit: cover; }
.pinfo h1 { font-size: 24px; font-weight: 600; }
.pinfo .sku { font-size: 12px; color: var(--muted); }
.pinfo .price .now { font-size: 26px; }
.pinfo .price .old { font-size: 17px; }
.pct { background: var(--accent); color: #fff; font-weight: 800; padding: 2px 8px; border-radius: 4px; font-size: 13px; }
.sizepick { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 18px; }
.sizepick label { position: relative; }
.sizepick input { position: absolute; opacity: 0; }
.sizepick span { display: grid; place-items: center; min-width: 54px; height: 44px; padding: 0 12px; border: 1.5px solid #d4d4d8; border-radius: var(--radius); cursor: pointer; font-weight: 600; font-size: 14px; background: #fff; }
.sizepick input:checked + span { border-color: var(--ink); background: var(--ink); color: #fff; }
.sizepick input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }
.sizepick input:disabled + span { color: #a1a1aa; background: repeating-linear-gradient(135deg, #fafafa, #fafafa 6px, #f0f0f0 6px, #f0f0f0 12px); cursor: not-allowed; text-decoration: line-through; }
.sizepick .few { position: absolute; top: -8px; right: -6px; background: var(--accent); color: #fff; font-size: 10px; padding: 1px 5px; border-radius: 999px; }
.buyrow { display: flex; gap: 10px; }
.qty { display: flex; border: 1.5px solid #d4d4d8; border-radius: var(--radius); overflow: hidden; }
.qty button { width: 38px; border: 0; background: #fff; cursor: pointer; font-size: 18px; }
.qty input { width: 44px; text-align: center; border: 0; outline: none; -moz-appearance: textfield; }
.qty input::-webkit-inner-spin-button { -webkit-appearance: none; }
.favbtn { width: 50px; border: 1.5px solid #d4d4d8; background: #fff; border-radius: var(--radius); cursor: pointer; display: grid; place-items: center; }
.favbtn svg { width: 22px; height: 22px; }
.favbtn.on svg { fill: var(--accent); stroke: var(--accent); }
.perks { margin-top: 20px; border-top: 1px solid var(--line); }
.perks div { display: flex; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13.5px; align-items: center; }
.perks svg { width: 22px; height: 22px; flex-shrink: 0; }
details.acc { border-bottom: 1px solid var(--line); }
details.acc summary { padding: 14px 0; font-weight: 700; cursor: pointer; list-style: none; display: flex; justify-content: space-between; }
details.acc summary::after { content: "+"; font-size: 20px; line-height: 1; }
details.acc[open] summary::after { content: "−"; }
details.acc > div { padding-bottom: 14px; font-size: 14px; color: var(--ink-2); }

/* ---- Sepet ---- */
.cartpage { display: grid; grid-template-columns: 1fr 360px; gap: 32px; align-items: start; margin-bottom: 40px; }
.cline { display: grid; grid-template-columns: 96px 1fr auto; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: start; }
.cline img, .cline .noimg { width: 96px; aspect-ratio: 3/4; object-fit: cover; border-radius: 4px; background: var(--bg-2); }
.cline .name { font-weight: 600; }
.cline form { display: inline; }
.summary { background: var(--bg-2); border-radius: var(--radius); padding: 20px; position: sticky; top: 140px; }
.summary h2 { font-size: 18px; }
.srow { display: flex; justify-content: space-between; padding: 6px 0; font-size: 14px; }
.srow.total { border-top: 1px solid #d4d4d8; margin-top: 8px; padding-top: 12px; font-weight: 800; font-size: 18px; }
.srow.save { color: var(--ok); }
.freebar { background: #fff; border-radius: var(--radius); padding: 10px 12px; font-size: 13px; margin-bottom: 12px; }
.freebar progress { width: 100%; height: 6px; accent-color: var(--accent); display: block; margin-top: 6px; }
.coupon { display: flex; gap: 6px; margin: 12px 0; }
.coupon .input { padding: 9px 10px; }

/* ---- Ödeme ---- */
.checkout { display: grid; grid-template-columns: 1fr 380px; gap: 32px; align-items: start; margin-bottom: 40px; }
.box { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; margin-bottom: 18px; background: #fff; }
.box h2 { font-size: 17px; display: flex; align-items: center; gap: 10px; }
.box h2 .step { background: var(--ink); color: #fff; width: 26px; height: 26px; border-radius: 999px; display: grid; place-items: center; font-size: 13px; }
.cardform { background: linear-gradient(135deg, #18181b, #3f3f46); color: #fff; border-radius: 12px; padding: 20px; margin-bottom: 14px; }
.cardform label { color: #d4d4d8; }
.cardform .input { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); color: #fff; }
.cardform .input::placeholder { color: #a1a1aa; }
.cardform .input:focus { border-color: #fff; }
.secure-note { display: flex; gap: 10px; align-items: center; font-size: 12.5px; color: var(--muted); margin-top: 10px; }
.secure-note svg { width: 30px; height: 30px; flex-shrink: 0; color: var(--ok); }
.mini { display: grid; grid-template-columns: 54px 1fr auto; gap: 10px; padding: 8px 0; font-size: 13px; border-bottom: 1px solid #e4e4e7; align-items: center; }
.mini img, .mini .noimg { width: 54px; aspect-ratio: 3/4; object-fit: cover; border-radius: 4px; background: #fff; }
.addrpick { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.seg { display: inline-flex; border: 1px solid #d4d4d8; border-radius: var(--radius); overflow: hidden; margin-bottom: 12px; }
.seg label { padding: 8px 14px; cursor: pointer; font-size: 13.5px; }
.seg input { position: absolute; opacity: 0; }
.seg label:has(input:checked) { background: var(--ink); color: #fff; }

.result { max-width: 720px; margin: 40px auto; text-align: center; }
.result .icon { width: 72px; height: 72px; margin: 0 auto 12px; }
.result .icon.ok { color: var(--ok); } .result .icon.bad { color: var(--err); }
.result table { width: 100%; text-align: left; margin-top: 20px; }

.bank { max-width: 420px; margin: 40px auto; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); }
.bank header { background: #1e3a8a; color: #fff; padding: 16px 20px; font-weight: 700; display: flex; justify-content: space-between; }
.bank .body { padding: 20px; }
.bank dl { display: grid; grid-template-columns: auto 1fr; gap: 6px 14px; font-size: 14px; }
.bank dt { color: var(--muted); }

/* ---- Hesabım ---- */
.account { display: grid; grid-template-columns: 240px 1fr; gap: 32px; margin: 24px auto 48px; align-items: start; }
.side { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.side .who { background: var(--bg-2); padding: 16px; font-size: 14px; }
.side a, .side button { display: block; width: 100%; text-align: left; padding: 12px 16px; border: 0; border-top: 1px solid var(--line); background: #fff; cursor: pointer; font-size: 14px; }
.side a.on { font-weight: 800; border-left: 3px solid var(--ink); }
.side a:hover, .side button:hover { background: var(--bg-2); text-decoration: none; }
.olist { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 14px; }
.olist .ohead { display: flex; flex-wrap: wrap; gap: 8px 24px; background: var(--bg-2); padding: 12px 16px; font-size: 13px; align-items: center; }
.olist .ohead b { display: block; font-size: 14px; }
.olist .obody { display: flex; gap: 8px; padding: 12px 16px; align-items: center; }
.olist .obody img { width: 54px; aspect-ratio: 3/4; object-fit: cover; border-radius: 4px; }
.status { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; background: #e4e4e7; }
.status.paid, .status.preparing { background: #dbeafe; color: #1e40af; }
.status.shipped { background: #fef3c7; color: #92400e; }
.status.delivered { background: #dcfce7; color: #166534; }
.status.cancelled, .status.payment_failed, .status.refunded { background: #fee2e2; color: #991b1b; }
.table { width: 100%; border-collapse: collapse; font-size: 14px; }
.table th, .table td { padding: 10px 8px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.table th { font-size: 12px; text-transform: uppercase; color: var(--muted); letter-spacing: .5px; }
.table .r { text-align: right; }
.cards2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.addr { border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; font-size: 14px; }
.authbox { max-width: 440px; margin: 40px auto 60px; }
.authbox .box { padding: 28px; }
.tabs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 20px; border-bottom: 2px solid var(--line); }
.tabs a { text-align: center; padding: 12px; font-weight: 700; color: var(--muted); }
.tabs a.on { color: var(--ink); border-bottom: 2px solid var(--ink); margin-bottom: -2px; }
.tabs a:hover { text-decoration: none; }

/* ---- Sayfa / yasal ---- */
.page { max-width: 860px; margin: 24px auto 60px; }
.page h2 { font-size: 18px; margin-top: 28px; }
.page p, .page li { color: var(--ink-2); font-size: 15px; }
.legal-table { border-collapse: collapse; width: 100%; font-size: 14px; margin: 10px 0; }
.legal-table th, .legal-table td { border: 1px solid var(--line); padding: 8px 12px; text-align: left; }
.legal-table th { background: var(--bg-2); width: 190px; }
.contact { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; margin: 24px auto 60px; }
.info-list div { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.info-list svg { width: 22px; height: 22px; flex-shrink: 0; }

/* ---- Alt bilgi ---- */
.footer { background: #0d0d0d; color: #d4d4d8; margin-top: 60px; font-size: 14px; }
.footer .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding: 48px 16px 32px; }
.footer h4 { color: #fff; margin: 0 0 14px; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: 8px; }
.footer a:hover { color: #fff; }
.footer .logo { color: #fff; margin-bottom: 12px; }
.footer .bottom { border-top: 1px solid #27272a; padding: 18px 16px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12.5px; color: #a1a1aa; }
.paylogos { display: flex; gap: 8px; align-items: center; }
.paylogos span { background: #fff; color: #111; font-weight: 800; font-size: 11px; padding: 4px 8px; border-radius: 4px; }
.cookie { position: fixed; left: 16px; right: 16px; bottom: 16px; max-width: 560px; background: #111; color: #fff; padding: 16px 18px; border-radius: 10px; box-shadow: var(--shadow); z-index: 100; display: flex; gap: 14px; align-items: center; font-size: 13px; }
.cookie a { text-decoration: underline; }
.cookie .btn { background: #fff; color: #111; border-color: #fff; padding: 8px 14px; }
.wa { position: fixed; right: 18px; bottom: 18px; width: 54px; height: 54px; border-radius: 999px; background: #25d366; display: grid; place-items: center; box-shadow: var(--shadow); z-index: 90; }
.wa svg { width: 30px; height: 30px; fill: #fff; }

/* ---- Duyarlı tasarım ---- */
@media (max-width: 1100px) {
  .grid { grid-template-columns: repeat(3, 1fr); }
  .footer .cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .burger { display: block; }
  .header-top { gap: 12px; height: 60px; }
  .logo { font-size: 18px; letter-spacing: 3px; }
  .logo svg { width: 30px; height: 30px; }
  .search { order: 5; flex-basis: 100%; max-width: none; margin-bottom: 10px; }
  .header-top { flex-wrap: wrap; height: auto; padding-top: 8px; }
  .hicon span.lbl { display: none; }
  .nav { display: none; }
  .nav.open { display: block; }
  .nav > .wrap > ul { flex-direction: column; }
  .nav .drop { position: static; display: block; box-shadow: none; border: 0; padding: 0 0 8px 12px; }
  .nav .drop .all { border: 0; margin: 0; padding-bottom: 8px; }
  .listing, .pdp, .cartpage, .checkout, .account, .contact { grid-template-columns: 1fr; }
  .filters { display: none; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; }
  .filters.open { display: block; }
  .filter-toggle { display: inline-flex; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 18px 10px; }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .trust { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: 1fr; }
  .thumbs { flex-direction: row; order: 2; overflow-x: auto; }
  .thumbs button { width: 64px; flex-shrink: 0; }
  .summary { position: static; }
  .hero .wrap { min-height: 280px; }
}
@media (max-width: 560px) {
  .grid2, .grid3, .cards2 { grid-template-columns: 1fr; }
  .footer .cols { grid-template-columns: 1fr; }
  .cline { grid-template-columns: 76px 1fr; }
  .cline img, .cline .noimg { width: 76px; }
  .cline > :last-child { grid-column: 2; }
  .hicons { gap: 14px; }
  .legal-table th { width: auto; }
}

/* =====================================================================
   Tasarım v2 — Zara esintili editoryal giriş, hızlı sepete ekleme, hareket
   ===================================================================== */
@font-face { font-family: "Cormorant"; font-style: normal; font-weight: 500; font-display: swap; src: url(/static/fonts/cormorant-latin-ext-500-normal.woff2) format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Cormorant"; font-style: normal; font-weight: 500; font-display: swap; src: url(/static/fonts/cormorant-latin-500-normal.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Cormorant"; font-style: normal; font-weight: 600; font-display: swap; src: url(/static/fonts/cormorant-latin-ext-600-normal.woff2) format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Cormorant"; font-style: normal; font-weight: 600; font-display: swap; src: url(/static/fonts/cormorant-latin-600-normal.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
:root { --serif: "Cormorant", "Cormorant Garamond", Georgia, "Times New Roman", serif; --ease: cubic-bezier(.2,.7,.2,1); }
.serif { font-family: var(--serif); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

/* ---- Üst alan ---- */
.top { position: sticky; top: 0; z-index: 50; }
.logo .wordmark { font-family: var(--serif); font-weight: 600; letter-spacing: .3em; font-size: 24px; }
.logo { transition: opacity .35s var(--ease); }
.is-home .top.overlay { position: fixed; left: 0; right: 0; }
.top.overlay .header { background: transparent; border-color: transparent; transition: background .35s var(--ease), color .35s var(--ease), border-color .35s; }
.top.overlay.theme-dark:not(.solid) .header { color: #fff; }
.top.overlay:not(.solid) .logo { opacity: 0; pointer-events: none; }
.top.overlay:not(.solid) .nav { border-color: transparent; }
.top.overlay:not(.solid) .search { border-color: currentColor; background: rgba(255,255,255,.1); backdrop-filter: blur(8px); }
.top.overlay:not(.solid) .search input::placeholder { color: currentColor; opacity: .75; }
.top.overlay:not(.solid) .search button { background: transparent; color: inherit; }
.top.overlay:not(.solid) .nav > .wrap > ul > li > a:hover { color: inherit; opacity: .65; }
.top.overlay.solid .header { background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-color: var(--line); color: var(--ink); }
.top.overlay .drop { color: var(--ink); }
.top.overlay .nav.open { background: #fff; color: var(--ink); }
.flash-home { position: fixed; top: 130px; left: 0; right: 0; z-index: 60; }

/* ---- Vitrin (hero) ---- */
.hero { position: relative; height: 92svh; min-height: 560px; overflow: hidden; background: #111; }
.hero.theme-light { color: #111; } .hero.theme-dark { color: #fff; }
.hero-track, .slide { position: absolute; inset: 0; }
.slide { opacity: 0; visibility: hidden; transition: opacity .9s var(--ease), visibility 0s linear .9s; }
.slide.is-active { opacity: 1; visibility: visible; z-index: 1; transition: opacity .9s var(--ease); }
.slide.theme-light { color: #111; } .slide.theme-dark { color: #fff; }
.tone-sand { background: #e8e1d7; } .tone-ink { background: #1c1e21; } .tone-peach { background: #f0d9ca; } .tone-mist { background: #dde6ee; } .tone-sale { background: #c9420d; }
.slide-bg { position: absolute; inset: 0; }
.slide-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); transition: transform 7s ease-out; }
.slide.is-active .slide-bg img { transform: scale(1); }
.slide-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.45), transparent 50%), linear-gradient(to bottom, rgba(0,0,0,.3), transparent 28%); }
.slide.theme-light .slide-shade { background: linear-gradient(to top, rgba(255,255,255,.4), transparent 50%); }
.slide-art { position: absolute; inset: 0; }
.art { position: absolute; width: clamp(150px, 20vw, 320px); height: auto; aspect-ratio: 3/4; object-fit: cover; box-shadow: 0 40px 70px -30px rgba(0,0,0,.45); opacity: 0; transform: translateY(48px) scale(.97); transition: transform 1.3s var(--ease), opacity 1s var(--ease); }
.art-1 { right: 34%; top: 26%; }
.art-2 { right: 9%; top: 14%; width: clamp(180px, 25vw, 400px); transition-delay: .12s; }
.art-3 { right: 22%; bottom: 15%; width: clamp(120px, 14vw, 230px); transition-delay: .24s; }
.search-toggle { display: none; }
.link-reset { background: none; border: 0; padding: 0; cursor: pointer; color: inherit; }
.slide.is-active .art { opacity: 1; transform: none; }
.mega { position: absolute; z-index: 2; left: max(16px, calc((100vw - var(--wrap)) / 2 + 16px)); top: clamp(128px, 17vh, 190px); margin: 0; font-family: var(--serif); font-weight: 500; font-size: clamp(64px, 14.5vw, 232px); line-height: .82; letter-spacing: -.01em; pointer-events: none; white-space: nowrap; transition: color .6s var(--ease); }
.mega .ch { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .06em; }
.mega .ch > span { display: inline-block; }
.slide-copy { position: absolute; left: 0; right: 0; bottom: 118px; z-index: 2; pointer-events: none; }
.slide-copy a { pointer-events: auto; }
.eyebrow { text-transform: uppercase; letter-spacing: .28em; font-size: 12px; font-weight: 600; margin: 0 0 12px; }
.slide-title { font-family: var(--serif); font-weight: 500; font-size: clamp(46px, 7vw, 108px); line-height: .92; margin: 0 0 24px; letter-spacing: -.01em; }
.btn-line { display: inline-flex; gap: 10px; align-items: center; border-bottom: 1px solid currentColor; padding: 8px 0; text-transform: uppercase; letter-spacing: .2em; font-size: 13px; font-weight: 700; transition: gap .3s var(--ease); min-height: 44px; }
.btn-line:hover { text-decoration: none; gap: 18px; }
.btn-line svg { width: 18px; height: 18px; }
.slide-link { position: absolute; inset: 0; z-index: 1; }
.hero-tabs { position: absolute; left: 0; right: 0; bottom: 30px; z-index: 3; display: flex; justify-content: center; gap: clamp(18px, 4vw, 52px); padding: 0 16px; overflow-x: auto; scrollbar-width: none; }
.hero-tabs::-webkit-scrollbar { display: none; }
.hero-tabs a { display: flex; flex-direction: column; gap: 9px; padding: 10px 0; min-width: 56px; text-transform: uppercase; letter-spacing: .22em; font-size: 12.5px; font-weight: 700; opacity: .55; transition: opacity .3s; white-space: nowrap; }
.hero-tabs a:hover { text-decoration: none; opacity: .85; }
.hero-tabs a.on { opacity: 1; }
.bar { height: 2px; background: color-mix(in srgb, currentColor 22%, transparent); overflow: hidden; }
.bar i { display: block; height: 100%; background: currentColor; transform: scaleX(0); transform-origin: left; }
.hero-tabs a.on .bar i { animation: tabfill var(--slide-ms, 6500ms) linear forwards; }
.hero.paused .hero-tabs a.on .bar i { animation-play-state: paused; }
.hero.static .hero-tabs a.on .bar i { transform: scaleX(1); animation: none; }
@keyframes tabfill { to { transform: scaleX(1); } }
.scroll-cue { position: absolute; right: max(16px, calc((100vw - var(--wrap)) / 2 + 16px)); bottom: 34px; z-index: 3; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 999px; animation: bob 2.6s var(--ease) infinite; }
.scroll-cue svg { width: 18px; height: 18px; }
@keyframes bob { 50% { transform: translateY(6px); } }

/* ---- Bölümler ---- */
.section { margin: 56px auto; }
.rail-section { margin-top: 44px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.section-head h2 { margin: 0; font-size: 22px; }
.section-head h2.serif { font-weight: 500; font-size: clamp(30px, 3.4vw, 46px); line-height: 1; }
.see-all { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.see-all:hover { text-decoration: none; opacity: .7; }
.rail-nav { display: flex; align-items: center; gap: 8px; }
.rail-nav .see-all { margin-right: 10px; }
.rail-btn { width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 999px; display: grid; place-items: center; cursor: pointer; transition: background .2s, border-color .2s; }
.rail-btn:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.rail-btn svg { width: 18px; height: 18px; }
.rail { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 3 * 16px) / 4); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; overscroll-behavior-x: contain; }
.rail::-webkit-scrollbar { display: none; }
.rail > * { scroll-snap-align: start; min-width: 0; }
.trustline { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px clamp(18px, 5vw, 64px); padding: 22px 16px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-2); font-weight: 600; }
.trustline span { display: flex; gap: 10px; align-items: center; }
.trustline svg { width: 20px; height: 20px; }

.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.tile { position: relative; display: block; overflow: hidden; aspect-ratio: 3/4; background: var(--bg-2); }
.tile:hover { text-decoration: none; }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.tile:hover img { transform: scale(1.05); }
.tile-label { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 20px; display: flex; justify-content: space-between; align-items: flex-end; gap: 8px; background: linear-gradient(transparent, rgba(0,0,0,.5)); color: #fff; }
.tile-label em { font-style: normal; font-size: clamp(28px, 2.6vw, 40px); font-weight: 500; line-height: 1; }
.tile-label small { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; white-space: nowrap; }

/* ---- Ürün kartı + hızlı ekle ---- */
.card { position: relative; }
.imgwrap { position: relative; }
.card .imgbox { display: block; position: relative; aspect-ratio: 3/4; background: var(--bg-2); overflow: hidden; }
.card .imgbox img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: opacity .35s var(--ease), transform .8s var(--ease); }
.card .imgbox img.alt { opacity: 0; }
.card:hover .imgbox img { transform: scale(1.03); }
.card:hover .imgbox img.alt { opacity: 1; }
.badge { position: absolute; top: 8px; left: 8px; background: var(--accent); color: #fff; font-weight: 800; font-size: 12px; padding: 3px 7px; z-index: 2; letter-spacing: .02em; }
.badge.out { background: #52525b; }
.card .info { display: block; padding-top: 10px; }
.card .info:hover { text-decoration: none; }
.card .name { font-size: 13.5px; color: var(--ink-2); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 40px; margin-bottom: 4px; }
.card .info:hover .name { color: var(--ink); }
.price { display: flex; gap: 8px; align-items: baseline; flex-wrap: wrap; }
.price .old { color: var(--muted); text-decoration: line-through; font-size: 13px; }
.price .now { font-weight: 800; font-size: 15.5px; }
.price .now.sale { color: var(--accent); }
.noimg { width: 100%; height: 100%; display: grid; place-items: center; color: #a1a1aa; font-weight: 800; letter-spacing: 4px; }
.qa { display: none; position: absolute; left: 8px; right: 8px; bottom: 8px; z-index: 3; }
.js .qa { display: block; }
.qa-open { position: absolute; right: 0; bottom: 0; width: 44px; height: 44px; border-radius: 999px; background: rgba(255,255,255,.96); border: 0; display: grid; place-items: center; cursor: pointer; box-shadow: 0 6px 18px rgba(0,0,0,.14); transition: opacity .2s, transform .25s var(--ease); }
.qa-open:hover { transform: scale(1.08); }
.qa-open svg { width: 18px; height: 18px; }
.qa-panel { background: rgba(255,255,255,.97); backdrop-filter: blur(8px); padding: 10px; box-shadow: 0 10px 30px -10px rgba(0,0,0,.25); opacity: 0; transform: translateY(10px); pointer-events: none; transition: opacity .2s var(--ease), transform .3s var(--ease); }
.qa.open .qa-panel { opacity: 1; transform: none; pointer-events: auto; }
.qa.open .qa-open { opacity: 0; pointer-events: none; }
@media (hover: hover) and (pointer: fine) {
  .card:hover .qa-panel, .card:focus-within .qa-panel { opacity: 1; transform: none; pointer-events: auto; }
  .card:hover .qa-open, .card:focus-within .qa-open { opacity: 0; pointer-events: none; }
}
.qa-title { display: block; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: 7px; }
.qa-sizes { display: flex; flex-wrap: wrap; gap: 4px; }
.qa-sizes button { min-width: 40px; height: 36px; padding: 0 8px; border: 1px solid #d4d4d8; background: #fff; font-size: 12.5px; font-weight: 700; cursor: pointer; transition: background .15s, color .15s, border-color .15s; }
.qa-sizes button:hover:not(:disabled) { background: var(--ink); color: #fff; border-color: var(--ink); }
.qa-sizes button:disabled { color: #b4b4b8; text-decoration: line-through; cursor: not-allowed; background: #fafafa; }
.qa-sizes button.busy { opacity: .45; }
.qa-sizes button.added { background: var(--ok); border-color: var(--ok); color: #fff; }
@media (hover: none) { .qa-sizes button { height: 44px; min-width: 44px; } }

/* ---- Bildirim balonu ---- */
.toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 120; background: #111; color: #fff; padding: 14px 18px; display: flex; gap: 18px; align-items: center; font-size: 14px; box-shadow: 0 20px 40px -12px rgba(0,0,0,.4); max-width: calc(100% - 32px); }
.toast[hidden] { display: none; }
.toast a { text-decoration: underline; font-weight: 700; white-space: nowrap; }
.toast.err { background: var(--err); }
.toast.err a { display: none; }
.toast.show { animation: toastin .4s var(--ease); }
@keyframes toastin { from { opacity: 0; transform: translate(-50%, 16px); } }
.count.bump { animation: bump .5s var(--ease); }
@keyframes bump { 40% { transform: scale(1.45); } }

/* ---- Çerez onayı ---- */
.cookie { left: 16px; right: auto; bottom: 16px; max-width: 440px; flex-direction: column; align-items: stretch; gap: 14px; padding: 20px; border-radius: 0; background: #111; }
.cookie[hidden] { display: none; }
.cookie h2 { font-family: var(--serif); font-weight: 500; font-size: 24px; margin: 0 0 6px; }
.cookie p { margin: 0; font-size: 13px; line-height: 1.55; color: #d4d4d8; }
.ck-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ck-actions .btn { padding: 11px 12px; font-size: 13px; }
.ck-actions [data-ck="accept"] { grid-column: 1 / -1; order: -1; background: #fff; color: #111; border-color: #fff; }
.cookie .btn.ghost { background: transparent; color: #fff; border-color: #52525b; }
.cookie .btn.ghost:hover { border-color: #fff; }
.ck-modal { border: 0; padding: 0; max-width: 560px; width: calc(100% - 32px); box-shadow: 0 30px 80px rgba(0,0,0,.35); color: var(--ink); }
.ck-modal::backdrop { background: rgba(0,0,0,.45); backdrop-filter: blur(2px); }
.ck-modal form { padding: 24px; }
.ckm-head { display: flex; justify-content: space-between; align-items: center; }
.ckm-head h2 { font-family: var(--serif); font-weight: 500; font-size: 28px; margin: 0; }
.ckm-x { font-size: 20px; width: 44px; height: 44px; }
.ck-row { display: flex; gap: 16px; align-items: center; justify-content: space-between; padding: 14px 0; border-top: 1px solid var(--line); }
.ck-row b { display: block; font-size: 14px; }
.ck-row span { display: block; font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.switch { position: relative; flex-shrink: 0; width: 46px; height: 26px; cursor: pointer; }
.switch input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.switch i { position: absolute; inset: 0; background: #d4d4d8; border-radius: 999px; transition: background .2s; pointer-events: none; }
.switch i::after { content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; transition: transform .2s var(--ease); box-shadow: 0 1px 3px rgba(0,0,0,.2); }
.switch input:checked + i { background: var(--ink); }
.switch input:checked + i::after { transform: translateX(20px); }
.switch input:disabled + i { opacity: .55; }
.switch input:focus-visible + i { outline: 2px solid var(--accent); outline-offset: 2px; }
.ckm-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; margin-top: 16px; }
.footer-link { font-size: 14px; color: inherit; text-align: left; }
.footer-link:hover { color: #fff; text-decoration: underline; }
@media (max-width: 560px) { .cookie { left: 8px; right: 8px; bottom: 8px; max-width: none; } .ckm-actions .btn { flex: 1 1 100%; } }

/* Hareketle belirme (yalnızca JS + Motion yüklendiyse gizlenir) */
.motion-on [data-reveal] { opacity: 0; }

@media (max-width: 1100px) { .rail { grid-auto-columns: calc((100% - 2 * 16px) / 3); } }
@media (max-width: 900px) {
  .logo .wordmark { font-size: 19px; letter-spacing: .24em; }
  .hero { height: 88svh; min-height: 520px; }
  .top.overlay .search-toggle { display: flex; }
  .top.overlay:not(.search-open) .search { display: none; }
  .mega { top: 96px; font-size: 18.5vw; }
  .art-1 { right: auto; left: 7%; top: 22%; width: 31vw; }
  .art-2 { right: 7%; top: 17%; width: 37vw; }
  .art-3 { right: 36%; bottom: auto; top: 30%; width: 22vw; }
  .slide-copy { bottom: 72px; }
  .slide-title { margin-bottom: 14px; }
  .hero-tabs { justify-content: flex-start; bottom: 18px; }
  .scroll-cue, .rail-btn { display: none; }
  .rail { grid-auto-columns: 44%; gap: 10px; }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .flash-home { top: 150px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
