/* Ödeme / misafir sipariş formu — marka mavisi */
body#checkout #checkout-personal-information-step .hm-checkout-auth-tabs {
  border-bottom: 1px solid rgba(13, 59, 102, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0 0 0.75rem;
}

body#checkout #checkout-personal-information-step .hm-checkout-auth-tabs .nav-item {
  margin: 0;
}

body#checkout #checkout-personal-information-step .hm-checkout-auth-tabs .nav-separator {
  color: rgba(13, 59, 102, 0.35) !important;
  display: none;
}

body#checkout #checkout-personal-information-step .hm-checkout-auth-tabs .nav-link {
  background: #f0f9ff !important;
  border: 1.5px solid rgba(13, 59, 102, 0.22) !important;
  border-radius: 999px !important;
  color: #0d3b66 !important;
  display: inline-block;
  font-weight: 700 !important;
  padding: 0.55rem 1.1rem !important;
  text-decoration: none !important;
}

body#checkout #checkout-personal-information-step .hm-checkout-auth-tabs .nav-link.active,
body#checkout #checkout-personal-information-step .hm-checkout-auth-tabs .nav-link:hover {
  background: linear-gradient(145deg, #38bdf8 0%, #1a6b9a 52%, #0d3b66 100%) !important;
  border-color: transparent !important;
  color: #fff !important;
}

body#checkout #checkout-personal-information-step .hm-checkout-auth-lead {
  background: #f0f9ff;
  border: 1px solid rgba(13, 59, 102, 0.14);
  border-radius: 12px;
  color: #0a1628 !important;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
}

body#checkout #checkout-personal-information-step .hm-checkout-guest-warning {
  background: #fff7ed;
  border: 1px solid rgba(194, 65, 12, 0.28);
  border-radius: 10px;
  color: #9a3412 !important;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 1rem;
  padding: 0.75rem 0.9rem;
}

body#checkout #checkout-personal-information-step .hm-checkout-panel .hm-checkout-guest-warning,
body#checkout #checkout-personal-information-step .hm-checkout-panel .hm-checkout-guest-warning * {
  color: #9a3412 !important;
}

body#checkout #checkout-personal-information-step .hm-checkout-auth-lead,
body#checkout #checkout-personal-information-step .hm-checkout-auth-lead * {
  color: #0a1628 !important;
}

body#checkout #checkout-personal-information-step .hm-checkout-auth-tab--guest:not(.active) {
  background: #fff !important;
  border-style: dashed !important;
  color: #64748b !important;
  font-weight: 600 !important;
}

body#checkout #checkout-personal-information-step .hm-checkout-panel {
  background: linear-gradient(165deg, #0d3b66 0%, #0a1628 100%);
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(13, 59, 102, 0.22);
  color: #fff;
  margin-top: 0.5rem;
  padding: 1.5rem 1.35rem 1.35rem;
}

body#checkout #checkout-personal-information-step .hm-checkout-panel .form-group {
  margin-bottom: 1rem;
}

body#checkout #checkout-personal-information-step .hm-checkout-panel label,
body#checkout #checkout-personal-information-step .hm-checkout-panel .form-control-label {
  color: #fff !important;
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

/* Mavi panel üstünde gri yok — notlar / em / MSS beyaz */
body#checkout #checkout-personal-information-step .hm-checkout-panel,
body#checkout #checkout-personal-information-step .hm-checkout-panel p,
body#checkout #checkout-personal-information-step .hm-checkout-panel span,
body#checkout #checkout-personal-information-step .hm-checkout-panel small,
body#checkout #checkout-personal-information-step .hm-checkout-panel em,
body#checkout #checkout-personal-information-step .hm-checkout-panel .form-control-comment,
body#checkout #checkout-personal-information-step .hm-checkout-panel .text-muted,
body#checkout #checkout-personal-information-step .hm-checkout-password-hint,
body#checkout #checkout-personal-information-step .hm-checkout-password-hint .text-muted,
body#checkout #checkout-personal-information-step .hm-checkout-panel .custom-checkbox label,
body#checkout #checkout-personal-information-step .hm-checkout-panel .custom-checkbox label *,
body#checkout #checkout-personal-information-step .hm-checkout-panel .custom-radio label {
  color: #fff !important;
}

/* Onay kutusu işareti — beyaz ve büyük kalsın */
body#checkout #checkout-personal-information-step .hm-checkout-panel .custom-checkbox input[type="checkbox"] + span,
body#checkout #checkout-personal-information-step .hm-checkout-panel .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  color: #fff !important;
}

/* Şifre / telefon widget metinleri panelle beyaza boyanmasın */
body#checkout #checkout-personal-information-step .hm-checkout-panel .pt-password-toggle,
body#checkout #checkout-personal-information-step .hm-checkout-panel .pt-password-toggle *,
body#checkout #checkout-personal-information-step .hm-checkout-panel .hm-phone-wrap,
body#checkout #checkout-personal-information-step .hm-checkout-panel .hm-phone-wrap span,
body#checkout #checkout-personal-information-step .hm-checkout-panel .hm-phone-national {
  color: #0a1628 !important;
}

body#checkout #checkout-personal-information-step .hm-checkout-panel a,
body#checkout #checkout-personal-information-step .hm-checkout-panel .custom-checkbox a {
  color: #fff !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body#checkout #checkout-personal-information-step .hm-checkout-panel .form-control,
body#checkout #checkout-personal-information-step .hm-checkout-panel input.form-control,
body#checkout #checkout-personal-information-step .hm-checkout-panel select.form-control,
body#checkout #checkout-personal-information-step .hm-checkout-panel textarea.form-control {
  background: rgba(255, 255, 255, 0.97) !important;
  border: 1px solid rgba(186, 230, 253, 0.45) !important;
  border-radius: 12px !important;
  box-shadow: inset 0 1px 2px rgba(13, 59, 102, 0.04) !important;
  color: #0a1628 !important;
  min-height: 46px;
  padding: 0.6rem 0.95rem !important;
}

body#checkout #checkout-personal-information-step .hm-checkout-panel .form-control:focus {
  border-color: #38bdf8 !important;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.28) !important;
  outline: none !important;
}

body#checkout #checkout-personal-information-step .hm-checkout-panel .form-control::placeholder {
  color: #64748b !important;
}

body#checkout #checkout-personal-information-step .hm-checkout-submit,
body#checkout #checkout-personal-information-step .hm-checkout-panel .btn,
body#checkout #checkout-personal-information-step .hm-checkout-panel .btn.btn-primary,
body#checkout #checkout-personal-information-step .hm-checkout-panel .continue,
body#checkout #checkout-personal-information-step .hm-checkout-panel .form-control-submit {
  background: linear-gradient(145deg, #38bdf8 0%, #1a6b9a 52%, #0d3b66 100%) !important;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 22px rgba(13, 59, 102, 0.28) !important;
  color: #fff !important;
  font-weight: 700 !important;
  margin-top: 0.5rem;
  min-height: 46px;
  min-width: 180px;
  opacity: 1 !important;
  padding: 0.75rem 1.6rem !important;
  text-shadow: none !important;
  visibility: visible !important;
}

body#checkout #checkout-personal-information-step .hm-checkout-submit:hover,
body#checkout #checkout-personal-information-step .hm-checkout-panel .btn:hover,
body#checkout #checkout-personal-information-step .hm-checkout-panel .btn.btn-primary:hover,
body#checkout #checkout-personal-information-step .hm-checkout-panel .continue:hover {
  background: linear-gradient(145deg, #7dd3fc 0%, #1a6b9a 48%, #0a1628 100%) !important;
  box-shadow: 0 10px 26px rgba(13, 59, 102, 0.34) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

/* Panel içindeki buton yazısı span kurallarından etkilenmesin */
body#checkout #checkout-personal-information-step .hm-checkout-panel .btn,
body#checkout #checkout-personal-information-step .hm-checkout-panel .btn *,
body#checkout #checkout-personal-information-step .hm-checkout-panel .hm-checkout-submit,
body#checkout #checkout-personal-information-step .hm-checkout-panel .hm-checkout-submit * {
  color: #fff !important;
}

body#checkout #checkout-personal-information-step .identity,
body#checkout #checkout-personal-information-step .identity + p,
body#checkout #checkout-personal-information-step .identity + p + p {
  color: #1a2744 !important;
}

body#checkout #checkout-personal-information-step .identity a {
  color: var(--pt-brand-blue, #0d3b66) !important;
  font-weight: 600;
}

@media (max-width: 767px) {
  body#checkout #checkout-personal-information-step .hm-checkout-panel {
    border-radius: 10px;
    padding: 1.15rem 1rem 1rem;
  }
}

/* Adres adımı — kompakt panel */
body#checkout #checkout-addresses-step .js-address-form,
body#checkout #checkout-addresses-step .address-form {
  background: linear-gradient(165deg, #0d3b66 0%, #0a1628 100%);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(13, 59, 102, 0.16);
  color: #fff;
  padding: 1rem 0.95rem 0.95rem;
}

body#checkout #checkout-addresses-step .form-control-label,
body#checkout #checkout-addresses-step label.form-control-label,
body#checkout #checkout-addresses-step .js-address-form p,
body#checkout #checkout-addresses-step .js-address-form span,
body#checkout #checkout-addresses-step .js-address-form small,
body#checkout #checkout-addresses-step .js-address-form em,
body#checkout #checkout-addresses-step .js-address-form .form-control-comment,
body#checkout #checkout-addresses-step .js-address-form .text-muted {
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

body#checkout #checkout-addresses-step .form-group {
  margin-bottom: 0.65rem;
}

body#checkout #checkout-addresses-step .form-control,
body#checkout #checkout-addresses-step select.form-control,
body#checkout #checkout-addresses-step textarea.form-control,
body#checkout #checkout-addresses-step .hm-tr-province-input {
  background: #fff !important;
  border: 1.5px solid rgba(148, 163, 184, 0.55) !important;
  border-radius: 12px !important;
  color: #0f172a !important;
  font-size: 0.95rem !important;
  min-height: 48px;
  padding: 0.65rem 0.95rem !important;
}

body#checkout #checkout-addresses-step textarea.form-control,
body#checkout #checkout-addresses-step input[name="address1"] {
  min-height: 64px;
}

body#checkout #checkout-addresses-step .hm-tr-province-select-native {
  display: none !important;
}

/* İl / ilçe combobox — ok + autocomplete */
.hm-tr-ac-wrap,
body#checkout .hm-tr-ac-wrap,
body#address .hm-tr-ac-wrap {
  position: relative;
  width: 100%;
}

.hm-tr-ac-wrap .hm-tr-ac-input,
.hm-tr-ac-wrap .hm-tr-province-input,
body#checkout #checkout-addresses-step .hm-tr-ac-wrap .form-control,
body#checkout #checkout-addresses-step .hm-tr-province-input,
body#address .hm-tr-ac-wrap .form-control {
  background: #fff !important;
  border: 1.5px solid rgba(148, 163, 184, 0.55) !important;
  border-radius: 12px !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04) !important;
  color: #0f172a !important;
  font-size: 0.95rem !important;
  font-weight: 500;
  min-height: 48px !important;
  padding: 0.65rem 2.75rem 0.65rem 0.95rem !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  width: 100%;
}

.hm-tr-ac-wrap .hm-tr-ac-input:hover,
.hm-tr-ac-wrap .hm-tr-province-input:hover {
  border-color: rgba(56, 189, 248, 0.65) !important;
}

.hm-tr-ac-wrap.is-open .hm-tr-ac-input,
.hm-tr-ac-wrap .hm-tr-ac-input:focus,
.hm-tr-ac-wrap .hm-tr-province-input:focus,
body#checkout #checkout-addresses-step .hm-tr-ac-wrap .form-control:focus {
  border-color: #38bdf8 !important;
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.22) !important;
  outline: none !important;
}

.hm-tr-ac-toggle {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: #64748b;
  cursor: pointer;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.15s ease, background 0.15s ease, transform 0.18s ease;
  width: 36px;
  z-index: 2;
}

.hm-tr-ac-toggle:hover {
  background: rgba(56, 189, 248, 0.12);
  color: #0d3b66;
}

.hm-tr-ac-wrap.is-open .hm-tr-ac-toggle {
  color: #0d3b66;
  transform: translateY(-50%) rotate(180deg);
}

.hm-tr-ac-menu {
  background: #fff;
  border: 1px solid rgba(13, 59, 102, 0.12);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(10, 22, 40, 0.16);
  left: 0;
  list-style: none;
  margin: 8px 0 0;
  max-height: 260px;
  overflow-y: auto;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 60;
  -webkit-overflow-scrolling: touch;
}

.hm-tr-ac-menu[hidden] {
  display: none !important;
}

.hm-tr-ac-item {
  border-radius: 9px;
  color: #0f172a !important;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.55rem 0.7rem;
  transition: background 0.12s ease, color 0.12s ease;
}

.hm-tr-ac-item:hover,
.hm-tr-ac-item.is-active {
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.16), rgba(13, 59, 102, 0.08));
  color: #0d3b66 !important;
}

.hm-tr-ac-empty {
  color: #64748b !important;
  font-size: 0.86rem;
  font-weight: 500;
  padding: 0.65rem 0.7rem;
}

body#checkout #checkout-addresses-step .hm-tr-province-select-native {
  display: none !important;
}

/* Adres formu — ad / soyad / alanlar modern görünüm */
body#checkout #checkout-addresses-step .js-address-form .form-control,
body#checkout #checkout-addresses-step .address-form .form-control,
body#checkout #checkout-addresses-step input[name="firstname"],
body#checkout #checkout-addresses-step input[name="lastname"],
body#checkout #checkout-addresses-step input[name="address1"],
body#checkout #checkout-addresses-step input[name="phone_mobile"],
body#checkout #checkout-addresses-step textarea.form-control {
  background: #fff !important;
  border: 1.5px solid rgba(148, 163, 184, 0.55) !important;
  border-radius: 12px !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04) !important;
  color: #0f172a !important;
  font-size: 0.95rem !important;
  font-weight: 500;
  min-height: 48px !important;
  padding: 0.65rem 0.95rem !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

body#checkout #checkout-addresses-step input[name="firstname"]:focus,
body#checkout #checkout-addresses-step input[name="lastname"]:focus,
body#checkout #checkout-addresses-step input[name="address1"]:focus,
body#checkout #checkout-addresses-step input[name="phone_mobile"]:focus,
body#checkout #checkout-addresses-step textarea.form-control:focus {
  border-color: #38bdf8 !important;
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.22) !important;
  outline: none !important;
}

body#checkout #checkout-addresses-step input[name="address1"],
body#checkout #checkout-addresses-step textarea[name="address1"],
body#checkout #checkout-addresses-step textarea.hm-address-textarea {
  min-height: 4.5em !important;
  resize: vertical;
  line-height: 1.45 !important;
}

/* Kargo firması seçimi — müşteriye gösterme (otomatik seçilir) */
body#checkout #checkout-delivery-step {
  display: none !important;
}

body#address .hm-tr-ac-wrap .form-control,
body#address .hm-tr-province-input {
  min-height: 48px !important;
  padding-right: 2.75rem !important;
}

body#address .hm-tr-province-select-native {
  display: none !important;
}

body#checkout #checkout-addresses-step .hm-checkout-submit {
  background: linear-gradient(145deg, #38bdf8 0%, #1a6b9a 52%, #0d3b66 100%) !important;
  border: none !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 0.55rem;
  min-height: 40px;
  min-width: 140px;
  padding: 0.55rem 1.2rem !important;
}

/* Ödeme seçenekleri */
body#checkout #checkout-payment-step .payment-options .payment-option {
  border: 1px solid rgba(13, 59, 102, 0.14);
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 12px 14px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body#checkout #checkout-payment-step .payment-options .payment-option:hover {
  border-color: rgba(26, 107, 154, 0.45);
}

body#checkout #checkout-payment-step .js-additional-information {
  margin-top: 10px;
}

/* MOKA kart formu — pt-text-black / theme label kuralları koyu paneli bozmasın */
body#checkout #checkout-payment-step .hm-moka-card {
  background: linear-gradient(165deg, #0d3b66 0%, #0a1628 78%) !important;
  color: #f0f9ff !important;
}

body#checkout #checkout-payment-step .hm-moka-card strong,
body#checkout #checkout-payment-step .hm-moka-card span,
body#checkout #checkout-payment-step .hm-moka-card p,
body#checkout #checkout-payment-step .hm-moka-card label,
body#checkout #checkout-payment-step .hm-moka-field label {
  color: #e8f4fc !important;
}

body#checkout #checkout-payment-step .hm-moka-field label {
  display: block !important;
}

body#checkout #checkout-payment-step .hm-moka-card .hm-moka-alert {
  color: #664d03 !important;
}

body#checkout #checkout-payment-step .hm-moka-card .hm-moka-message {
  color: #9b1c1c !important;
}

body#checkout #checkout-payment-step .hm-moka-field .form-control {
  background: rgba(255, 255, 255, 0.97) !important;
  color: #0a1628 !important;
}

body#checkout #checkout-payment-step .hm-moka-field .form-control::placeholder {
  color: #64748b !important;
}

/* Girişli kullanıcı — adres seçim paneli (mavi üzeri beyaz yazı) */
body#checkout #checkout-addresses-step .content,
body#checkout #checkout-addresses-step .hm-checkout-addresses {
  color: #fff;
}

body#checkout #checkout-addresses-step .hm-checkout-addresses > form {
  background: linear-gradient(165deg, #0d3b66 0%, #0a1628 100%);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(10, 22, 40, 0.22);
  padding: 1.25rem 1.2rem 1.35rem;
}

body#checkout #checkout-addresses-step .hm-checkout-address-note,
body#checkout #checkout-addresses-step .hm-checkout-addresses h2,
body#checkout #checkout-addresses-step .hm-checkout-addresses h4,
body#checkout #checkout-addresses-step .hm-checkout-addresses p,
body#checkout #checkout-addresses-step .hm-checkout-addresses span,
body#checkout #checkout-addresses-step .hm-checkout-addresses label,
body#checkout #checkout-addresses-step .hm-checkout-addresses .address-alias,
body#checkout #checkout-addresses-step .hm-checkout-addresses .address,
body#checkout #checkout-addresses-step .hm-diff-invoice a {
  color: #fff !important;
}

body#checkout #checkout-addresses-step .hm-diff-invoice a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body#checkout #checkout-addresses-step .address-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  margin-bottom: 0.75rem;
  padding: 0.85rem 0.9rem;
}

body#checkout #checkout-addresses-step .address-item.selected {
  background: rgba(56, 189, 248, 0.18);
  border-color: rgba(56, 189, 248, 0.55);
}

body#checkout #checkout-addresses-step .address-item hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

body#checkout #checkout-addresses-step .address-footer a,
body#checkout #checkout-addresses-step .edit-address,
body#checkout #checkout-addresses-step .delete-address,
body#checkout #checkout-addresses-step .text-muted {
  color: #fff !important;
  font-weight: 600;
  opacity: 1 !important;
}

body#checkout #checkout-addresses-step .hm-add-address-btn {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-weight: 700;
  gap: 0.3rem;
  margin-top: 0.35rem;
  padding: 0.55rem 1rem;
  text-decoration: none !important;
}

body#checkout #checkout-addresses-step .hm-add-address-btn:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #fff !important;
}

body#checkout #checkout-addresses-step .step-edit,
body#checkout .checkout-step .step-edit,
body#checkout .checkout-step .step-edit.text-muted {
  color: #0d3b66 !important;
  font-weight: 600;
  opacity: 1 !important;
}

body#checkout .checkout-step.-complete .step-edit {
  color: #1a6b9a !important;
}

/* Sipariş adım başlıkları — gri / soluk yerine marka mavisi */
body#checkout section.checkout-step .step-title,
body#checkout section.checkout-step .step-title.h3,
body#checkout section.checkout-step.-current .step-title,
body#checkout section.checkout-step.-reachable .step-title,
body#checkout section.checkout-step.-unreachable .step-title,
body#checkout section.checkout-step.-clickable .step-title,
body#checkout section.checkout-step.-complete .step-title {
  color: #0d3b66 !important;
  opacity: 1 !important;
}

body#checkout section.checkout-step .step-title .step-number,
body#checkout section.checkout-step .step-title span,
body#checkout section.checkout-step .step-title .material-icons,
body#checkout section.checkout-step .step-title .material-icons.done,
body#checkout section.checkout-step .step-title .material-icons.edit {
  color: #0d3b66 !important;
  opacity: 1 !important;
}

body#checkout section.checkout-step .not-allowed {
  color: #0d3b66 !important;
  cursor: not-allowed;
  opacity: 1 !important;
}

body#checkout section.checkout-step.-unreachable .step-title,
body#checkout section.checkout-step.-unreachable .step-title .step-number {
  color: #1a6b9a !important;
}

body#checkout section.checkout-step.-current .step-title,
body#checkout section.checkout-step.js-current-step .step-title {
  color: #0a1628 !important;
  font-weight: 700;
}

body#checkout section.checkout-step.-current .step-title .step-number,
body#checkout section.checkout-step.js-current-step .step-title .step-number {
  color: #0d3b66 !important;
}

/* ========== Tek sayfa checkout (OPC) ========== */
body#checkout.hm-opc #content > .row {
  align-items: flex-start;
}

body#checkout.hm-opc section.checkout-step {
  background: transparent !important;
  border: none !important;
  margin: 0 0 1.1rem !important;
  padding: 0 !important;
}

body#checkout.hm-opc section.checkout-step .hm-opc-step-title,
body#checkout.hm-opc section.checkout-step .step-title {
  background: linear-gradient(165deg, #0d3b66 0%, #0a1628 100%);
  border-radius: 12px 12px 0 0;
  color: #fff !important;
  cursor: default !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  margin: 0 !important;
  padding: 0.85rem 1.1rem !important;
  text-transform: none !important;
}

body#checkout.hm-opc section.checkout-step .step-number,
body#checkout.hm-opc section.checkout-step .done,
body#checkout.hm-opc section.checkout-step .step-edit,
body#checkout.hm-opc section.checkout-step .material-icons.done,
body#checkout.hm-opc section.checkout-step .material-icons.edit {
  display: none !important;
}

body#checkout.hm-opc section.checkout-step .hm-opc-step-label {
  color: #fff !important;
}

body#checkout.hm-opc section.checkout-step .content {
  background: #fff;
  border: 1px solid rgba(13, 59, 102, 0.12);
  border-radius: 0 0 12px 12px;
  border-top: none;
  display: none;
  padding: 1.15rem 1.1rem 1.25rem !important;
}

/* Ulaşılabilir ve tamamlanmış tüm adımlar aynı sayfada açık */
body#checkout.hm-opc section.checkout-step.-current .content,
body#checkout.hm-opc section.checkout-step.-reachable .content,
body#checkout.hm-opc section.checkout-step.-reachable.-complete .content {
  display: block !important;
}

body#checkout.hm-opc section.checkout-step.-unreachable {
  display: none !important;
}

/* Kargo adımı gizli */
body#checkout.hm-opc #checkout-delivery-step,
body#checkout #checkout-delivery-step {
  display: none !important;
}

/* Girişli kullanıcıda kişisel bilgi adımı sade */
body#checkout.hm-opc #checkout-personal-information-step.-complete .identity,
body#checkout.hm-opc #checkout-personal-information-step.-complete .identity + p {
  color: #0a1628 !important;
  margin-bottom: 0.35rem;
}

body#checkout.hm-opc #checkout-payment-step .payment-option {
  align-items: center;
  background: #f8fafc;
  border: 1.5px solid rgba(13, 59, 102, 0.14) !important;
  border-radius: 12px !important;
  display: flex;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
  padding: 0.85rem 1rem !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body#checkout.hm-opc #checkout-payment-step .payment-option:hover {
  border-color: rgba(26, 107, 154, 0.45) !important;
}

body#checkout.hm-opc #checkout-payment-step .payment-option label {
  color: #0a1628 !important;
  cursor: pointer;
  flex: 1;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

body#checkout.hm-opc #checkout-payment-step .payment-option label span {
  color: #0a1628 !important;
}

body#checkout.hm-opc #payment-confirmation .btn.btn-primary {
  background: linear-gradient(145deg, #38bdf8 0%, #1a6b9a 52%, #0d3b66 100%) !important;
  border: none !important;
  border-radius: 999px !important;
  font-size: 1rem;
  font-weight: 700;
  min-height: 48px;
  min-width: 200px;
  padding: 0.75rem 1.6rem !important;
}

body#checkout.hm-opc #checkout-addresses-step .continue,
body#checkout.hm-opc #checkout-addresses-step .hm-checkout-submit {
  background: linear-gradient(145deg, #38bdf8 0%, #1a6b9a 52%, #0d3b66 100%) !important;
  border: none !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-weight: 700;
}

@media (max-width: 767px) {
  body#checkout.hm-opc section.checkout-step .content {
    padding: 1rem 0.85rem 1.1rem !important;
  }
}

/* ========== Şifre göster / gizle (tek buton, input sağında) ========== */
.pt-password-field {
  position: relative;
  width: 100%;
}

.pt-password-field .form-control,
.pt-password-field .js-visible-password {
  padding-right: 3.1rem !important;
}

.pt-password-toggle {
  align-items: center;
  background: rgba(13, 59, 102, 0.08) !important;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #0d3b66 !important;
  cursor: pointer;
  display: inline-flex !important;
  height: 34px;
  justify-content: center;
  padding: 0 !important;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  width: 34px;
  z-index: 2;
}

.pt-password-toggle:hover,
.pt-password-toggle:focus {
  background: rgba(56, 189, 248, 0.22) !important;
  color: #0a1628 !important;
  outline: none;
}

.pt-password-toggle .material-icons {
  font-size: 20px !important;
  line-height: 1 !important;
}

.pt-password-toggle-hide {
  display: none !important;
}

.pt-password-field.is-visible .pt-password-toggle-show {
  display: none !important;
}

.pt-password-field.is-visible .pt-password-toggle-hide {
  display: inline-flex !important;
}

body#checkout [data-action="show-password"],
body#checkout .pt-password-toggle {
  background: rgba(13, 59, 102, 0.08) !important;
  color: #0d3b66 !important;
}

body#checkout #checkout-personal-information-step .hm-checkout-panel .pt-password-field .form-control {
  padding-right: 3.1rem !important;
}

/* ========== Telefon: ülke kodu + okunaklı format ========== */
.hm-phone-wrap {
  align-items: stretch;
  display: flex;
  gap: 0.45rem;
  position: relative;
  width: 100%;
}

.hm-phone-hidden-value {
  height: 0 !important;
  left: 0;
  margin: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 0 !important;
}

.hm-phone-cc {
  flex: 0 0 auto;
  position: relative;
}

.hm-phone-cc-btn {
  align-items: center;
  background: #fff !important;
  border: 1.5px solid rgba(13, 59, 102, 0.18) !important;
  border-radius: 12px !important;
  box-shadow: inset 0 1px 2px rgba(13, 59, 102, 0.04);
  color: #0a1628 !important;
  cursor: pointer;
  display: inline-flex;
  gap: 0.3rem;
  height: 100%;
  min-height: 46px;
  padding: 0 0.65rem !important;
  white-space: nowrap;
}

.hm-phone-cc-btn:hover,
.hm-phone-cc-btn[aria-expanded="true"] {
  border-color: rgba(56, 189, 248, 0.7) !important;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2);
}

.hm-phone-flag {
  font-size: 1.05rem;
  line-height: 1;
}

.hm-phone-dial {
  color: #0d3b66 !important;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hm-phone-caret {
  color: #64748b !important;
  font-size: 0.7rem;
  margin-left: 0.1rem;
}

.hm-phone-national {
  flex: 1 1 auto;
  letter-spacing: 0.04em;
  min-width: 0;
}

.hm-phone-cc-menu {
  background: #fff;
  border: 1px solid rgba(13, 59, 102, 0.14);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(13, 59, 102, 0.18);
  left: 0;
  list-style: none;
  margin: 0.3rem 0 0;
  max-height: 240px;
  min-width: 240px;
  overflow: auto;
  padding: 0.35rem;
  position: absolute;
  top: 100%;
  z-index: 40;
}

.hm-phone-cc-menu li {
  align-items: center;
  border-radius: 8px;
  color: #0a1628 !important;
  cursor: pointer;
  display: flex;
  gap: 0.45rem;
  padding: 0.5rem 0.55rem;
}

.hm-phone-cc-menu li:hover {
  background: #f0f9ff;
}

.hm-phone-cc-name {
  flex: 1 1 auto;
  font-size: 0.88rem;
  font-weight: 600;
}

.hm-phone-cc-dial {
  color: #1a6b9a !important;
  font-size: 0.82rem;
  font-weight: 700;
}

body#checkout #checkout-addresses-step .hm-phone-cc-btn,
body#checkout #checkout-personal-information-step .hm-phone-cc-btn,
body#checkout #checkout-addresses-step .hm-phone-national,
body#checkout #checkout-personal-information-step .hm-phone-national {
  background: #fff !important;
  color: #0a1628 !important;
}

body#checkout #checkout-addresses-step .js-address-form .hm-phone-dial,
body#checkout #checkout-addresses-step .js-address-form .hm-phone-flag,
body#checkout #checkout-addresses-step .js-address-form .hm-phone-caret,
body#checkout #checkout-addresses-step .js-address-form .hm-phone-cc-name,
body#checkout #checkout-addresses-step .js-address-form .hm-phone-cc-dial {
  color: #0a1628 !important;
}

body#checkout #checkout-addresses-step .js-address-form .hm-phone-dial,
body#checkout #checkout-addresses-step .js-address-form .hm-phone-cc-dial {
  color: #0d3b66 !important;
}

/* ========== Onay kutuları (kullanım şartları / gizlilik) ========== */
body#checkout .custom-checkbox {
  align-items: flex-start;
  display: flex;
  gap: 0.65rem;
}

body#checkout .custom-checkbox input[type="checkbox"] {
  cursor: pointer;
  height: 28px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 28px;
  z-index: 2;
}

body#checkout .custom-checkbox input[type="checkbox"] + span,
body#checkout #checkout-personal-information-step .hm-checkout-panel .custom-checkbox input[type="checkbox"] + span,
body#checkout #conditions-to-approve .custom-checkbox input[type="checkbox"] + span {
  background: #fff !important;
  border: 2.5px solid #38bdf8 !important;
  border-radius: 7px !important;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.22);
  flex: 0 0 28px !important;
  height: 28px !important;
  margin: 0 !important;
  position: relative;
  width: 28px !important;
}

body#checkout .custom-checkbox input[type="checkbox"]:checked + span,
body#checkout #checkout-personal-information-step .hm-checkout-panel .custom-checkbox input[type="checkbox"]:checked + span,
body#checkout #conditions-to-approve .custom-checkbox input[type="checkbox"]:checked + span {
  background: #0d3b66 !important;
  border-color: #7dd3fc !important;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.35);
}

body#checkout .custom-checkbox input[type="checkbox"] + span .checkbox-checked,
body#checkout #checkout-personal-information-step .hm-checkout-panel .custom-checkbox .checkbox-checked,
body#checkout #conditions-to-approve .custom-checkbox .checkbox-checked {
  color: #fff !important;
  display: none;
  font-size: 22px !important;
  font-weight: 700 !important;
  left: 50%;
  line-height: 1 !important;
  margin: 0 !important;
  position: absolute;
  text-shadow: none !important;
  top: 50%;
  transform: translate(-50%, -50%);
}

body#checkout .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked,
body#checkout #checkout-personal-information-step .hm-checkout-panel .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked,
body#checkout #conditions-to-approve .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
  color: #fff !important;
  display: block !important;
}

body#checkout #checkout-personal-information-step .hm-checkout-panel .custom-checkbox label {
  color: #fff !important;
  flex: 1 1 auto;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
  padding-top: 0.15rem;
}

body#checkout #conditions-to-approve .custom-checkbox label,
body#checkout #conditions-to-approve .condition-label label {
  color: #0a1628 !important;
  font-weight: 600;
}
