:root {
  --bg: #f4f7f1;
  --bg-2: #e7efe0;
  --surface: #ffffff;
  --card: #ffffff;
  --ink: #1f2a1a;
  --muted: #5f6d57;
  --line: #d5e0cc;
  --brand: #2f6b3a;
  --brand-dark: #24552d;
  --accent: #c6a15b;
  --btn: #2ec4a0;
  --btn-text: #ffffff;
  --footer-bg: #7eb8a7;
  --danger: #9b2c2c;
  --ok: #1f6b3a;
  --shadow: 0 18px 40px rgba(31, 42, 26, 0.08);
  --radius: 18px;
  --font: "Outfit", system-ui, sans-serif;
  --display: "Fraunces", Georgia, serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--accent) 22%, transparent), transparent 28%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg) 45%, var(--bg-2) 100%);
  min-height: 100vh;
}

/* Tema → Koruma (OG paylaşımını etkilemez) */
body[data-protect~="select"] {
  -webkit-user-select: none;
  user-select: none;
}
body[data-protect~="select"] input,
body[data-protect~="select"] textarea,
body[data-protect~="select"] select,
body[data-protect~="select"] [data-allow-copy],
body[data-protect~="select"] [data-allow-copy] *,
body[data-protect~="select"] [contenteditable="true"] {
  -webkit-user-select: text;
  user-select: text;
}
body[data-protect~="drag"] img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}
@supports not (background: color-mix(in srgb, red 50%, blue)) {
  body {
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg) 45%, var(--bg-2) 100%);
  }
}
a { color: var(--brand); text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(247, 250, 244, 0.88);
  border-bottom: 1px solid rgba(213, 224, 204, 0.8);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.9rem 0;
}
.brand { display: flex; align-items: center; gap: 0.75rem; color: inherit; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 14px;
  background:
    linear-gradient(145deg, #5f9a4d, #2f6b3a);
  box-shadow: inset 0 0 0 3px rgba(255,255,255,0.18);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-family: var(--display); font-size: 1.25rem; }
.brand-text small { color: var(--muted); font-size: 0.78rem; }
.nav { display: flex; flex-wrap: wrap; gap: 0.65rem; align-items: center; }
.nav a { color: var(--ink); font-weight: 500; }
.cart-link span {
  display: inline-grid; place-items: center;
  min-width: 1.4rem; height: 1.4rem; margin-left: 0.25rem;
  border-radius: 999px; background: var(--brand); color: #fff; font-size: 0.75rem;
}

.site-main { padding: 1.5rem 0 3rem; }

/* App chrome: mobil menü+ara; masaüstü logo sol + uzun arama (vitrin/ürün/mağaza) */
.page-home .site-main {
  padding: 0 0 2rem;
}
.page-home .site-main > .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.page-home .product-grid {
  margin: 0;
  gap: 0.35rem;
}
.page-home .site-header,
.page-product .site-header,
.page-shop .site-header,
.page-address .site-header { display: none; }
.page-home .site-footer { display: block; }

.page-home .app-chrome,
.page-product .app-chrome,
.page-shop .app-chrome,
.page-address .app-chrome {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
}
.page-home .app-logo img,
.page-product .app-logo img,
.page-shop .app-logo img,
.page-address .app-logo img {
  height: 42px;
  max-width: 190px;
}
.page-home .cat-dropdown a.is-on,
.page-product .cat-dropdown a.is-on,
.page-shop .cat-dropdown a.is-on {
  background: rgba(255, 255, 255, 0.12);
}

@media (min-width: 900px) {
  .page-home .site-header,
  .page-product .site-header,
  .page-shop .site-header,
  .page-address .site-header { display: none !important; }
  .page-home .site-footer { display: block; }
  .page-home .app-side-menu,
  .page-product .app-side-menu,
  .page-shop .app-side-menu,
  .page-address .app-side-menu,
  .page-home .app-menu-backdrop,
  .page-product .app-menu-backdrop,
  .page-shop .app-menu-backdrop,
  .page-address .app-menu-backdrop { display: none !important; }

  .page-home .app-chrome,
  .page-product .app-chrome,
  .page-shop .app-chrome,
  .page-address .app-chrome {
    display: block !important;
    border-bottom: 1px solid #eee;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .page-home .cat-bar,
  .page-product .cat-bar,
  .page-shop .cat-bar,
  .page-address .cat-bar { display: none !important; }

  .page-home .app-top,
  .page-product .app-top,
  .page-shop .app-top,
  .page-address .app-top {
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
    position: relative;
    gap: 2.25rem;
    width: min(1180px, calc(100% - 3.5rem));
    max-width: none;
    margin: 0 auto;
    padding: 1.4rem 0.5rem 1.4rem 0;
    min-height: 104px;
  }
  .page-home .app-menu-btn,
  .page-product .app-menu-btn,
  .page-shop .app-menu-btn,
  .page-address .app-menu-btn { display: none !important; }

  .page-home .app-logo,
  .page-product .app-logo,
  .page-shop .app-logo,
  .page-address .app-logo {
    margin: 0 !important;
    flex-shrink: 0;
    justify-content: flex-start !important;
  }
  .page-home .app-logo img,
  .page-product .app-logo img,
  .page-shop .app-logo img,
  .page-address .app-logo img {
    height: 64px;
    max-width: 260px;
  }
  .page-home .app-search,
  .page-home .app-search-close,
  .page-product .app-search,
  .page-product .app-search-close,
  .page-shop .app-search,
  .page-shop .app-search-close,
  .page-address .app-search,
  .page-address .app-search-close {
    display: none !important;
  }
  .page-home .app-search-form,
  .page-product .app-search-form,
  .page-shop .app-search-form,
  .page-address .app-search-form {
    display: flex !important;
    flex: 1 1 auto;
    width: auto;
    max-width: 680px;
    height: 56px;
    border: 1px solid #b8b8b8;
    border-radius: 0;
    margin: 0 1.5rem 0 0 !important;
    padding: 0 0.35rem 0 1rem;
    background: #fff;
    box-shadow: none;
  }
  .page-home .app-search-form input,
  .page-product .app-search-form input,
  .page-shop .app-search-form input,
  .page-address .app-search-form input {
    font-size: 0.98rem;
    color: #444;
  }
  .page-home .app-search-form input::placeholder,
  .page-product .app-search-form input::placeholder,
  .page-shop .app-search-form input::placeholder,
  .page-address .app-search-form input::placeholder {
    color: #666;
  }
  .page-home .app-search-submit,
  .page-product .app-search-submit,
  .page-shop .app-search-submit,
  .page-address .app-search-submit {
    width: 42px;
    height: 42px;
    color: #222;
    font-size: 1.25rem;
  }
  .page-home .app-top.is-searching .app-logo,
  .page-product .app-top.is-searching .app-logo,
  .page-shop .app-top.is-searching .app-logo,
  .page-address .app-top.is-searching .app-logo {
    display: flex !important;
  }

  .page-home .product-grid {
    gap: 1.15rem;
    width: min(1180px, calc(100% - 2.5rem));
    margin: 1.25rem auto 0;
  }
  .page-home .product-card {
    border: 1px solid #e8ebe6;
    border-radius: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(31, 42, 26, 0.04);
  }
  .page-home .pc-seller {
    padding: 0.55rem 0.65rem;
  }
  .page-home .pc-info {
    padding: 0.7rem 0.8rem 0.35rem;
  }
  .page-home .pc-social {
    padding: 0.3rem 0.8rem 0.75rem;
  }
  .page-home .pc-like,
  .page-home .pc-comment {
    font-size: 0.82rem;
  }
  .page-home .pc-sep {
    height: 13px;
    margin: 0 0.65rem;
  }
  .page-home .site-main {
    padding: 0 0 2.5rem;
  }
}
.site-footer {
  position: relative;
  overflow: hidden;
  border-top: 0;
  background: var(--footer-bg);
  padding: 2.25rem 0 3.25rem;
  color: #fff;
  min-height: 0;
  display: block !important;
  width: 100%;
}
.site-footer .footer-inner {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 1.75rem;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}
.footer-apps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem 1rem;
}
.footer-app-badge {
  display: inline-flex;
  line-height: 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}
.footer-app-badge img {
  display: block;
  height: 42px;
  width: auto;
  max-width: 168px;
}
.footer-app-badge.is-soon {
  cursor: default;
  opacity: 0.95;
}
@media (min-width: 760px) {
  .footer-app-badge img {
    height: 48px;
    max-width: 190px;
  }
}
/* Resim: footer’ın tamamını kaplar (tam boyut) */
.footer-nature {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  mask: none;
  -webkit-mask-image: none;
  mask-image: none;
}
.footer-nature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.site-footer.has-nature {
  background: var(--footer-bg);
  padding-bottom: 2.75rem;
  min-height: 0;
}
/* Yazı okunaklı kalsın — yumuşak perde, kutu yok */
.site-footer.has-nature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--footer-bg) 78%, transparent) 0%,
    color-mix(in srgb, var(--footer-bg) 55%, transparent) 45%,
    color-mix(in srgb, var(--footer-bg) 40%, transparent) 100%
  );
}
.footer-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.footer-col h3 {
  margin: 0 0 0.65rem;
  font-family: var(--font);
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.01em;
}
.footer-col-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem 1rem;
}
.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}
.footer-col a,
.footer-col span {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.35;
}
.footer-col a:hover { text-decoration: underline; }
.footer-about { max-width: 20rem; }
.footer-social {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  margin-top: 0.35rem;
  margin-bottom: 1.75rem;
  padding-bottom: 0.25rem;
}
.footer-social-btn {
  width: 42px;
  height: 42px;
  border: 1.5px solid #111;
  border-radius: 50%;
  color: #111;
  display: grid;
  place-items: center;
  background: transparent;
  flex-shrink: 0;
}
.footer-social-btn svg {
  display: block;
  width: 16px;
  height: 16px;
}
.footer-social-btn:hover {
  background: rgba(0, 0, 0, 0.08);
}
@media (min-width: 760px) {
  .footer-cols {
    grid-template-columns: 1.1fr 1.1fr 0.9fr;
    gap: 2.5rem;
  }
  .site-footer {
    padding: 4rem 0 3.25rem;
    min-height: 420px;
  }
  .site-footer.has-nature {
    padding-bottom: 3.25rem;
    min-height: 440px;
  }
  .footer-nature {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .footer-nature img {
    object-fit: cover;
    object-position: center center;
  }
  .site-footer.has-nature::after {
    background: linear-gradient(
      100deg,
      color-mix(in srgb, var(--footer-bg) 80%, transparent) 0%,
      color-mix(in srgb, var(--footer-bg) 55%, transparent) 40%,
      color-mix(in srgb, var(--footer-bg) 30%, transparent) 70%,
      color-mix(in srgb, var(--footer-bg) 18%, transparent) 100%
    );
  }
  .footer-col h3 {
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  .footer-col a,
  .footer-col span {
    font-size: 1.05rem;
    font-weight: 400;
  }
  .footer-col ul { gap: 0.55rem; }
  .footer-social {
    gap: 1.1rem;
    margin-top: 0.6rem;
    margin-bottom: 2.25rem;
  }
  .footer-social-btn {
    width: 52px;
    height: 52px;
  }
  .footer-social-btn svg {
    width: 20px;
    height: 20px;
  }
}
.footer-pay { display: flex; gap: 0.75rem; color: var(--muted); flex-wrap: wrap; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.4rem; border: 0; cursor: pointer;
  background: var(--btn); color: var(--btn-text); font-weight: 600;
  border-radius: 999px; padding: 0.85rem 1.25rem;
  font: inherit; transition: 0.18s ease;
}
.btn:hover { filter: brightness(0.94); }
.btn:disabled { opacity: 0.5; cursor: not-allowed; }
.btn-sm { padding: 0.55rem 0.9rem; font-size: 0.92rem; }
.btn-ghost {
  background: transparent; color: var(--brand);
  box-shadow: inset 0 0 0 1.5px var(--brand);
}
.btn-ghost:hover { background: rgba(47, 107, 58, 0.08); }
.btn-dark {
  background: #111; color: #fff; border-radius: 10px;
  min-width: 220px;
}

.flash {
  padding: 0.9rem 1rem; border-radius: 14px; margin-bottom: 1rem;
  background: #fff; border: 1px solid var(--line);
}
.flash-success { border-color: #b9dfc4; background: #eef8f0; color: var(--ok); }
.flash-error { border-color: #f0c2c2; background: #fff1f1; color: var(--danger); }

.hero, .admin-hero {
  display: grid; gap: 1rem;
  padding: 1.8rem; border-radius: calc(var(--radius) + 8px);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.92), rgba(232, 240, 224, 0.9)),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232f6b3a' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  box-shadow: var(--shadow); margin-bottom: 1.25rem;
}
.hero h1, .admin-hero h1, .profile-head h1, .auth-card h1, .detail-info h1 {
  font-family: var(--display); margin: 0.2rem 0 0.6rem; font-size: clamp(1.8rem, 4vw, 3rem);
}
.eyebrow { text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); font-size: 0.78rem; margin: 0; }
.lede { color: var(--muted); max-width: 38rem; font-size: 1.05rem; }
.hero-actions { display: flex; gap: 0.7rem; flex-wrap: wrap; margin-top: 1rem; }

.filters {
  display: grid; grid-template-columns: 1fr 220px auto; gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.filters input, .filters select,
.stack-form input, .stack-form textarea, .stack-form select,
.comment-form input, .comment-form textarea, .comment-form select,
.share-input, .qty-form input {
  width: 100%; border: 1px solid var(--line); background: #fff;
  border-radius: 14px; padding: 0.85rem 1rem; font: inherit; color: inherit;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  align-items: start;
}
.product-grid > .empty {
  grid-column: 1 / -1;
}
@media (min-width: 900px) {
  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
  }
}
.product-card {
  background: var(--card);
  border: 0;
  border-radius: 0 !important;
  overflow: hidden;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: auto;
}
.pc-seller {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.5rem;
  color: inherit;
  text-decoration: none;
  background: var(--card);
  border-bottom: 0;
  min-height: 0;
  flex-shrink: 0;
}
.pc-seller.is-empty { opacity: 0.7; }
/* Vitrin satıcı foto: kare */
.pc-seller .avatar.tiny,
.pc-seller .avatar.tiny.diamond {
  width: 34px;
  height: 34px;
}
.pc-seller .avatar:not(.diamond)::before {
  transform: none;
  inset: 0;
  border-radius: 0;
}
.pc-seller .avatar.diamond .diamond-inner {
  transform: none;
  inset: 0;
  border-radius: 0;
}
.pc-seller .avatar.diamond .diamond-inner img {
  width: 100%;
  height: 100%;
  transform: none;
  object-fit: cover;
}
.pc-seller .avatar.diamond .avatar-silhouette {
  width: 62%;
  height: 62%;
  transform: none;
}
.pc-seller-meta {
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 0.08rem;
}
.pc-seller-meta strong {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pc-seller .stars {
  font-size: 0.72rem;
  letter-spacing: 0.4px;
  color: #f5d56a;
  line-height: 1;
}
.pc-seller .hint { font-size: 0.62rem; color: #8a9188; }
.pc-seller .shop-follow-icon.tiny {
  width: 26px;
  height: 26px;
  border-radius: 0;
  border-color: #6db89a;
  color: #6db89a;
  opacity: 0.9;
}

/* Tüm vitrin görselleri 1:1 kare — satıcı satırına yapışık */
.product-media {
  aspect-ratio: 1 / 1;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ececec;
  overflow: hidden;
  position: relative;
  display: block;
  flex-shrink: 0;
}
.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  vertical-align: top;
}
.product-card .cargo-badge {
  bottom: 8px;
  padding: 0.32rem 0.35rem 0.32rem 0.45rem;
  border-radius: 0;
}
.product-card .cargo-badge-text {
  font-size: 0.58rem;
  line-height: 1.1;
}
.product-card .cargo-badge-icon {
  width: 22px;
  height: 22px;
  border-radius: 0;
}
.product-card .cargo-badge-icon svg {
  width: 13px;
  height: 13px;
}

.pc-foot {
  display: grid;
  gap: 0;
  background: var(--card);
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}
.pc-info {
  display: grid;
  gap: 0.12rem;
  padding: 0.5rem 0.65rem 0.25rem;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}
.pc-info strong {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pc-info .pc-sub {
  font-size: 0.82rem;
  font-weight: 500;
  color: #777;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pc-price {
  font-style: normal;
  font-weight: 800;
  font-size: 1.05rem;
  color: #111;
  margin-top: 0.2rem;
  letter-spacing: -0.01em;
}
.pc-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0.2rem 0.65rem 0.55rem;
  border-top: 0;
  margin: 0;
  line-height: 1;
}
.pc-like,
.pc-comment {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #4a4a4a;
}
.pc-social svg {
  flex-shrink: 0;
  display: block;
}
.pc-num {
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.pc-like { color: #444; }
.pc-like svg {
  stroke: #d97777;
  color: #d97777;
  stroke-width: 1.6;
}
.pc-comment { color: #444; }
.pc-comment svg {
  stroke: #5c6570;
  color: #5c6570;
  stroke-width: 1.6;
}
.pc-sep {
  display: block;
  width: 1px;
  height: 12px;
  margin: 0 0.55rem;
  background: #d8d8d8;
  flex-shrink: 0;
  align-self: center;
  padding: 0 !important;
  border: 0;
}
@media (min-width: 900px) {
  .pc-info { padding: 0.65rem 0.75rem 0.4rem; }
  .pc-info strong { font-size: 1rem; }
  .pc-info .pc-sub { font-size: 0.88rem; }
  .pc-price { font-size: 1.15rem; }
  .pc-social { font-size: 0.85rem; padding: 0.4rem 0.75rem 0.65rem; }
}

/* Ücretsiz Kargo rozeti — kare */
.cargo-badge {
  position: absolute;
  left: 0;
  bottom: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #f5c518;
  color: #222;
  padding: 0.48rem 0.5rem 0.48rem 0.65rem;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  pointer-events: none;
}
.cargo-badge-text {
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0.01em;
}
.cargo-badge-icon {
  width: 34px;
  height: 34px;
  border-radius: 0;
  background: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.cargo-badge-icon svg { display: block; width: 20px; height: 20px; }
.color-swatch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
  vertical-align: middle;
}
.color-swatch.sm {
  width: 12px;
  height: 12px;
}
.product-color-line {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #555;
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 0.15rem;
}
.pc-info-text .product-color-line {
  margin-top: 0.2rem;
  font-size: 0.76rem;
  color: #6a7268;
}
.pm-body .pm-color {
  margin: 0.85rem 0 0;
  padding-top: 0.15rem;
}
.pm-color .product-color-line {
  font-size: 0.95rem;
  color: #444;
  font-weight: 600;
}
.pm-color .color-swatch {
  width: 18px;
  height: 18px;
}
.product-body { padding: 1rem; display: grid; gap: 0.55rem; }
.product-meta { display: flex; justify-content: space-between; gap: 0.5rem; color: var(--muted); font-size: 0.85rem; }
.product-body h2 { margin: 0; font-size: 1.05rem; }
.product-body h2 a { color: inherit; }
.product-foot { display: flex; justify-content: space-between; align-items: center; gap: 0.5rem; }

/* Ürün sayfası — mobil app + masaüstü 2 kolon */
.page-product {
  background: #d8d8d8;
}
.page-product .site-header { display: none; }
.page-product .site-footer { display: block; }
.page-product .site-main {
  padding: 0;
  min-height: 100vh;
  background: #d8d8d8;
}
.page-product .site-main > .container {
  width: min(430px, 100%);
  min-height: auto;
  padding: 0 0 76px;
  margin: 0 auto;
  background: #f2f2f2;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.18);
  position: relative;
}
.page-product .flash { margin: 0.75rem 1rem; }
.pm-breadcrumb {
  display: none;
  margin: 0;
  padding: 0.75rem 0 1rem;
  color: #8a9586;
  font-size: 0.88rem;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
}
.pm-breadcrumb a { color: #3d7a45; }
.pm-breadcrumb span { color: #8a9586; }

/* Sabit üst: menü | logo | ara + kategoriler */
.app-chrome {
  position: sticky;
  top: 0;
  z-index: 40;
}
.app-top {
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 0.85rem;
  min-height: 64px;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.app-menu-btn,
.app-search,
.app-search-close,
.app-search-submit {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #222;
  font-size: 1.55rem;
  line-height: 1;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  flex-shrink: 0;
}
.app-search {
  border: 1px solid #d5d5d5;
  font-size: 1.3rem;
}
.app-search-close {
  font-size: 1.25rem;
  border: 1px solid #d5d5d5;
}
.app-search-close[hidden] { display: none !important; }
.app-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  color: inherit;
  text-decoration: none;
}
.app-logo img {
  height: 44px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}
.app-search-form {
  display: none;
  flex: 1;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
  border: 1.5px solid #333;
  border-radius: 0;
  background: #fff;
  padding: 0 0.35rem 0 0.85rem;
  height: 50px;
}
.app-search-form input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 1.05rem;
  color: #222;
}
.app-search-form input::placeholder { color: #999; }
.app-search-submit {
  width: 44px;
  height: 44px;
  font-size: 1.3rem;
}
.app-top.is-searching {
  grid-template-columns: 52px 1fr 52px;
}
.app-top.is-searching .app-logo,
.app-top.is-searching .app-search {
  display: none;
}
.app-top.is-searching .app-search-form {
  display: flex;
}
.app-top.is-searching .app-search-close[hidden] {
  display: none !important;
}
.app-top.is-searching .app-search-close:not([hidden]) {
  display: grid;
}

@media (min-width: 900px) {
  .app-menu-btn {
    display: none !important;
  }
  .app-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 56px;
    padding: 0.55rem 1.25rem;
    gap: 0.75rem;
  }
  .app-logo {
    margin: 0 auto;
  }
  .app-search {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .app-top.is-searching {
    justify-content: flex-start;
  }
  .app-top.is-searching .app-search-form {
    max-width: 720px;
    margin: 0 auto;
    height: 46px;
  }
  .app-top.is-searching .app-search-close {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .app-chrome {
    width: 100%;
  }
  .cat-bar > summary,
  .cat-bar > .cat-bar-label {
    text-align: center;
  }
}

.cat-bar {
  background: #2f3d2f;
  color: #fff;
}
.cat-bar > summary,
.cat-bar > .cat-bar-label {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.1rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 1.02rem;
  text-align: center;
  color: #fff;
}
.cat-bar > summary::-webkit-details-marker { display: none; }
.cat-bar.is-inert > .cat-bar-label {
  user-select: none;
}
.cat-dropdown {
  display: grid;
  background: #243124;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.cat-dropdown a {
  color: #fff;
  padding: 0.75rem 1rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  font-weight: 600;
  font-size: 0.9rem;
}
.cat-dropdown a:hover { background: rgba(255,255,255,0.06); }

/* Mobil menü: ✕ header’da kalır, koyu panel soldan kayar */
.app-menu-btn.app-menu-close[hidden],
.app-menu-btn[hidden] {
  display: none !important;
}
.app-chrome.is-menu-open .app-menu-btn[data-menu-open] {
  display: none !important;
}
.app-chrome.is-menu-open .app-menu-btn.app-menu-close {
  display: grid !important;
}
.app-chrome {
  z-index: 100;
}
.app-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.35);
}
.app-menu-backdrop[hidden] {
  display: none !important;
}
.app-side-menu {
  --app-top-h: 64px;
  position: fixed;
  top: var(--app-top-h);
  left: 0;
  bottom: 0;
  z-index: 95;
  width: 50%;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  background: #3a3a3a;
  box-shadow: 8px 0 28px rgba(0, 0, 0, 0.28);
  transform: translateX(0);
  transition: transform 0.22s ease;
}
.app-side-menu[hidden] {
  display: flex !important;
  transform: translateX(-105%);
  pointer-events: none;
  visibility: hidden;
}
.app-side-menu.is-open {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}
.app-side-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: auto;
  padding: 1rem 1.15rem 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.12);
}
.app-side-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 40px;
  object-fit: contain;
}
.app-menu-nav {
  display: grid;
  gap: 0;
  flex: 1;
  align-content: start;
  overflow: auto;
}
.app-menu-nav a {
  display: block;
  padding: 0.95rem 1.15rem;
  color: #fff;
  font-weight: 400;
  font-size: 0.98rem;
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
}
.app-menu-nav a:first-child {
  border-top: 0;
}
.app-menu-nav a:active,
.app-menu-nav a:hover {
  background: rgba(255, 255, 255, 0.06);
}
body.is-app-menu-open {
  overflow: hidden;
}

.product-layout {
  display: grid;
  gap: 0;
  background: transparent;
}
.pm-gallery {
  min-width: 0;
  width: 100%;
  display: grid;
  gap: 0;
}
.pm-media {
  background: #fff;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  touch-action: pan-y;
  user-select: none;
  min-width: 0;
  width: 100%;
}
.pm-gallery-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.35s ease;
  will-change: transform;
}
.pm-gallery-track img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  flex: 0 0 100%;
  min-width: 0;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.pm-media .cargo-badge { bottom: 14px; }
.pm-media .cargo-badge-text { font-size: 0.85rem; }
.pm-media .cargo-badge-icon { width: 36px; height: 36px; border-radius: 0; }
.pm-gal-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  color: #222;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  display: grid;
  place-items: center;
}
.pm-gal-btn.prev { left: 10px; }
.pm-gal-btn.next { right: 10px; }
.pm-gal-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  gap: 6px;
}
.pm-gal-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.55);
  cursor: pointer;
  padding: 0;
}
.pm-gal-dots button.on {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
}
/* Masaüstü: paylaş + oklar + küçük resimler (mobilde gizli) */
.pm-gal-desktop { display: none; }

.pm-side {
  padding: 10px;
  display: grid;
  gap: 8px;
}
.pm-attrs {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  background: #fff;
  border-radius: 0;
  padding: 12px 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.pm-attrs-main h1 {
  margin: 0 0 0.35rem;
  font-family: var(--font);
  font-size: 1.15rem;
  font-weight: 800;
  color: #222;
}
.pm-attrs-main p {
  margin: 0.15rem 0 0;
  color: #777;
  font-size: 0.9rem;
}
.pm-like {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 72px;
  padding: 0.35rem 0.65rem 0.35rem 0.85rem;
  margin: -4px 0;
  border: 0;
  border-left: 1px solid #e8e8e8;
  border-radius: 0;
  background: transparent;
  color: #444;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  line-height: 1.2;
}
.pm-like svg {
  display: block;
  color: #e8a0a8;
  stroke: #e8a0a8;
  width: 28px;
  height: 28px;
}
.pm-like span {
  color: #333;
  font-size: 0.8rem;
  font-weight: 600;
}
.pm-desktop-buy { display: none; }

.seller-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  background: #fff;
  border-radius: 0;
  padding: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  color: inherit;
  text-decoration: none;
}
.seller-card .who {
  display: flex; align-items: center; gap: 10px; min-width: 0;
}
.seller-name {
  display: block;
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 0.15rem;
}
/* Dolap tarzı baklava (elmas) profil */
.avatar,
.shop-diamond,
.comment-avatar {
  --diamond-bg: linear-gradient(145deg, #ff8a4c, #ff4d8d);
  position: relative;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  background: transparent;
  border-radius: 0;
  z-index: 0;
  overflow: visible;
}
.avatar:not(.diamond)::before,
.shop-diamond:not(.diamond)::before,
.comment-avatar:not(.diamond)::before {
  content: "";
  position: absolute;
  inset: 14%;
  background: var(--diamond-bg);
  transform: rotate(45deg);
  border-radius: 18%;
  z-index: -1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.avatar.sq { border-radius: 0; }

.avatar.diamond,
.comment-avatar.diamond {
  width: 44px;
  height: 44px;
}
.avatar.diamond .diamond-inner,
.comment-avatar.diamond .diamond-inner {
  position: absolute;
  inset: 12%;
  transform: rotate(45deg);
  border-radius: 16%;
  overflow: hidden;
  background: var(--diamond-bg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  display: grid;
  place-items: center;
}
.avatar.diamond.has-photo .diamond-inner,
.comment-avatar.diamond.has-photo .diamond-inner {
  background: #e8e4df;
}
.avatar.diamond .diamond-inner img,
.comment-avatar.diamond .diamond-inner img {
  width: 145%;
  height: 145%;
  object-fit: cover;
  transform: rotate(-45deg);
  display: block;
}
.avatar.diamond .avatar-silhouette,
.comment-avatar.diamond .avatar-silhouette {
  width: 58%;
  height: 58%;
  transform: rotate(-45deg);
  opacity: 0.95;
}
.seller-line {
  display: flex; align-items: center; flex-wrap: wrap; gap: 0.35rem;
}
.stars { color: #f5d56a; font-size: 0.95rem; letter-spacing: 1px; line-height: 1; }
.seller-card .stars,
.shop-card-meta .stars {
  font-size: 1rem;
  color: #f5d56a;
}
.seller-card .shop-follow-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  opacity: 0.65; cursor: default;
  border-color: #6db89a;
  color: #6db89a;
}

.pm-body {
  background: #fff;
  border-radius: 0;
  padding: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.pm-body .desc { color: #444; line-height: 1.55; margin: 0 0 0.75rem; font-size: 0.92rem; }
.pm-cat-tree {
  color: #7a8674 !important;
  font-size: 0.8rem !important;
}
.pm-features {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid #ececec;
}
.pm-feature-row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.88rem;
}
.pm-feature-row span { color: #777; }
.pm-feature-row strong { color: #222; font-weight: 700; text-align: right; }

/* Doğal Avantajları */
.pm-advantages {
  background: #fff;
  border-radius: 0;
  padding: 1rem 0.85rem 0.85rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.pm-advantages h2 {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 800;
  color: #222;
}
.pm-adv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  text-align: center;
  margin-bottom: 0.85rem;
}
.pm-adv-item {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25;
  color: #333;
}
.pm-adv-ico {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
}
.pm-adv-check { background: #3d8f6a; }
.pm-adv-lock { background: #c6a15b; }
.pm-adv-support { background: #2f6b3a; }
a.pm-adv-item {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.15s ease;
}
a.pm-adv-item:hover { opacity: 0.85; }
.pm-adv-block {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.95rem 0.15rem;
  border-top: 1px solid #ececec;
  text-align: left;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
}
a.pm-adv-block:hover {
  background: #fafafa;
}
.pm-adv-block:last-child {
  padding-bottom: 0.4rem;
}
.pm-adv-block-ico {
  display: grid;
  place-items: center;
  color: #222;
  margin-top: 0.15rem;
  flex-shrink: 0;
}
.pm-adv-block-body {
  flex: 1;
  min-width: 0;
}
.pm-adv-block strong {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.35;
  font-style: normal;
}
.pm-adv-block p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #666;
  font-style: normal;
}
.pm-adv-chevron {
  flex-shrink: 0;
  align-self: center;
  color: #bbb;
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1;
  margin-left: 0.15rem;
}
.pm-adv-payrow {
  border-bottom: 0;
}

/* Güvenli ödeme bilgi sayfası */
.info-page .info-eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2f6b3a;
}
.info-page .info-lead {
  margin: 0 0 1.5rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #444;
}
.info-page .info-section {
  margin: 0 0 1.65rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e8e8e8;
}
.info-page .info-section h2 {
  margin: 0 0 0.75rem;
  font-size: 1.12rem;
  font-weight: 700;
  color: #1a1a1a;
}
.info-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}
.info-steps li {
  position: relative;
  display: grid;
  gap: 0.2rem;
  margin: 0 0 0.9rem;
  padding: 0.85rem 0.95rem 0.85rem 3rem;
  background: #f7f9f6;
  border: 1px solid #e4ebe0;
  border-radius: 10px;
  counter-increment: step;
}
.info-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0.85rem;
  top: 0.9rem;
  width: 1.55rem;
  height: 1.55rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #2f6b3a;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}
.info-steps strong {
  font-size: 0.95rem;
  color: #1a1a1a;
}
.info-steps span {
  font-size: 0.88rem;
  line-height: 1.5;
  color: #555;
}
.info-list {
  margin: 0.75rem 0 0;
  padding-left: 1.15rem;
  color: #444;
}
.info-list li {
  margin: 0 0 0.45rem;
  line-height: 1.5;
}
.info-points {
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .info-points {
    grid-template-columns: repeat(3, 1fr);
  }
}
.info-point {
  padding: 0.9rem 1rem;
  border: 1px solid #e4ebe0;
  border-radius: 10px;
  background: #fff;
}
.info-point strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.92rem;
  color: #1a1a1a;
}
.info-point p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #555;
}
.info-foot {
  margin: 0.5rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid #e8e8e8;
  font-size: 0.9rem;
  color: #666;
}

.page-product .pay-note {
  margin: 0; font-size: 0.82rem; padding: 0.65rem 0.75rem;
  border-radius: 8px; background: #f7f7f7; border: 1px solid #ececec; color: #666;
}

/* Mobil alt bar */
.pm-buybar {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(430px, 100%);
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
}
.pm-price {
  flex: 1;
  min-width: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.02em;
  white-space: nowrap;
  padding-left: 4px;
}
.pm-actions {
  display: flex;
  align-items: stretch;
  gap: 6px;
  flex-shrink: 0;
}
.pm-actions form { margin: 0; display: flex; flex: 1; }
.pm-actions .pm-buy { flex: 1; min-width: 120px; }
.pm-offer,
.pm-buy {
  border-radius: 6px;
  font-family: var(--font);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  line-height: 1.15;
  padding: 6px 16px;
  height: 52px;
  min-width: 86px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  white-space: nowrap;
}
.pm-offer span,
.pm-buy span {
  display: block;
}
.pm-offer {
  background: #fff;
  color: #555;
  border: 1.5px solid #9a9a9a;
  cursor: pointer;
  opacity: 1;
}
.pm-offer.is-on {
  background: var(--btn);
  color: var(--btn-text);
  border: 1.5px solid var(--btn);
}
.pm-buy {
  background: var(--btn);
  color: var(--btn-text);
  border: 0;
  cursor: pointer;
}
.pm-buy:hover { filter: brightness(0.94); }
.pm-buy:disabled { opacity: 0.45; cursor: not-allowed; filter: none; }

.page-product .comments {
  margin: 8px 10px 16px;
  border-radius: 0;
  border: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  padding: 1rem;
  background: #fff;
}
.page-product .comments h2 {
  font-family: var(--font);
  font-size: 1.05rem;
}

/* Masaüstü Dolap düzeni */
@media (min-width: 900px) {
  .page-product {
    background: #f4f7f1;
  }
  .page-product .site-main {
    background: #f4f7f1;
  }
  .page-product .site-main > .container {
    width: 100%;
    max-width: none;
    min-height: auto;
    padding: 0 0 2.5rem;
    background: transparent;
    box-shadow: none;
  }
  .page-product .app-chrome {
    margin: 0 0 0.85rem;
    overflow: visible;
  }
  .page-product .pm-breadcrumb,
  .page-product .product-layout,
  .page-product .comments {
    width: min(1100px, calc(100% - 2.5rem));
    margin-left: auto;
    margin-right: auto;
  }
  .pm-breadcrumb { display: flex; }

  .product-layout {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
    align-items: start;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    overflow: visible;
  }
  .pm-gallery {
    min-width: 0;
    background: #fff;
    border: 1px solid #e4ebe0;
    border-radius: 0;
    padding: 0;
    box-shadow: 0 6px 22px rgba(31, 42, 26, 0.05);
    overflow: hidden;
  }
  .pm-media {
    border-radius: 0;
    overflow: hidden;
    background: #f0f0f0;
    min-width: 0;
    aspect-ratio: 1 / 1;
  }
  .pm-media .cargo-badge {
    left: 0;
    top: 14px;
    bottom: auto;
  }
  .pm-gal-mobile { display: none !important; }
  .pm-gal-desktop { display: flex; }
  .pm-gal-toolbar {
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.7rem 1rem;
    background: #fff;
    border: 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }
  .pm-gal-share {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    color: #222;
  }
  .pm-share-ico {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: #222;
    border-radius: 0;
  }
  .pm-share-ico:hover { background: rgba(0,0,0,0.06); }
  .pm-gal-nav {
    display: flex;
    align-items: center;
    gap: 0.15rem;
  }
  .pm-gal-nav button {
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    color: #333;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    border-radius: 0;
  }
  .pm-gal-nav button:hover { background: rgba(0,0,0,0.06); }
  .pm-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    padding: 0.85rem 1rem 1rem;
    background: #fff;
  }
  .pm-thumb {
    width: 76px;
    height: 76px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
    background: #eee;
  }
  .pm-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .pm-thumb.on {
    border-color: #1aa6a6;
  }
  .pm-thumb:hover { opacity: 0.92; }
  .pm-side {
    min-width: 0;
    padding: 1rem 1.1rem 1.15rem;
    gap: 0.9rem;
    background: #fff;
    border: 1px solid #e4ebe0;
    border-radius: 0;
    box-shadow: 0 6px 22px rgba(31, 42, 26, 0.05);
  }
  .pm-attrs {
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
  }
  .pm-attrs-main h1 { font-size: 1.55rem; }

  .pm-desktop-buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.35rem 0;
  }
  .pm-desktop-buy .pm-price {
    font-size: 1.8rem;
    padding: 0;
  }
  .pm-desktop-buy .pm-offer {
    background: #fff;
    color: #555;
    border: 1.5px solid #9a9a9a;
  }
  .pm-desktop-buy .pm-offer.is-on {
    background: var(--btn);
    color: var(--btn-text);
    border-color: var(--btn);
  }
  .pm-desktop-buy .pm-buy,
  .pm-desktop-buy .pm-offer {
    min-width: 96px;
    height: 54px;
    font-size: 0.78rem;
  }

  .seller-card {
    box-shadow: none;
    border: 1px solid #ececec;
  }
  .pm-body {
    box-shadow: none;
    border: 1px solid #ececec;
  }
  .pm-body .desc { font-size: 0.95rem; }
  .pm-advantages {
    box-shadow: none;
    border: 1px solid #ececec;
    border-radius: 0;
  }
  .pm-advantages h2 { font-size: 1.05rem; }
  .pm-adv-item { font-size: 0.78rem; }

  /* Masaüstünde alt yapışkan bar yok */
  .page-product .pm-buybar { display: none; }

  .page-product .comments {
    margin: 1rem auto 0;
    border: 1px solid #e4ebe0;
    border-radius: 0;
    box-shadow: 0 8px 28px rgba(31,42,26,0.05);
  }
}

.share-under-media {
  margin-top: 0.9rem; padding-top: 0.9rem; border-top: 1px solid var(--line);
}
.share-box {
  margin: 1rem 0; padding: 1rem; border-radius: 16px;
  background: #f7faf4; border: 1px dashed #b9cdaf;
}
.share-box.compact { margin: 0.6rem 0 0; padding: 0.75rem; }
.share-box.success-share { background: #eef8f0; border-style: solid; border-color: #b9dfc4; }
.share-label {
  margin: 0 0 0.55rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; font-size: 0.82rem;
}
.share-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.65rem; }
.share-feedback { color: var(--ok); font-weight: 600; margin: 0.5rem 0 0; }

.comments {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 1.1rem 1rem 1.25rem;
  box-shadow: none;
}
.comments h2 {
  font-family: var(--font);
  font-size: 1.05rem;
  margin: 0 0 0.85rem;
  font-weight: 800;
  color: #222;
}
.comment-list {
  display: grid;
  gap: 1.1rem;
  margin-top: 0.25rem;
}
.comment-thread {
  display: grid;
  gap: 0.55rem;
}
.comment-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.7rem;
  padding: 0;
  border: 0;
  align-items: start;
}
.comment-item.reply {
  grid-template-columns: 36px 1fr;
  margin: 0;
  padding: 0;
  border: 0;
}
.comment-item.reply .comment-avatar {
  width: 36px;
  height: 36px;
}
.comment-item.reply.is-seller-reply {
  grid-template-columns: 1fr;
}
.comment-head strong.seller-handle {
  color: #3d7a45;
  font-weight: 800;
}
.comment-replies {
  margin-left: 42px;
  padding-left: 0.9rem;
  border-left: 2px solid #d9dde3;
  display: grid;
  gap: 0.75rem;
}
.comment-avatar {
  width: 42px;
  height: 42px;
  font-size: 0.72rem;
}
.comment-content { min-width: 0; }
.comment-head {
  display: flex;
  gap: 0.4rem;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
}
.comment-head strong {
  color: #111;
  font-size: 0.8rem;
  font-weight: 800;
}
.comment-head time {
  color: #9aa0a6;
  font-size: 0.72rem;
}
.comment-item p {
  margin: 0;
  color: #333;
  line-height: 1.4;
  font-size: 0.8rem;
}
.comment-composer {
  margin-top: 1.35rem;
  text-align: center;
  padding-top: 0.25rem;
}
.comment-form {
  display: grid;
  gap: 0.75rem;
  text-align: left;
  max-width: 520px;
  margin: 0 auto 0.85rem;
}
.comment-form[hidden] { display: none !important; }
.btn-yorum-yaz {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 0.85rem 1.4rem;
  border: 1.5px solid #222;
  border-radius: 6px;
  background: #fff;
  color: #666;
  font: inherit;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
}
.btn-yorum-yaz:hover {
  color: #111;
  background: #fafafa;
}
.btn-yorum-yaz:disabled,
.btn-yorum-yaz.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
  color: #888;
  background: #f3f3f3;
}
.yorum-kriter {
  margin: 0.65rem 0 0;
  font-size: 0.82rem;
  color: #888;
  text-decoration: underline;
}
.reply-hint {
  background: #f3f6fa;
  border-radius: 10px;
  padding: 0.6rem 0.8rem;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
  max-width: 520px;
  margin: 0 auto 0.75rem;
  text-align: left;
}
.reply-hint[hidden] {
  display: none !important;
}

.auth-card, .order-card, .iban-box {
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  padding: 1.25rem; box-shadow: var(--shadow); margin-bottom: 1rem;
}
.auth-card.wide { max-width: 820px; }
.auth-card { max-width: 480px; }
.stack-form { display: grid; gap: 0.85rem; }
.stack-form label, .comment-form label { display: grid; gap: 0.35rem; font-weight: 600; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.hint { color: var(--muted); }
.empty {
  grid-column: 1 / -1; padding: 2rem; text-align: center;
  background: rgba(255,255,255,0.7); border: 1px dashed var(--line); border-radius: 16px;
}

.profile-head {
  display: grid; gap: 1rem;
  margin-bottom: 1.25rem;
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  padding: 1.25rem; box-shadow: var(--shadow);
}
.cart-list { display: grid; gap: 0.75rem; }
.cart-row {
  display: grid; grid-template-columns: 1.4fr auto auto auto; gap: 0.75rem;
  align-items: center; padding: 0.85rem 0; border-bottom: 1px solid var(--line);
}
.qty-form { display: flex; gap: 0.4rem; align-items: center; }
.qty-form input { width: 70px; }
.cart-total {
  display: flex; justify-content: space-between; align-items: center;
  margin: 1rem 0; font-size: 1.15rem;
}
.iban-box code, .order-card code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  background: #f3f6f0; padding: 0.15rem 0.4rem; border-radius: 6px;
}
.iban-box.compact { box-shadow: none; }
.order-head { display: flex; justify-content: space-between; gap: 0.5rem; margin-bottom: 0.4rem; }

.stats-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin-bottom: 1rem;
}

/* Mağaza profil — Dolap mobil + doğal yeşil */
.page-shop {
  --shop-green: #3d7a45;
  --shop-green-soft: #5a9a62;
  --shop-green-light: #e8f3e6;
  --shop-ink: #1f2a1a;
  background: #cfcfcf;
}
.page-shop .site-header { display: none; }
.page-shop .site-footer { display: block; }
.page-shop .site-main {
  padding: 0;
  background: #cfcfcf;
}
.page-shop .site-main > .container {
  width: min(430px, 100%);
  margin: 0 auto;
  padding: 0;
  background: #fff;
  min-height: auto;
  box-shadow: 0 0 30px rgba(0,0,0,0.18);
}

.shop-app .app-chrome {
  position: sticky;
  top: 0;
  z-index: 40;
}

.shop-crumb {
  display: none;
  padding: 0.85rem 1rem 0;
  color: #8a9586;
  font-size: 0.88rem;
  gap: 0.35rem;
  align-items: center;
}
.shop-crumb a { color: var(--shop-green); }

.shop-profile {
  background: #fff;
  position: relative;
}
.shop-hero {
  background: #fff;
  padding: 0.85rem 1rem 0.35rem;
}
.shop-hero-left {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
.shop-hero .shop-diamond,
.shop-hero .avatar.shop-diamond {
  width: 86px;
  height: 86px;
  font-size: 1.7rem;
  margin-bottom: -34px;
  z-index: 3;
  position: relative;
}
.shop-hero .avatar.shop-diamond.diamond .diamond-inner {
  inset: 10%;
  border-radius: 18%;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}
.shop-diamond::before {
  inset: 10%;
  border-radius: 22%;
  box-shadow: 0 3px 12px rgba(47, 107, 58, 0.22);
}
.shop-hero-info {
  flex: 1;
  min-width: 0;
  padding-top: 0.15rem;
  padding-bottom: 0.55rem;
}
.shop-handle-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem 0.55rem;
  row-gap: 0.25rem;
}
.shop-follow-icon {
  width: 38px;
  height: 38px;
  margin-left: auto;
  border-radius: 0;
  border: 1.5px solid #6db89a;
  background: #fff;
  color: #6db89a;
  cursor: not-allowed;
  opacity: 0.85;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  padding: 0;
}
.shop-follow-icon svg {
  display: block;
}
.shop-follow-icon.tiny {
  width: 28px;
  height: 28px;
  font-size: 0.85rem;
  border-radius: 0;
  margin-left: 0;
}
.shop-handle {
  margin: 0;
  font-family: var(--font);
  font-size: 1.2rem;
  font-weight: 800;
  color: #2a2f2c;
  letter-spacing: -0.01em;
  line-height: 1.15;
}
.shop-online {
  margin: 0;
  color: #9aa19a;
  font-size: 0.78rem;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  font-weight: 500;
}
.shop-online .shop-clock {
  flex-shrink: 0;
  color: #a8b0a8;
}
.shop-follow-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem 1.35rem;
  margin-top: 0.45rem;
}
.shop-follow-stats div {
  display: flex;
  gap: 0.35rem;
  align-items: baseline;
}
.shop-follow-stats strong {
  color: #222;
  font-size: 0.98rem;
  font-weight: 800;
}
.shop-follow-stats span {
  color: #555;
  font-size: 0.88rem;
  font-weight: 500;
}
.shop-follow-stats .shop-sales-stat span {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
}
.shop-sales-check {
  display: block;
  flex-shrink: 0;
}

.shop-tabs-mobile {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid #ecefec;
  border-bottom: 1px solid #ecefec;
  background: #fff;
  position: relative;
  z-index: 1;
}
.shop-tabs-mobile a,
.shop-tabs-mobile .passive {
  text-align: center;
  padding: 0.95rem 0.25rem 0.8rem;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.01em;
  color: #444;
  border-bottom: 2.5px solid transparent;
}
.shop-tabs-mobile a + a,
.shop-tabs-mobile a + .passive {
  border-left: 1px solid #ecefec;
}
.shop-tabs-mobile a.active {
  color: #3d9e7a;
  border-bottom-color: #3d9e7a;
}
.shop-tabs-mobile a.active span {
  color: inherit;
}
.shop-tabs-mobile .passive {
  color: #b0b8ae;
  cursor: not-allowed;
  border-left: 1px solid #ecefec;
}

.shop-body {
  display: grid;
  gap: 0;
  background: #f3f6f0;
}
.shop-side { display: none; }
.shop-main { min-width: 0; }

.shop-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  background: #f7faf5;
  border-bottom: 1px solid #e4ebe0;
}
.shop-toolbar strong { color: #666; font-size: 0.92rem; }
.shop-tools {
  display: flex;
  gap: 0.35rem;
}
.shop-tool {
  position: relative;
}
.shop-tool summary {
  list-style: none;
  cursor: pointer;
  padding: 0.45rem 0.65rem;
  color: var(--shop-green);
  font-weight: 700;
  font-size: 0.84rem;
  border: 1px solid #d7e4d4;
  border-radius: 0;
  background: #fff;
}
.shop-tool summary::-webkit-details-marker { display: none; }
.shop-tool-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  z-index: 20;
  min-width: 160px;
  background: #fff;
  border: 1px solid #e4ebe0;
  border-radius: 0;
  box-shadow: 0 10px 24px rgba(31, 42, 26, 0.1);
  display: grid;
  overflow: hidden;
}
.shop-tool-menu a {
  padding: 0.7rem 0.9rem;
  color: #333;
  border-top: 1px solid #f0f4ee;
  font-size: 0.88rem;
}
.shop-tool-menu a.on,
.shop-tool-menu a:hover {
  background: var(--shop-green-light);
  color: var(--shop-green);
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  padding: 0.75rem;
}
.shop-grid .empty {
  grid-column: 1 / -1;
}
.shop-card {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(31, 42, 26, 0.05);
  display: flex;
  flex-direction: column;
}
.shop-card-head {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.55rem 0.4rem;
}
.avatar.tiny {
  width: 30px;
  height: 30px;
  font-size: 0.72rem;
}
/* Mağaza kartları: kare avatar */
.shop-card .avatar.tiny,
.shop-card .avatar.tiny.diamond {
  width: 30px;
  height: 30px;
}
.shop-card .avatar:not(.diamond)::before,
.shop-card .avatar.tiny::before {
  transform: none;
  inset: 0;
  border-radius: 0;
}
.shop-card .avatar.diamond .diamond-inner {
  transform: none;
  inset: 0;
  border-radius: 0;
}
.shop-card .avatar.diamond .diamond-inner img {
  width: 100%;
  height: 100%;
  transform: none;
  object-fit: cover;
}
.shop-card .avatar.diamond .avatar-silhouette {
  width: 62%;
  height: 62%;
  transform: none;
}
.shop-card-meta {
  flex: 1;
  min-width: 0;
}
.shop-card-meta strong {
  display: block;
  font-size: 0.78rem;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-card-meta .stars { font-size: 0.65rem; }
.shop-card-meta .hint { font-size: 0.7rem; }
.shop-card-media {
  position: relative;
  display: block;
  aspect-ratio: 1;
  background: #e8efe3;
  overflow: hidden;
}
.shop-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-card-media .cargo-badge {
  bottom: 8px;
  padding: 0.38rem 0.4rem 0.38rem 0.5rem;
}
.shop-card-media .cargo-badge-text { font-size: 0.65rem; }
.shop-card-media .cargo-badge-icon { width: 28px; height: 28px; border-radius: 0; }
.shop-card-media .cargo-badge-icon svg { width: 15px; height: 15px; }
.shop-card-body {
  padding: 0.55rem 0.65rem 0.7rem;
  display: grid;
  gap: 0.25rem;
}
.shop-card-body h2 {
  margin: 0;
  font-size: 0.86rem;
  font-family: var(--font);
  line-height: 1.25;
}
.shop-card-body h2 a { color: inherit; }
.shop-card-body strong {
  color: var(--shop-ink);
  font-size: 0.95rem;
}
.shop-card.is-sold { opacity: 0.9; }
.sold-badge {
  position: absolute; top: 8px; right: 8px; z-index: 2;
  background: #2f3d2f; color: #fff; font-size: 0.7rem; font-weight: 800;
  padding: 0.28rem 0.45rem; border-radius: 6px;
}

@media (min-width: 900px) {
  .page-shop { background: #f4f7f1; }
  .page-shop .site-main { background: #f4f7f1; }
  .page-shop .site-main > .container {
    width: 100%;
    max-width: none;
    background: transparent;
    box-shadow: none;
    min-height: auto;
    padding-bottom: 2rem;
  }
  .shop-app .app-chrome {
    border-radius: 0;
    overflow: visible;
    box-shadow: 0 2px 14px rgba(31,42,26,0.06);
    margin-bottom: 0.75rem;
  }
  .shop-crumb,
  .shop-profile,
  .shop-body {
    width: min(1120px, calc(100% - 2rem));
    margin-left: auto;
    margin-right: auto;
  }
  .shop-crumb { display: flex; padding-left: 0; }
  .shop-profile {
    border: 1px solid #e4ebe0;
    border-radius: 0;
    box-shadow: 0 8px 24px rgba(31,42,26,0.04);
    margin-bottom: 1rem;
    overflow: visible;
  }
  .shop-hero {
    padding: 1.1rem 1.25rem 0.45rem;
    border-radius: 0;
  }
  .shop-hero .shop-diamond,
  .shop-hero .avatar.shop-diamond {
    width: 104px;
    height: 104px;
    font-size: 2rem;
    margin-bottom: -40px;
  }
  .shop-handle { font-size: 1.45rem; }
  .shop-tabs-mobile {
    border-radius: 0;
    overflow: hidden;
  }
  .shop-tabs-mobile a,
  .shop-tabs-mobile .passive {
    font-size: 0.82rem;
    padding: 1.05rem 0.5rem 0.9rem;
  }
  .shop-body {
    grid-template-columns: 220px 1fr;
    gap: 1rem;
    background: transparent;
    align-items: start;
  }
  .shop-side {
    display: block;
    background: #fff;
    border: 1px solid #e4ebe0;
    border-radius: 0;
    padding: 1rem;
  }
  .shop-side h3 {
    margin: 0 0 0.55rem;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    color: #666;
  }
  .shop-side .filter-clear {
    display: inline-block;
    margin-bottom: 0.7rem;
    font-size: 0.84rem;
    color: var(--shop-green);
  }
  .shop-side ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.25rem;
  }
  .shop-side a {
    display: flex;
    justify-content: space-between;
    gap: 0.4rem;
    padding: 0.4rem 0.35rem;
    border-radius: 8px;
    color: #333;
    font-size: 0.9rem;
  }
  .shop-side a.on,
  .shop-side a:hover {
    background: var(--shop-green-light);
    color: var(--shop-green);
  }
  .shop-main {
    background: #fff;
    border: 1px solid #e4ebe0;
    border-radius: 14px;
    overflow: hidden;
  }
  .shop-filter-mobile { display: none; }
  .shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    padding: 1rem;
  }
}

/* Adres formu — üst renkli, alt beyaz */
.page-address {
  background: #d5ddd0;
}
.page-address .site-header { display: none; }
.page-address .site-footer { display: block; }
.page-address .site-main {
  padding: 0;
  background: #d5ddd0;
}
.page-address .site-main > .container {
  width: min(430px, 100%);
  margin: 0 auto;
  padding: 0 0 2rem;
  background: #fff;
  min-height: auto;
  box-shadow: 0 0 30px rgba(0,0,0,0.18);
}
.page-address .app-chrome {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #eaf1e6;
}
.page-address .app-top {
  background: #eaf1e6;
  border-bottom: 1px solid #d5e0ce;
}

@media (min-width: 900px) {
  .page-address .site-main {
    background: #eaf1e6;
  }
  .page-address .site-main > .container {
    width: 100%;
    max-width: none;
    background: transparent;
    box-shadow: none;
    min-height: auto;
  }
  .page-address .app-chrome {
    background: #eaf1e6;
    box-shadow: 0 2px 14px rgba(31,42,26,0.06);
  }
  .page-address .address-page {
    width: min(560px, calc(100% - 2rem));
    margin: 1rem auto 2rem;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(31,42,26,0.06);
    border: 1px solid #e0e8dc;
  }
}
.address-page {
  padding: 1rem 1rem 2rem;
  background: #fff;
}
.checkout-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 0 0.85rem;
  padding: 0.55rem 0.35rem 0.7rem;
}
.checkout-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.28rem;
  min-width: 4.2rem;
}
.checkout-step-num {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 800;
  background: #e8efe4;
  color: #6a7a64;
  border: 1.5px solid #d0dcc8;
}
.checkout-step-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7a8a72;
}
.checkout-step-line {
  flex: 1 1 28px;
  max-width: 48px;
  height: 2px;
  margin: 0 0.2rem 1.1rem;
  background: #d5e0cc;
  border-radius: 2px;
}
.checkout-step.is-current .checkout-step-num {
  background: var(--brand, #2f6b3a);
  border-color: var(--brand, #2f6b3a);
  color: #fff;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand, #2f6b3a) 22%, transparent);
}
.checkout-step.is-current .checkout-step-label {
  color: var(--brand, #2f6b3a);
  font-weight: 800;
}
.checkout-step.is-done .checkout-step-num {
  background: #1f8a5a;
  border-color: #1f8a5a;
  color: #fff;
}
.checkout-step.is-done .checkout-step-label {
  color: #3d5a45;
}
.checkout-step-line.is-done {
  background: #1f8a5a;
}
.pay-substeps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0 0 1rem;
  padding: 0.45rem 0.6rem;
  background: #f4f8f1;
  border: 1px solid #e0e8dc;
  border-radius: 10px;
}
.pay-substeps-inline {
  margin: 0 0 0.75rem;
  background: #eef6f0;
}
.pay-substep {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #7a8a72;
}
.pay-substep-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #c5d4be;
}
.pay-substep.is-current {
  color: var(--brand, #2f6b3a);
}
.pay-substep.is-current .pay-substep-dot {
  background: var(--brand, #2f6b3a);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand, #2f6b3a) 20%, transparent);
}
.pay-substep.is-done {
  color: #1f8a5a;
}
.pay-substep.is-done .pay-substep-dot {
  background: #1f8a5a;
}
.pay-substep-line {
  width: 1.4rem;
  height: 2px;
  background: #d5e0cc;
  border-radius: 2px;
}
.address-title {
  margin: 0.25rem 0 0.9rem;
  text-align: center;
  font-family: var(--font);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #2f3d2f;
}
.order-flow .address-title {
  margin-top: 0.15rem;
}
.address-product {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding: 0.8rem 0.9rem;
  background: #f4f8f1;
  border-radius: 12px;
  border: 1px solid #e0e8dc;
  color: #1f2a1a;
}
.order-product-card,
.order-done-product {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e0e8dc;
}
.order-product-card img,
.order-done-product img,
.order-product-ph {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
  background: #f0f3ee;
}
.order-done-product img { width: 64px; height: 64px; }
.order-product-ph {
  display: grid;
  place-items: center;
  font-size: 1.4rem;
}
.order-product-card > div,
.order-done-product > div {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}
.order-product-card strong,
.order-done-product strong {
  font-size: 0.95rem;
  color: #1f2a1a;
  line-height: 1.3;
}
.order-product-price {
  font-weight: 800;
  color: #2f6b3a;
  font-size: 0.95rem;
}
.dekont-box {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #e0e8dc;
  border-radius: 14px;
  background: #fbfdf9;
  display: grid;
  gap: 0.65rem;
}
.dekont-box h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: #2f3d2f;
}
.dekont-form { display: grid; gap: 0.65rem; }
.dekont-ocr-status {
  margin: 0;
  padding: 0.55rem 0.7rem;
  border-radius: 8px;
  background: #eef5ea;
  color: #2f6b3a;
  font-weight: 600;
}
.dekont-ocr-status.is-err {
  background: #fdecea;
  color: #8a3b32;
}
.dekont-form.is-reading .address-submit {
  opacity: 0.7;
  pointer-events: none;
}
.dekont-file {
  display: grid;
  gap: 0.35rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: #5f6d57;
}
.dekont-file input[type="file"] {
  font: inherit;
  font-weight: 500;
  color: #1f2a1a;
}
.dekont-file-types {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #7a8a72;
}
.pay-timer {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.1rem;
  padding: 1rem 1.05rem;
  border: 1px solid #e0e8dc;
  border-radius: 14px;
  background: #f7faf5;
}
.pay-timer-ring {
  position: relative;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.pay-timer-ring svg {
  display: block;
  transform: rotate(-90deg);
}
.pay-timer-track,
.pay-timer-progress {
  fill: none;
  stroke-width: 8;
}
.pay-timer-track {
  stroke: #d7e3d0;
}
.pay-timer-progress {
  stroke: #2f6b3a;
  stroke-linecap: round;
  stroke-dasharray: 326.73;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.4s linear, stroke 0.3s ease;
}
.pay-timer.is-expired .pay-timer-progress {
  stroke: #a35a3a;
}
.pay-timer-center {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.pay-timer-center strong {
  font-size: 1.35rem;
  font-weight: 800;
  color: #1f2a1a;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
}
.pay-timer-copy {
  min-width: 0;
}
.pay-timer-label {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
  color: #1f2a1a;
  line-height: 1.35;
}
.pay-timer.is-expired .pay-timer-label {
  color: #8a4a30;
}
.checkout-resume {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0;
  padding: 0.65rem 0.9rem;
  background: #2f6b3a;
  color: #fff;
  text-decoration: none;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.checkout-resume:hover {
  background: #24552d;
  color: #fff;
}
.checkout-resume-text {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}
.checkout-resume-text strong {
  font-size: 0.86rem;
  font-weight: 800;
}
.checkout-resume-text em {
  font-style: normal;
  font-size: 0.78rem;
  opacity: 0.88;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkout-resume-go {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  opacity: 0.85;
}
@media (max-width: 420px) {
  .pay-timer {
    flex-direction: column;
    text-align: center;
  }
}
.order-done-banner {
  background: #3d9b6a;
  color: #fff;
  border-radius: 14px;
  padding: 1.1rem 1rem 1rem;
  margin-bottom: 1rem;
  display: grid;
  gap: 0.7rem;
}
.order-done-line {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.95rem;
  line-height: 1.35;
}
.order-done-line strong { font-weight: 800; }
.order-done-ico {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  color: #3d9b6a;
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 0.05rem;
}
.order-done-ico.warn { color: #d97706; }
.order-done-note {
  margin: 0.15rem 0 0;
  font-size: 0.82rem;
  line-height: 1.4;
  opacity: 0.95;
}
.order-done-no {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(255,255,255,0.28);
}
.order-done-page .order-done-product {
  border: 0;
  border-top: 1px solid #ececec;
  border-radius: 0;
  padding: 1rem 0.15rem 0.25rem;
}
.address-form {
  display: grid;
  gap: 1rem;
}
.af-panel {
  display: grid;
  gap: 0.85rem;
}
.af-panel[hidden] {
  display: none !important;
}
.af-section {
  display: grid;
  gap: 0.85rem;
  padding: 0.95rem;
  border: 1px solid #e4ebe0;
  border-radius: 14px;
  background: #fbfdf9;
}
.af-section-title {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #3d7a45;
}
.af-section-hint {
  margin: -0.35rem 0 0;
  font-size: 0.84rem;
  color: #7a8a72;
  line-height: 1.35;
}
.af-actions {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.55rem;
  align-items: stretch;
}
.address-back {
  margin-top: 0.5rem;
  border-radius: 10px;
  background: transparent;
  color: #2f6b3a;
  box-shadow: inset 0 0 0 1.5px #2f6b3a;
  font-weight: 700;
  min-width: 5.5rem;
}
.address-back:hover {
  background: #f3f8f2;
}
.order-summary {
  display: grid;
  gap: 0.75rem;
  padding: 0.95rem;
  border: 1px solid #e4ebe0;
  border-radius: 14px;
  background: #fbfdf9;
}
.order-summary-product {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.7rem;
  background: #fff;
  border: 1px solid #e0e8dc;
  border-radius: 10px;
}
.order-summary-product img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 8px;
  background: #f0f3ee;
}
.order-summary-product strong {
  display: block;
  font-size: 0.95rem;
  color: #1f2a1a;
}
.order-summary-product em {
  display: block;
  margin-top: 0.2rem;
  font-style: normal;
  font-weight: 800;
  color: var(--brand, #2f6b3a);
}
.order-summary-dl {
  margin: 0;
  display: grid;
  gap: 0.55rem;
}
.order-summary-dl > div {
  display: grid;
  grid-template-columns: 6.2rem 1fr;
  gap: 0.4rem 0.65rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid #e8efe4;
  align-items: start;
}
.order-summary-dl > div:last-child {
  border-bottom: 0;
}
.order-summary-dl dt {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: #7a8a72;
  padding-top: 0.1rem;
}
.order-summary-dl dd {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: #1f2a1a;
  line-height: 1.35;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.55rem;
}
.order-summary-edit {
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brand, #2f6b3a);
  text-decoration: underline;
  cursor: pointer;
}
.order-summary-total {
  margin-top: 0.15rem;
  padding-top: 0.65rem !important;
  background: #eef6f0;
  border: 1px solid #d5e8d8 !important;
  border-radius: 10px;
  padding-left: 0.65rem !important;
  padding-right: 0.65rem !important;
}
.order-summary-total dt {
  color: #3d5a45;
  font-size: 0.82rem;
}
.order-summary-total dd {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--brand, #2f6b3a);
  justify-content: flex-end;
}
.af-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.af-field {
  display: grid;
  gap: 0.3rem;
}
.af-field span {
  color: #5f6d57;
  font-size: 0.86rem;
  font-weight: 600;
}
.af-field input,
.af-field textarea,
.af-field select {
  width: 100%;
  border: 0;
  border-bottom: 1.5px solid #c5cec0;
  border-radius: 0;
  background: transparent;
  padding: 0.45rem 0;
  font: inherit;
  color: #1f2a1a;
  outline: none;
  resize: vertical;
}
.af-field select {
  cursor: pointer;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #3d7a45 50%),
    linear-gradient(135deg, #3d7a45 50%, transparent 50%);
  background-position: calc(100% - 12px) calc(50% + 2px), calc(100% - 6px) calc(50% + 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 1.4rem;
}
.af-field input:focus,
.af-field textarea:focus,
.af-field select:focus {
  border-bottom-color: #3d7a45;
}
.address-submit {
  width: 100%;
  margin-top: 0.5rem;
  border-radius: 10px;
  background: #25d6a2;
}
.address-submit:hover { background: #25d6a2; }
.address-pay-hint {
  text-align: center;
  color: #7a8576;
  font-size: 0.85rem;
  margin: 0.35rem 0 0;
}
.page-address .iban-box {
  box-shadow: none;
}
.bank-logo,
.bank-logo-badge {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  flex-shrink: 0;
  display: inline-grid;
  place-items: center;
  background: #fff;
  border: 1px solid #e5ebe1;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  object-fit: contain;
  padding: 3px;
  box-sizing: border-box;
}
.bank-logo-sm { width: 28px; height: 28px; border-radius: 6px; font-size: 0.62rem; padding: 2px; }
.bank-logo-pay {
  width: 118px;
  height: 72px;
  border-radius: 10px;
  padding: 4px 8px;
  border-color: #e6ebe3;
  box-shadow: none;
  object-fit: contain;
}
.iban-box.pay-card {
  border-radius: 0;
  padding: 1.15rem 1.1rem 1.2rem;
  box-shadow: none;
  border: 1px solid #e2e8de;
}
.pay-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.95rem;
  margin-bottom: 0.15rem;
  border-bottom: 1px solid #edf1ea;
}
.pay-card-kicker {
  margin: 0 0 0.2rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7a8676;
}
.pay-card-title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
  color: #1a2218;
  line-height: 1.25;
}
.iban-box-logo {
  flex-shrink: 0;
}
.pay-card-rows {
  margin: 0;
  padding: 0;
}
.pay-card-row {
  display: grid;
  grid-template-columns: 5.6rem 1fr;
  gap: 0.65rem;
  align-items: start;
  padding: 0.72rem 0;
  border-bottom: 1px solid #f0f3ed;
}
.pay-card-row:last-child {
  border-bottom: 0;
}
.pay-card-row dt {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: #6b7566;
  padding-top: 0.12rem;
}
.pay-card-row dd {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1f2a1a;
  line-height: 1.4;
  word-break: break-word;
}
.pay-card-iban dd code {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #152016;
  font-family: inherit;
}
.iban-box.pay-card code {
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.pay-card-amount dd {
  font-size: 1.15rem;
  font-weight: 800;
  color: #2f6b3a;
}
.pay-card-address dd {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1f2a1a;
  line-height: 1.4;
}
.pay-card-note {
  margin: 0.85rem 0 0;
  padding: 0.7rem 0.85rem;
  background: #f7faf4;
  border: 1px solid #e4ebd9;
  font-size: 0.86rem;
  color: #5a6556;
}
.pay-card-note strong {
  color: #1f2a1a;
  font-weight: 800;
}
.pay-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.pay-card-actions .btn {
  border-radius: 0;
  min-height: 40px;
  font-weight: 700;
}
.iban-bank-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.stat {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 1rem; text-align: center; box-shadow: var(--shadow);
}
.stat strong { display: block; font-family: var(--display); font-size: 1.6rem; }
.stat span { color: var(--muted); }
.admin-row {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  padding: 1rem 0; border-bottom: 1px solid var(--line);
}
.admin-actions { display: flex; gap: 0.4rem; align-items: flex-start; }
.pay-note {
  margin-top: 1rem; padding: 0.9rem 1rem; border-radius: 12px;
  background: #f7faf4; border: 1px solid var(--line); color: var(--muted);
}

/* Statik sayfalar (admin menüden eklenen) */
.page-static .site-main > .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.page-static .cat-bar {
  display: none !important;
}
.static-page {
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 1.5rem 1.15rem 2.75rem;
  background: #fff;
  min-height: 50vh;
}
.static-page h1 {
  margin: 0 0 1rem;
  font-size: 1.45rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.25;
}
.static-page-body {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #333;
}
.static-page-body h2,
.static-page-body h3 {
  margin: 1.35rem 0 0.55rem;
  line-height: 1.25;
  color: #1a1a1a;
}
.static-page-body p { margin: 0 0 0.85rem; }
.static-page-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0.75rem 0 1rem;
}
.static-page-body a { color: #2f6b3a; text-decoration: underline; }
.static-page-body ul,
.static-page-body ol { margin: 0 0 1rem 1.2rem; }
@media (min-width: 900px) {
  .page-static .static-page {
    padding: 2rem 1.5rem 3.5rem;
  }
  .page-static .static-page h1 {
    font-size: 1.75rem;
  }
}

@media (max-width: 860px) {
  .product-detail, .profile-head, .filters, .form-row, .stats-row, .cart-row {
    grid-template-columns: 1fr;
  }
  .nav { justify-content: flex-end; }
}
