/* MEZECİ — premium food commerce homepage
   Cream / near-black / mustard gold / olive */

:root {
  --bg: #f7f5f1;
  --bg-soft: #efece5;
  --surface: #ffffff;
  --ink: #1a1a1a;
  --ink-soft: #4a4742;
  --muted: #7a756c;
  --line: #e6e1d8;
  --line-strong: #d0c8bb;
  --gold: #b88e4f;
  --gold-hover: #a17a3f;
  --olive: #3a4638;
  --olive-deep: #2c352a;
  --radius: 8px;
  --radius-sm: 6px;
  --shadow: 0 8px 24px rgba(26, 26, 26, 0.08);
  --font-display: Fraunces, Georgia, "Times New Roman", serif;
  --font-body: Manrope, system-ui, sans-serif;
  --ease: cubic-bezier(0.25, 1, 0.5, 1);
  --max: 1240px;
  --topbar-h: 2.55rem;
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; max-width: 100%; }
button { cursor: pointer; }

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

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.75rem;
  padding: 0.55rem 1.2rem;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.9rem;
  transition: background .15s var(--ease), color .15s var(--ease), border-color .15s var(--ease), transform .1s var(--ease);
}
.btn:active { transform: scale(0.98); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #2e2e2e; }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--gold-hover); }
.btn-outline { background: transparent; border-color: var(--line-strong); color: var(--ink); }
.btn-outline:hover { border-color: var(--ink); }
.btn-white { background: #fff; color: var(--olive); }
.btn-white:hover { background: var(--bg); }
.btn-sm { min-height: 2.25rem; padding: 0.35rem 0.75rem; font-size: 0.78rem; }
.btn-block { width: 100%; }
.btn svg { width: 14px; height: 14px; }

/* Sticky header — first reference: topbar + logo/actions row + nav row */
.site-top {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--bg, #f2efe9);
}

.topbar {
  height: var(--topbar-h);
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.topbar-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.topbar-left,
.topbar-right {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}
.topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  white-space: nowrap;
}
.topbar-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
  width: 1.15rem;
  height: 1.15rem;
}
.topbar-ico .am-ico {
  width: 100%;
  height: 100%;
}
.topbar-ico .e-font-icon-svg,
.topbar-ico .am-ico svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.topbar-ico-muted { color: rgba(255, 255, 255, 0.82); }
.ankarameze-header .am-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: var(--am-ico, 1em);
  height: var(--am-ico, 1em);
}
.ankarameze-header .am-ico i,
.ankarameze-header .am-ico svg,
.ankarameze-header .am-ico img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.ankarameze-header .am-ico i {
  font-size: var(--am-ico, 1em);
  width: 1em;
  height: 1em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.topbar-fresh { cursor: default; }
.topbar-sep {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.3);
}
.topbar a:hover { color: #fff; }
.topbar-account {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-left: 0.15rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.topbar-account:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.topbar-account-ico {
  display: inline-flex;
  width: 1.1rem;
  height: 1.1rem;
  color: #fff;
}
.topbar-account-ico .am-ico {
  width: 100%;
  height: 100%;
  color: #fff;
}
.topbar-account-ico .am-ico,
.topbar-account-ico .am-ico i,
.topbar-account-ico .e-font-icon-svg,
.topbar-account-ico svg {
  color: #fff !important;
  fill: #fff !important;
}

.site-header {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.55rem 0 0.35rem;
}

.logo {
  display: block;
  line-height: 0;
  flex-shrink: 0;
}
.logo-img {
  display: block;
  width: auto;
  height: 5.6rem;
  object-fit: contain;
  object-position: left center;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-shrink: 0;
}

.address-box {
  display: none;
  align-items: center;
  gap: 0.7rem;
  min-height: 3.35rem;
  padding: 0.4rem 1rem 0.4rem 0.45rem;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 999px;
  background: #fff;
  text-align: left;
  box-shadow: 0 4px 14px rgba(26, 26, 26, 0.05);
  max-width: 16.5rem;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  cursor: pointer;
}
a.address-box:visited { color: inherit; }
.address-box:hover { border-color: rgba(26, 26, 26, 0.14); }
.address-box.is-empty .value {
  color: var(--gold, #b0894a);
  font-weight: 600;
}
.address-icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.address-icon .am-ico {
  width: 1.05rem;
  height: 1.05rem;
}
.address-icon .e-font-icon-svg,
.cart-btn .e-font-icon-svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.cart-btn .am-ico {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.address-text { min-width: 0; flex: 1; }
.address-box .label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.15;
}
.address-box .value {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10rem;
}
.address-chevron {
  color: #9a948a;
  display: inline-flex;
  flex-shrink: 0;
}

.cart-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 3.35rem;
  padding: 0.4rem 1.2rem 0.4rem 0.95rem;
  background: #111;
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-weight: 600;
}
.cart-btn:hover { background: #2a2a2a; }
.cart-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.12;
}
.cart-total { font-size: 0.92rem; font-weight: 700; letter-spacing: 0.01em; }
.cart-label {
  font-size: 0.7rem;
  font-weight: 500;
  opacity: 0.88;
}
.cart-badge {
  position: absolute;
  top: -0.3rem;
  right: -0.22rem;
  min-width: 1.28rem;
  height: 1.28rem;
  padding: 0 0.3rem;
  border-radius: 999px;
  background: var(--gold);
  color: #1a1a1a;
  font-size: 0.7rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 2px var(--bg);
}

.menu-toggle {
  width: 2.85rem;
  height: 2.85rem;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius-sm);
  display: grid;
  place-items: center;
}
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  position: relative;
}
.menu-toggle span::before,
.menu-toggle span::after { content: ""; position: absolute; left: 0; }
.menu-toggle span::before { top: -5px; }
.menu-toggle span::after { top: 5px; }

.nav-bar {
  display: none;
  border-top: 1px solid var(--line);
}
.nav-bar-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.55rem;
  padding: 0.72rem 0 0.9rem;
}
.nav-bar a {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 0.15rem 0 0.3rem;
  border-bottom: 2px solid transparent;
}
.nav-bar a:hover { color: var(--gold); }
.nav-bar a.is-active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.mobile-nav {
  display: none;
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 0.35rem 0 1.15rem;
}
.mobile-nav.container {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: 0;
}
.mobile-nav.open { display: block; }
.mobile-nav a {
  display: block;
  padding: 0.95rem 1.35rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: var(--ink);
}
.mobile-nav a:hover { color: var(--gold); }
.mobile-nav a.is-active {
  color: var(--gold);
  background: rgba(184, 142, 79, 0.06);
}
.mobile-nav a:last-child {
  border-bottom: 0;
}

@media (min-width: 1100px) {
  .nav-bar { display: block; }
  .address-box { display: inline-flex; }
  .menu-toggle { display: none; }
}
@media (max-width: 900px) {
  .hide-sm { display: none !important; }
  .topbar-fresh { display: none; }
  .logo-img { height: 4.1rem; }
  .header-actions { gap: 0.45rem; }
  .cart-btn {
    min-height: 2.75rem;
    padding: 0.35rem 0.85rem 0.35rem 0.7rem;
    gap: 0.4rem;
    font-size: 0.82rem;
  }
  .menu-toggle {
    width: 2.75rem;
    height: 2.75rem;
  }
}
@media (max-width: 520px) {
  .cart-label { display: none; }
  .container {
    width: min(var(--max), calc(100% - 1.75rem));
  }
  .hero-copy {
    width: min(var(--max), calc(100% - 1.75rem));
  }
  .topbar-left .topbar-item:first-child .topbar-txt {
    max-width: 11rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Hero — split cream / meze + floating category dock (reference match) */
.hero {
  position: relative;
  padding: 0 0 2.25rem;
  background: var(--bg);
}
.hero-band {
  background: #f2efe9;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  align-items: stretch;
  min-height: clamp(20rem, 38vw, 26rem);
}
@media (min-width: 960px) {
  .hero-grid {
    grid-template-columns: minmax(17rem, 0.88fr) minmax(0, 1.12fr);
  }
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.1rem 0 4.4rem;
  max-width: 30rem;
  position: relative;
  z-index: 2;
}
.hero-copy h1 {
  margin: 0 0 0.9rem;
  font-family: var(--font-body);
  font-size: clamp(2.15rem, 4.4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #151515;
}
.hero-copy h1 .accent {
  display: block;
  color: #9e804b;
}
.hero-headline-rotate {
  display: grid;
  width: 100%;
}
.hero-headline-item {
  grid-area: 1 / 1;
  align-self: end;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s linear 0.5s;
  pointer-events: none;
}
.hero-headline-item.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0s;
  pointer-events: auto;
}
@media (prefers-reduced-motion: reduce) {
  .hero-headline-item {
    opacity: 1;
    visibility: visible;
    transition: none;
  }
  .hero-headline-item:not(:first-child) {
    display: none;
  }
}
.hero-lead {
  margin: 0 0 1.25rem;
  max-width: 24rem;
  color: #4a4a4a;
  font-size: 0.95rem;
  line-height: 1.55;
  font-weight: 500;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.35rem;
}
.btn-hero-primary {
  min-height: 2.85rem;
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  background: #111;
  color: #fff;
  border: 0;
  font-weight: 600;
  font-size: 0.9rem;
  gap: 0.45rem;
}
.btn-hero-primary:hover { background: #2a2a2a; }
.btn-hero-ghost {
  min-height: 2.85rem;
  padding: 0.4rem 1.1rem 0.4rem 0.5rem;
  border-radius: 999px;
  background: transparent;
  border: 1.5px solid #1a1a1a;
  color: #151515;
  font-weight: 600;
  font-size: 0.9rem;
  gap: 0.5rem;
}
.btn-hero-ghost:hover { background: rgba(255, 255, 255, 0.55); }
.play-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
}
.play-chip .am-ico {
  width: 1.25rem;
  height: 1.25rem;
  color: inherit;
}
.play-chip .am-ico i,
.play-chip .am-ico svg,
.play-chip .am-ico .e-font-icon-svg {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
  line-height: 1;
}
.hero-trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  max-width: 30rem;
}
.hero-trust li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.15rem 1.15rem;
  color: #1f1c19;
}
.hero-trust li:first-child { padding-left: 0; }
.hero-trust li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.55rem;
  background: rgba(26, 26, 26, 0.18);
}
.hero-trust li:not(:last-child) { border-right: 0; }
.hero-trust .am-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: var(--am-ico, 24px);
  height: var(--am-ico, 24px);
  color: #1a1a1a;
}
.hero-trust .am-ico i {
  font-size: var(--am-ico, 24px);
  line-height: 1;
}
.hero-trust .am-ico svg,
.hero-trust .am-ico .e-font-icon-svg {
  width: var(--am-ico, 24px);
  height: var(--am-ico, 24px);
  flex-shrink: 0;
}
.hero-trust svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #1a1a1a;
}
.trust-text {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  line-height: 1.15;
}
.trust-text strong,
.trust-text em {
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.005em;
}

.hero-media {
  position: relative;
  min-height: 15rem;
  background: #2a2a28;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 960px) {
  .hero-media {
    margin-right: calc(-1 * max(1.25rem, (100vw - var(--max)) / 2));
    min-height: 100%;
  }
  .hero-media::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5rem;
    z-index: 1;
    background: linear-gradient(90deg, #f2efe9 0%, rgba(242, 239, 233, 0) 100%);
    pointer-events: none;
  }
}

.category-dock-wrap {
  position: relative;
  z-index: 5;
  margin-top: -2.75rem;
}
.category-dock {
  display: grid;
  background: #fff;
  border-radius: 1.35rem;
  box-shadow: 0 14px 40px rgba(26, 26, 26, 0.12);
  overflow: hidden;
  border: 1px solid rgba(26, 26, 26, 0.05);
}
@media (min-width: 960px) {
  .category-dock { grid-template-columns: minmax(0, 1fr) minmax(14.5rem, 18.5rem); }
}
.cat-scroll {
  display: flex;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  z-index: 1;
}
.cat-scroll::-webkit-scrollbar { display: none; }
.cat-item {
  position: relative;
  flex: 1 1 0;
  min-width: 7.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  padding: 1.35rem 0.8rem 1.25rem;
  text-align: center;
  color: #1a1a1a;
  background: #fff;
}
.cat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: #e7e1d7;
}
.cat-item:hover { background: #faf8f4; }
.cat-item svg {
  width: 2.65rem;
  height: 2.65rem;
  display: block;
}
.cat-item span {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1.2;
}
.cat-cta {
  position: relative;
  z-index: 2;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 1.3rem 1.5rem;
  color: #fff;
  overflow: hidden;
  background: #2a3830;
  text-shadow: none;
}
.cat-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(30, 40, 33, 0.88) 0%, rgba(42, 56, 48, 0.5) 55%, rgba(30, 40, 33, 0.82) 100%),
    url("../assets/cat-cta-bg.jpg") center / cover no-repeat;
}
.cat-cta-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/cat-cta-pattern.svg") right -8% center / 240px auto no-repeat;
  opacity: 0.5;
}
.cat-cta-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.cat-cta:hover .cat-cta-bg { filter: brightness(1.06); }
.cat-cta strong {
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: #fff;
  text-shadow: none;
}
.cat-cta-copy > span {
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: none;
}

@media (max-width: 959px) {
  .hero-band > .container.hero-grid {
    width: 100%;
    margin-inline: 0;
  }
  .hero-grid { min-height: 0; }
  .hero-copy {
    width: min(var(--max), calc(100% - 2.5rem));
    margin-inline: auto;
    padding: 1.35rem 0 1.25rem;
    max-width: none;
    text-align: center;
    align-items: center;
  }
  .hero-copy h1 {
    font-size: clamp(1.7rem, 7.2vw, 2.35rem);
    margin-bottom: 0.7rem;
    text-align: center;
  }
  .hero-lead {
    margin: 0 auto 1rem;
    font-size: 0.9rem;
    text-align: center;
    max-width: 22rem;
  }
  .hero-cta {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 1.1rem;
    width: 100%;
    max-width: 22rem;
    margin-inline: auto;
  }
  .btn-hero-primary,
  .btn-hero-ghost { width: 100%; }
  .hero-media {
    width: 100%;
    height: auto;
    min-height: 0;
    order: -1;
    overflow: hidden;
    background: transparent;
    aspect-ratio: 5 / 3;
    border-radius: 0;
  }
  .hero-media img {
    position: static;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 5 / 3;
  }
  .hero-trust {
    max-width: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem 0.5rem;
    padding-top: 0.35rem;
    width: 100%;
    margin-inline: auto;
    justify-items: center;
  }
  .hero-trust li {
    padding: 0;
    gap: 0.55rem;
    min-width: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .hero-trust li:not(:last-child)::after { display: none; }
  .hero-trust svg,
  .hero-trust .am-ico {
    width: 30px;
    height: 30px;
  }
  .hero-trust .am-ico {
    display: inline-grid;
    place-items: center;
  }
  .hero-trust .am-ico i,
  .hero-trust .am-ico svg,
  .hero-trust .am-ico img {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 1;
  }
  .trust-text {
    align-items: center;
  }
  .trust-text strong,
  .trust-text em {
    font-size: 0.72rem;
    line-height: 1.25;
  }
  .category-dock-wrap {
    margin-top: 0.85rem;
    padding-bottom: 0.25rem;
  }
  .category-dock {
    border-radius: 1rem;
  }
  .cat-scroll {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .cat-scroll::-webkit-scrollbar { display: none; }
  .cat-item {
    flex: 0 0 auto;
    min-width: 5.75rem;
    scroll-snap-align: start;
    padding: 1rem 0.5rem 0.95rem;
    gap: 0.45rem;
  }
  .cat-item svg {
    width: 2rem;
    height: 2rem;
  }
  .cat-item span {
    font-size: 0.72rem;
  }
  .cat-cta {
    min-width: 0;
    min-height: 4.25rem;
    padding: 1rem 1.15rem;
  }
  .cat-cta strong { font-size: 1.1rem; }
}

/* Products — Favori Mezelerimiz (carousel) */
.section { padding: 3.75rem 0; }
.products-section { background: var(--bg); }
.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.85rem 1.5rem;
  margin-bottom: 1.55rem;
}
.section-eyebrow {
  margin: 0 0 0.3rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a6853f;
}
.section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #151515;
  letter-spacing: -0.02em;
}
.section-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #1a1a1a;
}
.section-link svg { width: 14px; height: 14px; }
.section-link:hover { color: #a6853f; }

.products-section,
.products-section .container {
  overflow: visible;
}

/* Başlık + kartlar aynı kolonda; oklar sol/sağ slotta (kart dışında) */
.product-carousel-frame {
  --rail-arrow: 2.7rem;
  --rail-gap: 0.9rem;
  display: grid;
  grid-template-columns: var(--rail-arrow) minmax(0, 1fr) var(--rail-arrow);
  justify-content: center;
  align-items: start;
  column-gap: var(--rail-gap);
  /* Orta kolon = .container genişliği; oklar onun dışında */
  width: min(
    calc(var(--max) + 2 * var(--rail-arrow) + 2 * var(--rail-gap)),
    calc(100% - 2.5rem + 2 * var(--rail-arrow) + 2 * var(--rail-gap))
  );
  max-width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
}
.product-carousel-main.container {
  width: 100%;
  margin-inline: 0;
}
.product-slider {
  position: relative;
  padding-inline: 0;
}
.product-rail {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0.15rem 0 0.5rem;
  -webkit-overflow-scrolling: touch;
}
.product-rail::-webkit-scrollbar { display: none; }

.product-card {
  /* Tam sayı kart: yarım peek yok (max-width kaldırıldı) */
  flex: 0 0 calc((100% - 3rem) / 4);
  min-width: 0;
  scroll-snap-align: start;
  background: #fff;
  border: 0;
  border-radius: 0.85rem;
  box-shadow: 0 4px 18px rgba(26, 26, 26, 0.055);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s var(--ease);
}
@media (max-width: 899px) {
  .product-card { flex-basis: calc((100% - 1rem) / 2); }
}
.product-card:hover {
  box-shadow: 0 8px 24px rgba(26, 26, 26, 0.09);
}
.product-media {
  position: relative;
  aspect-ratio: 1;
  background: #efece6;
  overflow: hidden;
}
.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s var(--ease);
}
.product-card:hover .product-media img { transform: scale(1.03); }

.product-badge {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #2c2925;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 1px 6px rgba(26, 26, 26, 0.1);
  pointer-events: none;
}

.product-body {
  padding: 0.85rem 0.9rem 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex: 1;
}
.product-body h3 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: 700;
  color: #151515;
  letter-spacing: -0.01em;
}
.gram-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.32rem;
}
.product-unit {
  margin: 0 0 0.55rem;
  font-size: 0.82rem;
  color: var(--muted);
}
.gram-chip {
  min-height: 1.8rem;
  padding: 0.2rem 0.2rem;
  border: 1px solid #e6e0d6;
  border-radius: 0.35rem;
  background: #f4f1eb;
  font-size: 0.68rem;
  font-weight: 600;
  color: #2c2925;
  white-space: nowrap;
}
.gram-chip:hover { border-color: #1a1a1a; }
.gram-chip.is-active {
  background: #111;
  border-color: #111;
  color: #fff;
}
.product-price {
  margin-top: 0.05rem;
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #151515;
}
.btn-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  min-height: 2.55rem;
  margin-top: auto;
  padding: 0 0.7rem;
  border: 0;
  border-radius: 0.45rem;
  background: #111;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 600;
  white-space: nowrap;
}
.btn-add svg { width: 14px; height: 14px; flex-shrink: 0; }
.btn-add:hover { background: #2a2a2a; }
.product-card a.added_to_cart { display: none !important; }

.rail-btn {
  position: relative;
  width: var(--rail-arrow, 2.7rem);
  height: var(--rail-arrow, 2.7rem);
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(26, 26, 26, 0.18);
  z-index: 4;
  flex-shrink: 0;
}
.rail-btn svg { width: 16px; height: 16px; }
.rail-btn:hover:not(:disabled) { background: #2a2a2a; }
.rail-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

/* Mobile carousel: hide arrows AFTER .rail-btn so display:none wins;
   also drop the desktop width that adds arrow gutters (was overflowing). */
@media (max-width: 900px) {
  .product-carousel-frame {
    --rail-arrow: 0px;
    --rail-gap: 0px;
    grid-template-columns: minmax(0, 1fr);
    width: min(var(--max), calc(100% - 2.5rem));
    max-width: 100%;
    column-gap: 0;
  }
  .rail-btn {
    display: none !important;
    margin-top: 0 !important;
  }
  .product-rail {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
  }
  .product-card {
    flex: none;
    width: 100%;
    flex-basis: auto;
    scroll-snap-align: none;
  }
  .products-section { padding: 2.25rem 0; }
  .section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.55rem;
    margin-bottom: 1.1rem;
  }
  .section-head h2 {
    font-size: clamp(1.45rem, 6vw, 1.85rem);
  }
  .section-link {
    font-size: 0.8rem;
    white-space: nowrap;
  }
}

@media (max-width: 520px) {
  .product-carousel-frame {
    width: min(var(--max), calc(100% - 1.75rem));
  }
}

/* Planner — reference banner 1:1 (wide + compact height) */
.planner {
  padding: 2.75rem 0 3.25rem;
  background: var(--bg);
}
.planner-banner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  background: #151515;
  color: #fff;
  border-radius: 14px;
  overflow: hidden;
}
@media (min-width: 1020px) {
  .planner-banner {
    /* Reference is wide & short (~5:1) */
    grid-template-columns: 0.95fr 1.2fr 1.35fr;
    min-height: 17.5rem;
    max-height: 19.5rem;
  }
}

.planner-visual {
  position: relative;
  min-height: 12rem;
  background: #1c1c1c;
  overflow: hidden;
}
.planner-visual img {
  width: 100%;
  height: 100%;
  min-height: 12rem;
  object-fit: cover;
  object-position: 28% center;
  display: block;
}
.planner-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 38%,
    rgba(21, 21, 21, 0.22) 66%,
    rgba(21, 21, 21, 0.78) 86%,
    #151515 100%
  );
  pointer-events: none;
}
@media (min-width: 1020px) {
  .planner-visual,
  .planner-visual img {
    min-height: 100%;
    height: 100%;
  }
}
@media (max-width: 1019px) {
  .planner-visual::after {
    background: linear-gradient(180deg, transparent 40%, #151515 100%);
  }
}

.planner-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 1.2rem 1rem;
}
@media (min-width: 1020px) {
  .planner-copy {
    padding: 1.35rem 1.25rem 1.35rem 0.85rem;
  }
}
.planner-copy h2 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 16ch;
}
.planner-copy p {
  margin: 0 0 0.85rem;
  max-width: 26rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.86rem;
  line-height: 1.45;
}
.guest-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media (min-width: 1020px) {
  .guest-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
.guest-chip {
  min-height: 2.75rem;
  padding: 0.45rem 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 0.45rem;
  background: transparent;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
}
.guest-chip:hover { border-color: rgba(255, 255, 255, 0.58); }
.guest-chip.is-on {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

.planner-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin: 0.75rem 1rem 1rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.045);
}
@media (min-width: 1020px) {
  .planner-card {
    grid-template-columns: 1.4fr 0.9fr;
    gap: 0;
    margin: 1rem 1.1rem;
    align-self: center;
    align-self: stretch;
  }
}
.planner-card-body { min-width: 0; }
@media (min-width: 1020px) {
  .planner-card-body {
    padding-right: 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.planner-card-body h3 {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
.planner-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}
.planner-items li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.2;
}
.plan-check {
  width: 13px;
  height: 13px;
  color: var(--gold);
  fill: currentColor;
  flex-shrink: 0;
}
.planner-card-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.15rem;
}
@media (min-width: 1020px) {
  .planner-card-cta {
    padding-left: 1.1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.28);
  }
}
@media (max-width: 1019px) {
  .planner-card-cta {
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }
}
.planner-card-kicker {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.62);
}
.planner-card-price {
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1.05;
  font-variant-numeric: tabular-nums;
}
.planner-card-btn {
  margin-top: 0.65rem;
  min-height: 2.7rem;
  padding: 0 1.25rem;
  border: 0;
  border-radius: 0.4rem;
  background: var(--gold);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  max-width: 10.25rem;
}
.planner-card-btn:hover { background: var(--gold-hover); }
@media (max-width: 1019px) {
  .planner-card-btn { max-width: none; }
}

/* Delivery — reference band 1:1 (unified white widget + skyline) */
.delivery {
  padding: 2.25rem 0 2.75rem;
  background: var(--bg);
}
.delivery-panel {
  position: relative;
  display: grid;
  gap: 1.25rem;
  align-items: center;
  background: #efe9df;
  border-radius: 1.05rem;
  padding: 1.5rem 1.35rem;
  overflow: hidden;
  min-height: 8.25rem;
}
@media (min-width: 1000px) {
  .delivery-panel {
    grid-template-columns: minmax(15rem, 0.9fr) minmax(26rem, 1.55fr) minmax(8.5rem, 0.6fr);
    gap: 1.25rem 1.5rem;
    padding: 1.65rem 1.5rem 1.65rem 2rem;
    min-height: 9rem;
  }
}

.delivery-copy {
  position: relative;
  z-index: 2;
  max-width: 20rem;
}
.delivery-copy h2 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.delivery-copy p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.45;
}

.delivery-widget {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.85rem;
  align-items: end;
  background: #fff;
  border-radius: 0.75rem;
  padding: 0.95rem 1.05rem;
  box-shadow: 0 8px 24px rgba(26, 26, 26, 0.07);
}
@media (min-width: 720px) {
  .delivery-widget {
    grid-template-columns: 1fr 1.15fr auto auto;
    gap: 0.85rem 1rem;
    padding: 0.95rem 1.2rem 1rem;
    align-items: center;
  }
}

.delivery-field label {
  display: block;
  margin-bottom: 0.32rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--muted);
  text-transform: none;
}
.delivery-select {
  position: relative;
}
.delivery-select select {
  width: 100%;
  min-width: 9rem;
  min-height: 2.65rem;
  padding: 0.4rem 2rem 0.4rem 0.8rem;
  border: 1px solid #d8d0c4;
  border-radius: 0.45rem;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
}
.delivery-select::after {
  content: "";
  position: absolute;
  right: 0.8rem;
  top: 50%;
  width: 0.42rem;
  height: 0.42rem;
  border-right: 1.5px solid #9a948a;
  border-bottom: 1.5px solid #9a948a;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
.delivery-select select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(184, 142, 79, 0.16);
}

.delivery-split {
  display: none;
}
@media (min-width: 720px) {
  .delivery-split {
    display: block;
    width: 1px;
    align-self: stretch;
    min-height: 3.25rem;
    margin: 0.2rem 0.2rem;
    background: #e7e1d7;
  }
}

.delivery-fee {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.12rem;
  min-width: 7.25rem;
  padding-top: 0.1rem;
}
@media (min-width: 720px) {
  .delivery-fee {
    padding: 0 0.1rem 0 0.25rem;
  }
}
.delivery-fee-label {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--muted);
}
.delivery-fee-value {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.05;
  font-variant-numeric: tabular-nums;
}

.delivery-art {
  position: absolute;
  right: 0.5rem;
  bottom: -0.15rem;
  width: min(36%, 300px);
  height: 86%;
  z-index: 1;
  pointer-events: none;
  color: rgba(60, 56, 50, 0.22);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 999px) {
  .delivery-panel {
    padding-bottom: 5rem;
  }
  .delivery-art {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4.5rem;
    opacity: 1;
    align-items: flex-end;
    justify-content: center;
    color: rgba(60, 56, 50, 0.34);
  }
  .delivery-skyline {
    width: min(100%, 19rem);
    margin: 0 auto;
  }
  .delivery-art-img {
    width: auto;
    max-width: min(100%, 19rem);
    margin: 0 auto;
    object-position: center bottom;
  }
  .delivery-pin {
    right: auto;
    left: 62%;
    top: -1.6rem;
    width: 1.75rem;
    height: 1.75rem;
    transform: translateX(-50%);
  }
}
.delivery-skyline {
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
}
.delivery-art-img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: right bottom;
  display: block;
}
.delivery-pin {
  position: absolute;
  right: 28%;
  top: 12%;
  width: 2rem;
  height: 2rem;
  color: #1a1a1a;
}
@media (min-width: 1000px) {
  .delivery-pin {
    width: 2.25rem;
    height: 2.25rem;
    right: 26%;
    top: 10%;
  }
}

/* Promo — static olive band (no slider) */
.promo {
  padding: 0 0 3.25rem;
}
.promo-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.95rem;
  background: #2a372d;
  color: #fff;
  border-radius: 0.85rem;
  overflow: hidden;
  padding: 0 0 1.15rem;
}
@media (min-width: 900px) {
  .promo-banner {
    flex-direction: row;
    align-items: center;
    gap: 0;
    min-height: 0;
    aspect-ratio: 978 / 155;
    padding: 0 1.5rem 0 0;
  }
}

.promo-media {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  height: 11rem;
  overflow: hidden;
  background: #1a221c;
}
@media (min-width: 900px) {
  .promo-media {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 28%;
    height: auto;
    z-index: 0;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 55%, transparent 100%);
            mask-image: linear-gradient(90deg, #000 0%, #000 55%, transparent 100%);
  }
}
.promo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
}

.promo-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.22rem;
  padding: 0 1.25rem;
  flex: 1 1 auto;
  min-width: 0;
}
@media (min-width: 900px) {
  .promo-copy {
    padding: 0 1.1rem 0 34%;
    gap: 0.14rem;
  }
}
.promo-eyebrow {
  margin: 0;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a8987e;
}
.promo-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.9vw, 1.55rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: #fff;
}
.promo-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.84rem;
  line-height: 1.4;
  max-width: 34rem;
}

.promo-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  align-self: flex-start;
  margin: 0 1.25rem;
  padding: 0.78rem 1.35rem;
  border-radius: 999px;
  background: #fff;
  color: #1c221a;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.15s ease;
}
.promo-cta:hover {
  background: #f3f0e9;
  color: #1c221a;
}
.promo-cta span {
  font-size: 1.05em;
  line-height: 1;
  translate: 0 -0.02em;
}
@media (min-width: 900px) {
  .promo-cta {
    align-self: center;
    margin: 0;
    margin-left: auto;
    flex: 0 0 auto;
  }
}

/* Footer — dark main (shared across pages) */
.site-footer {
  --footer-gold: #c4a36a;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.78);
}
.footer-main {
  background: #1a1a1a;
  padding: 2.75rem 0 0;
}
.footer-main-grid {
  display: grid;
  gap: 2rem 1.35rem;
}
@media (min-width: 700px) {
  .footer-main-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .footer-main-grid {
    grid-template-columns: 1.55fr 0.85fr 0.95fr 0.95fr 1.15fr;
    gap: 1.5rem 1.25rem;
    align-items: start;
  }
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  margin-bottom: 0.95rem;
  color: #fff;
  text-decoration: none;
}
.footer-logo-mark {
  width: 1.55rem;
  height: 1.55rem;
  color: var(--footer-gold, var(--gold));
  margin-bottom: 0.2rem;
}
.footer-logo-mark svg { width: 100%; height: 100%; }
.footer-logo-text {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
}
.footer-logo-tag {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.82rem;
  color: var(--footer-gold, var(--gold));
  letter-spacing: 0.01em;
}
.footer-brand > p {
  margin: 0 0 1.1rem;
  max-width: 17rem;
  font-size: 0.84rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.62);
}
.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.footer-contact li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.82);
}
.footer-contact a { color: inherit; text-decoration: none; }
.footer-contact a:hover { color: #fff; }
.footer-contact-ico {
  width: 0.95rem;
  height: 0.95rem;
  color: var(--footer-gold, var(--gold));
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}
.footer-contact-ico svg { width: 100%; height: 100%; display: block; }
.footer-contact-ico .e-font-icon-svg,
.footer-call-ico .e-font-icon-svg,
.footer-assist-ico .e-font-icon-svg,
.footer-logo-mark .e-font-icon-svg,
.footer-bottom-mark .e-font-icon-svg,
.footer-assist-cta-ico .e-font-icon-svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.ankarameze-footer .am-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--am-ico, 1em);
  height: var(--am-ico, 1em);
  line-height: 1;
}
.ankarameze-footer .am-ico i {
  font-size: var(--am-ico, 1em);
  width: 1em;
  height: 1em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-assist-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.footer-assist-cta-ico {
  display: inline-flex;
  width: 0.85rem;
  height: 0.85rem;
}
.footer-assist-cta-ico .am-ico {
  width: 100%;
  height: 100%;
}

.footer-main h4 {
  margin: 0 0 1rem;
  color: var(--footer-gold, var(--gold));
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.footer-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.72rem;
  font-size: 0.86rem;
}
.footer-main ul a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}
.footer-main ul a:hover { color: #fff; }

.footer-hours {
  margin: 0 0 1rem;
  font-size: 0.84rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
}
.footer-call-card {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  max-width: 100%;
  width: max-content;
  padding: 0.8rem 0.95rem;
  border-radius: 0.6rem;
  background: #252525;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
  text-decoration: none;
  transition: background 0.15s ease;
}
.footer-call-card:hover { background: #2d2d2d; color: #fff; }
.footer-call-ico {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(184, 142, 79, 0.65);
  background: transparent;
  color: var(--footer-gold, var(--gold));
  flex: 0 0 auto;
}
.footer-call-ico svg { width: 1.05rem; height: 1.05rem; }
.footer-call-card strong {
  display: block;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.footer-call-card em {
  display: block;
  margin-top: 0.1rem;
  font-style: normal;
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
}
.footer-call-card small {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.45);
}

.footer-utility {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 1.35rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (min-width: 900px) {
  .footer-utility {
    grid-template-columns: 1.4fr 0.85fr 1.1fr;
    gap: 0;
    align-items: start;
  }
  .footer-utility > * {
    padding: 0 1.5rem;
  }
  .footer-utility > *:first-child { padding-left: 0; }
  .footer-utility > *:last-child { padding-right: 0; }
  .footer-utility > * + * {
    border-left: 1px solid rgba(184, 142, 79, 0.2);
  }
}
.footer-assist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.1rem;
  flex-wrap: nowrap;
}
.footer-assist-head {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  margin-bottom: 0;
  min-width: 0;
  flex: 1 1 auto;
}
.footer-assist-ico {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184, 142, 79, 0.55);
  color: var(--footer-gold, var(--gold));
  flex: 0 0 auto;
}
.footer-assist-ico svg { width: 0.85rem; height: 0.85rem; }
.footer-assist-head h4 { margin-bottom: 0.12rem; }
.footer-assist-head p {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.52);
  max-width: none;
}
.footer-assist-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  flex: 0 0 auto;
  align-self: center;
  min-height: 2.35rem;
  padding: 0 1rem;
  border: 1px solid var(--footer-gold, var(--gold));
  background: transparent;
  color: var(--footer-gold, var(--gold));
  font-size: 0.8rem;
  font-weight: 700;
  font-family: inherit;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}
.footer-assist-cta:hover {
  background: var(--footer-gold, var(--gold));
  color: #151515;
}
@media (max-width: 899px) {
  .footer-assist {
    flex-wrap: wrap;
  }
}

.footer-social-row {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  align-items: center;
}
.footer-social-row a {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 0;
  flex-shrink: 0;
}
.footer-social-row a:hover {
  border-color: var(--footer-gold, var(--gold));
  color: var(--footer-gold, var(--gold));
}
.footer-social-row a .am-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.05rem;
  height: 1.05rem;
  line-height: 0;
}
.footer-social-row a .am-ico i,
.footer-social-row a .am-ico svg,
.footer-social-row a .am-ico img {
  width: 1.05rem !important;
  height: 1.05rem !important;
  max-width: 1.05rem;
  max-height: 1.05rem;
  display: block;
  margin: 0 auto;
  line-height: 1;
  font-size: 1.05rem;
  font-style: normal;
  vertical-align: middle;
}
.footer-social-row a .am-ico svg.e-font-icon-svg,
.footer-social-row a .am-ico .e-font-icon-svg {
  fill: currentColor;
  stroke: none;
  transform: none;
}
.footer-social-row a .am-ico i::before {
  display: block;
  line-height: 1;
  width: 1em;
  text-align: center;
}

.footer-pay-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
  align-items: center;
}
.footer-pay-media {
  display: block;
  line-height: 0;
}
.footer-pay-image {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.pay-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.45rem;
  padding: 0.08rem 0.38rem;
  border-radius: 0.1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  overflow: hidden;
}
.pay-ssl {
  color: var(--footer-gold, var(--gold));
  border-color: rgba(196, 163, 106, 0.55);
  background: transparent;
}

.footer-bottom-wrap {
  position: relative;
  margin-top: 0.15rem;
}
.footer-bottom-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(184, 142, 79, 0.28);
}
.footer-bottom {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem 1.25rem;
  padding: 1.05rem 0 1.25rem;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.48);
}
.footer-bottom p { margin: 0; max-width: none; }
.footer-bottom p span { color: var(--footer-gold, var(--gold)); }
.footer-bottom-mark {
  width: 1.15rem;
  height: 1.15rem;
  color: var(--footer-gold, var(--gold));
  background: #1a1a1a;
  padding: 0 0.6rem;
  box-sizing: content-box;
  position: relative;
  z-index: 1;
  margin-top: -0.05rem;
}
.footer-bottom-mark svg { width: 100%; height: 100%; display: block; }
.footer-credit {
  justify-self: end;
  text-align: right;
}
@media (max-width: 699px) {
  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .footer-credit { justify-self: center; text-align: center; }
  .footer-bottom-mark { order: -1; }
  .footer-call-card { width: 100%; }
}

.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;
}


/* Cart page */
.page-cart {
  background: #f7f4ee;
}
.cart-page {
  padding: 1.5rem 0 3.5rem;
}
.cart-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
  font-size: 0.8rem;
  color: var(--muted);
}
.cart-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.cart-breadcrumb a:hover { color: var(--ink); }
.cart-layout {
  display: grid;
  gap: 1.5rem;
}
.cart-main { min-width: 0; }
@media (min-width: 980px) {
  .cart-layout {
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
    gap: 1.75rem;
    align-items: start;
  }
}
.cart-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1.15rem;
}
.cart-head h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 600;
  color: var(--ink);
}
.cart-head h1 span {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--muted);
}
.cart-continue {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
}
.cart-continue svg { width: 1rem; height: 1rem; }
.cart-continue:hover { color: var(--gold); }

.cart-list {
  display: grid;
  gap: 0.75rem;
}
.cart-item {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 0.75rem 0.9rem;
  align-items: center;
  padding: 0.9rem;
  background: #fff;
  border: 1px solid var(--line);
}
.cart-item-media {
  grid-row: 1 / span 2;
  width: 5rem;
  height: 5rem;
  border-radius: 0.35rem;
  overflow: hidden;
  background: #efebe3;
}
.cart-item-media img,
.cart-item-ph {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cart-item-info h2 {
  margin: 0 0 0.2rem;
  font-size: 1rem;
  font-weight: 700;
}
.cart-item-info h2 a {
  color: var(--ink);
  text-decoration: none;
}
.cart-item-info h2 a:hover { color: var(--gold); }
.cart-item-meta {
  margin: 0 0 0.4rem;
  font-size: 0.8rem;
  color: var(--muted);
}
.cart-item-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #4f6b45;
}
.cart-item-badge svg { width: 0.85rem; height: 0.85rem; }
.cart-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line-strong, var(--line));
  background: #faf8f4;
  border-radius: 0.25rem;
  justify-self: start;
}
.cart-qty button {
  width: 2rem;
  height: 2.1rem;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 1rem;
  cursor: pointer;
}
.cart-qty span {
  min-width: 1.6rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
}
.cart-item-price {
  text-align: left;
}
.cart-item-price strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
}
.cart-item-price small {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.72rem;
  color: var(--muted);
}
.cart-item-remove {
  width: 2.1rem;
  height: 2.1rem;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  justify-self: end;
}
.cart-item-remove svg { width: 1.05rem; height: 1.05rem; }
.cart-item-remove:hover { color: #a33; }

@media (min-width: 720px) {
  .cart-item {
    grid-template-columns: 5.5rem minmax(0, 1.4fr) auto auto auto;
    gap: 1rem;
    padding: 1rem 1.1rem;
  }
  .cart-item-media {
    grid-row: auto;
    width: 5.5rem;
    height: 5.5rem;
  }
  .cart-item-price { text-align: right; }
}

.cart-ship-note {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  background: #f0ebe3;
  border: 1px solid var(--line);
  align-items: center;
}
@media (min-width: 720px) {
  .cart-ship-note {
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
  }
}
.cart-ship-ico {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--olive, #3a4638);
}
.cart-ship-ico svg { width: 1.15rem; height: 1.15rem; }
.cart-ship-note strong {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.15rem;
}
.cart-ship-note p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--muted);
  max-width: none;
}
.cart-summary-row .cart-ship-zone {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--muted);
}
.cart-summary-row .cart-ship-zone a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cart-summary-row .cart-ship-zone a:hover {
  color: var(--ink);
}
.cart-ship-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0 1rem;
  border: 1px solid var(--line-strong, var(--line));
  background: #fff;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.cart-ship-btn:hover { border-color: var(--ink); }

.cart-empty {
  display: grid;
  gap: 1.25rem;
}
.cart-empty-hero {
  padding: 2.75rem 1.5rem;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
}
.cart-empty-ico {
  width: 3.4rem;
  height: 3.4rem;
  margin: 0 auto 1rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: rgba(184, 142, 79, 0.1);
  border: 1px solid rgba(184, 142, 79, 0.28);
}
.cart-empty-ico svg { width: 1.55rem; height: 1.55rem; }
.cart-empty-hero h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 600;
  color: var(--ink);
}
.cart-empty-hero p {
  margin: 0 auto 1.25rem;
  max-width: 28rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted);
}
.cart-empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}
.cart-empty-picks {
  padding: 1.15rem 1.1rem 1.25rem;
  background: #fff;
  border: 1px solid var(--line);
}
.cart-empty-picks-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.4rem 1rem;
  margin-bottom: 0.9rem;
}
.cart-empty-picks-head h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
}
.cart-empty-picks-head span {
  font-size: 0.78rem;
  color: var(--muted);
}
.cart-empty-grid {
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .cart-empty-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.cart-empty-card {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.65rem;
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease;
}
.cart-empty-card:hover { border-color: var(--gold); }
.cart-empty-card img {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: cover;
  display: block;
  background: #efebe3;
}
.cart-empty-card strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.92rem;
}
.cart-empty-card span {
  font-size: 0.78rem;
  color: var(--muted);
}
.cart-summary-empty .cart-summary-hint,
.cart-summary-hint {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--muted);
  max-width: none;
}
.cart-page.is-empty .cart-side {
  opacity: 0.96;
}

.cart-side {
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 980px) {
  .cart-side {
    position: sticky;
    top: 1rem;
  }
}
.cart-summary {
  padding: 1.25rem 1.2rem 1.35rem;
  background: #fff;
  border: 1px solid var(--line);
}
.cart-summary h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
}
.cart-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.55rem;
  font-size: 0.9rem;
  color: var(--ink-soft, #4a4742);
}
.cart-summary-row.is-discount { color: #4f6b45; }
.cart-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin: 1rem 0 1.1rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
}
.cart-summary-total strong {
  display: block;
  font-size: 1rem;
}
.cart-summary-total small {
  color: var(--muted);
  font-size: 0.74rem;
}
.cart-summary-total em {
  font-style: normal;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--ink);
}
.cart-checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 3rem;
  border: 0;
  background: var(--olive, #3a4638);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
}
.cart-checkout svg { width: 1.05rem; height: 1.05rem; }
.cart-checkout:hover { background: var(--olive-deep, #2c352a); }
.cart-checkout:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.cart-quality {
  display: flex;
  gap: 0.65rem;
  margin-top: 1rem;
  padding-top: 0.95rem;
  border-top: 1px solid var(--line);
  color: #4f6b45;
}
.cart-quality svg {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  margin-top: 0.1rem;
}
.cart-quality strong {
  display: block;
  font-size: 0.82rem;
  margin-bottom: 0.15rem;
  color: var(--ink);
}
.cart-quality p {
  margin: 0;
  font-size: 0.76rem;
  color: var(--muted);
  max-width: none;
}
.cart-pay {
  margin-top: 1rem;
}
.cart-pay > span {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.cart-pay-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.cart-pay-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.55rem;
  padding: 0.1rem 0.4rem;
  border: 1px solid var(--line-strong, var(--line));
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--ink-soft, #4a4742);
}
.cart-pay-row .is-ssl {
  color: var(--gold);
  border-color: rgba(184, 142, 79, 0.45);
}

.cart-coupon {
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid var(--line);
}
.cart-coupon label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.8rem;
  font-weight: 600;
}
.cart-coupon-row {
  display: flex;
  align-items: stretch;
}
.cart-coupon-row input {
  flex: 1;
  min-width: 0;
  min-height: 2.45rem;
  padding: 0 0.8rem;
  border: 1px solid var(--line-strong, var(--line));
  border-right: 0;
  background: #faf8f4;
  font: inherit;
  font-size: 0.86rem;
}
.cart-coupon-row button {
  min-height: 2.45rem;
  padding: 0 1rem;
  border: 0;
  background: var(--ink);
  color: #fff;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.cart-coupon-row button:hover { background: #2a2a2a; }
.cart-coupon-msg {
  margin: 0.55rem 0 0;
  font-size: 0.78rem;
  color: #4f6b45;
  max-width: none;
}
.cart-coupon-msg.is-error { color: #a33; }

@media (max-width: 719px) {
  .cart-item {
    grid-template-columns: 5rem minmax(0, 1fr) auto;
  }
  .cart-item-media { grid-row: 1 / span 3; }
  .cart-item-remove { grid-column: 3; grid-row: 1; }
  .cart-qty { grid-column: 2; }
  .cart-item-price { grid-column: 2 / 4; }
}

/* WP/Woo isolation for cart — keep HTML look */
body.page-cart .cart-layout {
  display: grid !important;
  width: 100%;
  max-width: 100%;
}
body.page-cart .cart-layout > * {
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 980px) {
  body.page-cart .cart-layout {
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.9fr) !important;
    align-items: start !important;
    gap: 1.5rem !important;
  }
}
body.page-cart .cart-item {
  min-width: 0;
  max-width: 100%;
}
body.page-cart .cart-ship-note {
  display: grid !important;
  align-items: center !important;
}
@media (min-width: 720px) {
  body.page-cart .cart-ship-note {
    grid-template-columns: auto 1fr auto !important;
    gap: 1rem !important;
  }
}
body.page-cart .cart-coupon-row input,
body.page-cart .cart-coupon-row button {
  box-sizing: border-box !important;
  float: none !important;
}
body.page-cart .cart-page.is-loading {
  opacity: 0.72;
  pointer-events: none;
}
body.page-cart a.cart-checkout {
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
}
body.page-cart .site-main {
  max-width: 100%;
  overflow-x: clip;
}

/* Cart drawer */
.drawer-backdrop {
  position: fixed; inset: 0;
  background: rgba(20,18,16,.4);
  opacity: 0; pointer-events: none;
  transition: opacity .2s var(--ease);
  z-index: 80;
}
.drawer-backdrop.open { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; top: 0; right: 0; height: 100%;
  width: min(380px, 100%);
  background: #fff; z-index: 90;
  transform: translateX(105%);
  transition: transform .28s var(--ease);
  display: flex; flex-direction: column;
  border-left: 1px solid var(--line);
}
.cart-drawer.open { transform: translateX(0); }
.drawer-head {
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.drawer-foot {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
  border-top: 0;
  background: #fff;
  box-shadow: 0 -10px 28px rgba(26, 26, 26, 0.07);
}
.drawer-foot-summary {
  padding: 1rem 1.15rem 0.9rem;
  background: linear-gradient(180deg, #faf8f4 0%, #f6f3ed 100%);
  border-top: 1px solid var(--line);
}
.drawer-foot-eyebrow {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.drawer-foot-lines {
  display: grid;
  gap: 0.35rem;
}
.drawer-foot-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: 0.84rem;
  color: var(--ink-soft);
}
.drawer-foot-line span:last-child {
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
}
.drawer-foot-grand {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
}
.drawer-foot-grand > div {
  display: grid;
  gap: 0.1rem;
}
.drawer-foot-grand strong {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink);
}
.drawer-foot-grand small {
  font-size: 0.7rem;
  color: var(--muted);
}
.drawer-foot-grand > span {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
}
.drawer-foot-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  width: 100%;
  padding: 0.85rem 1.15rem calc(0.9rem + env(safe-area-inset-bottom, 0px));
  background: #fff;
  border-top: 1px solid var(--line);
}
.drawer-foot-actions .btn {
  width: 100%;
  min-height: 2.85rem;
  justify-content: center;
  text-align: center;
  padding: 0.5rem 0.55rem;
  font-size: 0.8rem;
  line-height: 1.2;
  border-radius: 0.5rem;
  white-space: normal;
}
@media (max-width: 767px) {
  .cart-drawer {
    width: 100%;
    max-width: 100%;
    border-left: 0;
  }
  .drawer-head,
  .cart-items {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .drawer-foot-summary {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .drawer-foot-actions {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .drawer-foot-actions .btn {
    font-size: 0.78rem;
  }
}
.cart-items { padding: .5rem 1.15rem; overflow: auto; flex: 1; }
.cart-line {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: .75rem;
  padding: .85rem 0;
  border-bottom: 1px solid var(--line);
}
.cart-line img, .cart-ph {
  width: 56px; height: 56px; object-fit: cover;
  border-radius: var(--radius-sm); background: var(--bg-soft);
}
.cart-line h4 { margin: 0 0 .15rem; font-size: .9rem; }
.cart-line p { margin: 0; font-size: .78rem; color: var(--muted); }
.linkish {
  display: inline; margin-top: .25rem;
  background: none; border: 0; padding: 0;
  color: var(--gold); font-size: .75rem; cursor: pointer; text-decoration: underline;
}
.empty-cart { color: var(--muted); font-size: .9rem; padding: 1rem 0; }


/* ==========================================================================
   PDP — product detail (same brand language as homepage)
   ========================================================================== */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  padding: 1.15rem 0 1.35rem;
  font-size: 0.78rem;
  color: var(--muted);
}
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb [aria-current="page"] { color: var(--ink-soft); }

.pdp-hero {
  display: grid;
  gap: 1.75rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 960px) {
  .pdp-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2.75rem;
    align-items: start;
  }
}

.pdp-gallery { display: grid; gap: 0.75rem; }
.pdp-stage {
  position: relative;
  aspect-ratio: 1;
  background: #efece6;
  border-radius: 0.75rem;
  overflow: hidden;
}
.pdp-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pdp-nav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 2.35rem;
  height: 2.35rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  display: grid;
  place-items: center;
  box-shadow: 0 4px 14px rgba(26,26,26,.12);
}
.pdp-nav svg { width: 16px; height: 16px; }
.pdp-nav-prev { left: 0.75rem; }
.pdp-nav-next { right: 0.75rem; }
.pdp-nav:hover { background: #fff; }

.pdp-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}
.pdp-thumb {
  aspect-ratio: 1;
  padding: 0;
  border: 1.5px solid transparent;
  border-radius: 0.45rem;
  overflow: hidden;
  background: #efece6;
}
.pdp-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-thumb.is-active { border-color: var(--ink); }

.pdp-buybox h1 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 2.65rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.pdp-lead {
  margin: 0 0 0.85rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 34rem;
}
.pdp-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.35rem;
}
.pdp-rating .stars { display: inline-flex; gap: 0.1rem; color: var(--gold); letter-spacing: 0.02em; }
.pdp-rating .star { opacity: 0.35; }
.pdp-rating .star.is-on { opacity: 1; }
.pdp-rating-text { font-size: 0.86rem; color: var(--ink-soft); }

.pdp-label {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}
.pdp-weights { margin-bottom: 1.25rem; }
.pdp-weight-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.pdp-weight {
  min-width: 4.6rem;
  min-height: 2.55rem;
  padding: 0.4rem 0.9rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: #fff;
  font-size: 0.86rem;
  font-weight: 600;
}
.pdp-weight:hover { border-color: var(--ink); }
.pdp-weight.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.pdp-price-block { margin-bottom: 1.15rem; }
.pdp-price {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
.pdp-unit-price {
  margin: 0.25rem 0 0;
  font-size: 0.82rem;
  color: var(--muted);
}

.pdp-qty-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.15rem;
}
.pdp-qty-row .pdp-label { margin: 0; }
.pdp-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: #fff;
  overflow: hidden;
}
.pdp-qty button {
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  background: transparent;
  font-size: 1.1rem;
  line-height: 1;
}
.pdp-qty button:hover { background: var(--bg-soft); }
.pdp-qty span {
  min-width: 2rem;
  text-align: center;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.pdp-actions {
  display: flex;
  gap: 0.65rem;
  align-items: stretch;
  margin-bottom: 1.15rem;
}
.pdp-add {
  flex: 1;
  min-height: 3.1rem;
  gap: 0.5rem;
}
.pdp-add svg { width: 16px; height: 16px; }

.pdp-trust-mini {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
@media (min-width: 640px) {
  .pdp-trust-mini {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
}
.pdp-trust-mini li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  color: var(--ink-soft);
}
.pdp-trust-mini svg {
  width: 16px;
  height: 16px;
  color: var(--gold);
  flex-shrink: 0;
}

.pdp-benefits {
  background: var(--bg-soft);
  border-block: 1px solid var(--line);
  padding: 1.75rem 0;
}
.pdp-benefits-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 800px) {
  .pdp-benefits-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.pdp-benefit {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
.pdp-benefit-ico {
  width: 2.1rem;
  height: 2.1rem;
  flex: 0 0 auto;
  color: var(--olive);
}
.pdp-benefit-ico svg { width: 100%; height: 100%; }
.pdp-benefit h3 {
  margin: 0 0 0.2rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 700;
}
.pdp-benefit p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--ink-soft);
  line-height: 1.4;
}

.pdp-tabs-section { padding: 2.5rem 0 1rem; }
.pdp-tabs {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 900px) {
  .pdp-tabs {
    grid-template-columns: 15rem minmax(0, 1fr);
    gap: 1.75rem;
    align-items: start;
  }
}
.pdp-tablist {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.pdp-tab {
  text-align: left;
  padding: 0.85rem 1rem;
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 600;
}
.pdp-tab:hover { background: var(--bg-soft); color: var(--ink); }
.pdp-tab.is-active {
  background: var(--ink);
  color: #fff;
}
.pdp-tabpanel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  padding: 1.5rem 1.4rem;
  min-height: 14rem;
}
.pdp-tabpanel h3 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
}
.pdp-tabpanel p {
  margin: 0 0 1rem;
  color: var(--ink-soft);
  line-height: 1.6;
}
.pdp-checks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.pdp-checks li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.92rem;
}
.pdp-checks .check {
  color: var(--olive);
  font-weight: 700;
}
.pdp-nutrition {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.pdp-nutrition li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
}
.pdp-tabpanel [data-panel] {
  display: none;
}
.pdp-tabpanel [data-panel].is-active,
.pdp-tabpanel [data-panel]:not([hidden]) {
  display: block;
}
.pdp-tabpanel [data-panel][hidden] {
  display: none !important;
}
.ankarameze-pdp-main .woocommerce-notices-wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1rem 1.25rem 0;
}
.ankarameze-woo.ankarameze-pdp-main {
  padding: 0;
}
body.page-pdp .site-main.ankarameze-woo {
  background: var(--bg, #f7f4ef);
}

.pdp-related { padding-top: 1rem; padding-bottom: 2.5rem; }
.pdp-related-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 720px) {
  .pdp-related-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1000px) {
  .pdp-related-rail { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
.pdp-related-rail .product-card {
  flex: none;
  width: 100%;
}
.product-media-link { display: block; height: 100%; }
.product-body h3 a:hover { color: var(--gold); }

.pdp-foot-trust {
  padding: 2rem 0 2.75rem;
  border-top: 1px solid var(--line);
}
.pdp-foot-trust-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 800px) {
  .pdp-foot-trust-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.pdp-foot-trust article {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
.pdp-foot-ico {
  width: 1.9rem;
  height: 1.9rem;
  color: var(--gold);
  flex: 0 0 auto;
}
.pdp-foot-ico svg { width: 100%; height: 100%; }
.pdp-foot-trust h3 {
  margin: 0 0 0.2rem;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 700;
}
.pdp-foot-trust p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--muted);
}

.pdp-sticky {
  position: sticky;
  bottom: 0;
  z-index: 40;
  background: rgba(247, 245, 241, 0.94);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
  padding: 0.7rem 0;
}
@media (min-width: 900px) {
  .pdp-sticky { display: none; }
}
.pdp-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.pdp-sticky-inner strong { display: block; font-size: 0.92rem; }
.pdp-sticky-inner span {
  font-size: 0.82rem;
  color: var(--ink-soft);
  font-variant-numeric: tabular-nums;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Checkout page */
.page-checkout {
  background: #f7f4ee;
}
.checkout-page {
  padding: 1.5rem 0 0;
}
.checkout-empty {
  padding: 3rem 1rem;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
}
.checkout-empty h1 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.6rem;
}
.checkout-empty p {
  margin: 0 0 1.25rem;
  color: var(--muted);
}

.checkout-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0.35rem 0 1.1rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
.checkout-steps li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  position: relative;
  flex: 1;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
}
.checkout-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0.95rem;
  left: calc(50% + 1.1rem);
  width: calc(100% - 2.2rem);
  height: 2px;
  background: #d9d3c8;
}
.checkout-steps li.is-done:not(:last-child)::after,
.checkout-steps li.is-current:not(:last-child)::after {
  background: #6b8f5e;
}
.checkout-step-dot {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8e4dc;
  color: #7a756c;
  font-size: 0.78rem;
  font-weight: 700;
  z-index: 1;
}
.checkout-step-dot svg {
  width: 0.95rem;
  height: 0.95rem;
}
.checkout-steps li.is-done .checkout-step-dot {
  background: #6b8f5e;
  color: #fff;
}
.checkout-steps li.is-current .checkout-step-dot {
  background: var(--ink);
  color: #fff;
}
.checkout-steps li.is-done,
.checkout-steps li.is-current {
  color: var(--ink);
}

.checkout-layout {
  display: grid;
  gap: 1.15rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1100px) {
  .checkout-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(280px, 0.95fr);
    align-items: start;
    gap: 1.25rem;
  }
}

.checkout-card,
.checkout-summary {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.55rem;
  padding: 1.25rem 1.2rem 1.35rem;
}
.checkout-card-head {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 1.1rem;
}
.checkout-card-ico {
  width: 2.1rem;
  height: 2.1rem;
  color: var(--gold);
  flex: 0 0 auto;
}
.checkout-card-ico svg { width: 100%; height: 100%; }
.checkout-card-head h2 {
  margin: 0 0 0.2rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
}
.checkout-card-head p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
}

.checkout-addr-toggle {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
  width: 100%;
  margin-bottom: 1rem;
}
.checkout-addr-toggle button {
  flex: 1 1 0;
  min-width: 0;
  min-height: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0.65rem;
  border: 1px solid var(--line-strong);
  background: #f4f1ea;
  color: var(--ink-soft);
  font: inherit;
  font-weight: 600;
  font-size: 0.82rem;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
  border-radius: 999px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.checkout-addr-toggle button.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.checkout-delivery-fee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.15rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 0.4rem;
  background: #f4f1ea;
}
.checkout-delivery-fee-copy {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}
.checkout-delivery-fee-copy strong {
  font-size: 0.82rem;
}
.checkout-delivery-fee-copy span {
  font-size: 0.74rem;
  color: var(--muted);
}
.checkout-delivery-fee-amount {
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}

.checkout-form {
  display: grid;
  gap: 0.75rem;
}
.checkout-field {
  display: grid;
  gap: 0.35rem;
}
.checkout-field > span {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink-soft);
}
.checkout-field input,
.checkout-field textarea,
.checkout-field select {
  width: 100%;
  border: 1px solid var(--line-strong);
  background: #fff;
  border-radius: 0.35rem;
  padding: 0.65rem 0.75rem;
  font: inherit;
  color: var(--ink);
  resize: vertical;
}
.checkout-field input:focus,
.checkout-field textarea:focus,
.checkout-field select:focus {
  outline: 2px solid rgba(184, 142, 79, 0.35);
  border-color: var(--gold);
}
.checkout-field-row {
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 520px) {
  .checkout-field-row { grid-template-columns: 1fr 1fr; }
}

.checkout-slot {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.75rem;
  margin-top: 1rem;
  padding: 0.85rem 0.95rem;
  background: #f4f1ea;
  border-radius: 0.4rem;
  width: 100%;
  box-sizing: border-box;
}
.checkout-slot-copy {
  display: grid;
  gap: 0.55rem;
  width: 100%;
}
.checkout-slot-select {
  width: 100%;
  min-height: 2.75rem;
  border: 1px solid var(--line-strong);
  border-radius: 0.4rem;
  background: #fff;
  padding: 0.55rem 0.75rem;
  font: inherit;
  color: var(--ink);
}
.checkout-slot-select:focus {
  outline: 2px solid rgba(184, 142, 79, 0.35);
  border-color: var(--gold);
}
.checkout-slot strong {
  display: block;
  font-size: 0.82rem;
}
.checkout-slot p {
  margin: 0.15rem 0 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
}
.checkout-slot-btn {
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.45rem 0.7rem;
  border-radius: 0.3rem;
  cursor: pointer;
}
.checkout-slot-btn:hover { border-color: var(--ink); }

.checkout-note {
  margin-top: 1.1rem;
  position: relative;
}
.checkout-note label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
  font-weight: 700;
}
.checkout-note textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 0.35rem;
  padding: 0.7rem 0.75rem 1.4rem;
  font: inherit;
  resize: vertical;
  min-height: 5rem;
}
.checkout-note-count {
  position: absolute;
  right: 0.7rem;
  bottom: 0.45rem;
  font-size: 0.72rem;
  color: var(--muted);
}

.checkout-pay {
  display: grid;
  gap: 0.55rem;
}
.checkout-pay-iyzico-only .checkout-pay-option.is-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  cursor: default;
}
.checkout-pay-iyzico-only .checkout-pay-body {
  flex: 1 1 auto;
  min-width: 0;
}
.checkout-pay-option {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  cursor: pointer;
  background: #fff;
}
.checkout-pay-option.is-active {
  border-color: var(--ink);
  background: #faf9f6;
}
.checkout-pay-option.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  background: #f3f1ec;
}
.checkout-pay-notice {
  margin: 0 0 0.35rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(158, 128, 75, 0.35);
  background: rgba(158, 128, 75, 0.08);
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--ink);
}
.checkout-pay-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.checkout-pay-radio {
  width: 1.05rem;
  height: 1.05rem;
  border: 2px solid #c4beb3;
  border-radius: 50%;
  position: relative;
}
.checkout-pay-option.is-active .checkout-pay-radio {
  border-color: var(--ink);
}
.checkout-pay-option.is-active .checkout-pay-radio::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: var(--ink);
}
.checkout-pay-body {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}
.checkout-pay-body strong {
  font-size: 0.92rem;
  font-weight: 700;
}
.checkout-pay-body em {
  font-style: normal;
  font-size: 0.75rem;
  color: var(--muted);
}
.checkout-pay-logos {
  display: flex;
  gap: 0.25rem;
}
.checkout-pay-logos span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.35rem;
  padding: 0 0.35rem;
  border: 1px solid var(--line);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  background: #fff;
}
.checkout-pay-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.35rem;
  padding: 0 0.45rem;
  background: #ece7de;
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: 999px;
}
.checkout-pay-iyzico {
  font-size: 0.78rem;
  font-weight: 800;
  color: #1e88e5;
  letter-spacing: -0.02em;
}

.checkout-secure {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.checkout-secure-ico {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--gold);
  flex: 0 0 auto;
}
.checkout-secure-ico svg { width: 100%; height: 100%; }
.checkout-secure strong {
  display: block;
  font-size: 0.85rem;
}
.checkout-secure p {
  margin: 0.15rem 0 0;
  font-size: 0.75rem;
  color: var(--muted);
}

.checkout-summary {
  position: sticky;
  top: 1rem;
}
.checkout-summary-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.checkout-summary-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
}
.checkout-summary-head span {
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 600;
}
.checkout-summary-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.75rem;
  max-height: 16rem;
  overflow: auto;
}
.checkout-summary-list li {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) auto;
  gap: 0.65rem;
  align-items: center;
}
.checkout-summary-media,
.checkout-summary-ph {
  width: 3rem;
  height: 3rem;
  border-radius: 0.3rem;
  overflow: hidden;
  background: #efebe3;
}
.checkout-summary-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.checkout-summary-info strong {
  display: block;
  font-size: 0.88rem;
}
.checkout-summary-info span {
  font-size: 0.72rem;
  color: var(--muted);
}
.checkout-summary-price {
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}
.checkout-summary-rows {
  display: grid;
  gap: 0.45rem;
  padding: 0.85rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 0.88rem;
  color: var(--ink-soft);
}
.checkout-summary-rows > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.checkout-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin: 0.9rem 0 1rem;
}
.checkout-summary-total strong {
  font-size: 1.05rem;
}
.checkout-summary-total > strong {
  font-size: 1.2rem;
  font-variant-numeric: tabular-nums;
}
.checkout-summary-total small {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--muted);
}
.checkout-submit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 3rem;
  border: 0;
  border-radius: 0.35rem;
  background: var(--ink);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.checkout-submit svg {
  width: 1rem;
  height: 1rem;
}
.checkout-submit:hover { background: #2e2e2e; }
.checkout-legal {
  margin: 0.75rem 0 0;
  font-size: 0.72rem;
  color: var(--muted);
  text-align: center;
  line-height: 1.45;
}
.checkout-legal a {
  color: var(--ink);
}

.checkout-usp {
  background: #efece5;
  border-top: 1px solid var(--line);
  padding: 1.75rem 0;
  margin-top: 0.5rem;
}
.checkout-usp-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 800px) {
  .checkout-usp-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.checkout-usp article {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
}
.checkout-usp article > span {
  width: 1.7rem;
  height: 1.7rem;
  color: var(--gold);
  flex: 0 0 auto;
}
.checkout-usp article > span svg { width: 100%; height: 100%; }
.checkout-usp h3 {
  margin: 0 0 0.2rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 700;
}
.checkout-usp p {
  margin: 0;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.4;
}

/* WP/Woo/Elementor isolation — keep HTML checkout look */
body.page-checkout .checkout-layout {
  display: grid !important;
  width: 100%;
  max-width: 100%;
}
body.page-checkout .checkout-layout > * {
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 1100px) {
  body.page-checkout .checkout-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(280px, 0.95fr) !important;
    align-items: start !important;
    gap: 1.25rem !important;
  }
}
body.page-checkout .checkout-field input,
body.page-checkout .checkout-field textarea,
body.page-checkout .checkout-field select,
body.page-checkout .checkout-note textarea {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  float: none !important;
}
body.page-checkout .checkout-addr-toggle {
  display: flex !important;
  align-items: stretch !important;
  gap: 0.5rem !important;
}
body.page-checkout .checkout-addr-toggle button {
  display: flex !important;
  flex: 1 1 0 !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 2.75rem !important;
  height: 2.75rem !important;
  float: none !important;
  box-sizing: border-box !important;
  text-align: center !important;
  line-height: 1.15 !important;
}
body.page-checkout .checkout-form,
body.page-checkout .checkout-field,
body.page-checkout .checkout-field-row,
body.page-checkout .checkout-delivery-fee,
body.page-checkout .checkout-ankara-lock,
body.page-checkout .checkout-addr-toggle {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
body.page-checkout .checkout-card-head > div {
  flex: 1 1 auto;
  min-width: 0;
}
body.page-checkout .checkout-pay-option {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 0.65rem !important;
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}
body.page-checkout .checkout-pay-option > input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  pointer-events: none !important;
}
body.page-checkout .checkout-pay-radio {
  grid-column: 1;
}
body.page-checkout .checkout-pay-body {
  grid-column: 2;
  display: grid !important;
}
body.page-checkout .checkout-pay-logos,
body.page-checkout .checkout-pay-badge,
body.page-checkout .checkout-pay-iyzico {
  grid-column: 3;
  justify-self: end;
}
body.page-checkout .checkout-page.is-loading {
  opacity: 0.72;
  pointer-events: none;
}
body.page-checkout .checkout-msg {
  margin: 0.75rem 0 0;
  font-size: 0.86rem;
  color: #4f6b45;
}
body.page-checkout .checkout-msg.is-error {
  color: #a33;
}
body.page-checkout .checkout-summary-rows .is-discount {
  color: #4f6b45;
}
body.page-checkout .site-main {
  max-width: 100%;
  overflow-x: clip;
}

/* Success / order received */
.page-success {
  background: #f7f4ee;
}
.success-page {
  padding: 1.75rem 0 0;
}
.success-layout {
  display: grid;
  gap: 1.35rem;
  padding-bottom: 2.25rem;
}
@media (min-width: 980px) {
  .success-layout {
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.9fr);
    align-items: start;
    gap: 1.5rem;
  }
}
.success-main {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.55rem;
  padding: 2rem 1.4rem 1.75rem;
  overflow: hidden;
}
.success-main::after {
  content: "";
  position: absolute;
  left: -1rem;
  bottom: -1.5rem;
  width: 11rem;
  height: 11rem;
  background:
    radial-gradient(circle at 30% 40%, rgba(107, 143, 94, 0.12), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(184, 142, 79, 0.1), transparent 50%);
  pointer-events: none;
}
.success-hero {
  text-align: center;
  margin-bottom: 1.5rem;
}
.success-mark {
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
  margin: 0 auto 1.1rem;
}
.success-mark-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px dashed rgba(107, 143, 94, 0.45);
}
.success-mark-core {
  position: absolute;
  inset: 0.55rem;
  border-radius: 50%;
  background: #3f4f3a;
  color: #fff;
  display: grid;
  place-items: center;
  line-height: 0;
}
.success-mark-core svg {
  width: 1.55rem;
  height: 1.55rem;
  display: block;
}
.success-hero h1 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 600;
  color: var(--ink);
}
.success-lead {
  margin: 0 auto;
  max-width: 34rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ink-soft);
}
.success-meta {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.15rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: #faf8f4;
}
@media (min-width: 720px) {
  .success-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.success-meta-item {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  min-width: 0;
}
.success-meta-ico {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  display: grid;
  place-items: center;
  flex: 0 0 2.25rem;
  line-height: 0;
}
.success-meta-ico svg {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
  flex-shrink: 0;
}
.success-meta-copy {
  min-width: 0;
}
.success-meta-item strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
  margin-bottom: 0.15rem;
  line-height: 1.25;
}
.success-meta-item .success-meta-copy > span {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
}
.success-note {
  margin: 0 0 1.25rem;
  font-size: 0.84rem;
  color: var(--muted);
  text-align: center;
}
.success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}
.success-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.75rem;
  padding: 0 1.15rem;
  border-radius: 0.35rem;
  font: inherit;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
}
.success-btn svg {
  width: 1rem;
  height: 1rem;
}
.success-btn-primary {
  background: var(--ink);
  color: #fff;
  border: 1px solid var(--ink);
}
.success-btn-primary:hover {
  background: #2e2e2e;
}
.success-btn-secondary {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line-strong);
}
.success-btn-secondary:hover {
  border-color: var(--ink);
}

.success-summary {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.55rem;
  padding: 1.2rem 1.15rem 1.3rem;
  position: sticky;
  top: 1rem;
}
.success-summary-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.success-summary-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
}
.success-summary-head span {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--muted);
}
.success-summary-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
.success-summary-list li {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) auto;
  gap: 0.65rem;
  align-items: center;
}
.success-summary-media,
.success-summary-ph {
  width: 3rem;
  height: 3rem;
  border-radius: 0.3rem;
  overflow: hidden;
  background: #efebe3;
}
.success-summary-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.success-summary-info strong {
  display: block;
  font-size: 0.88rem;
}
.success-summary-info span {
  font-size: 0.72rem;
  color: var(--muted);
}
.success-summary-price {
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}
.success-summary-rows {
  display: grid;
  gap: 0.4rem;
  padding: 0.85rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 0.88rem;
  color: var(--ink-soft);
}
.success-summary-rows > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.success-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 0.9rem;
}
.success-summary-total strong {
  font-size: 1.05rem;
}
.success-summary-total > strong {
  font-size: 1.2rem;
  font-variant-numeric: tabular-nums;
}
.success-summary-total small {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--muted);
}
.success-summary-rows .is-discount {
  color: #4f6b45;
}
.success-summary-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}
.success-pay-box {
  margin: 0 0 1.25rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: #faf8f4;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--ink-soft);
}
.success-pay-box h2,
.success-pay-box h3 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  font-family: var(--font-display);
  color: var(--ink);
}
.success-pay-box ul {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
}
.success-pay-box p:last-child { margin-bottom: 0; }

.success-usp {
  background: #efece5;
  border-top: 1px solid var(--line);
  padding: 1.75rem 0;
}
.success-usp-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 800px) {
  .success-usp-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.success-usp article {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
}
.success-usp article > span {
  width: 1.7rem;
  height: 1.7rem;
  color: var(--gold);
  flex: 0 0 auto;
}
.success-usp article > span svg {
  width: 100%;
  height: 100%;
}
.success-usp h3 {
  margin: 0 0 0.2rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 700;
}
.success-usp p {
  margin: 0;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.4;
}

/* Account page */
.page-account { background: #f7f4ee; }
.account-page { padding: 1.5rem 0 0; }
.account-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
  font-size: 0.8rem;
  color: var(--muted);
}
.account-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.account-breadcrumb a:hover { color: var(--ink); }
.account-title {
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.2vw, 1.9rem);
  font-weight: 600;
}
.account-layout {
  display: grid;
  gap: 1.25rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 980px) {
  .account-layout {
    grid-template-columns: 13.5rem minmax(0, 1fr);
    gap: 1.75rem;
    align-items: start;
  }
}

.account-side { display: grid; gap: 1rem; }
.account-main {
  min-width: 0;
  display: grid;
  gap: 1.15rem;
  align-content: start;
}
.account-nav {
  display: grid;
  gap: 0.15rem;
  padding: 0.45rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
}
.account-nav-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 2.5rem;
  padding: 0 0.8rem;
  border-radius: 0.35rem;
  color: var(--ink);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1;
}
.account-nav-item:hover { background: #f5f1ea; }
.account-nav-item.is-active {
  background: var(--ink);
  color: #fff;
}
.account-nav-item.is-logout { color: #9a4a3a; }
.account-nav-ico {
  width: 1.05rem;
  height: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 0;
}
.account-nav-ico svg {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
  flex-shrink: 0;
}

.account-points {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  padding: 1rem 1rem 1.05rem;
}
.account-points-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
}
.account-points-ico {
  width: 1.35rem;
  height: 1.35rem;
  color: var(--gold);
}
.account-points-ico svg { width: 100%; height: 100%; display: block; }
.account-points-head strong { font-size: 0.88rem; }
.account-points-value {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
}
.account-points-note {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.4;
}
.account-points-link {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
}
.account-points-link:hover { color: var(--gold); }

.account-welcome { margin: 0; }
.account-welcome h2 {
  margin: 0 0 0.25rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
}
.account-welcome p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.account-stats {
  display: grid;
  gap: 0.85rem;
  margin: 0;
}
@media (min-width: 640px) {
  .account-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.account-stat {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  width: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  padding: 1rem 1.05rem;
}
.account-stat-ico {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #f4f0e8;
  color: var(--gold);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  line-height: 0;
  overflow: hidden;
}
.account-stat-ico svg {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
  margin: 0;
}
.account-stat strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
}
.account-stat > div span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  color: var(--muted);
  font-weight: 600;
}

.account-stack,
.account-panels {
  display: grid;
  gap: 1rem;
}

/* Account overview polish */
.account-main > .account-welcome,
.account-main > .account-stats,
.account-main > .account-stack,
.account-main > .account-section-head,
.account-main > .account-panel,
.account-main > .account-detail-grid {
  min-width: 0;
}
.account-stack {
  display: grid;
  gap: 1rem;
}
.account-addr-grid {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.account-addr-grid .account-addr {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 0;
  padding: 0.85rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 0.4rem;
  background: #faf8f4;
}
.account-addr-grid .account-addr:last-of-type {
  border-bottom: 1px solid var(--line);
}
@media (min-width: 720px) {
  .account-addr-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}
.account-panel > .account-add-btn {
  margin-top: 0.15rem;
}
.account-orders-table td:last-child,
.account-orders-table th:last-child {
  text-align: right;
}
.account-orders-table .account-detail-btn {
  margin-left: auto;
}
@media (min-width: 980px) {
  .account-side {
    position: sticky;
    top: 1rem;
  }
}

.account-side-panels { display: grid; gap: 1rem; }
.account-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  padding: 1.05rem 1.15rem 1.15rem;
}
.account-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}
.account-panel-head h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
}

.account-orders-table-wrap { overflow-x: auto; }
.account-orders-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.86rem;
}
.account-orders-table th {
  text-align: left;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
  padding: 0.35rem 0.5rem 0.65rem;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
.account-orders-table td {
  padding: 0.7rem 0.55rem;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
  white-space: nowrap;
}
.account-orders-table td:last-child { text-align: right; }
.account-orders-table th:last-child { text-align: right; }
.account-orders-table tr:last-child td { border-bottom: 0; }
.account-status {
  display: inline-flex;
  align-items: center;
  min-height: 1.5rem;
  padding: 0 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
}
.account-status.is-done { background: #eceae5; color: #4a4742; }
.account-status.is-prep { background: #f3e6d2; color: #8a5a22; }
.account-status.is-cancel { background: #f3ded9; color: #8a3b2e; }
.account-detail-btn {
  border: 1px solid var(--line-strong, var(--line));
  background: #f6f3ed;
  color: var(--ink);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  min-height: 1.9rem;
  padding: 0 0.7rem;
  border-radius: 0.3rem;
  cursor: pointer;
}
.account-detail-btn:hover { border-color: var(--ink); }
.account-more-link {
  display: block;
  width: 100%;
  margin-top: 0.75rem;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
.account-more-link:hover { color: var(--ink); }

.account-addr,
.account-card {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
}
.account-addr:last-of-type,
.account-card:last-of-type { border-bottom: 0; }
.account-addr-title {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  margin-bottom: 0.25rem;
}
.account-addr p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--ink-soft);
  line-height: 1.45;
}
.account-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.25rem;
  padding: 0 0.45rem;
  border-radius: 999px;
  background: #efe8da;
  color: #7a5a2a;
  font-size: 0.68rem;
  font-weight: 700;
}
.account-more-btn {
  margin-left: auto;
  border: 0;
  background: transparent;
  color: var(--muted);
  width: 1.6rem;
  height: 1.6rem;
  display: grid;
  place-items: center;
  cursor: pointer;
  flex: 0 0 auto;
}
.account-more-btn svg { width: 1rem; height: 1rem; display: block; }
.account-card-brand {
  min-width: 2.8rem;
  padding: 0.2rem 0.35rem;
  border: 1px solid var(--line);
  border-radius: 0.25rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--ink-soft);
  background: #faf8f4;
}
.account-card-info { flex: 1; min-width: 0; }
.account-card-info strong {
  display: block;
  font-size: 0.86rem;
}
.account-card-info span {
  font-size: 0.72rem;
  color: var(--muted);
}
.account-add-btn {
  width: 100%;
  margin-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.4rem;
  border: 1px dashed var(--line-strong, var(--line));
  background: #faf8f4;
  color: var(--ink);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 700;
  border-radius: 0.35rem;
  cursor: pointer;
}
.account-add-btn svg { width: 0.95rem; height: 0.95rem; display: block; }
.account-add-btn:hover { border-color: var(--ink); background: #fff; }

.account-empty-block {
  text-align: center;
  padding: 2rem 1rem;
}
.account-empty-ico {
  width: 2.6rem;
  height: 2.6rem;
  margin: 0 auto 0.75rem;
  color: var(--muted);
  display: grid;
  place-items: center;
}
.account-empty-ico svg { width: 100%; height: 100%; display: block; }
.account-empty-block p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}
.account-empty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 1.1rem;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
  border-radius: 0.35rem;
}
.account-empty-btn:hover { background: #2e2e2e; }
.account-empty-mini {
  padding: 0.85rem 0;
  color: var(--muted);
  font-size: 0.86rem;
}
.account-empty-mini p { margin: 0; }

.account-usp {
  background: #efece5;
  border-top: 1px solid var(--line);
  padding: 1.75rem 0;
}
.account-usp-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 800px) {
  .account-usp-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.account-usp article {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
}
.account-usp article > span {
  width: 1.7rem;
  height: 1.7rem;
  color: var(--gold);
  flex: 0 0 auto;
}
.account-usp article > span svg { width: 100%; height: 100%; display: block; }
.account-usp h3 {
  margin: 0 0 0.2rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 700;
}
.account-usp p {
  margin: 0;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.4;
}


/* Account interactive views */
.account-stat {
  width: 100%;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.account-stat:hover { border-color: var(--ink); }
.account-stat-ico {
  line-height: 0;
}
@media (min-width: 980px) {
  .account-side {
    position: sticky;
    top: 1rem;
  }
}
.account-inline-link,
.account-points-link {
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  text-align: left;
}
.account-inline-link:hover,
.account-points-link:hover { color: var(--gold); }
.account-section-head {
  margin-bottom: 1rem;
}
.account-section-head h2 {
  margin: 0.35rem 0 0.2rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
}
.account-section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}
.account-back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 0;
  background: transparent;
  color: var(--ink-soft, #4a4742);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  margin-bottom: 0.35rem;
}
.account-back svg { width: 1rem; height: 1rem; display: block; }
.account-back:hover { color: var(--ink); }
.account-detail-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 900px) {
  .account-detail-grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.8fr);
    align-items: start;
  }
}
.account-detail-items {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
.account-detail-items li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--line);
}
.account-detail-items li:last-child { border-bottom: 0; padding-bottom: 0; }
.account-detail-items strong { display: block; font-size: 0.92rem; }
.account-detail-items span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  color: var(--muted);
}
.account-detail-rows {
  display: grid;
  gap: 0.45rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}
.account-detail-rows > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--ink-soft, #4a4742);
}
.account-detail-rows .is-total {
  margin-top: 0.35rem;
  padding-top: 0.55rem;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-weight: 700;
  font-size: 1.02rem;
}
.account-detail-meta {
  margin: 0;
  display: grid;
  gap: 0.85rem;
}
.account-detail-meta div { display: grid; gap: 0.2rem; }
.account-detail-meta dt {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--muted);
}
.account-detail-meta dd {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
}
.account-form {
  display: grid;
  gap: 0.85rem;
}
.account-field {
  display: grid;
  gap: 0.35rem;
}
.account-field > span {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ink-soft, #4a4742);
}
.account-field input,
.account-field textarea,
.account-field select {
  width: 100%;
  border: 1px solid var(--line-strong, var(--line));
  border-radius: 0.35rem;
  padding: 0.65rem 0.75rem;
  font: inherit;
  background: #fff;
  color: var(--ink);
}
.account-field input:focus,
.account-field textarea:focus,
.account-field select:focus {
  outline: 2px solid rgba(184, 142, 79, 0.35);
  border-color: var(--gold);
}
.account-field-row {
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 560px) {
  .account-field-row { grid-template-columns: 1fr 1fr; }
}
.account-check {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.88rem;
  font-weight: 600;
}
.account-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.35rem;
}
.account-btn-primary,
.account-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0 1.1rem;
  border-radius: 0.35rem;
  font: inherit;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
}
.account-btn-primary {
  border: 0;
  background: var(--ink);
  color: #fff;
}
.account-btn-primary:hover { background: #2e2e2e; }
.account-btn-ghost {
  border: 1px solid var(--line-strong, var(--line));
  background: #fff;
  color: var(--ink);
}
.account-btn-ghost:hover { border-color: var(--ink); }
.account-coupon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
.account-coupon-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
}
.account-coupon-list li:last-child { border-bottom: 0; }
.account-coupon-list strong { display: block; font-size: 0.92rem; }
.account-coupon-list span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  color: var(--muted);
}
.account-coupon-list em {
  display: block;
  margin-top: 0.2rem;
  font-style: normal;
  font-size: 0.72rem;
  color: var(--muted);
}
.account-addr-phone {
  margin: 0.25rem 0 0 !important;
  font-size: 0.78rem !important;
  color: var(--muted) !important;
}
.account-points-hero {
  display: grid;
  gap: 0.25rem;
  margin-bottom: 0.85rem;
}
.account-points-hero strong {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 600;
}
.account-points-hero span {
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 600;
}
.account-points-help {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}
.account-toast {
  position: fixed;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  z-index: 80;
  background: var(--ink);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 600;
  padding: 0.7rem 1rem;
  border-radius: 0.4rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

/* Sticky header under WP admin bar */
body.admin-bar .site-top {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-top {
    top: 46px;
  }
}

/* Account WP isolation */
body.page-account,
body.page-account .site-main.ankarameze-account-main,
body.page-account .woocommerce,
body.page-account .account-page {
  overflow: visible;
}
body.page-account .account-page {
  padding-top: 2rem;
}
body.page-account .account-breadcrumb {
  margin-top: 0.15rem;
}
body.page-account .account-title {
  overflow: visible;
  line-height: 1.25;
  padding-top: 0.1em;
}
body.page-account .account-layout {
  display: grid !important;
  width: 100%;
  max-width: 100%;
}
body.page-account .account-layout > * {
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 980px) {
  body.page-account .account-layout {
    grid-template-columns: 13.5rem minmax(0, 1fr) !important;
    gap: 1.75rem !important;
    align-items: start !important;
  }
}

/* Cart “added” banners don’t belong on Hesabım — hide leftovers */
body.page-account .woocommerce-notices-wrapper:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  min-height: 0 !important;
}
body.page-account .woocommerce-message,
body.page-account .woocommerce-info,
body.page-account .woocommerce-error,
body.page-account .wc-block-components-notice-banner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.4rem;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 0.88rem;
  list-style: none;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
body.page-account .woocommerce-message,
body.page-account .woocommerce-info,
body.page-account .wc-block-components-notice-banner.is-success {
  background: #eef3ea;
  color: #3d5a34;
}
body.page-account .woocommerce-error {
  background: #f7e8e4;
  color: #8a3b2e;
}
body.page-account .woocommerce-message .button,
body.page-account .woocommerce-info .button,
body.page-account .wc-block-components-notice-banner__action {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0 0.9rem;
  background: var(--ink);
  color: #fff !important;
  border: 0;
  border-radius: 0.3rem;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}
body.page-account .woocommerce-message::before,
body.page-account .woocommerce-info::before,
body.page-account .woocommerce-error::before {
  display: none !important;
}

/* Auth (login / register) kept from theme */
.account-auth {
  display: grid;
  gap: 1.25rem;
  max-width: 28rem;
  margin: 0 auto 2rem;
}
.account-auth.has-register {
  max-width: 54rem;
}
@media (min-width: 860px) {
  .account-auth.has-register {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
.account-auth-card { margin: 0; }
.account-auth-links {
  margin: 0.75rem 0 0;
  font-size: 0.86rem;
}
.account-auth-links a { color: var(--ink); font-weight: 600; }
.account-auth-note {
  margin: 0;
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.45;
}
.page-account .account-woo-fields .form-row {
  display: grid;
  gap: 0.35rem;
  margin: 0 0 0.85rem;
  float: none !important;
  width: 100% !important;
}
.page-account .account-woo-fields .form-row.ankarameze-field-hidden,
.ankarameze-field-hidden {
  display: none !important;
}
.page-account .account-woo-fields .form-row-first,
.page-account .account-woo-fields .form-row-last {
  width: 100% !important;
}
@media (min-width: 640px) {
  .page-account .account-woo-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
  }
  .page-account .account-woo-fields .form-row-wide,
  .page-account .account-woo-fields .form-row:not(.form-row-first):not(.form-row-last) {
    grid-column: 1 / -1;
  }
}
.account-ankara-lock,
.checkout-ankara-lock {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
  margin: 0 0 1rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--line);
  background: rgba(58, 70, 56, 0.06);
  font-size: 0.86rem;
  color: var(--ink);
}
.account-ankara-lock em,
.checkout-ankara-lock em {
  font-style: normal;
  color: var(--muted);
  font-size: 0.78rem;
}
.page-account .account-woo-fields .form-row label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
}
.page-account .account-woo-fields .input-text,
.page-account .account-woo-fields select,
.page-account .account-woo-fields textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 0.35rem;
  padding: 0.7rem 0.85rem;
  font: inherit;
  color: var(--ink);
}
.page-account .woocommerce-MyAccount-content { width: 100%; }
.page-account .account-stat {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.page-account a.account-detail-btn {
  display: inline-block;
  text-decoration: none;
}


/* —— Legal pages —— */
body.page-legal .site-main.legal-page {
  padding: 1.5rem 0 3.5rem;
}
.legal-page-inner {
  max-width: 44rem;
}
.legal-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  align-items: center;
  margin: 0 0 1.25rem;
  font-size: 0.8rem;
  color: var(--muted);
}
.legal-breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal-header h1 {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--ink);
}
.legal-content {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--ink);
}
.legal-content .legal-meta {
  margin: 0 0 1.25rem;
  font-size: 0.82rem;
  color: var(--muted);
}
.legal-content h2 {
  margin: 1.75rem 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
}
.legal-content p,
.legal-content ul,
.legal-content ol {
  margin: 0 0 0.85rem;
}
.legal-content ul,
.legal-content ol {
  padding-left: 1.25rem;
}
.legal-content li {
  margin: 0 0 0.35rem;
}
.legal-content a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal-content em {
  color: var(--muted);
  font-size: 0.86rem;
}

/* —— FAQ / SSS —— */
body.page-faq .site-main.faq-main {
  padding: 1.5rem 0 3.5rem;
}
.faq-inner {
  max-width: 44rem;
}
.faq-header .faq-lead {
  margin: -0.5rem 0 1.75rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--muted);
}
.faq-group {
  margin: 0 0 2rem;
}
.faq-group-title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ink);
}
.faq-list {
  border-top: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
}
.faq-item {
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
}
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: 1rem 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 560;
  text-align: left;
  color: var(--ink);
  cursor: pointer;
}
.faq-q:hover {
  color: var(--brand, var(--ink));
}
.faq-chevron {
  flex: 0 0 auto;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  opacity: 0.55;
}
.faq-item.is-open .faq-chevron {
  transform: rotate(-135deg);
  opacity: 0.85;
}
.faq-a {
  padding: 0 0 1rem;
}
.faq-a-inner {
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--muted);
}
.faq-a-inner p {
  margin: 0 0 0.65rem;
}
.faq-a-inner p:last-child {
  margin-bottom: 0;
}
.faq-a-inner a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.faq-cta {
  margin-top: 2.25rem;
  padding: 1.35rem 1.25rem;
  background: color-mix(in srgb, var(--ink) 4%, transparent);
  border-radius: 0.35rem;
}
.faq-cta strong {
  display: block;
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
}
.faq-cta p {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: var(--muted);
}
.faq-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

/* —— Contact —— */
body.page-contact .site-main.contact-main {
  padding: 1.5rem 0 3.5rem;
}
.contact-inner {
  max-width: 56rem;
}
.contact-header .contact-lead {
  margin: -0.5rem 0 1.75rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--muted);
}
.contact-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 840px) {
  .contact-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
    gap: 2.5rem;
    align-items: start;
  }
}
.contact-aside-title {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
}
.contact-aside-lead {
  margin: 0 0 1.25rem;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--muted);
}
.contact-facts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-facts li {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
}
.contact-facts li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.contact-fact-label {
  display: block;
  margin: 0 0 0.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.contact-facts a {
  color: var(--ink);
  text-decoration: none;
}
.contact-facts a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact-faq-link {
  margin: 1.25rem 0 0;
  font-size: 0.92rem;
}
.contact-faq-link a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.contact-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.contact-row {
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 640px) {
  .contact-row {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.88rem;
}
.contact-field span em {
  color: var(--muted);
  font-style: normal;
}
.contact-field input,
.contact-field textarea {
  width: 100%;
  padding: 0.7rem 0.8rem;
  border: 1px solid color-mix(in srgb, var(--ink) 18%, transparent);
  border-radius: 0.3rem;
  background: #fff;
  font: inherit;
  color: var(--ink);
}
.contact-field input:focus,
.contact-field textarea:focus {
  outline: 2px solid color-mix(in srgb, var(--ink) 35%, transparent);
  outline-offset: 1px;
}
.contact-status {
  margin: 0;
  font-size: 0.9rem;
}
.contact-status.is-ok {
  color: #1a6b3c;
}
.contact-status.is-error {
  color: #a11;
}
.contact-submit {
  align-self: flex-start;
}

/* —— Search + 404 —— */
body.page-search .site-main.search-main,
body.error404 .site-main.error404-main {
  padding: 1.5rem 0 3.5rem;
}
.search-page-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: stretch;
  margin-top: 0.5rem;
}
.search-page-form input[type="search"] {
  flex: 1 1 12rem;
  min-width: 0;
  padding: 0.7rem 0.85rem;
  border: 1px solid color-mix(in srgb, var(--ink) 18%, transparent);
  border-radius: 0.3rem;
  font: inherit;
}
.error404-inner {
  max-width: 36rem;
  padding-top: 1rem;
}
.error404-inner h1 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.4rem);
  font-weight: 600;
  line-height: 1.15;
}
.error404-lead {
  margin: 0 0 1.35rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--muted);
}
.error404-search {
  margin: 0 0 1.5rem;
}
.error404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

/* —— Shop archive —— */
body.page-shop .site-main.ankarameze-woo {
  padding: 0 0 3.5rem;
}
body.page-shop .woocommerce-products-header,
body.page-shop .woocommerce-result-count,
body.page-shop ul.products {
  display: none !important;
}
.shop-page {
  padding: 1.25rem 0 0;
}
.shop-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  align-items: center;
  margin: 0 0 1.1rem;
  font-size: 0.8rem;
  color: var(--muted);
}
.shop-breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.shop-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1.25rem;
}
.shop-head-copy h1 {
  margin: 0.2rem 0 0.45rem;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--ink);
}
.shop-lead {
  margin: 0;
  max-width: 34rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--muted);
}
.shop-toolbar .woocommerce-ordering {
  margin: 0;
}
.shop-toolbar .woocommerce-ordering select {
  min-height: 2.5rem;
  padding: 0.45rem 2rem 0.45rem 0.85rem;
  border: 1px solid var(--line-strong, var(--line));
  border-radius: 0.4rem;
  background: #fff;
  font: inherit;
  font-size: 0.85rem;
  color: var(--ink);
}
.shop-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.5rem;
}
.shop-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0.35rem 0.9rem;
  border: 1px solid var(--line-strong, var(--line));
  background: #fff;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s var(--ease), border-color 0.15s var(--ease), color 0.15s var(--ease);
}
.shop-chip:hover {
  border-color: var(--ink);
}
.shop-chip.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}
.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.shop-grid .product-card {
  flex: none;
  width: 100%;
  min-width: 0;
  scroll-snap-align: unset;
}
@media (max-width: 999px) {
  .shop-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 719px) {
  .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
}
@media (max-width: 419px) {
  .shop-grid { grid-template-columns: 1fr; }
}
.shop-pagination {
  margin-top: 2rem;
}
.shop-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.shop-pagination .page-numbers li { margin: 0; }
.shop-pagination .page-numbers a,
.shop-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.35rem;
  min-height: 2.35rem;
  padding: 0 0.55rem;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
}
.shop-pagination .page-numbers .current,
.shop-pagination .page-numbers a:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
.shop-empty {
  padding: 3rem 1rem;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
}
.shop-empty h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.4rem;
}
.shop-empty p {
  margin: 0 0 1.25rem;
  color: var(--muted);
}

/* —— Content pages (kariyer / blog) —— */
.content-main { padding: 1.5rem 0 3.5rem; }
.content-inner { max-width: 48rem; }
.content-lead {
  margin: -0.5rem 0 1.75rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--muted);
}
.career-list { display: grid; gap: 0.85rem; margin-bottom: 2rem; }
.career-card {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.1rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
}
.career-card h2 {
  margin: 0 0 0.25rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
}
.career-meta {
  margin: 0 0 0.45rem;
  font-size: 0.8rem;
  color: var(--muted);
}
.career-card p { margin: 0; font-size: 0.92rem; line-height: 1.5; color: var(--muted); }
.content-cta { margin-top: 0.5rem; }

/* Blog archive — card grid */
.blog-main .blog-inner {
  max-width: 72rem;
}
.blog-header {
  margin-bottom: 0.5rem;
}
.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 0.5rem;
}
@media (min-width: 640px) {
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
  }
}
.blog-card {
  margin: 0;
  min-width: 0;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
  border-radius: 1rem;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.blog-card:hover {
  border-color: color-mix(in srgb, var(--ink) 18%, transparent);
  box-shadow: 0 10px 28px rgba(26, 26, 26, 0.07);
  transform: translateY(-2px);
}
.blog-card-link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.blog-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  background: color-mix(in srgb, var(--gold, #b0894a) 18%, #f3eee6);
  overflow: hidden;
}
.blog-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 600;
  color: color-mix(in srgb, var(--gold, #b0894a) 70%, var(--ink));
  letter-spacing: 0.02em;
}
.blog-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.35rem;
  padding: 1rem 1.1rem 1.15rem;
}
.blog-card-body time {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}
.blog-card-body h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 600;
  color: var(--ink);
}
.blog-card-body p {
  margin: 0;
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--muted);
}
.blog-card-more {
  display: inline-flex;
  margin-top: 0.55rem;
  font-size: 0.82rem;
  font-weight: 650;
  color: var(--gold, #b0894a);
}
.blog-card:hover .blog-card-more {
  color: var(--ink);
}

.cart-coupon-hint {
  margin: 0.4rem 0 0;
  font-size: 0.78rem;
  color: var(--muted);
}
.cart-discount-val {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.cart-coupon-remove {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}
.cart-coupon-remove:hover { color: #a33; }

/* —— Mobile QA polish —— */
@media (max-width: 639px) {
  .checkout-steps {
    gap: 0.35rem;
    font-size: 0.72rem;
  }
  .checkout-steps li:not(:last-child)::after {
    width: 0.65rem;
  }
  .checkout-slot {
    flex-direction: column;
    align-items: stretch;
  }
  .checkout-slot-btn { width: 100%; }
  .checkout-pay-option { padding: 0.85rem; }
  body.page-checkout .checkout-field-row {
    grid-template-columns: 1fr !important;
  }
  body.page-checkout .checkout-card,
  body.page-checkout .checkout-summary {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body.page-checkout .checkout-addr-toggle {
    gap: 0.45rem !important;
  }
  body.page-checkout .checkout-addr-toggle button {
    font-size: 0.76rem;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }
  body.page-checkout .checkout-delivery-fee {
    flex-direction: row;
    align-items: center;
  }
  body.page-checkout .checkout-submit {
    width: 100%;
    box-sizing: border-box;
  }
  .shop-chips {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.45rem;
    padding-bottom: 0.35rem;
    -webkit-overflow-scrolling: touch;
  }
  .shop-chip { flex: 0 0 auto; white-space: nowrap; }
  .shop-head {
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
  }
  .account-nav {
    display: flex;
    overflow-x: auto;
    gap: 0.35rem;
    -webkit-overflow-scrolling: touch;
  }
  .account-nav-item {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .account-orders-table {
    font-size: 0.82rem;
  }
  .search-page-form { flex-direction: column; }
  .search-page-form .btn { width: 100%; }
}

/* —— Global mobile safety —— */
@media (max-width: 767px) {
  .header-main {
    gap: 0.55rem;
  }
  .logo-img {
    max-width: min(9.5rem, 42vw);
    height: auto;
  }
  .cart-btn {
    max-width: 100%;
  }
  .cart-total {
    font-size: 0.8rem;
  }
  .pdp-sticky-bar,
  .pdp-buybar {
    max-width: 100%;
  }
  .footer-main-grid {
    grid-template-columns: 1fr;
  }
  .checkout-usp-grid,
  .account-usp-grid {
    grid-template-columns: 1fr 1fr;
  }
  .nav-bar { display: none; }
}
