.cart-campaign-flash {
  margin: 0 0 1rem;
  padding: 0.8rem 1rem;
  border: 1px solid #a7f3d0;
  border-radius: 10px;
  background: #ecfdf5;
  color: #047857;
  font-size: 13px;
  font-weight: 600;
}
.cart-campaign-flash--err {
  border-color: #fecaca;
  background: #fef2f2;
  color: #b91c1c;
}
.cart-campaign-active {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0.85rem 0;
  padding: 0.75rem;
  border: 1px solid #b9e4d0;
  border-radius: 10px;
  background: #f0fdf6;
}
.cart-campaign-active span,
.cart-campaign-active strong {
  display: block;
}
.cart-campaign-active span {
  color: #64748b;
  font-size: 11px;
}
.cart-campaign-active strong {
  margin-top: 0.12rem;
  color: #166534;
  font-size: 13px;
}
.cart-campaign-active button {
  border: 0;
  background: transparent;
  color: #b91c1c;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.cart-summary-row--discount {
  color: #047857;
}
.cart-campaign-condition {
  margin: 0.45rem 0;
  color: #92400e;
  font-size: 11px;
  line-height: 1.45;
}
.cart-campaign-code-form {
  margin: 0.9rem 0;
  padding: 0.8rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
}
.cart-campaign-code-form label {
  display: block;
  margin-bottom: 0.4rem;
  color: #334155;
  font-size: 12px;
  font-weight: 600;
}
.cart-campaign-code-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.4rem;
}
.cart-campaign-code-form input {
  min-width: 0;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 0.58rem 0.65rem;
  font: inherit;
  font-size: 12px;
  text-transform: uppercase;
}
.cart-campaign-code-form button {
  border: 0;
  border-radius: 8px;
  padding: 0.58rem 0.8rem;
  background: #006684;
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.cart-coupon-picker {
  border: 1px solid var(--cart-border, #e2e8f0);
  border-radius: 14px;
  padding: 1rem;
  margin-bottom: 0.75rem;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}
.cart-coupon-picker-head {
  margin-bottom: 0.85rem;
}
.cart-coupon-picker-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem 0.55rem;
}
.cart-coupon-picker-ico {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #006684;
}
.cart-coupon-picker-ico svg {
  display: block;
}
.cart-coupon-picker-label {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #006684;
  line-height: 1.2;
}
.cart-coupon-picker-hint {
  margin: 0.35rem 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
}
.cart-coupon-picker-count {
  flex: 0 0 auto;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: #f0faff;
  color: #006684;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.cart-coupon-picker-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.cart-coupon-picker-item {
  margin: 0;
}
.cart-coupon-option {
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  border: 1.5px solid #dbe3ec;
  border-radius: 12px;
  padding: 0.72rem 0.8rem;
  background: #fff;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, transform 0.18s ease;
}
.cart-coupon-option:hover:not(:disabled) {
  border-color: #006684;
  background: #f8fdff;
  box-shadow: 0 4px 14px rgba(0, 102, 132, 0.1);
  transform: translateY(-1px);
}
.cart-coupon-option:focus-visible {
  outline: 2px solid rgba(0, 102, 132, 0.35);
  outline-offset: 2px;
}
.cart-coupon-option.is-selected {
  border-color: #006684;
  background: linear-gradient(180deg, #f0faff 0%, #fff 100%);
  box-shadow: inset 3px 0 0 #006684;
  cursor: default;
}
.cart-coupon-option-radio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border: 2px solid #94a3b8;
  border-radius: 999px;
  color: #fff;
  background: #fff;
  transition: border-color 0.18s ease, background 0.18s ease;
}
.cart-coupon-option:hover:not(:disabled) .cart-coupon-option-radio {
  border-color: #006684;
}
.cart-coupon-option.is-selected .cart-coupon-option-radio {
  border-color: #006684;
  background: #006684;
}
.cart-coupon-option-radio.is-checked::after {
  content: "";
  display: block;
  width: 0.32rem;
  height: 0.58rem;
  margin-top: -0.06rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.cart-coupon-option-body {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
}
.cart-coupon-option-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
}
.cart-coupon-option-code {
  display: inline-block;
  padding: 0.12rem 0.45rem;
  border-radius: 6px;
  background: #eef6f9;
  color: #006684;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.cart-coupon-option-title {
  font-size: 12px;
  font-weight: 600;
  color: #334155;
}
.cart-coupon-option-discount {
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
}
.cart-coupon-option-action {
  flex: 0 0 auto;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: #006684;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
  transition: background 0.18s ease;
}
.cart-coupon-option:hover:not(:disabled) .cart-coupon-option-action {
  background: #00556d;
}
.cart-coupon-option.is-selected .cart-coupon-option-action {
  background: #e2e8f0;
  color: #475569;
}
.cart-coupon-picker-divider {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0.85rem 0 0.75rem;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cart-coupon-picker-divider::before,
.cart-coupon-picker-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e2e8f0;
}
.cart-coupon-picker .cart-campaign-code-form {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.checkout-coupon-picker {
  margin: 0.75rem 0;
  padding-top: 0.75rem;
  border-top: 1px dashed #e2e8f0;
}
.checkout-coupon-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 12px;
  font-weight: 700;
  color: #475569;
}
.checkout-coupon-select {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 0.55rem 0.7rem;
  font-family: inherit;
  font-size: 13px;
}
.checkout-coupon-hint {
  margin: 0.45rem 0 0;
  font-size: 12px;
  color: #64748b;
}
/* Sepet paneli ek stilleri – mevcut site.css ile uyumlu */
.cart-page {
  --cart-teal: #006684;
  --cart-teal-soft: #f0faff;
  --cart-border: #e2e8f0;
}

.cart-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
  font-size: 12px;
  font-weight: 500;
  color: #94a3b8;
}
.cart-breadcrumb a {
  color: #64748b;
  text-decoration: none;
}
.cart-breadcrumb a:hover { color: var(--cart-teal); }
.cart-breadcrumb span:last-child { color: var(--cart-teal); }

.cart-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
}
.cart-page-kicker {
  margin: 0 0 0.25rem;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00b2e3;
}
.cart-page-title {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0f172a;
}
.cart-page-lead {
  margin: 0.35rem 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
}
.cart-page-continue {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.65rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--cart-border);
  background: #fff;
  color: var(--cart-teal);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.cart-page-continue:hover {
  border-color: #bae6fd;
  background: var(--cart-teal-soft);
}
.cart-page-continue .material-symbols-outlined { font-size: 18px; }

.cart-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 80;
  background: #0d1c2f;
  color: #fff;
  padding: 0.85rem 1.25rem;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 12px 32px rgba(13, 28, 47, 0.25);
  max-width: calc(100vw - 32px);
}
.cart-toast.hidden { display: none; }
.cart-toast.ok { background: #006684; }
.cart-toast.err { background: #ba1a1a; }

.cart-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}

/* Sepet — Enpara kazanç bandı (Bidolu tarzı) */
.cart-enpara-earn {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 0.25rem;
  padding: 0.95rem 1.05rem;
  border: 1px solid #e8eef3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.cart-enpara-earn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
}
.cart-enpara-coins {
  display: block;
}
.cart-enpara-earn-text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #334155;
}
.cart-enpara-earn-text strong {
  font-weight: 600;
  color: #0f172a;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 480px) {
  .cart-enpara-earn {
    padding: 0.85rem 0.95rem;
    gap: 0.7rem;
  }
  .cart-enpara-earn-icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }
  .cart-enpara-coins {
    width: 48px;
    height: 48px;
  }
  .cart-enpara-earn-text {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .cart-layout {
    grid-template-columns: minmax(0, 1fr) 340px;
  }
}
.cart-line {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 1.15rem;
  padding: 1.15rem 1.2rem;
  background: #fff;
  border: 1px solid var(--cart-border, #e2e8f0);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.cart-lines {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.cart-line-media {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid var(--cart-border, #e2e8f0);
  overflow: hidden;
  flex-shrink: 0;
}
.cart-line-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}
.cart-line-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cart-line-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.cart-line-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
.cart-line-title a {
  color: #0f172a;
  text-decoration: none;
}
.cart-line-title a:hover { color: #006684; }
.cart-line-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.65rem 0 0;
  padding: 0;
  list-style: none;
}
.cart-line-specs li {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e8eef5;
  font-size: 11px;
  font-weight: 500;
  color: #475569;
}
.cart-line-specs .material-symbols-outlined {
  font-size: 14px;
  color: #94a3b8;
}
.cart-line-spec-ship {
  background: #f0faff;
  border-color: #bae6fd;
  color: #006684;
}
.cart-line-spec-ship .material-symbols-outlined { color: #006684; }
.cart-line-extra {
  margin: 0.55rem 0 0;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
}
.cart-line-extra strong { color: #006684; }
.cart-line-price {
  flex-shrink: 0;
  text-align: right;
  min-width: 112px;
}
.cart-line-price-kicker {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}
.cart-line-price-total {
  display: block;
  margin-top: 0.15rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #006684;
}
.cart-line-price-sub {
  display: block;
  margin-top: 0.15rem;
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
}
.cart-line-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding-top: 0.95rem;
  border-top: 1px solid #eef2f7;
}
.cart-qty-field {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}
.cart-qty-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #64748b;
  white-space: nowrap;
}
.cart-qty-select {
  position: relative;
  display: inline-flex;
  min-width: min(100%, 220px);
}
.cart-qty-select select {
  appearance: none;
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #fff;
  padding: 0.62rem 2.25rem 0.62rem 0.85rem;
  font-size: 13px;
  font-weight: 500;
  color: #0f172a;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.cart-qty-select select:hover { border-color: #94a3b8; }
.cart-qty-select select:focus {
  outline: none;
  border-color: #006684;
  box-shadow: 0 0 0 3px rgba(0, 102, 132, 0.12);
}
.cart-qty-select .material-symbols-outlined {
  position: absolute;
  right: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #006684;
  pointer-events: none;
}
.cart-line-remove {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.58rem 0.9rem;
  border: 1px solid #fecaca;
  border-radius: 12px;
  background: #fff5f5;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.cart-line-remove:hover {
  background: #fee2e2;
  border-color: #fca5a5;
}
.cart-line-remove .material-symbols-outlined { font-size: 18px; }

@media (max-width: 720px) {
  .cart-line {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 0.85rem;
    padding: 1rem;
  }
  .cart-line-media {
    width: 72px;
    height: 72px;
  }
  .cart-line-top {
    flex-direction: column;
    gap: 0.75rem;
  }
  .cart-line-price {
    text-align: left;
    min-width: 0;
  }
  .cart-line-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .cart-qty-field {
    flex-direction: column;
    align-items: stretch;
    gap: 0.4rem;
  }
  .cart-qty-select { min-width: 0; width: 100%; }
  .cart-line-remove { justify-content: center; }
}

.cart-line-img {
  width: 88px;
  height: 88px;
  border-radius: 12px;
  background: #f1f5f9;
  overflow: hidden;
}
.cart-line-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}
.cart-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.45rem;
}
.cart-meta span {
  font-size: 11px;
  font-weight: 500;
  color: #64748b;
  background: #f1f5f9;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
}
.cart-summary {
  background: #fff;
  border: 1px solid var(--cart-border, #e2e8f0);
  border-radius: 20px;
  padding: 1.35rem 1.4rem;
  position: sticky;
  top: 100px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}
.cart-summary-kicker {
  margin: 0 0 0.2rem;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00b2e3;
}
.cart-summary-title {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0f172a;
}
.cart-summary-ship {
  margin: 0.15rem 0 0.75rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  background: #f0faff;
  border: 1px solid #dbeafe;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
}
.cart-summary-ship strong { color: #006684; }
.cart-summary-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #006684 0%, #00809f 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 102, 132, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cart-summary-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 102, 132, 0.28);
}
.cart-summary-cta .material-symbols-outlined { font-size: 18px; }
.cart-summary-foot {
  margin: 0.75rem 0 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
}
.cart-empty {
  background: #fff;
  border: 1px solid var(--cart-border, #e2e8f0);
  border-radius: 20px;
  padding: 3.5rem 1.5rem;
  text-align: center;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.cart-empty-icon {
  display: block;
  margin: 0 auto 0.75rem;
  font-size: 52px;
  color: #cbd5e1;
}
.cart-empty h2 {
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
}
.cart-empty p {
  margin: 0 0 1.25rem;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
}
.cart-empty-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.35rem;
  border-radius: 14px;
  background: #006684;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.cart-empty-cta:hover { background: #00809f; }
.cart-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 13px;
  padding: 0.4rem 0;
  color: #64748b;
  font-weight: 400;
}
.cart-summary-row strong,
.cart-summary-row span:last-child {
  color: #0f172a;
  font-weight: 500;
}
.cart-summary-row.total {
  border-top: 1px solid #eef2f7;
  margin-top: 0.55rem;
  padding-top: 0.85rem;
  font-size: 15px;
  color: #0f172a;
}
.cart-summary-row.total span:last-child {
  font-weight: 600;
  color: #006684;
}

/* Checkout / sipariş — kurumsal */
.checkout-page { padding-bottom: 3rem; }

.checkout-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
  font-size: 13px;
  color: #64748b;
}
.checkout-breadcrumb a {
  color: #64748b;
  text-decoration: none;
}
.checkout-breadcrumb a:hover { color: #006684; }
.checkout-breadcrumb span:last-child { color: #0f172a; font-weight: 500; }

.checkout-page-head { margin-bottom: 1.5rem; }
.checkout-page-head h1 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0d1c2f;
}
.checkout-page-head p {
  margin: 0.45rem 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #64748b;
  line-height: 1.5;
}

.checkout-flash {
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
}
.checkout-flash--err {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
}

.checkout-main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

.checkout-card {
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 14px;
  padding: 1.25rem 1.3rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.checkout-card--compact { padding-bottom: 1.1rem; }

.checkout-section-head {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  margin-bottom: 1.15rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #eef2f7;
}

.checkout-section-head--inline {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0.85rem;
}

.checkout-section-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f1f7fa;
  color: #006684;
}

.checkout-section-icon svg {
  width: 22px;
  height: 22px;
}

.checkout-section-icon--soft {
  background: #f8fafc;
  color: #64748b;
}

.checkout-section-head h2 {
  margin: 0 0 0.2rem;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  letter-spacing: -0.01em;
}

.checkout-section-head p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: #64748b;
  line-height: 1.45;
}

.checkout-card h2 {
  margin: 0 0 0.85rem;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}

.checkout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1rem;
}

.checkout-grid--address { gap: 0.85rem 1rem; }

.checkout-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #475569;
  margin-bottom: 0.35rem;
}

.checkout-type-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.checkout-type-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 0.75rem;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  color: #475569;
  cursor: pointer;
  user-select: none;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.checkout-type-option:has(input:checked) {
  border-color: #006684;
  background: #e8f6fb;
  color: #006684;
}

.checkout-type-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checkout-subpanel {
  margin-top: 1rem;
  padding: 1rem 1.05rem;
  border: 1px solid #e8eef3;
  border-radius: 12px;
  background: #fafcff;
}

.checkout-subpanel-head h3 {
  margin: 0 0 0.25rem;
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
}

.checkout-subpanel-head p {
  margin: 0 0 0.85rem;
  font-size: 12px;
  font-weight: 400;
  color: #64748b;
  line-height: 1.45;
}

.checkout-subpanel .checkout-field-hint {
  margin-top: 0.35rem;
}

.checkout-field--tc .checkout-tc-input,
.checkout-subpanel .checkout-tc-input {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.03em;
}

.checkout-subpanel[hidden] {
  display: none !important;
}

.checkout-field,
.checkout-grid label.checkout-field {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.checkout-field--full,
.checkout-grid .checkout-field--full { grid-column: 1 / -1; }

.checkout-grid input,
.checkout-grid textarea,
.checkout-grid select,
.checkout-card input[type="text"],
.checkout-card input[type="email"],
.checkout-card input[type="tel"],
.checkout-card input[type="number"],
.checkout-card textarea,
.checkout-select,
.checkout-field--phone .account-auth-phone-code select,
.checkout-field--phone .account-auth-phone-input,
.checkout-field--tc .checkout-tc-input {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 0.72rem 0.85rem;
  font-size: 14px;
  font-weight: 400;
  color: #0f172a;
  background: #fff;
  font-family: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.checkout-field--phone .account-auth-field-label-row {
  margin-bottom: 0.35rem;
}

.checkout-field--tc .checkout-label {
  margin-bottom: 0.35rem;
}

.checkout-field--phone .account-auth-phone-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 0.55rem;
}

.checkout-field--phone .account-auth-field-tag {
  font-size: 11px;
  font-weight: 500;
  color: #94a3b8;
}

.checkout-select {
  appearance: none;
  padding-right: 2.35rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  background-size: 16px;
  cursor: pointer;
}

.checkout-grid input:focus,
.checkout-grid textarea:focus,
.checkout-select:focus,
.checkout-field--phone .account-auth-phone-input:focus,
.checkout-field--phone .account-auth-phone-code select:focus,
.checkout-field--tc .checkout-tc-input:focus {
  outline: none;
  border-color: #006684;
  box-shadow: 0 0 0 3px rgba(0, 102, 132, 0.1);
}

.checkout-select:disabled {
  background-color: #f8fafc;
  color: #94a3b8;
  cursor: not-allowed;
}

.checkout-field-hint {
  font-size: 12px;
  font-weight: 400;
  color: #94a3b8;
  line-height: 1.4;
}

.checkout-field-hint--error,
.account-auth-field-hint.checkout-field-hint--error {
  color: #dc2626;
}

.checkout-tc-input.is-invalid,
.account-tc-input.is-invalid,
.checkout-grid input.is-invalid,
.checkout-grid select.is-invalid,
.checkout-grid textarea.is-invalid,
.checkout-select.is-invalid,
.checkout-field.is-invalid input,
.checkout-field.is-invalid select,
.checkout-field.is-invalid textarea,
.checkout-field--phone.is-invalid .account-auth-phone-input,
.checkout-field--phone.is-invalid .account-auth-phone-code select,
.checkout-field--tc.is-invalid .checkout-tc-input {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.checkout-field.is-invalid .checkout-label,
.checkout-field--phone.is-invalid .account-auth-field-label-row span:first-child,
.checkout-field--tc.is-invalid .checkout-label {
  color: #b91c1c;
}

.check-row.legal-check.is-invalid {
  padding: 0.65rem 0.75rem;
  border: 1px solid #fecaca;
  border-radius: 10px;
  background: #fff5f5;
}

.check-row {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 13px;
  font-weight: 400;
  color: #475569;
  line-height: 1.45;
  cursor: pointer;
  user-select: none;
  position: relative;
  min-height: 24px;
}

.checkout-checks {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}

.check-row-text {
  flex: 1;
  min-width: 0;
  padding-top: 0.05rem;
  line-height: 1.5;
}

.check-row input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  border: 2px solid #b8c8d4;
  border-radius: 7px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.check-row input[type="checkbox"]::after {
  content: none;
  display: none;
}

.check-row input[type="checkbox"]:checked {
  background-color: #006684;
  border-color: #006684;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M2.5 7.5L5.5 10.5L11.5 3.5' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.check-row input[type="checkbox"]:checked::after {
  content: none;
}

.check-row input[type="checkbox"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 102, 132, 0.16);
}

.check-row.is-pressed input[type="checkbox"] {
  animation: check-pop 0.32s ease;
}

@keyframes check-pop {
  0% { transform: scale(0.92); }
  45% { transform: scale(1.1); }
  100% { transform: scale(1.05); }
}

.check-row.is-pressed input[type="checkbox"]:not(:checked) {
  animation: check-pop-off 0.28s ease;
}

@keyframes check-pop-off {
  0% { transform: scale(0.92); }
  55% { transform: scale(1.04); }
  100% { transform: scale(1); }
}

.legal-check {
  margin-top: 1rem;
}

.legal-check a { color: #006684; font-weight: 500; text-decoration: none; }
.legal-check a:hover { text-decoration: underline; }

.pay-methods { display: grid; gap: 0.65rem; }

.pay-card {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.9rem 1rem;
  cursor: pointer;
  background: #fff;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.pay-card.active {
  border-color: #006684;
  background: #f8fcfd;
}

.pay-card input {
  margin-top: 0.35rem;
  flex-shrink: 0;
  accent-color: #006684;
}

.pay-card-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: #f1f7fa;
  color: #006684;
}

.pay-card-icon svg { width: 20px; height: 20px; }

.pay-card-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.pay-card-title {
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
}

.pay-card-desc {
  font-size: 12px;
  font-weight: 400;
  color: #64748b;
  line-height: 1.4;
}

.pay-card strong { display: block; font-size: 14px; font-weight: 500; color: #0f172a; }
.pay-card p { margin: 0.15rem 0 0; font-size: 12px; color: #64748b; font-weight: 400; }

.checkout-shipping-fee-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 0.95rem;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #eef2f7;
  font-size: 14px;
  font-weight: 400;
  color: #475569;
}

.checkout-shipping-fee-row strong {
  font-size: 1rem;
  font-weight: 600;
  color: #006684;
}

.checkout-shipping-fee-note {
  margin: 0.65rem 0 0;
  font-size: 12px;
  color: #64748b;
  font-weight: 400;
  line-height: 1.45;
}

.checkout-shipping-summary strong { color: #006684; font-weight: 500; }

.checkout-summary {
  position: sticky;
  top: 1.25rem;
  padding: 1.2rem 1.25rem;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}

.checkout-summary-title {
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eef2f7;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}

.checkout-summary-items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: 240px;
  overflow: auto;
  margin-bottom: 0.85rem;
  padding-right: 0.15rem;
}

.checkout-summary-item {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f1f5f9;
}

.checkout-summary-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.checkout-summary-item-head {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
}

.checkout-summary-item-name {
  font-size: 13px;
  font-weight: 500;
  color: #0f172a;
  line-height: 1.35;
}

.checkout-summary-item-price {
  font-size: 13px;
  font-weight: 500;
  color: #006684;
  white-space: nowrap;
}

.checkout-summary-item-meta {
  margin: 0.2rem 0 0;
  font-size: 12px;
  font-weight: 400;
  color: #94a3b8;
}

.checkout-submit {
  width: 100%;
  margin-top: 1rem;
  border: 0;
  border-radius: 11px;
  padding: 0.9rem 1rem;
  background: linear-gradient(180deg, #007a9a 0%, #006684 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 102, 132, 0.28);
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}

.checkout-submit:hover {
  background: linear-gradient(180deg, #006684 0%, #00506a 100%);
  box-shadow: 0 6px 20px rgba(0, 102, 132, 0.34);
  transform: translateY(-1px);
}

.checkout-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(0, 102, 132, 0.22);
}

.checkout-back-link {
  display: block;
  margin-top: 0.75rem;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
  text-decoration: none;
}

.checkout-back-link:hover {
  color: #006684;
  text-decoration: underline;
}

.card-demo {
  margin-top: 1rem;
  padding: 1rem;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px dashed #cbd5e1;
}
.card-demo.hidden { display: none; }
.order-success {
  text-align: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 2rem 1.5rem;
}
.order-success h1 { font-size: 1.5rem; font-weight: 600; margin: 0.5rem 0; }
.order-no { font-size: 14px; color: #64748b; margin-bottom: 0.5rem; }
.bank-box {
  background: #f8fafc;
  border-radius: 12px;
  padding: 1rem;
  display: grid;
  gap: 0.55rem;
}
.bank-box p {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  font-size: 13px;
}
.bank-box span { color: #64748b; font-weight: 500; }
.bank-box .iban { font-family: ui-monospace, monospace; letter-spacing: 0.02em; }
.cart-shipping-note {
  margin: 0.75rem 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
  font-weight: 400;
}

@media (max-width: 720px) {
  .checkout-grid,
  .checkout-type-toggle,
  .checkout-field--phone .account-auth-phone-row {
    grid-template-columns: 1fr;
  }
}

/* Siparişlerim — müşteri */
.my-orders-page { padding-bottom: 3rem; }
.my-orders-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e8eef3;
}
.my-orders-kicker {
  margin: 0 0 0.25rem;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00b2e3;
}
.my-orders-title {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0d1c2f;
}
.my-orders-sub,
.my-orders-top-meta {
  margin: 0.5rem 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.5;
}
.my-orders-top-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
}
.my-orders-email-chip {
  display: inline-flex;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: #f0faff;
  border: 1px solid #bae6fd;
  color: #006684;
  font-size: 12px;
  font-weight: 600;
}
.my-orders-source {
  font-size: 12px;
  color: #94a3b8;
}
.my-orders-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.85rem;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.my-orders-switch:hover {
  border-color: #006684;
  color: #006684;
}
.my-orders-switch .material-symbols-outlined { font-size: 1.1rem; }

.my-orders-lookup {
  margin-bottom: 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}
.my-orders-lookup-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem;
}
.my-orders-lookup-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1 1 200px;
  min-width: 0;
}
.my-orders-lookup-field span {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.my-orders-lookup-field em {
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  color: #94a3b8;
}
.my-orders-lookup-field input {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
}
.my-orders-lookup-field input:focus {
  outline: none;
  border-color: #006684;
  box-shadow: 0 0 0 3px rgba(0, 102, 132, 0.12);
}
.my-orders-lookup-btn { flex-shrink: 0; }
.my-orders-lookup-back {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
  text-decoration: none;
}
.my-orders-lookup-back:hover { color: #006684; }

.my-orders-welcome {
  text-align: center;
  padding: 3rem 1.5rem;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #fff;
}
.my-orders-welcome--muted { background: #f8fafc; }
.my-orders-welcome-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 0.85rem;
  border-radius: 14px;
  background: #f0faff;
  border: 1px solid #bae6fd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006684;
}
.my-orders-welcome-icon .material-symbols-outlined { font-size: 1.75rem; }
.my-orders-welcome h2 {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: #0d1c2f;
}
.my-orders-welcome p {
  margin: 0 auto 1.15rem;
  max-width: 28rem;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.55;
}

.my-orders-board {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.my-orders-board-head {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 96px 100px 148px;
  gap: 0.75rem;
  padding: 0.75rem 1.1rem;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}
.my-orders-board-body { display: flex; flex-direction: column; }
.my-order-row {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 96px 100px 148px;
  gap: 0.75rem;
  align-items: center;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid #eef2f7;
  transition: background 0.12s ease;
}
.my-order-row:last-child { border-bottom: 0; }
.my-order-row:hover { background: #fafcff; }
.my-order-row-cell--no { min-width: 0; }
.my-order-no {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #006684;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.my-order-no:hover { color: #004d63; }
.my-order-date {
  display: block;
  margin-top: 0.2rem;
  font-size: 12px;
  font-weight: 500;
  color: #334155;
}
.my-order-ref {
  display: block;
  margin-top: 0.15rem;
  font-size: 10px;
  font-weight: 600;
  color: #94a3b8;
  word-break: break-all;
}
.my-order-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.45rem;
}
.my-order-badge {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  padding: 0.24rem 0.55rem;
  border-radius: 999px;
}
.my-order-badge--success { background: #dcfce7; color: #166534; }
.my-order-badge--warn { background: #fef3c7; color: #92400e; }
.my-order-badge--danger { background: #fee2e2; color: #991b1b; }
.my-order-badge--info { background: #e0f2fe; color: #075985; }
.my-order-badge--muted { background: #f1f5f9; color: #64748b; }
.my-order-row-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #0d1c2f;
  line-height: 1.4;
}
.my-order-row-meta {
  margin: 0.3rem 0 0;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}
.my-order-row-track {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0.45rem 0 0;
  font-size: 11px;
  font-weight: 500;
  color: #006684;
}
.my-order-row-track .material-symbols-outlined { font-size: 1rem; }
.my-order-preview-thumb {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}
.my-order-preview-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.my-order-preview-thumb--empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  font-size: 8px;
  font-weight: 500;
  color: #94a3b8;
  text-align: center;
  padding: 0.2rem;
}
.my-order-preview-thumb--empty .material-symbols-outlined { font-size: 1.2rem; }
.my-order-row-cell--total strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #006684;
}
.my-order-row-cell--total span {
  display: block;
  margin-top: 0.15rem;
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
}
.my-order-action-btn {
  width: 100%;
  font-size: 12px;
  padding: 0.6rem 0.75rem;
  white-space: nowrap;
}
.my-order-action-btn .material-symbols-outlined { font-size: 1rem; }

@media (max-width: 960px) {
  .my-orders-board-head { display: none; }
  .my-order-row {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "info preview"
      "info total"
      "action action";
    align-items: start;
  }
  .my-order-row-cell--no { grid-column: 1 / -1; margin-bottom: 0.35rem; }
  .my-order-row-cell--info { grid-area: info; }
  .my-order-row-cell--preview { grid-area: preview; }
  .my-order-row-cell--total { grid-area: total; text-align: right; }
  .my-order-row-cell--action { grid-area: action; margin-top: 0.65rem; }
  .my-order-action-btn { width: 100%; justify-content: center; }
}

.my-order-detail-page .shipment-track {
  margin-bottom: 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: #fff;
  padding: 1.25rem 1.35rem;
}
.my-order-success-banner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.15rem;
  margin-bottom: 1rem;
  border-radius: 14px;
  border: 1px solid #bbf7d0;
  background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%);
  color: #166534;
}
.my-order-success-banner .material-symbols-outlined { font-size: 1.75rem; }
.my-order-success-banner strong { display: block; font-size: 14px; }
.my-order-success-banner p { margin: 0.15rem 0 0; font-size: 12px; font-weight: 600; }
.my-order-detail-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.my-order-head-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.my-order-print-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.95rem;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.my-order-print-btn:hover {
  border-color: #006684;
  color: #006684;
  background: #f0faff;
}
.my-order-flash {
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
}
.my-order-flash.is-ok {
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  color: #166534;
}
.my-order-flash.is-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}
.my-order-status-panel {
  margin-bottom: 1.25rem;
  padding: 1.1rem 1.15rem;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.my-order-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  flex: 0 1 auto;
  min-width: 0;
}
.my-order-status-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.my-order-status-grid--one {
  grid-template-columns: minmax(0, 320px);
}
.my-order-status-card {
  padding: 0.85rem 0.95rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
}
.my-order-status-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #94a3b8;
}
.my-order-status-value {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f172a;
}
.my-order-status-value.is-success { color: #166534; }
.my-order-status-value.is-warn { color: #92400e; }
.my-order-status-value.is-danger { color: #991b1b; }
.my-order-status-value.is-info { color: #075985; }
.my-order-status-value.is-pending { color: #b45309; }
.my-order-status-value.is-paid { color: #166534; }
.my-order-status-value.is-muted { color: #64748b; }
.my-order-status-value.is-method { color: #006684; font-size: 1rem; }
.my-order-cancel-form {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}
.my-order-cancel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.1rem;
  border-radius: 10px;
  border: 1px solid #fecaca;
  background: #fff;
  color: #b91c1c;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.my-order-cancel-btn:hover {
  background: #fef2f2;
  border-color: #f87171;
}
.my-order-cancel-note,
.my-order-status-note {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
}
.my-order-status-note--cancelled {
  margin-top: 1rem;
  padding: 0.75rem 0.95rem;
  border-radius: 10px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}
.my-order-print-summary {
  display: none;
}
.my-order-print-receipt {
  display: none;
}
@media (max-width: 720px) {
  .my-order-status-grid {
    grid-template-columns: 1fr;
  }
}
@media print {
  @page {
    margin: 12mm 10mm;
    size: A4;
  }
  body {
    background: #fff !important;
    font-size: 11pt;
    color: #000;
  }
  body * {
    visibility: hidden;
  }
  #myOrderPrintArea,
  #myOrderPrintArea * {
    visibility: visible;
  }
  #myOrderPrintArea {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
  }
  .my-order-screen-only,
  .my-order-no-print,
  .my-order-success-banner,
  .my-order-flash,
  .my-order-status-panel,
  .my-order-print-btn,
  .my-order-head-actions,
  .my-order-back-link,
  .order-line-head-actions,
  .my-order-line-btn {
    display: none !important;
    visibility: hidden !important;
  }
  .my-order-print-receipt {
    display: block !important;
    visibility: visible !important;
    color: #111;
    font-size: 10pt;
    line-height: 1.45;
  }
  .print-receipt-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 2px solid #111;
  }
  .print-receipt-brand {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    font-size: 9pt;
    color: #444;
  }
  .print-receipt-site {
    font-size: 16pt;
    color: #000;
    letter-spacing: -0.02em;
  }
  .print-receipt-meta {
    text-align: right;
    font-size: 9pt;
    color: #444;
  }
  .print-receipt-meta p {
    margin: 0.1rem 0;
  }
  .print-receipt-kicker {
    font-size: 8pt;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #666;
  }
  .print-receipt-no {
    font-size: 18pt;
    font-weight: 700;
    color: #000;
    margin: 0.1rem 0 !important;
  }
  .print-receipt-status-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    margin-bottom: 0.85rem;
    padding: 0.5rem 0.65rem;
    background: #f5f5f5;
    border: 1px solid #ddd;
    font-size: 9pt;
  }
  .print-receipt-parties {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
    margin-bottom: 0.85rem;
  }
  .print-receipt-party {
    padding: 0.65rem 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .print-receipt-party h2 {
    margin: 0 0 0.4rem;
    font-size: 9pt;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #333;
  }
  .print-receipt-party p {
    margin: 0.15rem 0;
    font-size: 9.5pt;
  }
  .print-receipt-address {
    margin-top: 0.35rem !important;
  }
  .print-receipt-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.85rem;
    font-size: 9pt;
  }
  .print-receipt-table th,
  .print-receipt-table td {
    border: 1px solid #bbb;
    padding: 0.4rem 0.45rem;
    vertical-align: top;
    text-align: left;
  }
  .print-receipt-table th {
    background: #eee;
    font-size: 8pt;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .print-receipt-table td strong {
    font-weight: 700;
  }
  .print-receipt-slug,
  .print-receipt-note {
    font-size: 8pt;
    color: #666;
  }
  .print-receipt-totals {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.85rem;
  }
  .print-receipt-totals-box {
    min-width: 260px;
    border: 1px solid #bbb;
  }
  .print-receipt-totals-box > div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.35rem 0.6rem;
    border-bottom: 1px solid #ddd;
    font-size: 9.5pt;
  }
  .print-receipt-totals-box > div:last-child {
    border-bottom: 0;
  }
  .print-receipt-total-final {
    background: #f0f0f0;
    font-size: 11pt !important;
    font-weight: 700;
  }
  .print-receipt-bank {
    margin-bottom: 0.85rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid #999;
    background: #fafafa;
  }
  .print-receipt-bank h2 {
    margin: 0 0 0.45rem;
    font-size: 10pt;
    font-weight: 700;
  }
  .print-receipt-bank-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.25rem 1rem;
    font-size: 9pt;
  }
  .print-receipt-bank-grid p {
    margin: 0.15rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
  }
  .print-receipt-bank-grid span {
    font-size: 8pt;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .print-receipt-iban {
    font-family: ui-monospace, monospace;
    letter-spacing: 0.03em;
  }
  .print-receipt-bank-note,
  .print-receipt-note-block {
    margin: 0.35rem 0 0;
    font-size: 8.5pt;
    color: #444;
  }
  .print-receipt-footer {
    margin-top: 1rem;
    padding-top: 0.5rem;
    border-top: 1px solid #ccc;
    font-size: 8pt;
    color: #666;
    text-align: center;
  }
  .print-receipt-footer p {
    margin: 0.1rem 0;
  }
}
.my-order-detail-meta {
  margin: 0.35rem 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
}
.my-order-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1rem;
  align-items: start;
}
.my-order-detail-main { display: flex; flex-direction: column; gap: 1rem; }
.my-order-detail-aside { display: flex; flex-direction: column; gap: 0.85rem; }
.my-order-preview-card .my-order-preview-large {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}
.my-order-preview-large img {
  display: block;
  width: 100%;
  max-height: 480px;
  object-fit: contain;
}
.my-order-lines { display: flex; flex-direction: column; gap: 0; }
.my-order-lines-card { overflow: hidden; }
.my-order-lines-head {
  margin-bottom: 1rem;
}
.my-order-lines-total-box {
  width: 100%;
  margin-top: 0.85rem;
}

.my-order-total-bar {
  width: 100%;
  margin-top: 0.85rem;
  padding: 0.62rem 1rem;
  border: 1px solid #bae6fd;
  border-top: 3px solid #00b2e3;
  border-radius: 10px;
  background: linear-gradient(180deg, #f0faff 0%, #fff 100%);
  box-shadow: 0 1px 2px rgba(0, 102, 132, 0.06);
}

.my-order-total-bar-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem 1.15rem;
}

.my-order-total-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
  max-width: 100%;
  padding: 0;
  white-space: nowrap;
}

.my-order-total-bar-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
  max-width: 10.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.my-order-total-bar-value {
  font-size: 13px;
  font-weight: 700;
  color: #0d1c2f;
  flex-shrink: 0;
}

.my-order-total-bar-item.is-total {
  flex: 1 1 auto;
  min-width: min(100%, 9rem);
}

.my-order-total-bar-item.is-total .my-order-total-bar-value {
  font-size: 1.12rem;
  color: #006684;
}

.my-order-total-bar-item.is-discount .my-order-total-bar-value {
  color: #b45309;
}

@media (max-width: 720px) {
  .my-order-total-bar-item.is-total {
    flex-basis: 100%;
  }
}

.my-order-lines-sub {
  margin: 0.35rem 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.45;
}
.my-order-lines-sub strong { color: #006684; font-weight: 700; }

/* Admin tarzı sipariş kalemi kartları — müşteri */
.my-order-detail-page .order-lines-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.my-order-detail-page .order-line-card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.my-order-detail-page .order-line-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #eef2f7;
  background: #fff;
}
.my-order-detail-page .order-line-head-left {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}
.my-order-detail-page .order-line-index {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #64748b;
}
.my-order-detail-page .order-line-slug {
  font-size: 11px;
  font-weight: 600;
  color: #475569;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 0.18rem 0.55rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
.my-order-detail-page .order-line-head-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.my-order-line-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.38rem 0.7rem;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.my-order-line-btn:hover {
  border-color: #006684;
  color: #006684;
}
.my-order-line-btn--soft {
  background: #f0faff;
  border-color: #bae6fd;
  color: #006684;
}
.my-order-line-btn--soft:hover {
  background: #e0f2fe;
}
.my-order-detail-page .order-line-body {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 1.15rem;
  padding: 1rem;
}
.my-order-detail-page .order-line-media {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.my-order-detail-page .order-line-thumb {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #fff;
  aspect-ratio: 4 / 3;
}
.my-order-detail-page .order-line-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.my-order-detail-page .order-line-thumb--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  background: #f8fafc;
}
.my-order-detail-page .order-line-file {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.7rem;
  border-radius: 12px;
  border: 1px dashed #cbd5e1;
  background: #fff;
  color: #006684;
}
.my-order-detail-page .order-line-file-meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  flex: 1;
  min-width: 0;
}
.my-order-detail-page .order-line-file-meta strong {
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
}
.my-order-detail-page .order-line-file-meta span {
  font-size: 10px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.my-order-detail-page .order-line-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0d1c2f;
}
.my-order-detail-page .order-line-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.75rem;
}
.my-order-detail-page .order-line-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  font-size: 11px;
  font-weight: 700;
  color: #475569;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 0.28rem 0.6rem;
}
.my-order-detail-page .order-line-badge svg { flex-shrink: 0; color: #64748b; }
.my-order-detail-page .order-line-badge--qty {
  color: #006684;
  border-color: #bae6fd;
  background: #f0faff;
}
.my-order-detail-page .order-line-badge--qty svg { color: #006684; }
.my-order-detail-page .order-line-options {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eef2f7;
}
.my-order-detail-page .order-line-options-title {
  margin: 0 0 0.65rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}
.my-order-detail-page .order-line-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 0.55rem;
}
.my-order-detail-page .order-line-opt {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 0.15rem 0.65rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
}
.my-order-detail-page .order-line-opt-group {
  grid-column: 1 / -1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #94a3b8;
}
.my-order-detail-page .order-line-opt-value {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
}
.my-order-detail-page .order-line-opt-value strong {
  font-size: 13px;
  font-weight: 700;
  color: #0d1c2f;
  line-height: 1.35;
}
.my-order-detail-page .order-line-opt-swatch {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}
.my-order-detail-page .order-line-opt-price {
  align-self: center;
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  white-space: nowrap;
}
.my-order-detail-page .order-line-no-options {
  margin: 1rem 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #94a3b8;
}
.my-order-detail-page .order-line-price {
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  border: 1px solid #bae6fd;
  background: linear-gradient(180deg, #f0faff 0%, #fff 100%);
  align-self: start;
}
.my-order-detail-page .order-line-price-label {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}
.my-order-detail-page .order-line-price-total {
  margin: 0.35rem 0 0;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #006684;
}
.my-order-detail-page .order-line-price-sub {
  margin: 0.15rem 0 0;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
}
.my-order-detail-page .order-line-price-kv {
  margin: 0.85rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.my-order-detail-page .order-line-price-kv div {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 12px;
}
.my-order-detail-page .order-line-price-kv dt {
  margin: 0;
  font-weight: 600;
  color: #64748b;
}
.my-order-detail-page .order-line-price-kv dd {
  margin: 0;
  font-weight: 700;
  color: #0d1c2f;
  text-align: right;
}
@media (max-width: 960px) {
  .my-order-detail-page .order-line-body {
    grid-template-columns: 1fr;
  }
}

.my-order-kv {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.my-order-kv div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 0.75rem;
  font-size: 13px;
  line-height: 1.45;
}
.my-order-kv dt {
  margin: 0;
  font-weight: 600;
  color: #94a3b8;
}
.my-order-kv dd {
  margin: 0;
  font-weight: 600;
  color: #0d1c2f;
}
@media (max-width: 480px) {
  .my-order-kv div { grid-template-columns: 1fr; gap: 0.15rem; }
}

/* Eski basit kalem satırı (liste görünümü) */
.my-order-line {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 0.85rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid #eef2f7;
}
.my-order-line:last-child { border-bottom: 0; }
.my-order-line-media {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
}
.my-order-line-media img { width: 100%; height: 100%; object-fit: cover; }
.my-order-line-main h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}
.my-order-line-meta {
  margin: 0.2rem 0 0;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}
.my-order-line-options {
  list-style: none;
  margin: 0.55rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.25rem;
}
.my-order-line-options li {
  display: flex;
  gap: 0.45rem;
  font-size: 11px;
}
.my-order-line-options span { color: #94a3b8; font-weight: 500; min-width: 5rem; }
.my-order-line-options strong { color: #334155; font-weight: 500; }
.my-order-line-label {
  margin: 0.45rem 0 0;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.4;
}
.my-order-line-price {
  font-size: 13px;
  font-weight: 600;
  color: #006684;
  white-space: nowrap;
}
.my-order-totals {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eef2f7;
  display: grid;
  gap: 0.45rem;
  font-size: 13px;
}
.my-order-totals div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 600;
  color: #64748b;
}
.my-order-totals strong { color: var(--text); font-weight: 600; }
.my-order-totals-total {
  margin-top: 0.35rem;
  padding-top: 0.65rem;
  border-top: 1px solid #eef2f7;
  font-size: 15px !important;
}
.my-order-totals-total strong { color: #006684; font-size: 1.05rem; }
.my-order-aside-name {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
}
.my-order-aside-muted {
  margin: 0.25rem 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
}
.my-order-aside-address {
  margin: 0.85rem 0 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.5;
}
.my-order-aside-note {
  margin-top: 0.85rem;
  padding: 0.75rem;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #eef2f7;
}
.my-order-aside-note span {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 0.25rem;
}
.my-order-aside-note p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}
.my-order-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  text-decoration: none;
}
.my-order-back-link:hover { border-color: #006684; color: #006684; }
@media (max-width: 900px) {
  .my-order-detail-grid { grid-template-columns: 1fr; }
}

/* Hesabım sekmeleri */
.my-account-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.my-account-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.my-account-tab .material-symbols-outlined { font-size: 1.1rem; }
.my-account-tab:hover { border-color: #bae6fd; color: #006684; }
.my-account-tab.active {
  border-color: #006684;
  background: #f0faff;
  color: #006684;
}

/* Ödeme — Enpara */
.checkout-enpara-box {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #e5eaf0;
  background: #f8fafc;
}
.checkout-enpara-head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.checkout-enpara-head h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}
.checkout-enpara-head p {
  margin: 0.2rem 0 0;
  font-size: 12px;
  font-weight: 400;
  color: #64748b;
  line-height: 1.45;
}
.checkout-enpara-controls { margin-top: 0.85rem; }
.checkout-enpara-toggle { font-size: 13px; font-weight: 400; }
.checkout-enpara-amount { margin-top: 0.75rem; }
.checkout-enpara-field span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
  margin-bottom: 0.35rem;
}
.checkout-enpara-input-row {
  display: flex;
  gap: 0.5rem;
}
.checkout-enpara-input-row input {
  flex: 1;
  min-width: 0;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  font-size: 14px;
  font-weight: 400;
}
.checkout-enpara-max {
  flex-shrink: 0;
  padding: 0.65rem 0.85rem;
  border-radius: 9px;
  border: 1px solid #006684;
  background: #fff;
  color: #006684;
  font-size: 12px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 102, 132, 0.1);
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}
.checkout-enpara-max:hover {
  background: #f0faff;
  border-color: #00506a;
  box-shadow: 0 4px 12px rgba(0, 102, 132, 0.16);
  transform: translateY(-1px);
}
.checkout-enpara-max:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 102, 132, 0.12);
}
.checkout-enpara-meta {
  margin: 0.5rem 0 0;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.45;
}
.checkout-enpara-row strong,
.checkout-enpara-earn strong { color: #006684; }
.checkout-enpara-row.hidden,
.checkout-enpara-earn.hidden { display: none; }

/* Enpara müşteri sayfası */
.enpara-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: stretch;
}

.enpara-balance-card,
.enpara-info-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e8eef3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.enpara-balance-card {
  padding: 1.35rem 1.4rem;
}

.enpara-balance-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: linear-gradient(180deg, #f3fbfe 0%, #eef8fc 100%);
  color: #006684;
  border: 1px solid rgba(0, 178, 227, 0.14);
}

.enpara-balance-icon .enpara-ico,
.enpara-empty-icon .enpara-ico {
  display: block;
  width: 24px;
  height: 24px;
}

.enpara-balance-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}

.enpara-balance-value {
  margin: 0.35rem 0 0;
  font-size: clamp(1.65rem, 3.5vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #0f172a;
  font-variant-numeric: tabular-nums;
}

.enpara-balance-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid #eef2f7;
}

.enpara-balance-stat span {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #94a3b8;
}

.enpara-balance-stat strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  font-variant-numeric: tabular-nums;
}

.enpara-info-card {
  padding: 1.35rem 1.4rem;
}

.enpara-info-card h2 {
  margin: 0 0 0.85rem;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
}

.enpara-rules {
  margin: 0;
  padding-left: 1.1rem;
  color: #475569;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  flex: 1;
}

.enpara-rules li + li {
  margin-top: 0.5rem;
}

.enpara-rules strong {
  font-weight: 600;
  color: #0f172a;
}

.enpara-shop-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.15rem;
  padding: 0.68rem 1rem;
  border-radius: 10px;
  background: #006684;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  align-self: flex-start;
  transition: background 0.15s ease;
}

.enpara-shop-link:hover {
  background: #00556d;
  color: #fff;
}

.enpara-shop-link .enpara-ico {
  display: block;
}

.enpara-history {
  border: 1px solid #e8eef3;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.enpara-history-head {
  padding: 1.1rem 1.3rem;
  border-bottom: 1px solid #eef2f7;
}

.enpara-history-head h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
}

.enpara-history-head p {
  margin: 0.2rem 0 0;
  font-size: 13px;
  font-weight: 400;
  color: #64748b;
}

.enpara-history-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 2.5rem 1.25rem;
  text-align: center;
  color: #64748b;
}

.enpara-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #f8fafc;
  color: #94a3b8;
}

.enpara-history-empty p {
  margin: 0.65rem 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #475569;
}

.enpara-history-empty-hint {
  font-size: 13px;
  font-weight: 400;
  color: #94a3b8;
  max-width: 34ch;
  line-height: 1.5;
}

.enpara-tx-table {
  display: flex;
  flex-direction: column;
}

.enpara-tx-head,
.enpara-tx-row {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr 0.9fr 0.9fr 0.9fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.85rem 1.25rem;
}

.enpara-tx-head {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
  background: #f8fafc;
  border-bottom: 1px solid #eef2f7;
}

.enpara-tx-row {
  font-size: 13px;
  font-weight: 400;
  color: #334155;
  border-bottom: 1px solid #f1f5f9;
}

@media (max-width: 900px) {
  .enpara-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .enpara-tx-head,
  .enpara-tx-row {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "date amount"
      "type balance"
      "order order";
    gap: 0.35rem;
  }

  .enpara-tx-head {
    display: none;
  }

  .enpara-tx-row {
    padding: 1rem 1.1rem;
    border-bottom: 1px solid #eef2f7;
  }

  .enpara-tx-date { grid-area: date; }
  .enpara-tx-amount { grid-area: amount; text-align: right; }
  .enpara-tx-type { grid-area: type; }
  .enpara-tx-balance { grid-area: balance; text-align: right; }
  .enpara-tx-order { grid-area: order; color: #64748b; font-size: 12px; }
}

.enpara-tx-row:last-child { border-bottom: 0; }
.enpara-tx-type strong { display: block; font-weight: 600; color: #0f172a; }
.enpara-tx-type em {
  display: block;
  margin-top: 0.15rem;
  font-style: normal;
  font-size: 11px;
  color: #94a3b8;
}
.enpara-tx-amount.is-credit { color: #059669; font-weight: 600; }
.enpara-tx-amount.is-debit { color: #dc2626; font-weight: 600; }
.enpara-tx-balance { font-weight: 600; color: #006684; }

/* Checkout — kayıtlı adres seçici (kurumsal kartlar) */
.checkout-address-picker {
  margin: 0 0 1.15rem;
  padding-bottom: 0.15rem;
}
.checkout-address-picker .address-picker-head {
  margin-bottom: 0.75rem;
}
.checkout-address-picker .address-picker-label {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}
.checkout-address-picker .address-picker-hint {
  margin: 0.25rem 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
}
.checkout-address-picker .address-picker-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}
.checkout-address-picker .address-picker-item {
  display: block;
  cursor: pointer;
  margin: 0;
}
.checkout-address-picker .address-picker-item input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.checkout-address-picker .address-picker-card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 1.05rem;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}
.checkout-address-picker .address-picker-item:hover .address-picker-card {
  border-color: #94a3b8;
  background: #f8fafc;
}
.checkout-address-picker .address-picker-item.is-selected .address-picker-card,
.checkout-address-picker .address-picker-item input:checked + .address-picker-card {
  border-color: #006684;
  background: #f4fbfd;
  box-shadow: 0 0 0 3px rgba(0, 102, 132, 0.12);
}
.checkout-address-picker .address-picker-card-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: #eef7fb;
  color: #006684;
}
.checkout-address-picker .address-picker-card-icon svg {
  width: 20px;
  height: 20px;
}
.checkout-address-picker .address-picker-card-icon--new {
  background: #fff;
  border: 1px dashed #94a3b8;
  color: #006684;
}
.checkout-address-picker .address-picker-item input:checked + .address-picker-card .address-picker-card-icon--new {
  border-style: solid;
  border-color: #006684;
  background: #eef7fb;
}
.checkout-address-picker .address-picker-card-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.checkout-address-picker .address-picker-card-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}
.checkout-address-picker .address-picker-card-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}
.checkout-address-picker .address-picker-card-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #475569;
}
.checkout-address-picker .address-picker-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.checkout-address-picker .address-picker-card-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 0.15rem;
  border-radius: 999px;
  border: 2px solid #cbd5e1;
  background: #fff;
  position: relative;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.checkout-address-picker .address-picker-item input:checked + .address-picker-card .address-picker-card-check {
  border-color: #006684;
  background: #006684;
  box-shadow: inset 0 0 0 3px #fff;
}
.checkout-address-picker .address-picker-card-action {
  flex-shrink: 0;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #006684;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.checkout-address-picker .address-picker-item:hover .address-picker-card-action,
.checkout-address-picker .address-picker-item input:checked + .address-picker-card .address-picker-card-action {
  border-color: #006684;
  background: #006684;
  color: #fff;
}
.checkout-address-picker .address-picker-card--new .address-picker-card-title {
  color: #006684;
}
@media (max-width: 640px) {
  .checkout-address-picker .address-picker-card {
    padding: 0.9rem;
    gap: 0.7rem;
  }
  .checkout-address-picker .address-picker-card-action {
    display: none;
  }
}

/* Checkout — kayıtlı adres özeti */
.checkout-address-summary {
  margin-bottom: 1rem;
}
.checkout-address-summary-card {
  padding: 1rem 1.15rem;
  border: 1px solid #dbeafe;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}
.checkout-address-summary-kicker {
  margin: 0 0 0.35rem;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}
.checkout-address-summary-title {
  margin: 0 0 0.35rem;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}
.checkout-address-summary-text {
  margin: 0 0 0.85rem;
  font-size: 13px;
  line-height: 1.5;
  color: #475569;
}
.checkout-address-change-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.95rem;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  font-family: inherit;
  color: #006684;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease, color 0.15s ease;
}
.checkout-address-change-btn:hover {
  border-color: #006684;
  background: #f0faff;
  color: #00506a;
  box-shadow: 0 4px 12px rgba(0, 102, 132, 0.14);
  transform: translateY(-1px);
}
.checkout-address-change-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 102, 132, 0.1);
}
.address-picker-card--new .address-picker-card-title {
  color: #006684;
}

/* Sipariş detayı — ürün yorumları */
.my-order-reviews-card {
  margin-top: 1rem;
}
.my-order-review-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.my-order-review-item {
  padding: 1rem;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  background: #fafbfc;
}
.my-order-review-product {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  margin-bottom: 0.85rem;
}
.my-order-review-product img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #fff;
}
.my-order-review-product h3 {
  margin: 0 0 0.2rem;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}
.my-order-review-badge {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #006684;
}
.my-order-review-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.my-order-review-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.my-order-review-field span {
  font-size: 12px;
  font-weight: 600;
  color: #475569;
}
.my-order-review-field select,
.my-order-review-field textarea,
.my-order-review-field input[type="file"] {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 13px;
  background: #fff;
}
.my-order-review-field input[type="file"] {
  padding: 0.45rem 0.65rem;
}
.my-order-review-photo-field em,
.my-order-review-photo-hint {
  font-size: 11px;
  font-weight: 400;
  color: #94a3b8;
  font-style: normal;
}
.my-order-review-photo-field .review-image-picker-toolbar {
  margin-top: 0.35rem;
}
.my-order-review-field--full {
  grid-column: 1 / -1;
}
.my-order-review-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.my-order-review-submit {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1.1rem;
  border: 0;
  border-radius: 10px;
  background: #006684;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.my-order-review-submit:hover { background: #00506a; }
.my-order-review-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.my-order-review-msg {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 12px;
}
.my-order-review-msg.is-ok { color: #059669; }
.my-order-review-msg.is-err { color: #dc2626; }
.my-order-review-done-list,
.my-order-review-wait-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 0.5rem;
}
.my-order-review-done,
.my-order-review-wait {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  font-size: 13px;
}
.my-order-review-done {
  background: #ecfdf5;
  color: #065f46;
}
.my-order-review-check {
  display: inline-flex;
  flex-shrink: 0;
  color: #059669;
}
.my-order-review-check-ico {
  width: 20px;
  height: 20px;
  display: block;
}
.my-order-review-done .material-symbols-outlined {
  font-size: 20px;
  color: #059669;
}
.my-order-review-done strong,
.my-order-review-wait strong {
  display: block;
  font-weight: 700;
  color: #0f172a;
}
.my-order-review-done span,
.my-order-review-wait span {
  display: block;
  margin-top: 0.1rem;
  color: #64748b;
  font-size: 12px;
}
.my-order-review-wait {
  background: #f8fafc;
  border: 1px solid #eef2f7;
}
.my-order-review-wait img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 8px;
}
.my-order-review-item.is-submitted .my-order-review-badge {
  color: #059669;
}
@media (max-width: 640px) {
  .my-order-review-form {
    grid-template-columns: 1fr;
  }
}
