/* Sepet + Ödeme — site.css img/label override'larından bağımsız */
.shopPage {
  background: #f2f1ed !important;
  padding: 60px 4.5vw 90px !important;
  min-height: 70vh;
  color: #20211d;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}
.shopPage *,
.shopPage *::before,
.shopPage *::after { box-sizing: border-box; }

.shopHero { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.shopEyebrow {
  margin: 0 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  color: #b0956b !important;
  text-transform: uppercase;
}
.shopHero h1 {
  font: 500 clamp(36px, 5vw, 64px) / 1 Georgia, "Times New Roman", serif !important;
  margin: 14px 0 10px !important;
  letter-spacing: -0.02em;
  color: #20211d !important;
}
.shopHero p { margin: 0; color: #6b6a64; font-size: 14px; }

.shopEmpty {
  background: #fff;
  max-width: 520px;
  margin: 0 auto;
  padding: 48px 36px;
  text-align: center;
  border: 1px solid #ebe8e1;
}
.shopEmpty b { display: block; font: 500 28px Georgia, serif; margin-bottom: 10px; }
.shopEmpty span { color: #6b6a64; font-size: 14px; line-height: 1.6; }
.shopEmptyActs { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }

.shopBtn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  padding: 14px 22px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  border: 1px solid #cfcbc2 !important;
  color: #20211d !important;
  background: #fff !important;
  cursor: pointer;
  float: none !important;
  width: auto;
}
.shopBtnDark {
  background: #20211d !important;
  color: #fff !important;
  border-color: #20211d !important;
}
.shopBtnDark:hover { background: #b0956b !important; border-color: #b0956b !important; }

.shopLayout {
  max-width: 1100px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.85fr);
  gap: 24px;
  align-items: start;
}

.shopList {
  background: #fff;
  border: 1px solid #ebe8e1;
  padding: 8px 0 24px;
}

.shopItem {
  display: grid !important;
  grid-template-columns: 88px minmax(0, 1fr) 120px 110px;
  gap: 14px;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid #f0eee8;
}

/* Görseller: background-image — site.css img{width:100%;height:100%} etkilemez */
.shopThumb {
  width: 88px !important;
  height: 88px !important;
  min-width: 88px;
  background: #eceae4 center / cover no-repeat;
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
}
.shopThumb.sm {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px;
}
.shopThumb span {
  font: 500 16px Georgia, serif;
  color: #b0956b;
}
.shopThumb i {
  position: absolute;
  right: -6px;
  top: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: #20211d;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  display: grid;
  place-items: center;
  border-radius: 999px;
}

.shopBody h2 {
  font: 500 22px Georgia, serif !important;
  margin: 0 0 6px !important;
  color: #20211d !important;
}
.shopMeta, .shopUnit { margin: 0; font-size: 13px; color: #6b6a64; }
.shopUnit { margin-top: 6px; }

.shopRemove { margin-top: 10px; }
.shopRemove button {
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  color: #9a978e !important;
  font-size: 11px !important;
  letter-spacing: 0.06em;
  text-decoration: underline;
  cursor: pointer;
  float: none !important;
  width: auto !important;
  min-height: 0 !important;
}

.shopQty {
  display: inline-flex !important;
  align-items: center;
  border: 1px solid #d8d5cd;
  background: #faf9f6;
  margin: 0;
}
.shopQty input[type="number"] {
  width: 42px !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  text-align: center !important;
  padding: 10px 0 !important;
  margin: 0 !important;
  flex: none !important;
  font: inherit !important;
  font-size: 14px !important;
  display: block !important;
  appearance: textfield;
  -moz-appearance: textfield;
}
.shopQty input::-webkit-outer-spin-button,
.shopQty input::-webkit-inner-spin-button { -webkit-appearance: none; }
.shopQty .qtyBtn,
.shopQty button {
  width: 34px !important;
  height: 40px !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer;
  font-size: 18px !important;
  color: #20211d !important;
  padding: 0 !important;
  float: none !important;
  min-height: 0 !important;
  letter-spacing: 0 !important;
}

.shopLineTotal {
  text-align: right;
  font: 500 18px Georgia, serif;
  color: #20211d;
}

.shopContinue {
  display: inline-block;
  margin: 20px 24px 0;
  color: #6b6a64;
  font-size: 13px;
  text-decoration: none;
}

.shopAside {
  background: #fff;
  border: 1px solid #ebe8e1;
  padding: 22px 20px 24px;
  position: sticky;
  top: 20px;
}
.shopAsideHead {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ebe8e1;
}
.shopAsideHead span { font: 500 22px Georgia, serif; }
.shopAsideHead small { color: #8a877e; font-size: 12px; }

.shopBreak { display: grid; gap: 10px; }
.shopBreak > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  color: #454640;
}
.shopBreak b { font-weight: 700; }
.shopGrand {
  border-top: 1px solid #ebe8e1;
  margin-top: 6px;
  padding-top: 12px;
  font: 500 20px Georgia, serif !important;
  color: #20211d !important;
}
.shopGrand span, .shopGrand b { font: inherit !important; }

.shopNote {
  font-size: 12px;
  line-height: 1.55;
  color: #8a877e;
  margin: 16px 0 18px;
}
.shopCheckout { width: 100% !important; box-sizing: border-box; }
.shopTrust {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.shopTrust li {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #6b6a64;
  padding-left: 16px;
  position: relative;
}
.shopTrust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 7px;
  height: 7px;
  background: #b0956b;
}

/* Checkout form */
.shopForm {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  background: transparent !important;
}
.shopBlock {
  background: #fff;
  border: 1px solid #ebe8e1 !important;
  margin: 0 !important;
  padding: 24px 26px 26px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px;
  min-inline-size: 0;
}
.shopBlockTitle {
  font: 500 22px Georgia, "Times New Roman", serif !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #20211d !important;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.shopGrid2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.shopField {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 8px !important;
  margin: 0 !important;
  width: 100%;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: inherit !important;
  float: none !important;
}
.shopLabel {
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #454640 !important;
}
.shopLabel em {
  font-style: normal;
  font-weight: 400;
  color: #9a978e;
  text-transform: none;
  letter-spacing: 0;
}
.shopField input,
.shopField textarea {
  display: block !important;
  width: 100% !important;
  flex: none !important;
  margin: 0 !important;
  border: 1px solid #d8d5cd !important;
  outline: none !important;
  background: #faf9f6 !important;
  padding: 13px 14px !important;
  font: inherit !important;
  font-size: 15px !important;
  color: #20211d !important;
  border-radius: 0 !important;
  resize: vertical;
  appearance: none;
  -webkit-appearance: none;
  float: none !important;
}
.shopField input:focus,
.shopField textarea:focus {
  border-color: #b0956b !important;
  background: #fff !important;
}

.shopPays { display: grid; gap: 10px; }
.shopPay {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  border: 1px solid #d8d5cd !important;
  background: #faf9f6 !important;
  cursor: pointer;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: inherit !important;
  float: none !important;
}
.shopPay:has(input:checked) {
  border-color: #b0956b !important;
  background: #fff !important;
}
.shopPay input {
  width: auto !important;
  margin: 3px 0 0 !important;
  flex: none !important;
  accent-color: #b0956b;
}
.shopPay strong { display: block; font-size: 14px; font-weight: 600; color: #20211d; }
.shopPay small { display: block; margin-top: 4px; color: #8a877e; font-size: 12px; font-weight: 400; line-height: 1.4; }
.shopHint { margin: 0; color: #8a877e; font-size: 13px; }
.shopSubmit { width: 100% !important; }
.shopSubmit:disabled { opacity: 0.45; cursor: not-allowed; }

.shopSummaryItems { display: grid; gap: 12px; margin-bottom: 18px; }
.shopSumItem {
  display: grid !important;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}
.shopSumItem strong { display: block; font-size: 14px; font-weight: 600; color: #20211d; }
.shopSumItem small { display: block; margin-top: 3px; color: #8a877e; font-size: 12px; }
.shopSumItem em { font-style: normal; font-size: 13px; font-weight: 600; white-space: nowrap; }
.shopEdit { font-size: 12px; color: #6b6a64; }

@media (max-width: 900px) {
  .shopLayout { grid-template-columns: 1fr !important; }
  .shopAside { position: static; }
  .shopItem {
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 12px;
    padding: 16px;
  }
  .shopThumb { width: 72px !important; height: 72px !important; min-width: 72px; }
  .shopQty, .shopLineTotal { grid-column: 2; }
  .shopLineTotal { text-align: left; }
  .shopGrid2 { grid-template-columns: 1fr !important; }
}
