
/* ── Sipariş detay üst bloğu ── */
.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-header, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-header__info, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-header__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-header__title, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-header__title {
  font-size: var(--od-title-fs, 1.125rem);
  font-weight: var(--od-title-fw, 400);
  line-height: 1.5556;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-header__date, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-header__date {
  margin-top: 0.125rem;
  font-size: var(--od-date-fs, 0.875rem);
  font-weight: 400;
  line-height: 1.4286;
  opacity: 0.7;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-header__status, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-header__status {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 0.25rem;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-header__badge, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-header__badge {
  display: block;
  padding: 0.125rem 0.5rem;
  background: var(--od-badge-bg, #eff6ff);
  color: var(--od-badge-color, #2563eb);
  font-size: var(--od-badge-fs, 0.75rem);
  font-weight: 500;
  line-height: 1.3333;
}

/* ── Sipariş detay paket grubu ── */
.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-pkg, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-pkg {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Canlı: durum metni 16/400, ALTI ÇİZİLİ, iki uca yaslı. Caret YOK. */
.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-pkg__header, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-pkg__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--od-group-fs, 1rem);
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

/* Canlı: ürünler 1 sütun, ≥768'de 2 sütun, aralık 16. */
.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-pkg__items, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-pkg__items {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-pkg__bundle, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-pkg__bundle {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-pkg__bundle-name, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-pkg__bundle-name {
  font-size: var(--od-item-name-fs, 0.9375rem);
  font-weight: 500;
  line-height: 1.5;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-pkg__tracking, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-pkg__tracking {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-pkg__tracking-line, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-pkg__tracking-line {
  margin: 0;
  font-size: var(--od-row-fs, 0.875rem);
  font-weight: 300;
  line-height: 1.4286;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-pkg__tracking-link, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-pkg__tracking-link {
  color: inherit;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-pkg__items, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-pkg__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ── Sipariş detay ürün satırı ── */
.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-item, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-item {
  display: grid;
  grid-template-columns: var(--od-thumb, 6.875rem) minmax(0, 1fr);
  gap: 0.75rem;
  cursor: pointer;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-item__media, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-item__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-item__media img, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-item__media img, .cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-item__media video, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-item__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-item__placeholder, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-item__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--kombos-gray-100);
  color: var(--kombos-gray-300);
  font-size: 1.5rem;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-item__info, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-item__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-item__link, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-item__link {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-item__name, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-item__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  font-size: var(--od-item-name-fs, 0.9375rem);
  font-weight: 400;
  line-height: 1.5;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-item__price-row, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-item__price-row {
  display: flex;
  align-items: flex-end;
  margin-top: 0.25rem;
  white-space: nowrap;
  line-height: 1;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-item__price, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-item__price {
  font-size: var(--od-item-price-fs, 0.875rem);
  font-weight: 500;
  line-height: 1;
  color: var(--od-item-price-color, var(--kombos-gray-500));
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-item__qty, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-item__qty {
  margin-left: 0.375rem;
  padding-bottom: 1px;
  font-size: var(--od-item-qty-fs, 0.6875rem);
  font-weight: 400;
  line-height: 1;
  color: var(--od-item-price-color, var(--kombos-gray-500));
}

/* ── Sipariş detay özet kutusu (canlıdan ölçüldü) ── */
.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-summary, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-summary {
  display: flex;
  height: min-content;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2rem;
  padding: var(--od-box-pad, 1.25rem);
  background: var(--od-box-bg, rgba(245, 245, 245, 0.7));
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-summary__blocks, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-summary__blocks {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-summary__block, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-summary__block {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-summary__block-label, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-summary__block-label {
  font-size: var(--od-label-fs, 1rem);
  font-weight: 400;
  line-height: 1.5;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-summary__block-text, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-summary__block-text {
  font-size: var(--od-row-fs, 0.875rem);
  font-weight: 300;
  line-height: 1.4286;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-summary__rows, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-summary__rows {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: var(--od-row-fs, 0.875rem);
  font-weight: 300;
  line-height: 1.4286;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-summary__row, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-summary__value, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-summary__value {
  font-weight: 500;
  white-space: nowrap;
}

/* Canlı: toplam satırı mt 12 · üst çizgi 1px #D4D4D4 · pt 16 · 16/500. */
.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-summary__row--total, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-summary__row--total {
  margin-top: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--od-total-border, #d4d4d4);
  font-size: var(--od-total-fs, 1rem);
  font-weight: 500;
  line-height: 1.5;
}

.cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-summary__total-value, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-summary__total-value {
  font-weight: 600;
  white-space: nowrap;
}

/* Canlı: adres blokları ≥1024'te 3 sütun. */
@media (min-width: 1024px) {
  .cc_0gxxbhqk_uzUNTsuiWm .kombos-order-detail-summary__blocks, .cc_0gxxbhqk_account_order_detail .kombos-order-detail-summary__blocks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
