/* =========================================================
   TAYFUN SILVER — CHECKOUT (TEXT-ONLY / NO CARDS / FULL FIT)
   File: checkout.css  (FULL REPLACE)

   Banner files (server):
   - /public_html/images/banner/checkoutbanner.jpg        (DESKTOP 4724x200)
   - /public_html/images/banner/checkoutbanner_m.jpg      (MOBILE 430x99)

   Public URLs (CSS):
   - /images/banner/checkoutbanner.jpg
   - /images/banner/checkoutbanner_m.jpg

   GOAL (FINAL):
   ✅ Desktop banner oranı KESİN: 4724x200
   ✅ Mobil banner oranı  KESİN: 430x99
   ✅ Mobil: içerik ortalı + düzenli (genişlik tam oturur)
   ✅ Mobil: ödeme yöntemi (radio) düzgün tek satır/hizalı
   ✅ Mobil: "NEXT STEP" checkbox'ın ALTINDA görünür ve oradan sonra sticky olur
      (sayfanın başında sabit görünmez, footer üstüne de düşmez)
   ✅ Desktop: %90 zoom görünümü = %100 zoom'da “kompakt” hissiyat
========================================================= */

/* 1) FONT */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap");

/* =========================================================
   2) TOKENS (SCOPED)
========================================================= */
html.ts-checkout-page{
  --ts-font: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  --ts-ink:#0e1424;
  --ts-muted:#4b5563;
  --ts-muted2:#6b7280;

  --ts-dhl-logo-url:url("/assets/brands/shipping/dhl-logo.svg");

  --ts-navy:#1f2b44;
  --ts-navy-2:#172339;

  --ts-line:#e5e7eb;
  --ts-line2:#cfd6e2;

  --ts-soft:#f6f7f9;
  --ts-focus: rgba(31,43,68,.18);

  --ts-gutter: clamp(12px, 2.2vw, 40px);
  --ts-inner-max: 860px;
  --ts-gap: 18px;

  /* Banner images */
  --ts-cover: url("/images/banner/checkoutbanner.jpg");
  --ts-cover-m: url("/images/banner/checkoutbanner_m.jpg");

  /* Banner ratios */
  --ts-cover-ar-d: 4724 / 200;
  --ts-cover-ar-d-pad: 4.2360%;
  --ts-cover-ar-m: 430 / 99;
  --ts-cover-ar-m-pad: 23.0233%;

  /* Headings */
  --ts-h-label: 12px;
  --ts-h-track: 3px;

  /* Mobile sizing */
  --ts-sticky-max: 720px;
  --ts-sticky-gap: 12px;
}

/* =========================================================
   2.1) DESKTOP COMPACT (100% zoom'da %90 hissi)
========================================================= */
@media (min-width: 992px){
  html.ts-checkout-page{
    --ts-gutter: clamp(10px, 1.6vw, 34px);
    --ts-gap: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1600px){
  html.ts-checkout-page{
    --ts-gutter: clamp(10px, 1.2vw, 26px);
    --ts-gap: 14px;
    --ts-h-label: 11px;
    --ts-h-track: 2px;
  }
}
@media (min-width: 992px) and (max-height: 950px){
  html.ts-checkout-page{
    --ts-gutter: clamp(10px, 1.1vw, 24px);
    --ts-gap: 12px;
    --ts-h-label: 11px;
    --ts-h-track: 2px;
  }
}

/* =========================================================
   3) PAGE SAFETY
========================================================= */
html.ts-checkout-page body{
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: #fff !important;
  overflow-x: hidden !important;
}

/* Header kalsın istersen commentle */
html.ts-checkout-page .header-main-div{
  display:none !important;
  height:0 !important;
  overflow:hidden !important;
}

/* =========================================================
   4) BASE
========================================================= */
html.ts-checkout-page .teslimat-page-main-div,
html.ts-checkout-page .teslimat-page-main{
  font-family: var(--ts-font);
  color: var(--ts-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html.ts-checkout-page .teslimat-page-main-div{
  background:
    radial-gradient(circle at top left, rgba(236,240,246,.85) 0%, rgba(255,255,255,0) 32%),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 22%, #f7f9fc 100%);
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: hidden;
}

html.ts-checkout-page .teslimat-page-main-div *,
html.ts-checkout-page .teslimat-page-main-div *::before,
html.ts-checkout-page .teslimat-page-main-div *::after{
  box-sizing: border-box;
}

/* numeric alignment */
html.ts-checkout-page .teslimat-page-main-div,
html.ts-checkout-page .teslimat-sepet-ozet-main,
html.ts-checkout-page .teslimat-sepet-ozet-main-box .font-17,
html.ts-checkout-page .teslimat-sepet-ozet-main-box .font-20,
html.ts-checkout-page .ts-dhl-amount,
html.ts-checkout-page .ts-dhl-break-value,
html.ts-checkout-page #tsCheckoutBreakTotalUSD{
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
}

/* =========================================================
   5) BANNER (RATIO LOCKED)
========================================================= */
html.ts-checkout-page .page-banner-main,
html.ts-checkout-page .teslimat-page-banner-main{
  position: relative;
  width: 100%;
  aspect-ratio: var(--ts-cover-ar-d);

  height: auto !important;
  min-height: 0 !important;

  overflow: hidden;
  border-radius: 0 !important;
  margin: 0 !important;

  background-image: var(--ts-cover) !important;
  background-color: #0b1220 !important;

  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

html.ts-checkout-page .page-banner-main::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(to bottom, rgba(0,0,0,.06), rgba(0,0,0,.18));
  z-index:1;
  pointer-events:none;
}

html.ts-checkout-page .page-banner-in-text{
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 var(--ts-gutter) 10px;
}

html.ts-checkout-page .page-banner-h{
  font-weight: 800;
  letter-spacing: .02em;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
}

html.ts-checkout-page .page-banner-links{
  margin-top: 3px;
  font-size: 10px;
  color: rgba(255,255,255,.86);
}
html.ts-checkout-page .page-banner-links a{ color: rgba(255,255,255,.92); text-decoration:none; }
html.ts-checkout-page .page-banner-links span{ opacity:.7; }

@supports not (aspect-ratio: 1 / 1){
  html.ts-checkout-page .page-banner-main,
  html.ts-checkout-page .teslimat-page-banner-main{
    height: 0 !important;
    padding-top: var(--ts-cover-ar-d-pad) !important;
  }
}

/* =========================================================
   6) SPLIT LAYOUT (DESKTOP)
========================================================= */
html.ts-checkout-page .teslimat-page-main{
  background: transparent;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;

  display: flex;
  flex-direction: row;
  gap: 0;
  position: relative;
}

html.ts-checkout-page .teslimat-page-main::before{
  display:none;
}

html.ts-checkout-page .teslimat-bilgileri-div,
html.ts-checkout-page .teslimat-sag-taraf{
  width:50%;
  min-width:0;
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
}

html.ts-checkout-page .teslimat-bilgileri-div{
  padding: 14px var(--ts-gutter) 18px;
  gap: 12px;
  line-height: 1.38;
}

html.ts-checkout-page .teslimat-sag-taraf{
  padding: 18px var(--ts-gutter) 26px;
  gap: var(--ts-gap);
  background: transparent;
}

html.ts-checkout-page .teslimat-bilgileri-div > *:not(.modal):not(.modal-backdrop),
html.ts-checkout-page .teslimat-sag-taraf > *:not(.modal):not(.modal-backdrop){
  max-width: var(--ts-inner-max);
  margin-left:auto;
  margin-right:auto;
}

/* Modal güvenliği: checkout kolon layout'u modalı etkilemesin */
html.ts-checkout-page .modal,
html.ts-checkout-page .modal-backdrop{
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html.ts-checkout-page .modal{
  width: 100% !important;
}

/* =========================================================
   6.1) MODERN ALERT MODAL
========================================================= */
html.ts-checkout-page .modal-backdrop.show{
  background: rgba(15,23,42,.18) !important;
  opacity: 1 !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

html.ts-checkout-page .ts-alert-modal{
  padding-left: 14px !important;
  padding-right: 14px !important;
}

html.ts-checkout-page .ts-contract-modal{
  padding: 18px !important;
}

html.ts-checkout-page .ts-contract-modal .modal-dialog{
  width: min(920px, calc(100vw - 36px)) !important;
  max-width: min(920px, calc(100vw - 36px)) !important;
  margin: 1.75rem auto !important;
}

html.ts-checkout-page .ts-contract-modal .modal-content{
  background: #ffffff !important;
  border: 1px solid rgba(15,23,42,.10) !important;
  border-radius: 20px !important;
  box-shadow: 0 30px 72px rgba(15,23,42,.20) !important;
  overflow: hidden !important;
}

html.ts-checkout-page .ts-contract-modal .modal-header{
  padding: 18px 22px !important;
  border-bottom: 1px solid rgba(15,23,42,.08) !important;
}

html.ts-checkout-page .ts-contract-modal .modal-title{
  color: #1f2b44 !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  letter-spacing: .02em !important;
}

html.ts-checkout-page .ts-contract-modal .modal-body{
  padding: 20px 22px !important;
  max-height: min(72vh, 760px) !important;
  overflow-y: auto !important;
  color: #24324b !important;
  line-height: 1.55 !important;
}

html.ts-checkout-page .ts-contract-modal .modal-footer{
  padding: 16px 22px 20px !important;
  border-top: 1px solid rgba(15,23,42,.08) !important;
}

html.ts-checkout-page .ts-alert-modal .modal-dialog{
  width: 100%;
  max-width: min(430px, calc(100vw - 28px));
  margin: 1.25rem auto;
  transform: translateY(14px) scale(.985);
  transition: transform .22s ease, opacity .22s ease;
}

html.ts-checkout-page .ts-alert-modal.show .modal-dialog{
  transform: translateY(0) scale(1);
}

html.ts-checkout-page .ts-alert-modal .modal-content{
  border: 1px solid rgba(15,23,42,.08) !important;
  border-radius: 22px !important;
  overflow: hidden;
  background: #fff !important;
  box-shadow: 0 22px 55px rgba(15,23,42,.10) !important;
}

html.ts-checkout-page .ts-alert-modal .close{
  position: absolute !important;
  top: 14px;
  right: 14px;
  z-index: 10;
  width: 36px;
  height: 36px;
  border: 0 !important;
  border-radius: 999px;
  background: #f8fafc !important;
  color: #475569 !important;
  opacity: 1 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

html.ts-checkout-page .ts-alert-modal .close:hover{
  background: #eef2f7 !important;
  color: var(--ts-ink) !important;
  transform: translateY(-1px);
}

html.ts-checkout-page .ts-alert-modal .close i{
  font-size: 30px;
  line-height: 1;
  display: block;
}

html.ts-checkout-page .ts-alert-modal .teslimat-bilgi-hata-main-text-h{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 64px 14px 24px;
  margin: 0;
  background: linear-gradient(180deg, #fff7f7 0%, #fff 100%);
  color: var(--ts-ink);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.01em;
  line-height: 1.15;
  border-bottom: 1px solid rgba(15,23,42,.06);
}

html.ts-checkout-page .ts-alert-modal .teslimat-bilgi-hata-main-text-h i{
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #d14b4b;
  border: 1px solid rgba(209,75,75,.20);
  box-shadow: 0 6px 18px rgba(209,75,75,.08);
  font-size: 18px;
}

html.ts-checkout-page .ts-alert-modal .modal-body{
  padding: 14px 24px 6px !important;
  color: var(--ts-muted) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
  letter-spacing: 0 !important;
}

html.ts-checkout-page .ts-alert-modal .modal-footer{
  border-top: 0 !important;
  padding: 14px 24px 24px !important;
  display: block;
  margin: 0;
}

html.ts-checkout-page .ts-alert-modal .modal-footer .button-2x,
html.ts-checkout-page .ts-alert-modal .modal-footer .button-1x,
html.ts-checkout-page .ts-alert-modal .modal-footer .button-black{
  width: 100% !important;
  min-height: 50px;
  border: 0 !important;
  border-radius: 14px !important;
  background: var(--ts-navy) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  transition: background .18s ease, transform .18s ease;
}

html.ts-checkout-page .ts-alert-modal .modal-footer .button-2x:hover,
html.ts-checkout-page .ts-alert-modal .modal-footer .button-1x:hover,
html.ts-checkout-page .ts-alert-modal .modal-footer .button-black:hover{
  background: var(--ts-navy-2) !important;
  transform: translateY(-1px);
}

@media (max-width: 991px){
  html.ts-checkout-page .ts-alert-modal{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  html.ts-checkout-page .ts-alert-modal .modal-dialog{
    max-width: calc(100vw - 20px);
    margin: 0.9rem auto;
  }

  html.ts-checkout-page .ts-alert-modal .teslimat-bilgi-hata-main-text-h{
    padding: 20px 56px 12px 20px;
    font-size: 18px;
  }

  html.ts-checkout-page .ts-alert-modal .teslimat-bilgi-hata-main-text-h i{
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  html.ts-checkout-page .ts-alert-modal .modal-body{
    padding: 12px 20px 4px !important;
    font-size: 13.5px !important;
  }

  html.ts-checkout-page .ts-alert-modal .modal-footer{
    padding: 12px 20px 20px !important;
  }

  html.ts-checkout-page .ts-alert-modal .modal-footer .button-2x,
  html.ts-checkout-page .ts-alert-modal .modal-footer .button-1x,
  html.ts-checkout-page .ts-alert-modal .modal-footer .button-black{
    min-height: 48px;
    font-size: 12px !important;
    letter-spacing: .12em !important;
  }
}

/* Desktop kompakt: %90 zoom görünümü */
@media (min-width: 992px) and (max-width: 1600px){
  html.ts-checkout-page .teslimat-bilgileri-div{
    padding: 12px var(--ts-gutter) 14px;
    gap: 10px;
  }
  html.ts-checkout-page .teslimat-sag-taraf{
    padding: 14px var(--ts-gutter) 18px;
    gap: var(--ts-gap);
  }
}

@media (min-width: 992px){
  html.ts-checkout-page .teslimat-sag-taraf{
    position: sticky;
    top: 6px;
    align-self: flex-start;
    height: fit-content;
  }
}

/* =========================================================
   7) REMOVE BOXES
========================================================= */
html.ts-checkout-page .teslimat-bilgileri-sol-kutular,
html.ts-checkout-page .teslimat-odeme-secimi,
html.ts-checkout-page .teslimat-sepet-ozet-main,
html.ts-checkout-page .teslimat-bilgileri-uye-adres-main,
html.ts-checkout-page .ts-dhl-card{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

/* =========================================================
   8) HEADERS (CLEAR)
========================================================= */
html.ts-checkout-page .teslimat-bilgi-baslik,
html.ts-checkout-page .teslimat-odeme-main-h,
html.ts-checkout-page .teslimat-sepet-ozet-main-h{
  font-weight: 900;
  font-size: var(--ts-h-label);
  letter-spacing: .20em;
  text-transform: uppercase;
  color: var(--ts-navy);
  margin: 0 0 10px !important;
  padding: 0 !important;
  display:block;
  width:100%;
}
html.ts-checkout-page .teslimat-bilgi-baslik::after,
html.ts-checkout-page .teslimat-odeme-main-h::after,
html.ts-checkout-page .teslimat-sepet-ozet-main-h::after{
  content:"";
  display:block;
  height: 1px;
  background: var(--ts-line);
  margin-top: 10px;
}
html.ts-checkout-page .teslimat-bilgileri-div .teslimat-bilgi-baslik:first-of-type::before,
html.ts-checkout-page .teslimat-sag-taraf .teslimat-odeme-main-h:first-of-type::before{
  content:"";
  display:block;
  height: var(--ts-h-track);
  background: rgba(31,43,68,.30);
  margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1600px){
  html.ts-checkout-page .teslimat-bilgi-baslik,
  html.ts-checkout-page .teslimat-odeme-main-h,
  html.ts-checkout-page .teslimat-sepet-ozet-main-h{
    margin: 0 0 8px !important;
  }
  html.ts-checkout-page .teslimat-bilgi-baslik::after,
  html.ts-checkout-page .teslimat-odeme-main-h::after,
  html.ts-checkout-page .teslimat-sepet-ozet-main-h::after{
    margin-top: 8px;
  }
  html.ts-checkout-page .teslimat-bilgileri-div .teslimat-bilgi-baslik:first-of-type::before,
  html.ts-checkout-page .teslimat-sag-taraf .teslimat-odeme-main-h:first-of-type::before{
    margin-bottom: 8px;
  }
}

/* =========================================================
   9) ACCESSIBILITY
========================================================= */
html.ts-checkout-page a:focus-visible,
html.ts-checkout-page button:focus-visible,
html.ts-checkout-page input:focus-visible,
html.ts-checkout-page textarea:focus-visible,
html.ts-checkout-page select:focus-visible{
  outline: none !important;
  box-shadow: 0 0 0 4px var(--ts-focus) !important;
  border-radius: 12px;
}

/* =========================================================
   10) EDIT BUTTONS
========================================================= */
html.ts-checkout-page .user_subpage_address_box_buttons{
  margin-top: 6px !important;
  padding-top: 0 !important;
  text-align: right;
}
html.ts-checkout-page .user_subpage_address_box_buttons a,
html.ts-checkout-page a.button-orange.button-1x{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 28px !important;
  padding: 6px 12px !important;

  border-radius: 999px !important;
  border: 1px solid var(--ts-line) !important;

  background: transparent !important;
  color: var(--ts-navy) !important;

  font-weight: 900 !important;
  font-size: 12px !important;
  line-height: 1.1 !important;

  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
  white-space: nowrap !important;
}
html.ts-checkout-page .user_subpage_address_box_buttons a:hover,
html.ts-checkout-page a.button-orange.button-1x:hover{
  background: rgba(31,43,68,.06) !important;
  border-color: var(--ts-line2) !important;
  color: var(--ts-navy-2) !important;
}

/* =========================================================
   11) ADDRESS LIST
========================================================= */
html.ts-checkout-page .teslimat-bilgileri-uye-adres-main > div,
html.ts-checkout-page .teslimat-bilgileri-uye-adres-main > div > div{
  width: 100% !important;
  overflow: visible !important;
}
html.ts-checkout-page .teslimat-bilgileri-uye-adres-main > div > div{
  display:flex !important;
  flex-wrap:wrap !important;
  gap: 0 !important;
  justify-content:flex-start !important;
}
html.ts-checkout-page .teslimat-bilgileri-adres-box{
  margin:0 !important;
  flex: 0 0 100%;
  max-width: 100%;
}
html.ts-checkout-page .teslimat-bilgileri-adres-box .custom-control-label::before,
html.ts-checkout-page .teslimat-bilgileri-adres-box .custom-control-label::after{
  display:none !important;
}
html.ts-checkout-page .teslimat-bilgileri-adres-box .custom-control,
html.ts-checkout-page .teslimat-bilgileri-adres-box .custom-control-label{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
html.ts-checkout-page .teslimat-bilgileri-adres-box .custom-control-label{
  display:block;
  cursor:pointer;
  padding: 0 !important;
  margin: 0 !important;
}
html.ts-checkout-page .teslimat-bilgileri-adres-box-2{
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ts-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 8px 0 !important;
  min-height: auto !important;
  display:flex;
  flex-direction:column;
}
html.ts-checkout-page .teslimat-bilgileri-adres-box .custom-control-input:checked
+ .custom-control-label .teslimat-bilgileri-adres-box-2{
  background: rgba(31,43,68,.015) !important;
  border-left: 1px solid rgba(31,43,68,.45) !important;
  padding-left: 10px !important;
}

@media (min-width: 992px) and (max-width: 1600px){
  html.ts-checkout-page .teslimat-bilgileri-adres-box-2{
    padding: 6px 0 !important;
  }
}

html.ts-checkout-page .user_subpage_address_box_name{
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ts-muted2);
  margin: 0 !important;
}
html.ts-checkout-page .user_subpage_address_box_user{
  font-size: 12.5px;
  font-weight: 900;
  color: var(--ts-ink);
  margin-top: 2px !important;
  margin-bottom: 0 !important;
}
html.ts-checkout-page .user_subpage_address_box_content,
html.ts-checkout-page .user_subpage_address_box_phone{
  font-size: 12px;
  color: var(--ts-muted);
  line-height: 1.34;
  margin-top: 3px !important;
  margin-bottom: 0 !important;
}
html.ts-checkout-page .teslimat-bilgileri-div .color-orange,
html.ts-checkout-page .teslimat-bilgileri-div .text-danger,
html.ts-checkout-page .teslimat-bilgileri-div .text-warning{
  color: var(--ts-muted2) !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  font-size: 10px !important;
}

/* =========================================================
   12) ADD NEW ADDRESS
========================================================= */
html.ts-checkout-page .teslimat-bilgileri-uye-adres-yok-box,
html.ts-checkout-page .teslimat-bilgileri-yeni-adres-yok-box,
html.ts-checkout-page .tsl-ad-2{
  width: 100% !important;
  max-width: 100% !important;
  border: 1px dashed var(--ts-line2) !important;
  border-radius: 12px !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 10px 12px !important;
  min-height: 76px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap: 10px;
}

@media (min-width: 992px) and (max-width: 1600px){
  html.ts-checkout-page .teslimat-bilgileri-uye-adres-yok-box,
  html.ts-checkout-page .teslimat-bilgileri-yeni-adres-yok-box,
  html.ts-checkout-page .tsl-ad-2{
    min-height: 66px !important;
    padding: 8px 10px !important;
  }
}

/* =========================================================
   13) ORDER NOTE
========================================================= */
html.ts-checkout-page .teslimat-form-area{
  margin-top: 0 !important;
}
html.ts-checkout-page .teslimat-form-area textarea.form-control{
  border: 1px solid var(--ts-line) !important;
  border-radius: 12px !important;
  background:#fff !important;
  font-size: 12.5px !important;
  min-height: 66px !important;
  padding: 10px 12px !important;
  line-height: 1.34 !important;
  box-shadow: none !important;
  outline: none !important;
}
html.ts-checkout-page .teslimat-form-area textarea.form-control:focus{
  border-color: var(--ts-navy) !important;
  box-shadow: 0 0 0 4px var(--ts-focus) !important;
}
@media (min-width: 992px) and (max-width: 1600px){
  html.ts-checkout-page .teslimat-form-area textarea.form-control{
    min-height: 58px !important;
    padding: 9px 12px !important;
  }
}

/* =========================================================
   14) PAYMENT METHOD PANELS
========================================================= */
html.ts-checkout-page .teslimat-sag-taraf .radio-content{
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--ts-line);
}

html.ts-checkout-page .teslimat-sag-taraf .radio-content h1,
html.ts-checkout-page .teslimat-sag-taraf .radio-content h2,
html.ts-checkout-page .teslimat-sag-taraf .radio-content h3,
html.ts-checkout-page .teslimat-sag-taraf .radio-content h4,
html.ts-checkout-page .teslimat-sag-taraf .radio-content .radio-title,
html.ts-checkout-page .teslimat-sag-taraf .radio-content .payment-title,
html.ts-checkout-page .teslimat-sag-taraf .radio-content .method-title,
html.ts-checkout-page .teslimat-sag-taraf .radio-content .title{
  font-weight: 900 !important;
  font-size: var(--ts-h-label) !important;
  letter-spacing: .20em !important;
  text-transform: uppercase !important;
  color: var(--ts-navy) !important;
  margin: 0 0 10px !important;
}

/* TABLE layout */
html.ts-checkout-page .teslimat-sag-taraf .radio-content table{
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
}
html.ts-checkout-page .teslimat-sag-taraf .radio-content table tr{
  border-bottom: 1px solid var(--ts-line) !important;
}
html.ts-checkout-page .teslimat-sag-taraf .radio-content table td,
html.ts-checkout-page .teslimat-sag-taraf .radio-content table th{
  padding: 8px 0 !important;
  vertical-align: middle !important;
  font-size: 12.5px !important;
  color: var(--ts-muted) !important;
}
html.ts-checkout-page .teslimat-sag-taraf .radio-content table td:last-child,
html.ts-checkout-page .teslimat-sag-taraf .radio-content table th:last-child{
  text-align: right !important;
  color: var(--ts-ink) !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

/* Sadece özet satırları */
html.ts-checkout-page .teslimat-sag-taraf .radio-content .teslimat-sepet-ozet-main-box:not(.ts-dhl-card),
html.ts-checkout-page .teslimat-sag-taraf .radio-content .summary-row{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid var(--ts-line) !important;
  width: 100% !important;
  max-width: 100% !important;
  font-size: 12.5px !important;
  color: var(--ts-muted) !important;
}

html.ts-checkout-page .teslimat-sag-taraf .radio-content .teslimat-sepet-ozet-main-box .font-bold,
html.ts-checkout-page .teslimat-sag-taraf .radio-content .teslimat-sepet-ozet-main-box .right,
html.ts-checkout-page .teslimat-sag-taraf .radio-content .teslimat-sepet-ozet-main-box strong{
  color: var(--ts-ink) !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}
html.ts-checkout-page .teslimat-sag-taraf .radio-content .font-20,
html.ts-checkout-page .teslimat-sag-taraf .radio-content .amount,
html.ts-checkout-page .teslimat-sag-taraf .radio-content .total{
  font-weight: 900 !important;
  color: var(--ts-ink) !important;
}

@media (min-width: 992px) and (max-width: 1600px){
  html.ts-checkout-page .teslimat-sag-taraf .radio-content table td,
  html.ts-checkout-page .teslimat-sag-taraf .radio-content table th{
    padding: 7px 0 !important;
  }
}

/* =========================================================
   15) DHL — clamp ONLY inside DHL
========================================================= */
html.ts-checkout-page .teslimat-sag-taraf .ts-dhl-card .ts-dhl-card-note,
html.ts-checkout-page .teslimat-sag-taraf .ts-dhl-card .ts-dhl-note,
html.ts-checkout-page .teslimat-sag-taraf .ts-dhl-card .ts-dhl-desc,
html.ts-checkout-page .teslimat-sag-taraf .ts-dhl-card small{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 991px){
  html.ts-checkout-page .teslimat-sag-taraf .ts-dhl-card .ts-dhl-card-note,
  html.ts-checkout-page .teslimat-sag-taraf .ts-dhl-card .ts-dhl-note,
  html.ts-checkout-page .teslimat-sag-taraf .ts-dhl-card .ts-dhl-desc,
  html.ts-checkout-page .teslimat-sag-taraf .ts-dhl-card small{
    -webkit-line-clamp: 2;
  }
}
html.ts-checkout-page .ts-dhl-breakdown{ display:none !important; }
html.ts-checkout-page #tsCheckoutMeta{ display:none !important; }
html.ts-checkout-page #tsCheckoutBreakTotalUSD{
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* =========================================================
   16) SUMMARY ROWS (default)
========================================================= */
html.ts-checkout-page .teslimat-sepet-ozet-main{
  line-height: 1.40;
}
html.ts-checkout-page .teslimat-sepet-ozet-main-box{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  font-size: 12.5px;
  border-bottom: 1px solid var(--ts-line);
}
html.ts-checkout-page .teslimat-sepet-ozet-main-box:last-child{
  border-bottom: 0;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 2px solid var(--ts-line);
}
html.ts-checkout-page .teslimat-sepet-ozet-main-box .font-15{ color: var(--ts-muted); }
html.ts-checkout-page .teslimat-sepet-ozet-main-box .font-17.font-bold{
  font-weight: 900;
  color: var(--ts-ink);
}
html.ts-checkout-page .teslimat-sepet-ozet-main .teslimat-sepet-ozet-main-box:last-child .font-18{
  font-weight: 900;
  letter-spacing: .02em;
  color: var(--ts-navy);
}
html.ts-checkout-page .teslimat-sepet-ozet-main .teslimat-sepet-ozet-main-box:last-child .font-20.font-bold{
  font-size: 20px;
  font-weight: 900;
  color: var(--ts-ink);
  white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1600px){
  html.ts-checkout-page .teslimat-sepet-ozet-main-box{
    padding: 7px 0;
  }
  html.ts-checkout-page .teslimat-sepet-ozet-main-box:last-child{
    margin-top: 6px;
    padding-top: 10px;
  }
}

/* =========================================================
   17) CTA (BASE)
========================================================= */
html.ts-checkout-page .teslimat-page-main .button-2x,
html.ts-checkout-page .teslimat-page-main button.button-2x,
html.ts-checkout-page .teslimat-page-main #shopButton{
  border-radius: 12px !important;
  padding: 12px 14px !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  background: var(--ts-navy) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  transition: background .18s ease, opacity .18s ease;
}
@media (min-width: 992px) and (max-width: 1600px){
  html.ts-checkout-page .teslimat-page-main .button-2x,
  html.ts-checkout-page .teslimat-page-main button.button-2x,
  html.ts-checkout-page .teslimat-page-main #shopButton{
    padding: 11px 14px !important;
    font-size: 12px !important;
  }
}

/* =========================================================
   18) OVERLAY
========================================================= */
html.ts-checkout-page #shopButtonOverlay{
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,.86);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
html.ts-checkout-page #shopButtonOverlay .shopButtonT{
  background: #fff;
  border: 1px solid var(--ts-line);
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 14px 34px rgba(15,23,42,.10);
  text-align: center;
  color: var(--ts-ink);
  font-weight: 800;
}
html.ts-checkout-page #shopButtonOverlay img{
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-bottom: 10px;
}

/* =========================================================
   19) MOBILE — MERKEZ + GENİŞLİK TAM OTURSUN + PROF. RADIO
========================================================= */
@media (max-width: 991px){

  /* Mobil ölçüleri: sayfa daha “tam dolu” dursun */
  html.ts-checkout-page{
    --ts-mobile-pad: 10px;
    --ts-mobile-maxw: min(760px, calc(100vw - 20px)); /* sağ/sol boşluk az -> geniş görünüm */
  }

  html.ts-checkout-page body{
    overflow-x: hidden !important;
  }

  html.ts-checkout-page .teslimat-page-main{
    background: #fff;
    display: block;
  }
  html.ts-checkout-page .teslimat-page-main::before{ display:none; }

  html.ts-checkout-page .teslimat-bilgileri-div,
  html.ts-checkout-page .teslimat-sag-taraf{
    width: 100%;
    padding: 12px var(--ts-mobile-pad) 0;
    gap: 14px;
  }

  /* Mobilde içerikleri ortala + tam genişliğe yakınlaştır */
  html.ts-checkout-page .teslimat-bilgileri-div > *:not(.modal):not(.modal-backdrop),
  html.ts-checkout-page .teslimat-sag-taraf > *:not(.modal):not(.modal-backdrop){
    width: 100% !important;
    max-width: var(--ts-mobile-maxw) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html.ts-checkout-page .teslimat-sag-taraf{
    background: #fff;
    position: static;
    padding-bottom: 0;
  }

  /* ======================================================
     19.0) PAYMENT METHOD (Radio list) — Profesyonel görünüm
     - "Credit Card / Debit Card" vs. alt alta bozulmayı düzeltir
  ====================================================== */
  html.ts-checkout-page .teslimat-odeme-secimi{
    width: 100% !important;
    max-width: var(--ts-mobile-maxw) !important;
    margin: 0 auto !important;
  }

  /* Yaygın radio wrapper olasılıklarını kapsa */
  html.ts-checkout-page .teslimat-odeme-secimi .custom-control,
  html.ts-checkout-page .teslimat-odeme-secimi .form-check,
  html.ts-checkout-page .teslimat-odeme-secimi .radio,
  html.ts-checkout-page .teslimat-odeme-secimi > div{
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Satır görünümü */
  html.ts-checkout-page .teslimat-odeme-secimi .custom-control,
  html.ts-checkout-page .teslimat-odeme-secimi .form-check,
  html.ts-checkout-page .teslimat-odeme-secimi .radio{
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid var(--ts-line) !important;
  }
  html.ts-checkout-page .teslimat-odeme-secimi .custom-control:last-child,
  html.ts-checkout-page .teslimat-odeme-secimi .form-check:last-child,
  html.ts-checkout-page .teslimat-odeme-secimi .radio:last-child{
    border-bottom: 0 !important;
  }

  /* Input boyutu + hizalama (görünür radio ise) */
  html.ts-checkout-page .teslimat-odeme-secimi input[type="radio"]{
    flex: 0 0 auto !important;
    margin: 0 !important;
    width: 18px !important;
    height: 18px !important;
  }

  /* Label / metin: tek satır gibi düzgün, gerekirse doğal wrap */
  html.ts-checkout-page .teslimat-odeme-secimi label,
  html.ts-checkout-page .teslimat-odeme-secimi .custom-control-label{
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: var(--ts-ink) !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  /* Eğer temada label'a sabit width verilmişse ez */
  html.ts-checkout-page .teslimat-odeme-secimi *{
    max-width: 100% !important;
  }

  /* ======================================================
     Adres kutuları - mobilde daha düzgün kart
  ====================================================== */
  html.ts-checkout-page .teslimat-bilgileri-adres-box{
    margin-bottom: 12px !important;
  }
  html.ts-checkout-page .teslimat-bilgileri-adres-box-2{
    border: 1px solid var(--ts-line) !important;
    border-radius: 14px !important;
    padding: 12px !important;
    background: #fff !important;
  }
  html.ts-checkout-page .teslimat-bilgileri-adres-box .custom-control-input:checked
  + .custom-control-label .teslimat-bilgileri-adres-box-2{
    border-left: 3px solid rgba(31,43,68,.55) !important;
    background: rgba(31,43,68,.03) !important;
    padding-left: 12px !important;
  }

  /* Payment iç blok (kutu) */
  html.ts-checkout-page .teslimat-sag-taraf .radio-content{
    border-top: 0 !important;
    margin-top: 12px !important;
    padding: 12px !important;
    border: 1px solid var(--ts-line) !important;
    border-radius: 16px !important;
    background: #fff !important;
  }

  /* Grid row'lara dokunma, doğal akış */
  html.ts-checkout-page .teslimat-sag-taraf .radio-content .row{
    display: block !important;
    border-bottom: 0 !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html.ts-checkout-page .teslimat-sag-taraf .radio-content [class*="col-"]{
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Select/Input’lar tek kolon */
  html.ts-checkout-page .teslimat-sag-taraf select,
  html.ts-checkout-page .teslimat-sag-taraf input,
  html.ts-checkout-page .teslimat-sag-taraf textarea{
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Sales contract */
  html.ts-checkout-page .teslimat-sag-taraf input[type="checkbox"]{
    transform: scale(1.05);
  }
  html.ts-checkout-page .teslimat-sag-taraf label{
    line-height: 1.25;
  }

  /* ======= NEXT STEP =======
     - Fixed değil
     - Checkbox altında görünür
     - Sonra sticky olur
  */
  html.ts-checkout-page .teslimat-page-main .button-2x,
  html.ts-checkout-page .teslimat-page-main button.button-2x,
  html.ts-checkout-page .teslimat-page-main #shopButton{
    display: block !important;

    width: var(--ts-mobile-maxw) !important;
    max-width: var(--ts-mobile-maxw) !important;
    margin: var(--ts-sticky-gap) auto 0 !important;

    position: sticky !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;

    z-index: 50 !important;
    border-radius: 14px !important;
  }

  html.ts-checkout-page .teslimat-page-main-div{
    padding-bottom: calc(110px + env(safe-area-inset-bottom)) !important;
  }

  html.ts-checkout-page #return-to-top{
    bottom: calc(86px + env(safe-area-inset-bottom)) !important;
    z-index: 40 !important;
  }
}

/* =========================================================
   19.1) MOBILE BANNER (<=768px) — 430x99
========================================================= */
@media (max-width: 768px){
  html.ts-checkout-page .page-banner-main,
  html.ts-checkout-page .teslimat-page-banner-main{
    aspect-ratio: var(--ts-cover-ar-m);

    height: auto !important;
    min-height: 0 !important;

    background-image: var(--ts-cover-m) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #0b1220 !important;
  }

  @supports not (aspect-ratio: 1 / 1){
    html.ts-checkout-page .page-banner-main,
    html.ts-checkout-page .teslimat-page-banner-main{
      height: 0 !important;
      padding-top: var(--ts-cover-ar-m-pad) !important;
    }
  }
}

/* =========================================================
   20) SAFETY OVERRIDES
========================================================= */
html.ts-checkout-page .teslimat-sepet-ozet-main-box .font-20.font-bold::after{
  content: '' !important;
}

/* =========================================================
   21) PROFESSIONAL REFINEMENT LAYER
   Safe visual improvements on top of the scoped checkout rules
========================================================= */
html.ts-checkout-page{
  --ts-surface: rgba(255,255,255,.98);
  --ts-surface-2: #f9fbfd;
  --ts-surface-line: rgba(15,23,42,.08);
  --ts-surface-line-strong: rgba(31,43,68,.14);
  --ts-surface-shadow: 0 18px 42px rgba(15,23,42,.08);
  --ts-surface-shadow-hover: 0 24px 56px rgba(15,23,42,.12);
  --ts-card-radius: 24px;
}

html.ts-checkout-page .ts-checkout-layout{
  width: min(1360px, calc(100% - 32px)) !important;
  margin: 0 auto !important;
  padding: 28px 0 42px !important;
  align-items: flex-start;
  gap: 36px;
}

@media (min-width: 1100px){
  html.ts-checkout-page .ts-checkout-main{
    width: 58% !important;
  }

  html.ts-checkout-page .ts-checkout-aside{
    width: 42% !important;
  }
}

html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular,
html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular-dar,
html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-uye-adres-main,
html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi,
html.ts-checkout-page .ts-checkout-aside > .teslimat-sepet-ozet-main,
html.ts-checkout-page .ts-checkout-aside > .teslimat-onaybutton-main,
html.ts-checkout-page .ts-checkout-aside .radio-content > .teslimat-sepet-ozet-main{
  background: linear-gradient(180deg, rgba(255,255,255,.99) 0%, var(--ts-surface-2) 100%) !important;
  border: 1px solid var(--ts-surface-line) !important;
  border-radius: var(--ts-card-radius) !important;
  box-shadow: var(--ts-surface-shadow) !important;
  padding: 22px 24px !important;
  overflow: hidden;
}

html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi.odemeyi-sec{
  background: linear-gradient(180deg, rgba(248,250,253,.98) 0%, rgba(255,255,255,.98) 100%) !important;
}

html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular,
html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular-dar,
html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-uye-adres-main{
  backdrop-filter: blur(10px);
}

html.ts-checkout-page .ts-checkout-aside{
  position: sticky;
  top: 20px;
}

html.ts-checkout-page .ts-checkout-aside > .teslimat-sepet-ozet-main.border.border-danger.mt-3.mb-0.font-14.alert-danger,
html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok,
html.ts-checkout-page .ts-checkout-main .teslimat-adres-eksik-uyari{
  border-radius: 20px !important;
  border: 1px solid rgba(194,110,70,.16) !important;
  background: linear-gradient(180deg, rgba(255,249,245,.98) 0%, rgba(255,255,255,.99) 100%) !important;
  box-shadow: none !important;
}

html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok{
  color: #7b4a3a;
  padding: 16px 18px !important;
  margin-bottom: 16px !important;
}

html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-main > div,
html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-main > div > div{
  width: 100% !important;
}

html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-main > div > div{
  gap: 16px !important;
  align-items: stretch;
}

@media (min-width: 992px){
  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box{
    flex: 0 0 calc(50% - 8px) !important;
    max-width: calc(50% - 8px) !important;
  }
}

html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box .custom-control{
  height: 100%;
}

html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box .custom-control-label{
  height: 100%;
}

html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box-2{
  min-height: 100% !important;
  padding: 18px !important;
  border: 1px solid var(--ts-surface-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box .custom-control:hover .teslimat-bilgileri-adres-box-2{
  border-color: rgba(31,43,68,.18) !important;
  box-shadow: var(--ts-surface-shadow) !important;
  transform: translateY(-1px);
}

html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box .custom-control-input:checked
+ .custom-control-label .teslimat-bilgileri-adres-box-2{
  border: 1px solid rgba(31,43,68,.18) !important;
  border-left: 4px solid var(--ts-navy) !important;
  background: linear-gradient(180deg, rgba(247,249,252,.98) 0%, rgba(255,255,255,.98) 100%) !important;
  box-shadow: var(--ts-surface-shadow) !important;
  padding-left: 18px !important;
}

html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box-secili{
  display: none;
}

html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box .custom-control-input:checked
+ .custom-control-label .teslimat-bilgileri-adres-box-secili{
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  width: auto !important;
  margin: 0 0 12px 0 !important;
  padding: 6px 10px !important;
  border-radius: 999px;
  background: #eef3fb !important;
  color: var(--ts-navy) !important;
  position: static !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box,
html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-yeni-adres-yok-box,
html.ts-checkout-page .ts-checkout-main .tsl-ad-2{
  min-height: 132px !important;
  border-style: dashed !important;
  background: linear-gradient(180deg, rgba(251,252,254,.98) 0%, rgba(255,255,255,.98) 100%) !important;
  box-shadow: none !important;
}

html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box:hover,
html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-yeni-adres-yok-box:hover,
html.ts-checkout-page .ts-checkout-main .tsl-ad-2:hover{
  border-color: rgba(31,43,68,.18) !important;
  background: linear-gradient(180deg, rgba(247,249,252,.99) 0%, rgba(255,255,255,.99) 100%) !important;
  box-shadow: 0 14px 28px rgba(15,23,42,.08) !important;
}

html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box-icon{
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--ts-surface-line);
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

html.ts-checkout-page .ts-checkout-form .form-group{
  margin-bottom: 18px;
}

html.ts-checkout-page .ts-checkout-form label{
  display: block;
  margin-bottom: 8px;
  font-size: 12.5px !important;
  font-weight: 700;
  letter-spacing: .01em;
  color: var(--ts-muted);
}

html.ts-checkout-page .ts-checkout-form input.form-control,
html.ts-checkout-page .ts-checkout-form select.form-control,
html.ts-checkout-page .ts-checkout-form textarea.form-control,
html.ts-checkout-page .ts-checkout-aside #tsDestCountry,
html.ts-checkout-page .ts-checkout-aside #tsChargeableWeight{
  min-height: 50px;
  border: 1px solid rgba(31,43,68,.12) !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: var(--ts-ink) !important;
  padding: 12px 14px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

html.ts-checkout-page .ts-checkout-form input.form-control,
html.ts-checkout-page .ts-checkout-form select.form-control{
  padding-right: 42px !important;
}

html.ts-checkout-page .ts-checkout-form textarea.form-control{
  min-height: 104px !important;
  resize: vertical;
}

html.ts-checkout-page .ts-checkout-form .row{
  margin-left: -8px;
  margin-right: -8px;
}

html.ts-checkout-page .ts-checkout-form .row > [class*="col-"]{
  padding-left: 8px;
  padding-right: 8px;
}

html.ts-checkout-page .ts-checkout-form input.form-control:focus,
html.ts-checkout-page .ts-checkout-form select.form-control:focus,
html.ts-checkout-page .ts-checkout-form textarea.form-control:focus,
html.ts-checkout-page .ts-checkout-aside #tsDestCountry:focus,
html.ts-checkout-page .ts-checkout-aside #tsChargeableWeight:focus{
  border-color: rgba(31,43,68,.42) !important;
  box-shadow: 0 0 0 4px rgba(31,43,68,.10) !important;
  outline: none !important;
}

html.ts-checkout-page .ts-checkout-form .teslimat-icon,
html.ts-checkout-page .ts-checkout-form .teslimat-icon-2{
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
}

html.ts-checkout-page .ts-checkout-aside .teslimat-odeme-main-box{
  margin-top: 12px !important;
  padding: 14px 16px !important;
  border: 1px solid var(--ts-surface-line) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 10px 24px rgba(15,23,42,.05) !important;
}

html.ts-checkout-page .ts-checkout-aside .teslimat-odeme-main-box:last-child{
  padding: 14px 16px !important;
  border: 1px solid var(--ts-surface-line) !important;
}

html.ts-checkout-page .ts-checkout-aside .rdio{
  width: 100%;
  margin-right: 0 !important;
}

html.ts-checkout-page .ts-checkout-aside .rdio label{
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 22px;
  padding-left: 32px !important;
  margin-bottom: 0 !important;
  color: var(--ts-ink);
  font-size: 14px;
  font-weight: 700;
}

html.ts-checkout-page .ts-checkout-aside .rdio label:before{
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-color: rgba(31,43,68,.22);
}

html.ts-checkout-page .ts-checkout-aside .rdio input[type="radio"]:checked + label::after{
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}

html.ts-checkout-page .ts-checkout-aside .radio-content{
  margin-top: 14px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

html.ts-checkout-page .ts-checkout-aside .teslimat-sepet-ozet-main-box{
  padding: 11px 0 !important;
}

html.ts-checkout-page .ts-checkout-aside .teslimat-sepet-ozet-main .teslimat-sepet-ozet-main-box:last-child{
  margin-top: 12px;
  padding-top: 16px !important;
  border-top: 1px solid rgba(31,43,68,.12);
  padding-bottom: 4px !important;
}

html.ts-checkout-page .ts-checkout-aside .teslimat-sepet-ozet-main .teslimat-sepet-ozet-main-box:last-child .font-20.font-bold{
  font-size: 22px;
}

html.ts-checkout-page .ts-checkout-aside .ts-dhl-card{
  margin-top: 14px !important;
  padding: 18px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(31,43,68,.10) !important;
  background: linear-gradient(135deg, rgba(238,243,249,.96) 0%, rgba(255,255,255,.98) 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 10px 24px rgba(15,23,42,.08) !important;
}

html.ts-checkout-page .ts-checkout-aside .ts-dhl-card-total{
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(15,23,42,.08);
}

html.ts-checkout-page .ts-checkout-aside .teslimat-onaybutton-main{
  margin-bottom: 14px !important;
}

html.ts-checkout-page .ts-checkout-aside .teslimat-onaybutton-main .custom-control{
  padding-left: 1.85rem;
}

html.ts-checkout-page .ts-checkout-aside .teslimat-onaybutton-main .custom-control-label{
  color: var(--ts-muted);
  line-height: 1.65;
}

html.ts-checkout-page .ts-checkout-aside .teslimat-onaybutton-main .custom-control-label a{
  color: var(--ts-navy);
  font-weight: 800;
}

html.ts-checkout-page .ts-checkout-aside .custom-checkbox .custom-control-label::before{
  border-radius: 8px !important;
  top: .14rem;
}

html.ts-checkout-page .ts-checkout-aside .custom-control-input:checked~.custom-control-label::before{
  background-color: var(--ts-navy) !important;
  border-color: var(--ts-navy) !important;
}

html.ts-checkout-page .ts-checkout-aside #shopButton{
  min-height: 56px;
  border-radius: 18px !important;
  background: linear-gradient(135deg, var(--ts-navy) 0%, var(--ts-navy-2) 100%) !important;
  box-shadow: 0 18px 32px rgba(23,35,57,.18);
}

@media (hover:hover){
  html.ts-checkout-page .ts-checkout-aside #shopButton:hover{
    transform: translateY(-1px);
    box-shadow: 0 22px 38px rgba(23,35,57,.22);
  }
}

@media (max-width: 991px){
  html.ts-checkout-page .ts-checkout-layout{
    width: calc(100% - 18px) !important;
    padding: 12px 0 28px !important;
    gap: 18px;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular-dar,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-uye-adres-main,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-sepet-ozet-main,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-onaybutton-main,
  html.ts-checkout-page .ts-checkout-aside .radio-content > .teslimat-sepet-ozet-main{
    padding: 18px !important;
    border-radius: 20px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-main > div > div{
    gap: 12px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box{
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 0 !important;
  }

  html.ts-checkout-page .ts-checkout-aside{
    position: static;
    top: auto;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box-2{
    padding: 16px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box,
  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-yeni-adres-yok-box,
  html.ts-checkout-page .ts-checkout-main .tsl-ad-2{
    min-height: 112px !important;
  }

  html.ts-checkout-page .ts-checkout-form input.form-control,
  html.ts-checkout-page .ts-checkout-form select.form-control,
  html.ts-checkout-page .ts-checkout-form textarea.form-control,
  html.ts-checkout-page .ts-checkout-aside #tsDestCountry,
  html.ts-checkout-page .ts-checkout-aside #tsChargeableWeight{
    min-height: 48px;
    font-size: 16px !important;
  }

  html.ts-checkout-page .ts-checkout-form textarea.form-control{
    min-height: 96px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-odeme-main-box{
    margin-top: 10px !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-sepet-ozet-main .teslimat-sepet-ozet-main-box:last-child .font-20.font-bold{
    font-size: 20px;
  }

  html.ts-checkout-page .ts-checkout-aside #shopButton{
    box-shadow: 0 18px 30px rgba(23,35,57,.18);
  }
}

@media (min-width: 992px){
  html.ts-checkout-page .ts-checkout-layout,
  html.ts-checkout-page .teslimat-page-main{
    display: grid !important;
    grid-template-columns: minmax(0, 1.32fr) minmax(430px, 0.9fr);
    gap: 24px !important;
    align-items: start;
  }

  html.ts-checkout-page .ts-checkout-layout{
    width: min(1540px, calc(100% - 24px)) !important;
    padding: 12px 0 20px !important;
  }

  html.ts-checkout-page .teslimat-bilgileri-div,
  html.ts-checkout-page .teslimat-sag-taraf{
    width: auto !important;
    min-width: 0;
    padding: 0 !important;
    gap: 16px;
  }

  html.ts-checkout-page .teslimat-bilgileri-div > *:not(.modal):not(.modal-backdrop),
  html.ts-checkout-page .teslimat-sag-taraf > *:not(.modal):not(.modal-backdrop){
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  html.ts-checkout-page .ts-checkout-main{
    align-self: start;
  }

  html.ts-checkout-page .ts-checkout-aside{
    align-self: start;
    width: 100% !important;
    max-width: 560px;
    margin-left: auto;
    top: 12px;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-uye-adres-main,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular-dar,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-sepet-ozet-main,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-onaybutton-main,
  html.ts-checkout-page .ts-checkout-aside .radio-content > .teslimat-sepet-ozet-main{
    padding: 16px 18px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgi-baslik,
  html.ts-checkout-page .ts-checkout-aside .teslimat-odeme-main-h,
  html.ts-checkout-page .ts-checkout-aside .teslimat-sepet-ozet-main-h{
    margin-bottom: 8px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-main > div > div{
    gap: 10px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box{
    flex: 0 0 calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box-2{
    min-height: 168px !important;
    padding: 14px !important;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_name{
    font-size: 9px;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_user{
    font-size: 12px;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_content,
  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_phone{
    font-size: 11px;
    line-height: 1.28;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_content{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box,
  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-yeni-adres-yok-box,
  html.ts-checkout-page .ts-checkout-main .tsl-ad-2{
    min-height: 88px !important;
    padding: 12px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular:last-child{
    padding: 14px 18px !important;
  }

  html.ts-checkout-page .ts-checkout-form .form-group{
    margin-bottom: 12px;
  }

  html.ts-checkout-page .ts-checkout-form textarea.form-control{
    min-height: 84px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-odeme-main-box{
    margin-top: 8px !important;
    padding: 10px 12px !important;
    border-radius: 16px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-sepet-ozet-main-box{
    padding: 7px 0 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-sepet-ozet-main .teslimat-sepet-ozet-main-box:last-child{
    margin-top: 8px;
    padding-top: 12px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .ts-dhl-card{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(156px, 176px);
    grid-template-areas:
      "dest weight"
      "header total"
      "note note";
    gap: 10px 12px;
    align-items: start;
  }

  html.ts-checkout-page .ts-checkout-aside .ts-dhl-card .ts-dhl-dest-field:first-child{
    grid-area: dest;
    margin-bottom: 0 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .ts-dhl-card .ts-dhl-dest-field:nth-child(2){
    grid-area: weight;
    margin-bottom: 0 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .ts-dhl-card .ts-dhl-card-header{
    grid-area: header;
    min-width: 0;
  }

  html.ts-checkout-page .ts-checkout-aside .ts-dhl-card .ts-dhl-card-main{
    grid-area: total;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  html.ts-checkout-page .ts-checkout-aside .ts-dhl-card .ts-dhl-card-note{
    grid-area: note;
    margin: 0 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  html.ts-checkout-page .ts-checkout-aside .ts-dhl-card .ts-dhl-card-total{
    padding: 10px 12px;
  }

  html.ts-checkout-page .ts-checkout-aside .ts-dhl-card .ts-dhl-amount{
    font-size: 18px !important;
    margin: 0;
  }

  html.ts-checkout-page .ts-checkout-aside .ts-dhl-card .ts-dhl-breakdown{
    display: block !important;
    margin-top: 0;
  }

  html.ts-checkout-page .ts-checkout-aside .ts-dhl-card .ts-dhl-break-row,
  html.ts-checkout-page .ts-checkout-aside .ts-dhl-card .ts-dhl-break-usd{
    font-size: 10px;
    line-height: 1.35;
  }

  html.ts-checkout-page .ts-checkout-aside .ts-dhl-card .ts-dhl-break-row{
    padding: 2px 0;
  }

  html.ts-checkout-page .ts-checkout-aside #shopButton{
    min-height: 50px;
  }

  html.ts-checkout-page .teslimat-page-main-div{
    padding-bottom: 18px !important;
  }
}

/* =========================================================
   22) CREDIT CARD SUMMARY REFERENCE LAYER
========================================================= */
html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main{
  --ts-summary-card-pad: 24px;
  padding: var(--ts-summary-card-pad) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.995) 0%, rgba(248,250,253,.985) 100%) !important;
  border: 1px solid rgba(26,39,64,.14) !important;
  border-radius: 26px !important;
  box-shadow: 0 22px 46px rgba(15,23,42,.12) !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-h{
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  letter-spacing: .16em;
  color: var(--ts-navy);
  margin-bottom: 14px !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-h i{
  font-size: 19px;
  color: var(--ts-navy);
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box{
  padding: 13px 0 !important;
  border-bottom: 1px solid rgba(31,43,68,.10);
  align-items: baseline;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box .font-15{
  flex: 1 1 auto;
  padding-right: 14px;
  font-size: 15px !important;
  color: #4b5a72 !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box .font-17.font-bold{
  flex: 0 0 auto;
  text-align: right;
  font-size: 16px !important;
  font-weight: 900 !important;
  color: #15233f !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card{
  margin-top: 18px !important;
  padding: 18px 18px 16px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(199,165,106,.42) !important;
  background: linear-gradient(180deg, rgba(255,252,244,.98) 0%, rgba(255,255,255,.99) 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 12px 28px rgba(15,23,42,.08) !important;
  overflow: hidden;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-header{
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(31,43,68,.10);
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-title{
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ts-navy);
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-title::before{
  content: "DHL";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 28px;
  padding: 0 12px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffdb45 0%, #ffc800 100%);
  color: #c8191e;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .05em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-sub{
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.45;
  color: #5d6a82;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-country-field{
  display: none !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-dest-field > div:first-child{
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #768197 !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-field > div:first-child{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-field > div:first-child::before{
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2322314a' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h10l2 13H5L7 7Z'/%3E%3Cpath d='M9.5 7a2.5 2.5 0 1 1 5 0'/%3E%3Cpath d='M12 12v3'/%3E%3Cpath d='M10.5 13.5h3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: .88;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsDestCountry,
html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsChargeableWeight{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 14px !important;
  background: #fff !important;
  border: 1px solid rgba(31,43,68,.12) !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-total{
  display: none;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-main{
  min-width: 0;
  display: grid;
  gap: 14px;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-breakdown{
  display: grid !important;
  gap: 12px;
  margin-top: 0;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 78px;
  padding: 12px 13px 11px !important;
  border-radius: 15px;
  border: 1px solid rgba(31,43,68,.12);
  background: #fff !important;
  box-shadow: 0 5px 14px rgba(15,23,42,.04);
  text-align: center;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-label{
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #768197;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-value{
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 900;
  color: var(--ts-navy);
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row-total{
  background: linear-gradient(180deg, rgba(255,247,221,.98) 0%, rgba(255,242,200,.98) 100%) !important;
  border-color: rgba(196,160,81,.55) !important;
  box-shadow: 0 12px 24px rgba(196,160,81,.16);
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsCheckoutBreakTotalUSD{
  grid-column: 1 / -1;
  margin-top: 0 !important;
  padding: 14px 0 0 !important;
  border-top: 1px solid rgba(31,43,68,.10);
  background: transparent !important;
  box-shadow: none !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsCheckoutBreakTotalUSD:not(:has(.ts-dhl-total-usd))::before,
html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-total-usd::before{
  content: "Estimated shipping";
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5c6c84;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsCheckoutBreakTotalUSD,
html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-total-usd{
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
  color: #0f2448;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-total-eur{
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #6a7588;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-total-eur span{
  display: block;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 900;
  color: #13233f;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-total-usd{
  display: block;
  margin-top: 10px;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-note{
  margin: 0 !important;
  font-size: 12.5px;
  line-height: 1.5;
  color: #667287;
  -webkit-line-clamp: 2;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  width: calc(100% + (var(--ts-summary-card-pad) * 2)) !important;
  max-width: none !important;
  box-sizing: border-box;
  margin: 0 calc(var(--ts-summary-card-pad) * -1) calc(var(--ts-summary-card-pad) * -1) !important;
  padding: 22px var(--ts-summary-card-pad) 20px !important;
  border: 0 !important;
  border-radius: 0 0 26px 26px !important;
  background: linear-gradient(135deg, #162744 0%, #22355a 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-18,
html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-20.font-bold{
  color: #fff !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-18{
  font-size: 16px !important;
  font-weight: 800;
  letter-spacing: .02em;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-20.font-bold{
  font-size: 22px !important;
}

@media (min-width: 992px){
  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 182px;
    grid-template-areas:
      "header header"
      "main weight"
      "note note";
    gap: 14px 18px;
    align-items: start;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-header{
    grid-area: header;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-main{
    grid-area: main;
    align-self: start;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-field{
    grid-area: weight;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: stretch;
    min-width: 0;
    padding-left: 20px;
    padding-top: 2px;
    margin-bottom: 0 !important;
    border-left: 1px solid rgba(31,43,68,.10);
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-field > div:first-child{
    margin-bottom: 10px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-note{
    grid-area: note;
    padding-top: 2px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-breakdown{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 18px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row::after{
    content: "+";
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid rgba(31,43,68,.10);
    background: rgba(255,255,255,.96);
    box-shadow: 0 6px 14px rgba(15,23,42,.08);
    font-size: 16px;
    font-weight: 700;
    color: rgba(31,43,68,.56);
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row:nth-child(2)::after{
    content: "=";
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row:last-child::after{
    display: none;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-total-eur{
    display: none;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsCheckoutBreakTotalUSD,
  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-total-usd{
    font-size: 20px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsChargeableWeight{
    min-height: 78px;
    padding: 0 18px !important;
    font-size: 23px !important;
    text-align: center;
    font-weight: 900;
  }
}

@media (max-width: 991px){
  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main{
    --ts-summary-card-pad: 18px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-breakdown{
    grid-template-columns: 1fr;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row{
    min-height: auto;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row::after{
    display: none;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child{
    margin-top: 0 !important;
    border-radius: 0 0 18px 18px !important;
  }
}

/* =========================================================
   23) DESKTOP SINGLE-VIEW FIT
========================================================= */
@media (min-width: 1200px){
  html.ts-checkout-page .ts-checkout-layout,
  html.ts-checkout-page .teslimat-page-main{
    gap: 12px !important;
    grid-template-columns: minmax(0, 1.1fr) minmax(470px, .98fr);
  }

  html.ts-checkout-page .ts-checkout-layout{
    width: min(1820px, calc(100% - 12px)) !important;
    padding: 4px 0 8px !important;
  }

  html.ts-checkout-page .teslimat-bilgileri-div,
  html.ts-checkout-page .teslimat-sag-taraf{
    width: auto !important;
    gap: 6px;
  }

  html.ts-checkout-page .ts-checkout-aside{
    width: auto !important;
    margin-left: 0;
    max-width: none !important;
    top: 8px;
  }

  html.ts-checkout-page .teslimat-bilgileri-div > *:not(.modal):not(.modal-backdrop),
  html.ts-checkout-page .teslimat-sag-taraf > *:not(.modal):not(.modal-backdrop){
    width: 100%;
    max-width: none !important;
    margin-left: 0;
    margin-right: 0;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-uye-adres-main,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-onaybutton-main,
  html.ts-checkout-page .ts-checkout-aside .radio-content > .teslimat-sepet-ozet-main{
    padding: 10px 12px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgi-baslik,
  html.ts-checkout-page .ts-checkout-aside .teslimat-odeme-main-h,
  html.ts-checkout-page .ts-checkout-aside .teslimat-sepet-ozet-main-h{
    margin-bottom: 6px !important;
  }

  html.ts-checkout-page .teslimat-bilgi-baslik::after,
  html.ts-checkout-page .teslimat-odeme-main-h::after,
  html.ts-checkout-page .teslimat-sepet-ozet-main-h::after{
    margin-top: 6px !important;
  }

  html.ts-checkout-page .teslimat-bilgileri-div .teslimat-bilgi-baslik:first-of-type::before,
  html.ts-checkout-page .teslimat-sag-taraf .teslimat-odeme-main-h:first-of-type::before{
    margin-bottom: 6px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-main > div > div{
    gap: 10px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box{
    flex: 0 0 calc(50% - 6px) !important;
    max-width: calc(50% - 6px) !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box-2{
    min-height: 124px !important;
    padding: 10px 12px !important;
    border-radius: 16px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box-secili{
    margin-bottom: 10px !important;
    padding: 5px 9px !important;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_name{
    font-size: 9px;
    letter-spacing: .12em;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_user{
    font-size: 11px;
    margin-bottom: 3px;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_content,
  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_phone{
    font-size: 10.5px;
    line-height: 1.22;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_content{
    -webkit-line-clamp: 3;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_type{
    font-size: 11px;
    margin-top: 4px;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_buttons{
    margin-top: 6px;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_buttons .button-1x{
    min-height: 34px;
    padding: 0 12px !important;
    font-size: 11px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box,
  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-yeni-adres-yok-box,
  html.ts-checkout-page .ts-checkout-main .tsl-ad-2{
    min-height: 54px !important;
    padding: 6px 10px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box-icon{
    width: 32px;
    height: 32px;
    margin-bottom: 4px;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular:last-child{
    padding: 10px 12px !important;
  }

  html.ts-checkout-page .ts-checkout-form .form-group{
    margin-bottom: 8px;
  }

  html.ts-checkout-page .teslimat-form-area textarea.form-control,
  html.ts-checkout-page .ts-checkout-form textarea.form-control{
    min-height: 46px !important;
    padding: 7px 9px !important;
    font-size: 12px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-odeme-main-box{
    margin-top: 4px !important;
    padding: 7px 9px !important;
    border-radius: 15px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .rdio label{
    min-height: 18px;
    font-size: 13px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main{
    --ts-summary-card-pad: 14px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-h{
    font-size: 14px;
    margin-bottom: 6px !important;
  }

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box{
  padding: 6px 0 !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):has(+ .ts-dhl-card){
  padding-bottom: 10px !important;
  border-bottom-color: rgba(31,43,68,.08) !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box .font-15{
  font-size: 13px !important;
}

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box .font-17.font-bold{
    font-size: 14px !important;
  }

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card{
  border-bottom: 0 !important;
  margin-top: 12px !important;
  padding: 10px 10px 14px !important;
  border-radius: 16px !important;
}

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-header{
    padding-bottom: 6px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-title{
    font-size: 11px;
    gap: 8px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-title::before{
    min-width: 54px;
    height: 24px;
    font-size: 11px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-sub{
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.2;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsDestCountry,
  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsChargeableWeight{
    min-height: 38px;
    padding: 8px 10px !important;
    font-size: 13px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-breakdown{
    gap: 8px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row{
    min-height: 56px;
    padding: 8px 8px 7px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-label{
    font-size: 8px;
    letter-spacing: .08em;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-value{
    margin-top: 5px;
    font-size: 13px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsCheckoutBreakTotalUSD,
  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-total-usd{
    font-size: 15px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-note{
    font-size: 10.5px;
    line-height: 1.25;
    -webkit-line-clamp: 1;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child{
    margin-top: 12px !important;
    padding: 11px var(--ts-summary-card-pad) 11px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-18{
    font-size: 15px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-20.font-bold{
    font-size: 20px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-onaybutton-main{
    margin-bottom: 0 !important;
    padding: 8px 10px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-onaybutton-main .custom-control{
    padding-left: 1.65rem;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-onaybutton-main .custom-control-label{
    font-size: 11px !important;
    line-height: 1.22;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-onaybutton-main + .button-2x,
  html.ts-checkout-page .ts-checkout-aside .teslimat-onaybutton-main + #shopButton{
    margin-top: 0 !important;
  }

  html.ts-checkout-page .ts-checkout-aside #shopButton{
    min-height: 40px;
    border-radius: 15px !important;
    font-size: 11px !important;
    letter-spacing: .1em !important;
  }

  html.ts-checkout-page .ts-checkout-aside:has(> .teslimat-onaybutton-main){
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 6px 10px;
    align-content: start;
  }

  html.ts-checkout-page .ts-checkout-aside:has(> .teslimat-onaybutton-main) > *{
    grid-column: 1 / -1;
  }

  html.ts-checkout-page .ts-checkout-aside:has(> .teslimat-onaybutton-main) > .teslimat-onaybutton-main{
    grid-column: 1;
    align-self: stretch;
    display: flex;
    align-items: center;
  }

  html.ts-checkout-page .ts-checkout-aside:has(> .teslimat-onaybutton-main) > .teslimat-onaybutton-main .custom-control{
    width: 100%;
  }

  html.ts-checkout-page .ts-checkout-aside:has(> .teslimat-onaybutton-main) > #shopButton,
  html.ts-checkout-page .ts-checkout-aside:has(> .teslimat-onaybutton-main) > button[name="paymentValueGo"],
  html.ts-checkout-page .ts-checkout-aside:has(> .teslimat-onaybutton-main) > .button-2x{
    grid-column: 2;
    align-self: stretch;
    height: 100%;
  }
}

@media (min-width: 1700px){
  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box{
    flex: 0 0 calc(33.333% - 7px) !important;
    max-width: calc(33.333% - 7px) !important;
  }
}

@media (min-width: 1200px) and (max-height: 980px){
  html.ts-checkout-page .ts-checkout-layout{
    padding: 4px 0 8px !important;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-uye-adres-main,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-onaybutton-main,
  html.ts-checkout-page .ts-checkout-aside .radio-content > .teslimat-sepet-ozet-main{
    padding: 9px 11px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box-2{
    min-height: 116px !important;
    padding: 9px 11px !important;
  }

  html.ts-checkout-page .teslimat-form-area textarea.form-control,
  html.ts-checkout-page .ts-checkout-form textarea.form-control{
    min-height: 42px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row{
    min-height: 48px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsChargeableWeight{
    min-height: 54px;
    font-size: 18px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-onaybutton-main{
    padding: 7px 9px !important;
  }

html.ts-checkout-page .ts-checkout-aside #shopButton{
    min-height: 38px;
  }
}

/* =========================================================
   25) FINAL PAYMENT SUMMARY TARGET
========================================================= */
html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main{
  --ts-summary-card-pad: 30px;
  background: #ffffff !important;
  border: 1px solid #d8e0ec !important;
  border-radius: 30px !important;
  padding: 26px var(--ts-summary-card-pad) 0 !important;
  box-shadow: 0 14px 34px rgba(15,23,42,.08) !important;
  overflow: hidden;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-h{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase;
  color: #1a2f52 !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-h i{
  font-size: 22px !important;
  color: #22395f !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-h::after{
  margin-top: 18px !important;
  background: rgba(31,43,68,.12) !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child){
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 16px 0 !important;
  border-bottom: 1px solid rgba(31,43,68,.10) !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child) .font-15{
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #53647f !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child) .font-17.font-bold{
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.15;
  color: #172b4c !important;
  text-align: right;
  white-space: nowrap;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card{
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 250px;
  grid-template-areas:
    "header header"
    "main weight"
    "note weight";
  gap: 22px 28px;
  margin-top: 20px !important;
  padding: 22px 24px 20px !important;
  border-radius: 22px !important;
  border: 1px solid #e7d8bd !important;
  background: linear-gradient(180deg, #fffdf8 0%, #fffaf1 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 10px 24px rgba(15,23,42,.06) !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-country-field,
html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-total,
html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-total-eur,
html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] #tsCheckoutMeta{
  display: none !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-header{
  grid-area: header;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  grid-template-areas:
    "logo title"
    "logo sub";
  align-items: center;
  column-gap: 16px;
  row-gap: 6px;
  padding-bottom: 18px !important;
  border-bottom: 1px solid rgba(31,43,68,.12) !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-header::before{
  content: "";
  grid-area: logo;
  width: 76px;
  height: 42px;
  border-radius: 4px;
  background-image: var(--ts-dhl-logo-url);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-title{
  grid-area: title;
  display: block;
  margin: 0;
  font-size: 15px !important;
  line-height: 1.15;
  font-weight: 900 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase;
  color: #1d3154 !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-title::before{
  content: none !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-sub{
  grid-area: sub;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: #60718a !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-main{
  grid-area: main;
  display: grid !important;
  grid-template-rows: auto auto;
  gap: 18px;
  min-width: 0;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-breakdown{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 96px;
  padding: 14px 18px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(31,43,68,.12) !important;
  background: #ffffff !important;
  box-shadow: 0 6px 16px rgba(15,23,42,.04) !important;
  text-align: center;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-label{
  display: block;
  font-size: 11px !important;
  line-height: 1.2;
  font-weight: 800 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase;
  color: #6a7890 !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-value{
  display: block;
  margin-top: 10px !important;
  font-size: 18px !important;
  line-height: 1.15;
  font-weight: 900 !important;
  color: #12284b !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row-total{
  background: linear-gradient(180deg, #fff7df 0%, #fff1c8 100%) !important;
  border-color: rgba(196,160,81,.55) !important;
  box-shadow: 0 10px 22px rgba(196,160,81,.14) !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row::after{
  content: "+";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 34px;
  font-weight: 300;
  color: #8a7a61;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  display: block;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row:nth-child(2)::after{
  content: "=";
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row:last-child::after{
  display: none;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsCheckoutBreakTotalUSD{
  display: block !important;
  margin: 0 !important;
  padding: 18px 0 0 !important;
  border-top: 1px solid rgba(31,43,68,.12) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1.1;
  color: #10254a !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsCheckoutBreakTotalUSD::before,
html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsCheckoutBreakTotalUSD:not(:has(.ts-dhl-total-usd))::before{
  content: "Shipping Charged in USD";
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #27436d;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-total-usd::before{
  content: none !important;
  display: none !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsCheckoutBreakTotalUSD .ts-dhl-total-usd{
  display: block;
  margin: 0 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  color: #10254a !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-field{
  grid-area: weight !important;
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-areas:
    "icon label"
    "icon value";
  column-gap: 14px;
  row-gap: 8px;
  align-content: center;
  align-self: center;
  min-width: 0;
  padding-left: 28px !important;
  margin: 0 !important;
  border-left: 1px solid rgba(31,43,68,.12);
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-field::before{
  content: "";
  grid-area: icon;
  width: 40px;
  height: 40px;
  align-self: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Crect x='6' y='10' width='36' height='30' rx='5' fill='%23425f8d'/%3E%3Cpath d='M18 10a6 6 0 1 1 12 0' fill='none' stroke='%23425f8d' stroke-width='4'/%3E%3Ctext x='24' y='31' text-anchor='middle' font-family='Arial, Helvetica, sans-serif' font-size='18' font-weight='700' fill='white'%3EK%3C/text%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-field > div:first-child{
  grid-area: label;
  display: block !important;
  margin: 0 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase;
  color: #60718a !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsChargeableWeight{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  grid-area: value;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  appearance: none !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-readout{
  grid-area: value;
  display: block;
  margin: 0 !important;
  font-size: 22px !important;
  line-height: 1.1;
  font-weight: 900 !important;
  color: #16305a !important;
  white-space: nowrap;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-note{
  grid-area: note;
  display: block !important;
  margin: -4px 0 0 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  color: #7b8796 !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: calc(100% + (var(--ts-summary-card-pad) * 2)) !important;
  max-width: none !important;
  box-sizing: border-box;
  margin: 18px calc(var(--ts-summary-card-pad) * -1) 0 !important;
  padding: 22px var(--ts-summary-card-pad) 20px !important;
  border: 0 !important;
  border-radius: 0 0 30px 30px !important;
  background: linear-gradient(135deg, #162847 0%, #22355a 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-18{
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: .01em !important;
  color: #ffffff !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-20.font-bold{
  font-size: 24px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
}

@media (max-width: 991px){
  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main{
    --ts-summary-card-pad: 20px;
    border-radius: 22px !important;
    padding: 20px var(--ts-summary-card-pad) 0 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-h{
    font-size: 15px !important;
    gap: 10px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child){
    padding: 13px 0 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child) .font-15{
    font-size: 14px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child) .font-17.font-bold{
    font-size: 16px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card{
    grid-template-columns: 1fr;
    grid-template-areas:
      "header"
      "main"
      "weight"
      "note";
    gap: 18px;
    padding: 18px 18px 16px !important;
    border-radius: 18px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-header{
    grid-template-columns: 72px minmax(0, 1fr);
    column-gap: 12px;
    padding-bottom: 14px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-header::before{
    width: 62px;
    height: 34px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-title{
    font-size: 13px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-sub{
    font-size: 12px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-breakdown{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row{
    min-height: 84px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row::after{
    display: none;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-field{
    grid-template-columns: 40px minmax(0, 1fr);
    grid-template-areas:
      "icon label"
      "icon value";
    padding-left: 0 !important;
    padding-top: 16px;
    border-left: 0;
    border-top: 1px solid rgba(31,43,68,.12);
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-readout{
    font-size: 18px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child{
    margin-top: 16px !important;
    padding: 18px var(--ts-summary-card-pad) !important;
    border-radius: 0 0 22px 22px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-18{
    font-size: 15px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-20.font-bold{
    font-size: 20px !important;
  }
}

/* =========================================================
   26) FINAL DESKTOP PROPORTION TUNING
========================================================= */
@media (min-width: 1200px){
  html.ts-checkout-page .ts-checkout-layout,
  html.ts-checkout-page .teslimat-page-main{
    gap: 10px !important;
    grid-template-columns: minmax(0, 1.12fr) minmax(455px, .94fr);
  }

  html.ts-checkout-page .ts-checkout-layout{
    width: min(1790px, calc(100% - 18px)) !important;
    padding: 6px 0 8px !important;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-uye-adres-main,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-onaybutton-main{
    padding: 12px 14px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box-2{
    min-height: 108px !important;
    padding: 10px 12px !important;
    border-radius: 14px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box,
  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-yeni-adres-yok-box,
  html.ts-checkout-page .ts-checkout-main .tsl-ad-2{
    min-height: 50px !important;
    padding: 6px 10px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box-icon{
    width: 30px;
    height: 30px;
    margin-bottom: 3px;
  }

  html.ts-checkout-page .teslimat-form-area textarea.form-control,
  html.ts-checkout-page .ts-checkout-form textarea.form-control{
    min-height: 42px !important;
    padding: 7px 10px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-odeme-main-box{
    padding: 8px 10px !important;
    border-radius: 14px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .rdio label{
    font-size: 12.5px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main{
    --ts-summary-card-pad: 24px;
    border-radius: 26px !important;
    padding: 22px var(--ts-summary-card-pad) 0 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-h{
    gap: 12px;
    margin-bottom: 8px !important;
    font-size: 17px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-h i{
    font-size: 20px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-h::after{
    margin-top: 14px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child){
    gap: 14px;
    padding: 14px 0 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child) .font-15{
    font-size: 14px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child) .font-17.font-bold{
    font-size: 17px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card{
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 18px 22px;
    margin-top: 18px !important;
    padding: 18px 20px 18px !important;
    border-radius: 20px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-header{
    grid-template-columns: 74px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 4px;
    padding-bottom: 14px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-header::before{
    width: 64px;
    height: 36px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-title{
    font-size: 14px !important;
    letter-spacing: .14em !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-sub{
    font-size: 12px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-main{
    gap: 14px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-breakdown{
    gap: 16px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row{
    min-height: 78px;
    padding: 10px 14px !important;
    border-radius: 13px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-label{
    font-size: 10px !important;
    letter-spacing: .11em !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-value{
    margin-top: 8px !important;
    font-size: 16px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row::after{
    right: -12px;
    font-size: 28px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsCheckoutBreakTotalUSD{
    padding-top: 14px !important;
    font-size: 20px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsCheckoutBreakTotalUSD::before{
    margin-bottom: 8px;
    font-size: 13px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsCheckoutBreakTotalUSD .ts-dhl-total-usd{
    font-size: 20px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-field{
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 6px;
    padding-left: 22px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-field::before{
    width: 34px;
    height: 34px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-field > div:first-child{
    font-size: 11px !important;
    letter-spacing: .11em !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-readout{
    font-size: 18px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-note{
    margin-top: -2px !important;
    font-size: 11.5px !important;
    line-height: 1.4 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child{
    gap: 16px;
    margin-top: 16px !important;
    padding: 18px var(--ts-summary-card-pad) !important;
    border-radius: 0 0 26px 26px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-18{
    font-size: 16px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-20.font-bold{
    font-size: 22px !important;
  }

  html.ts-checkout-page .ts-checkout-aside:has(> .teslimat-onaybutton-main){
    grid-template-columns: minmax(0, 1fr) 184px;
    gap: 6px 8px;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-onaybutton-main{
    padding: 8px 10px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-onaybutton-main .custom-control-label{
    font-size: 10.5px !important;
  }

  html.ts-checkout-page .ts-checkout-aside #shopButton{
    min-height: 42px;
    border-radius: 14px !important;
    font-size: 10.5px !important;
  }
}

/* =========================================================
   27) FINAL PROFESSIONAL COHESION PASS
========================================================= */
html.ts-checkout-page .ts-address-grid-shell{
  width: 100% !important;
  overflow: hidden !important;
}

html.ts-checkout-page .ts-address-grid{
  width: 100% !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-note{
  display: none !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] #tsCheckoutNote{
  display: none !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-total-eur{
  display: none !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsCheckoutBreakTotalUSD{
  display: grid !important;
  gap: 6px;
  min-width: 0;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsCheckoutBreakTotalUSD::before{
  content: "Shipping Charged in USD";
  display: block;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #27436d;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-usd-value{
  display: block;
  margin: 0 !important;
  font-size: 21px !important;
  line-height: 1.12;
  font-weight: 900 !important;
  color: #10254a !important;
  letter-spacing: -.01em;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-usd-helper{
  display: block;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.42 !important;
  color: #708097 !important;
}

@media (min-width: 1200px){
  html.ts-checkout-page .ts-checkout-layout,
  html.ts-checkout-page .teslimat-page-main{
    gap: 12px !important;
    grid-template-columns: minmax(0, 1.02fr) minmax(500px, .98fr) !important;
  }

  html.ts-checkout-page .ts-checkout-layout{
    width: min(1700px, calc(100% - 30px)) !important;
    padding: 8px 0 18px !important;
  }

  html.ts-checkout-page .ts-checkout-main .ts-address-grid{
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px !important;
    align-items: stretch !important;
  }

  html.ts-checkout-page .ts-checkout-main .ts-address-grid > .teslimat-bilgi-baslik{
    grid-column: 1 / -1;
    width: 100% !important;
    margin: 0 0 2px 0 !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box,
  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box.tsl-ad-2{
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box-2{
    min-height: 132px !important;
    padding: 14px 16px !important;
    border-radius: 16px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box.tsl-ad-2{
    min-height: 132px !important;
    height: auto !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    border-radius: 16px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box.tsl-ad-2 > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #183055;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box .custom-control-input:checked
  + .custom-control-label .teslimat-bilgileri-adres-box-secili{
    margin: 0 0 10px 0 !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 0 !important;
    border-radius: 14px;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular{
    padding: 16px 18px !important;
  }

  html.ts-checkout-page .teslimat-form-area textarea.form-control,
  html.ts-checkout-page .ts-checkout-form textarea.form-control{
    min-height: 72px !important;
  }

  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi{
    padding: 18px 20px !important;
    border-radius: 22px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-odeme-main-h{
    margin-bottom: 10px !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: .14em !important;
    color: #1a2f52 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-odeme-main-box{
    min-height: 54px;
    margin-top: 10px !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(31,43,68,.10) !important;
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(249,251,254,.96) 100%) !important;
    box-shadow: none !important;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, transform .18s ease;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-odeme-main-box:hover{
    border-color: rgba(31,43,68,.18) !important;
    box-shadow: 0 12px 24px rgba(15,23,42,.06) !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-odeme-main-box:has(input:checked){
    border-color: rgba(43,72,119,.28) !important;
    background: linear-gradient(180deg, rgba(244,248,253,.98) 0%, rgba(255,255,255,.98) 100%) !important;
    box-shadow: 0 14px 28px rgba(27,46,79,.08) !important;
  }

  html.ts-checkout-page .ts-checkout-aside .rdio label{
    min-height: 20px;
    padding-left: 34px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #1b304f !important;
  }

  html.ts-checkout-page .ts-checkout-aside .rdio label:before{
    width: 18px;
    height: 18px;
  }

  html.ts-checkout-page .ts-checkout-aside .rdio input[type="radio"]:checked + label::after{
    left: 5px;
    width: 8px;
    height: 8px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main{
    --ts-summary-card-pad: 22px;
    border-radius: 24px !important;
    padding: 20px var(--ts-summary-card-pad) 0 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-h{
    gap: 12px;
    margin-bottom: 8px !important;
    font-size: 16px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-h i{
    font-size: 19px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child){
    gap: 12px;
    padding: 13px 0 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child) .font-15{
    font-size: 14px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child) .font-17.font-bold{
    font-size: 16px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card{
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 16px 20px;
    margin-top: 16px !important;
    padding: 18px 18px 16px !important;
    border-radius: 18px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-header{
    grid-template-columns: 68px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 4px;
    padding-bottom: 12px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-header::before{
    width: 58px;
    height: 32px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-title{
    font-size: 13px !important;
    letter-spacing: .14em !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-sub{
    font-size: 11.5px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-main{
    gap: 12px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-breakdown{
    gap: 12px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row{
    min-height: 70px;
    padding: 10px 12px !important;
    border-radius: 13px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-label{
    font-size: 10px !important;
    letter-spacing: .1em !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-value{
    margin-top: 8px !important;
    font-size: 15px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row::after{
    right: -10px;
    font-size: 24px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-field{
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 5px;
    padding-left: 18px !important;
    align-self: center;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-field::before{
    width: 30px;
    height: 30px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-field > div:first-child{
    font-size: 10.5px !important;
    letter-spacing: .1em !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-readout{
    font-size: 16px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child{
    gap: 14px;
    margin-top: 14px !important;
    padding: 16px var(--ts-summary-card-pad) !important;
    border-radius: 0 0 24px 24px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-18{
    font-size: 15px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-20.font-bold{
    font-size: 21px !important;
  }

  html.ts-checkout-page .ts-checkout-aside:has(> .teslimat-onaybutton-main){
    grid-template-columns: minmax(0, 1fr) 172px;
    gap: 8px;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-onaybutton-main{
    padding: 8px 10px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-onaybutton-main .custom-control-label{
    font-size: 10.5px !important;
    line-height: 1.35;
  }

  html.ts-checkout-page .ts-checkout-aside #shopButton{
    min-height: 44px;
    border-radius: 14px !important;
    font-size: 11px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1499px){
  html.ts-checkout-page .ts-checkout-main .ts-address-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box.tsl-ad-2{
    grid-column: 1 / -1;
    min-height: 86px !important;
  }
}

/* =========================================================
   29) PROFESSIONAL DELIVERY REDESIGN PASS
========================================================= */
html.ts-checkout-page .ts-dhl-break-operator{
  display: none;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row::after{
  display: none !important;
}

@media (min-width: 1200px){
  html.ts-checkout-page .ts-checkout-layout,
  html.ts-checkout-page .teslimat-page-main{
    gap: 10px !important;
    grid-template-columns: minmax(0, 1.14fr) minmax(452px, .86fr) !important;
  }

  html.ts-checkout-page .ts-checkout-layout{
    width: min(1580px, calc(100% - 26px)) !important;
    padding: 6px 0 12px !important;
  }

  html.ts-checkout-page .ts-checkout-aside{
    max-width: 540px;
    top: 10px;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-uye-adres-main,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular-dar,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-sepet-ozet-main,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-onaybutton-main,
  html.ts-checkout-page .ts-checkout-aside .radio-content > .teslimat-sepet-ozet-main{
    padding: 14px 16px !important;
    border-radius: 20px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgi-baslik,
  html.ts-checkout-page .ts-checkout-aside .teslimat-odeme-main-h,
  html.ts-checkout-page .ts-checkout-aside .teslimat-sepet-ozet-main-h{
    font-size: 13px !important;
    letter-spacing: .14em !important;
    margin-bottom: 7px !important;
  }

  html.ts-checkout-page .teslimat-bilgi-baslik::after,
  html.ts-checkout-page .teslimat-odeme-main-h::after,
  html.ts-checkout-page .teslimat-sepet-ozet-main-h::after{
    margin-top: 7px !important;
  }

  html.ts-checkout-page .ts-checkout-main .ts-address-grid{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px !important;
    align-items: stretch !important;
  }

  html.ts-checkout-page .ts-checkout-main .ts-address-grid > .teslimat-bilgi-baslik{
    grid-column: 1 / -1;
    margin-bottom: 0 !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box,
  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box.tsl-ad-2{
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box-2{
    min-height: 112px !important;
    padding: 12px 13px !important;
    border-radius: 15px !important;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_name{
    font-size: 9px !important;
    letter-spacing: .12em !important;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_user{
    font-size: 11.5px !important;
    margin-top: 1px !important;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_content,
  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_phone{
    font-size: 10.5px !important;
    line-height: 1.24 !important;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_content{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_type{
    font-size: 11px !important;
    margin-top: 4px !important;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_buttons{
    margin-top: 6px !important;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_buttons .button-1x{
    min-height: 32px;
    padding: 0 11px !important;
    font-size: 10.5px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box.tsl-ad-2{
    min-height: 112px !important;
    border-radius: 15px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box.tsl-ad-2 > div{
    gap: 6px;
    font-size: 13px;
    font-weight: 800;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box-icon{
    width: 34px;
    height: 34px;
    border-radius: 12px;
    margin-bottom: 0 !important;
  }

  html.ts-checkout-page .teslimat-form-area textarea.form-control,
  html.ts-checkout-page .ts-checkout-form textarea.form-control{
    min-height: 54px !important;
    padding: 9px 11px !important;
  }

  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi{
    padding: 14px 16px !important;
    border-radius: 19px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-odeme-main-box{
    min-height: 46px;
    margin-top: 8px !important;
    padding: 9px 11px !important;
    border-radius: 14px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .rdio label{
    padding-left: 32px !important;
    font-size: 12.5px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main{
    --ts-summary-card-pad: 16px;
    border-radius: 20px !important;
    padding: 15px var(--ts-summary-card-pad) 0 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-h{
    gap: 9px;
    font-size: 13.5px !important;
    margin-bottom: 5px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-h i{
    font-size: 16px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child){
    gap: 9px;
    padding: 10px 0 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child) .font-15{
    font-size: 12.5px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child) .font-17.font-bold{
    font-size: 15px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card{
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 12px 14px;
    margin-top: 12px !important;
    padding: 14px 14px 12px !important;
    border-radius: 15px !important;
    background: linear-gradient(180deg, rgba(255,251,243,.98) 0%, rgba(255,255,255,.98) 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 8px 20px rgba(15,23,42,.06) !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-header{
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 2px;
    padding-bottom: 8px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-header::before{
    width: 42px;
    height: 24px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-title{
    font-size: 12px !important;
    letter-spacing: .12em !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-sub{
    font-size: 10.5px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-main{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 12px 16px;
    align-items: start;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-breakdown{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 14px minmax(0, 1fr) 14px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(31,43,68,.08);
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row{
    min-height: auto;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row-total{
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html.ts-checkout-page .ts-dhl-break-operator{
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin-top: 10px;
    color: #a8844a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-label{
    font-size: 9px !important;
    letter-spacing: .12em !important;
    color: #7a8699 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-value{
    margin-top: 4px !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-row-total .ts-dhl-break-value{
    color: #8a6b2f !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsCheckoutBreakTotalUSD{
    grid-column: 1 / -1;
    display: grid !important;
    gap: 4px;
    min-width: 0;
    margin-top: 2px;
    padding-top: 10px;
    border-top: 1px solid rgba(31,43,68,.08);
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card #tsCheckoutBreakTotalUSD::before{
    content: "Shipping Charged in USD";
    font-size: 11.5px;
    font-weight: 700;
    color: #27436d;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-usd-value{
    font-size: 16px !important;
    line-height: 1.08 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-usd-helper{
    font-size: 10.5px !important;
    line-height: 1.35 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-field{
    grid-template-columns: 20px minmax(0, 1fr);
    column-gap: 7px;
    row-gap: 2px;
    padding-left: 14px !important;
    border-left: 1px solid rgba(31,43,68,.08);
    align-self: start;
    margin-top: 2px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-field::before{
    width: 20px;
    height: 20px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-field > div:first-child{
    font-size: 9px !important;
    letter-spacing: .1em !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-readout{
    font-size: 13.5px !important;
    line-height: 1.15 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child{
    gap: 10px;
    margin-top: 10px !important;
    padding: 13px var(--ts-summary-card-pad) !important;
    border-radius: 0 0 20px 20px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-18{
    font-size: 13.5px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-20.font-bold{
    font-size: 18px !important;
  }

  html.ts-checkout-page .ts-checkout-aside:has(> .teslimat-onaybutton-main){
    grid-template-columns: minmax(0, 1fr) 156px;
    gap: 6px;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-onaybutton-main{
    padding: 6px 8px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-onaybutton-main .custom-control-label{
    font-size: 9.75px !important;
    line-height: 1.28 !important;
  }

  html.ts-checkout-page .ts-checkout-aside #shopButton{
    min-height: 38px;
    border-radius: 12px !important;
    font-size: 10px !important;
  }
}

@media (min-width: 1500px){
  html.ts-checkout-page .ts-checkout-main .ts-address-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* =========================================================
   28) SHORT DESKTOP VIEWPORT FIT
========================================================= */
@media (min-width: 1200px) and (max-height: 940px){
  html.ts-checkout-page .ts-checkout-layout,
  html.ts-checkout-page .teslimat-page-main{
    gap: 8px !important;
  }

  html.ts-checkout-page .ts-checkout-layout{
    min-height: calc(100vh - 92px);
    min-height: calc(100dvh - 92px);
    padding: 4px 0 6px !important;
    align-items: stretch !important;
  }

  html.ts-checkout-page .ts-checkout-main{
    min-height: 100%;
    gap: 8px !important;
    align-self: stretch;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular:last-child{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular:last-child .teslimat-form-area{
    flex: 1 1 auto;
    display: flex;
    min-height: 0;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular:last-child .teslimat-form-area > .row{
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular:last-child .teslimat-form-area .form-group{
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    margin-bottom: 0;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular:last-child .teslimat-form-area textarea.form-control{
    flex: 1 1 auto;
    min-height: 100% !important;
    height: 100% !important;
    max-height: none !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box-2{
    min-height: 104px !important;
  }

  html.ts-checkout-page .ts-checkout-aside{
    top: 8px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main{
    --ts-summary-card-pad: 15px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card{
    margin-top: 10px !important;
  }
}

/* =========================================================
   29) LEGACY STYLE ISOLATION
========================================================= */
html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box .custom-control-label,
html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box,
html.ts-checkout-page .ts-checkout-main .tsl-ad-2{
  text-decoration: none !important;
}

html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box,
html.ts-checkout-page .ts-checkout-main .tsl-ad-2{
  color: var(--ts-navy) !important;
}

html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box > div,
html.ts-checkout-page .ts-checkout-main .tsl-ad-2 > div{
  width: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box-icon{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto;
  margin: 0 auto !important;
  color: var(--ts-navy) !important;
}

html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box-icon i,
html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box-icon .las{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  font-size: 24px !important;
  line-height: 1 !important;
  color: inherit !important;
}

html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box-icon i::before,
html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box-icon .las::before{
  display: block;
  line-height: 1;
}

html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box:hover .teslimat-bilgileri-uye-adres-yok-box-icon,
html.ts-checkout-page .ts-checkout-main .tsl-ad-2:hover .teslimat-bilgileri-uye-adres-yok-box-icon{
  background: #fff !important;
  border-color: rgba(31,43,68,.18) !important;
  color: var(--ts-navy-2) !important;
}

html.ts-checkout-page .ts-checkout-aside .rdio label{
  margin-left: 0 !important;
}

/* =========================================================
   30) AUTHORITATIVE DESKTOP FINISH
========================================================= */
@media (min-width: 1200px){
  html.ts-checkout-page{
    --ts-final-gap: clamp(10px, .72vw, 14px);
    --ts-final-pad: clamp(14px, .95vw, 18px);
    --ts-final-radius: 18px;
    --ts-final-note-min: clamp(120px, 18vh, 188px);
  }

  html.ts-checkout-page .teslimat-page-main{
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(430px, .9fr) !important;
    gap: var(--ts-final-gap) !important;
    align-items: stretch !important;
  }

  html.ts-checkout-page .ts-checkout-layout{
    width: min(1640px, calc(100% - 22px)) !important;
    min-height: calc(100vh - 84px);
    min-height: calc(100dvh - 84px);
    padding: 6px 0 10px !important;
    gap: var(--ts-final-gap) !important;
    align-items: stretch !important;
  }

  html.ts-checkout-page .ts-checkout-main{
    align-self: stretch;
    gap: var(--ts-final-gap) !important;
  }

  html.ts-checkout-page .ts-checkout-aside{
    max-width: 520px;
    gap: var(--ts-final-gap) !important;
    top: 8px;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-uye-adres-main,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular-dar,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-sepet-ozet-main,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-onaybutton-main,
  html.ts-checkout-page .ts-checkout-aside .radio-content > .teslimat-sepet-ozet-main{
    padding: var(--ts-final-pad) !important;
    border-radius: var(--ts-final-radius) !important;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular:last-child{
    display: flex;
    flex-direction: column;
    min-height: var(--ts-final-note-min);
    flex: 1 1 auto;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular:last-child .teslimat-form-area,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular:last-child .teslimat-form-area > .row,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular:last-child .teslimat-form-area .form-group{
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
  }

  html.ts-checkout-page .ts-checkout-main .ts-address-grid{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px !important;
    align-items: stretch !important;
  }

  html.ts-checkout-page .ts-checkout-main .ts-address-grid > .teslimat-bilgi-baslik{
    grid-column: 1 / -1;
    margin-bottom: 0 !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box,
  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box.tsl-ad-2{
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box-2,
  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box.tsl-ad-2{
    min-height: clamp(108px, 14vh, 132px) !important;
    border-radius: 16px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box-2{
    padding: 13px 14px !important;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_name{
    font-size: 9.5px !important;
    letter-spacing: .12em !important;
    margin-bottom: 10px !important;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_user{
    font-size: 12px !important;
    margin-top: 0 !important;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_content,
  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_phone{
    font-size: 11px !important;
    line-height: 1.28 !important;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_content{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_buttons{
    margin-top: auto !important;
    padding-top: 10px !important;
  }

  html.ts-checkout-page .ts-checkout-main .user_subpage_address_box_buttons .button-1x{
    min-height: 30px !important;
    padding: 0 12px !important;
    font-size: 10.5px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box.tsl-ad-2 > div{
    gap: 8px;
    font-size: 13px;
    font-weight: 800;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box-icon{
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular:last-child .teslimat-form-area textarea.form-control{
    flex: 1 1 auto;
    height: 100% !important;
    max-height: none !important;
    min-height: var(--ts-final-note-min) !important;
    padding: 10px 12px !important;
  }

  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi{
    padding: 14px 16px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-odeme-main-h,
  html.ts-checkout-page .ts-checkout-aside .teslimat-sepet-ozet-main-h,
  html.ts-checkout-page .ts-checkout-main .teslimat-bilgi-baslik{
    font-size: 12.5px !important;
    letter-spacing: .16em !important;
    margin-bottom: 7px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-odeme-main-box{
    min-height: 48px;
    margin-top: 8px !important;
    padding: 10px 12px !important;
    border-radius: 14px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .rdio label{
    min-height: 18px;
    padding-left: 32px !important;
    font-size: 12.5px !important;
    line-height: 1.25 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main{
    --ts-summary-card-pad: 16px;
    padding: 14px var(--ts-summary-card-pad) 0 !important;
    border-radius: 20px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child){
    padding: 9px 0 !important;
    gap: 9px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child) .font-15{
    font-size: 12.5px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child) .font-17.font-bold{
    font-size: 15px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card{
    grid-template-columns: minmax(0, 1fr) 148px;
    gap: 12px 14px;
    margin-top: 12px !important;
    padding: 14px 14px 12px !important;
    border-radius: 16px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-main{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 148px;
    gap: 12px 14px;
    align-items: start;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-breakdown{
    gap: 8px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-break-value{
    font-size: 14px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-weight-readout{
    font-size: 13px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child{
    gap: 10px;
    margin-top: 10px !important;
    padding: 13px var(--ts-summary-card-pad) !important;
    border-radius: 0 0 20px 20px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-18{
    font-size: 13.5px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-20.font-bold{
    font-size: 18px !important;
  }

  html.ts-checkout-page .ts-checkout-aside:has(> .teslimat-onaybutton-main){
    grid-template-columns: minmax(0, 1fr) 158px;
    gap: 6px;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-onaybutton-main{
    padding: 7px 9px !important;
    margin-bottom: 0 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-onaybutton-main .custom-control-label{
    font-size: 9.75px !important;
    line-height: 1.3 !important;
  }

  html.ts-checkout-page .ts-checkout-aside #shopButton{
    min-height: 40px;
    border-radius: 12px !important;
    font-size: 10px !important;
  }
}

@media (min-width: 1500px){
  html.ts-checkout-page .teslimat-page-main{
    grid-template-columns: minmax(0, 1.05fr) minmax(450px, .88fr) !important;
  }

  html.ts-checkout-page .ts-checkout-main .ts-address-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) and (max-width: 1499px){
  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box.tsl-ad-2{
    grid-column: 1 / -1;
  }
}

@media (min-width: 1200px) and (max-height: 900px){
  html.ts-checkout-page{
    --ts-final-note-min: clamp(92px, 14vh, 132px);
  }

  html.ts-checkout-page .ts-checkout-layout{
    min-height: calc(100vh - 74px);
    min-height: calc(100dvh - 74px);
    padding: 4px 0 6px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box-2,
  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box.tsl-ad-2{
    min-height: 98px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-odeme-main-box{
    min-height: 44px;
    padding: 8px 10px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card{
    padding: 12px !important;
  }
}

/* =========================================================
   31) ORDER NOTIFICATION DHL CARD
========================================================= */
html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .teslimat-sepet-ozet-main-box:has(> .font-17.font-bold[data-ts-shipping-amount="2"]){
  display: none !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-compact{
  display: none !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror{
  display: flex !important;
  flex-direction: column;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 12px;
  margin-top: 12px !important;
  padding: 14px 14px 12px !important;
  border: 1px solid rgba(199,165,106,.42) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, rgba(255,252,244,.98) 0%, rgba(255,255,255,.99) 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 12px 28px rgba(15,23,42,.08) !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-card-header{
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(31,43,68,.10);
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-card-title{
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ts-navy);
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-card-title::before{
  content: "DHL";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 28px;
  padding: 0 12px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffdb45 0%, #ffc800 100%);
  color: #c8191e;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .05em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-card-sub{
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.45;
  color: #5d6a82;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-card-main{
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 12px 16px;
  align-items: start;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-breakdown{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 14px minmax(0, 1fr) 14px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(31,43,68,.08);
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-break-row{
  min-width: 0;
  min-height: auto;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-break-label{
  display: block;
  font-size: 9px !important;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7a8699 !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-break-value{
  display: block;
  margin-top: 4px !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
  font-weight: 900;
  color: #183055 !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-break-row-total .ts-dhl-break-value{
  color: #8a6b2f !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-break-operator{
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-top: 10px;
  color: #a8844a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-weight-field{
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  column-gap: 7px;
  row-gap: 2px;
  padding-left: 14px !important;
  border-left: 1px solid rgba(31,43,68,.08);
  align-self: start;
  margin-top: 2px;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-weight-field::before{
  content: "";
  width: 20px;
  height: 20px;
  grid-row: 1 / span 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2322314a' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h10l2 13H5L7 7Z'/%3E%3Cpath d='M9.5 7a2.5 2.5 0 1 1 5 0'/%3E%3Cpath d='M12 12v3'/%3E%3Cpath d='M10.5 13.5h3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: .88;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-weight-field > div:first-child{
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase;
  color: #7a8699 !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-weight-readout{
  font-size: 13.5px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  color: #16305a !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-break-usd{
  grid-column: 1 / -1;
  display: grid;
  gap: 4px;
  min-width: 0;
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(31,43,68,.08);
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-usd-heading{
  font-size: 11.5px;
  font-weight: 700;
  color: #27436d;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-usd-value{
  font-size: 16px !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  color: #183055 !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-usd-helper{
  font-size: 10.5px !important;
  line-height: 1.35 !important;
  color: #607089 !important;
}

@media (max-width: 991px){
  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-card-main{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-breakdown{
    grid-template-columns: 1fr;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-break-operator{
    display: none;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-weight-field{
    border-left: 0;
    border-top: 1px solid rgba(31,43,68,.08);
    padding-left: 0 !important;
    padding-top: 12px;
  }
}

/* =========================================================
   32) ORDER NOTIFICATION PARITY OVERRIDES
========================================================= */
html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .teslimat-sepet-ozet-main{
  --ts-summary-card-pad: 16px;
  padding: 15px var(--ts-summary-card-pad) 0 !important;
  background: linear-gradient(180deg, rgba(255,255,255,.995) 0%, rgba(248,250,253,.985) 100%) !important;
  border: 1px solid rgba(26,39,64,.14) !important;
  border-radius: 20px !important;
  box-shadow: 0 22px 46px rgba(15,23,42,.12) !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .teslimat-sepet-ozet-main-h{
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 5px !important;
  font-size: 13.5px !important;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ts-navy) !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .teslimat-sepet-ozet-main-h i{
  font-size: 16px !important;
  color: var(--ts-navy) !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child){
  gap: 9px;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(31,43,68,.10) !important;
  align-items: baseline;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child) .font-15{
  flex: 1 1 auto;
  padding-right: 14px;
  font-size: 12.5px !important;
  color: #4b5a72 !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child) .font-17.font-bold{
  flex: 0 0 auto;
  text-align: right;
  font-size: 15px !important;
  font-weight: 900 !important;
  color: #15233f !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: calc(100% + (var(--ts-summary-card-pad) * 2)) !important;
  max-width: none !important;
  box-sizing: border-box;
  margin: 10px calc(var(--ts-summary-card-pad) * -1) 0 !important;
  padding: 13px var(--ts-summary-card-pad) !important;
  border: 0 !important;
  border-radius: 0 0 20px 20px !important;
  background: linear-gradient(135deg, #162847 0%, #22355a 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-18{
  font-size: 13.5px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-20.font-bold{
  font-size: 18px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror{
  display: block !important;
  margin-top: 12px !important;
  padding: 14px 14px 12px !important;
  border: 1px solid rgba(199,165,106,.42) !important;
  border-radius: 15px !important;
  background: linear-gradient(180deg, rgba(255,251,243,.98) 0%, rgba(255,255,255,.98) 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 8px 20px rgba(15,23,42,.06) !important;
  overflow: hidden;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-card-header{
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-areas:
    "logo title"
    "logo sub";
  align-items: center;
  column-gap: 10px;
  row-gap: 2px;
  padding-bottom: 8px !important;
  border-bottom: 1px solid rgba(31,43,68,.10) !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-card-header::before{
  content: "";
  grid-area: logo;
  width: 42px;
  height: 24px;
  background-image: var(--ts-dhl-logo-url);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-card-title{
  grid-area: title;
  display: block;
  margin: 0;
  font-size: 12px !important;
  line-height: 1.15;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase;
  color: #1d3154 !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-card-title::before{
  content: none !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-card-sub{
  grid-area: sub;
  margin: 0 !important;
  font-size: 10.5px !important;
  line-height: 1.35 !important;
  color: #60718a !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-card-main{
  min-width: 0;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 12px 16px;
  align-items: start;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-breakdown{
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 14px minmax(0, 1fr) 14px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(31,43,68,.08);
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-break-row{
  min-height: auto;
  min-width: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-break-label{
  display: block;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase;
  color: #7a8699 !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-break-value{
  display: block;
  margin-top: 4px !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  color: #183055 !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-break-row-total .ts-dhl-break-value{
  color: #8a6b2f !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-break-operator{
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-top: 10px;
  color: #a8844a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-weight-field{
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  column-gap: 7px;
  row-gap: 2px;
  align-self: start;
  margin-top: 2px;
  padding-left: 14px !important;
  border-left: 1px solid rgba(31,43,68,.08);
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-weight-field::before{
  content: "";
  width: 20px;
  height: 20px;
  grid-row: 1 / span 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Crect x='6' y='10' width='36' height='30' rx='5' fill='%23425f8d'/%3E%3Cpath d='M18 10a6 6 0 1 1 12 0' fill='none' stroke='%23425f8d' stroke-width='4'/%3E%3Ctext x='24' y='31' text-anchor='middle' font-family='Arial, Helvetica, sans-serif' font-size='18' font-weight='700' fill='white'%3EK%3C/text%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-weight-field > div:first-child{
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase;
  color: #7a8699 !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-weight-readout{
  font-size: 13.5px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  color: #16305a !important;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-break-usd{
  grid-column: 1 / -1;
  display: grid;
  gap: 4px;
  min-width: 0;
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(31,43,68,.08);
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-usd-heading{
  margin: 0 !important;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.2;
  color: #27436d;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-usd-value{
  display: block;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  color: #10254a !important;
  letter-spacing: -.01em;
}

html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-usd-helper{
  display: block;
  margin: 0 !important;
  font-size: 10.5px !important;
  line-height: 1.35 !important;
  color: #708097 !important;
}

@media (max-width: 991px){
  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .teslimat-sepet-ozet-main{
    padding: 18px !important;
    border-radius: 20px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child{
    width: 100% !important;
    margin: 12px 0 0 !important;
    padding: 14px 0 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-top: 1px solid rgba(31,43,68,.12) !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-18,
  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .teslimat-sepet-ozet-main > .teslimat-sepet-ozet-main-box:last-child .font-20.font-bold{
    color: var(--ts-navy) !important;
  }
}

/* =========================================================
   33) FINAL LAYOUT + HEADER POLISH
========================================================= */
@media (min-width: 1200px){
  html.ts-checkout-page{
    --ts-polish-gap: clamp(14px, .95vw, 20px);
    --ts-polish-pad: clamp(16px, 1.05vw, 22px);
    --ts-polish-radius: 22px;
    --ts-polish-head-radius: 15px;
    --ts-polish-head-bg: linear-gradient(135deg, #162847 0%, #22385b 100%);
    --ts-polish-head-shadow: 0 14px 34px rgba(22,40,71,.16);
    --ts-polish-note-min: clamp(220px, 35vh, 420px);
  }

  html.ts-checkout-page .teslimat-page-main{
    display: grid !important;
    grid-template-columns: minmax(0, 1.2fr) minmax(610px, .94fr) !important;
    gap: var(--ts-polish-gap) !important;
    align-items: start !important;
  }

  html.ts-checkout-page .ts-checkout-layout{
    width: min(1860px, calc(100% - 18px)) !important;
    min-height: calc(100vh - 82px);
    min-height: calc(100dvh - 82px);
    padding: 8px 0 16px !important;
    gap: var(--ts-polish-gap) !important;
  }

  html.ts-checkout-page .ts-checkout-main,
  html.ts-checkout-page .ts-checkout-aside{
    gap: var(--ts-polish-gap) !important;
  }

  html.ts-checkout-page .ts-checkout-main{
    align-self: stretch;
  }

  html.ts-checkout-page .ts-checkout-aside{
    max-width: 640px !important;
    top: 10px;
  }

  html.ts-checkout-page .teslimat-bilgileri-div > *:not(.modal):not(.modal-backdrop),
  html.ts-checkout-page .teslimat-sag-taraf > *:not(.modal):not(.modal-backdrop),
  html.ts-checkout-page .ts-checkout-main > *:not(.modal):not(.modal-backdrop),
  html.ts-checkout-page .ts-checkout-aside > *:not(.modal):not(.modal-backdrop){
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-uye-adres-main,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular-dar,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-sepet-ozet-main,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-onaybutton-main,
  html.ts-checkout-page .ts-checkout-aside .radio-content > .teslimat-sepet-ozet-main{
    padding: var(--ts-polish-pad) !important;
    border-radius: var(--ts-polish-radius) !important;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-uye-adres-main,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular-dar{
    background: linear-gradient(180deg, rgba(255,255,255,.995) 0%, rgba(247,249,252,.99) 100%) !important;
  }

  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi,
  html.ts-checkout-page .ts-checkout-aside .radio-content > .teslimat-sepet-ozet-main{
    background: linear-gradient(180deg, rgba(255,255,255,.995) 0%, rgba(248,250,253,.99) 100%) !important;
  }

  html.ts-checkout-page .ts-checkout-main .ts-address-grid{
    gap: 12px !important;
  }

  html.ts-checkout-page .ts-checkout-main .ts-address-grid > .teslimat-bilgi-baslik{
    grid-column: 1 / -1;
    margin-bottom: 2px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box-2,
  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box.tsl-ad-2{
    min-height: clamp(124px, 16vh, 156px) !important;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular:last-child{
    min-height: var(--ts-polish-note-min);
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular:last-child .teslimat-form-area textarea.form-control{
    min-height: var(--ts-polish-note-min) !important;
    padding: 14px 16px !important;
    border-radius: 18px !important;
  }

  html.ts-checkout-page .teslimat-bilgi-baslik,
  html.ts-checkout-page .teslimat-odeme-main-h,
  html.ts-checkout-page .teslimat-sepet-ozet-main-h{
    display: flex !important;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    margin: 0 0 14px !important;
    padding: 14px 18px !important;
    border: 0 !important;
    border-radius: var(--ts-polish-head-radius) !important;
    background: var(--ts-polish-head-bg) !important;
    box-shadow: var(--ts-polish-head-shadow) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: .16em !important;
    line-height: 1.1;
    text-transform: uppercase;
  }

  html.ts-checkout-page .teslimat-bilgi-baslik::before,
  html.ts-checkout-page .teslimat-odeme-main-h::before,
  html.ts-checkout-page .teslimat-sepet-ozet-main-h::before,
  html.ts-checkout-page .teslimat-bilgi-baslik::after,
  html.ts-checkout-page .teslimat-odeme-main-h::after,
  html.ts-checkout-page .teslimat-sepet-ozet-main-h::after,
  html.ts-checkout-page .teslimat-bilgileri-div .teslimat-bilgi-baslik:first-of-type::before,
  html.ts-checkout-page .teslimat-sag-taraf .teslimat-odeme-main-h:first-of-type::before{
    content: none !important;
    display: none !important;
  }

  html.ts-checkout-page .teslimat-odeme-main-h i,
  html.ts-checkout-page .teslimat-sepet-ozet-main-h i{
    color: #ffffff !important;
    font-size: 15px !important;
    margin-right: 0 !important;
    opacity: .95;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-odeme-secimi{
    padding-top: var(--ts-polish-pad) !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-odeme-main-box{
    min-height: 54px;
    margin-top: 10px !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .rdio label{
    min-height: 20px;
    padding-left: 36px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main,
  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .teslimat-sepet-ozet-main{
    --ts-summary-card-pad: 18px;
    padding: 18px var(--ts-summary-card-pad) 0 !important;
    border-radius: 22px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-h,
  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .teslimat-sepet-ozet-main-h{
    margin-bottom: 10px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child),
  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child){
    padding: 10px 0 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child) .font-15,
  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child) .font-15{
    font-size: 13px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child) .font-17.font-bold,
  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .teslimat-sepet-ozet-main-box:not(.ts-dhl-card):not(:last-child) .font-17.font-bold{
    font-size: 15px !important;
  }
}

@media (min-width: 1500px){
  html.ts-checkout-page .teslimat-page-main{
    grid-template-columns: minmax(0, 1.24fr) minmax(640px, .96fr) !important;
  }

  html.ts-checkout-page .ts-checkout-aside{
    max-width: 680px !important;
  }
}

/* =========================================================
   34) HEADER HIERARCHY FIX
   Main section headers stay filled; summary headers return clean
========================================================= */
@media (min-width: 1200px){
  html.ts-checkout-page .ts-checkout-main .teslimat-bilgi-baslik,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi > .teslimat-odeme-main-h{
    display: flex !important;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    margin: 0 0 14px !important;
    padding: 14px 18px !important;
    border: 0 !important;
    border-radius: var(--ts-polish-head-radius, 15px) !important;
    background: var(--ts-polish-head-bg, linear-gradient(135deg, #162847 0%, #22385b 100%)) !important;
    box-shadow: var(--ts-polish-head-shadow, 0 14px 34px rgba(22,40,71,.16)) !important;
    color: #ffffff !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgi-baslik::before,
  html.ts-checkout-page .ts-checkout-main .teslimat-bilgi-baslik::after,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi > .teslimat-odeme-main-h::before,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi > .teslimat-odeme-main-h::after{
    content: none !important;
    display: none !important;
  }

  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi > .teslimat-odeme-main-h,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi > .teslimat-odeme-main-h i{
    color: #ffffff !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-sepet-ozet-main-h{
    display: flex !important;
    align-items: center;
    gap: 10px;
    min-height: 0;
    margin: 0 0 12px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #1d3154 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: .14em !important;
    line-height: 1.15;
    text-transform: uppercase;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-sepet-ozet-main-h::before,
  html.ts-checkout-page .ts-checkout-aside .teslimat-sepet-ozet-main-h::after{
    content: none !important;
    display: none !important;
  }

  html.ts-checkout-page .ts-checkout-aside .teslimat-sepet-ozet-main-h i{
    color: #38557f !important;
    font-size: 15px !important;
    margin-right: 0 !important;
    opacity: 1 !important;
  }
}

/* =========================================================
   35) COLUMN SKELETON LAYOUT
   Left/right become the main surfaces; inner blocks go cleaner
========================================================= */
@media (min-width: 1200px){
  html.ts-checkout-page{
    --ts-column-radius: 30px;
    --ts-column-pad-x: clamp(22px, 1.35vw, 30px);
    --ts-column-pad-y: clamp(22px, 1.5vw, 30px);
    --ts-column-border: rgba(19,33,55,.08);
    --ts-column-divider: rgba(31,43,68,.10);
    --ts-column-shadow: 0 24px 50px rgba(15,23,42,.08);
  }

  html.ts-checkout-page .teslimat-page-main{
    gap: 14px !important;
  }

  html.ts-checkout-page .ts-checkout-main,
  html.ts-checkout-page .ts-checkout-aside{
    position: relative;
    padding: var(--ts-column-pad-y) var(--ts-column-pad-x) !important;
    border: 1px solid var(--ts-column-border) !important;
    border-radius: var(--ts-column-radius) !important;
    box-shadow: var(--ts-column-shadow) !important;
    overflow: hidden;
  }

  html.ts-checkout-page .ts-checkout-main{
    background: linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(249,251,254,.98) 100%) !important;
  }

  html.ts-checkout-page .ts-checkout-aside{
    background: linear-gradient(180deg, rgba(249,251,254,.99) 0%, rgba(244,247,251,.98) 100%) !important;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-uye-adres-main,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular-dar{
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-onaybutton-main,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-sepet-ozet-main.border.border-danger.mt-3.mb-0.font-14.alert-danger{
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content{
    margin-top: 18px !important;
    padding-top: 18px !important;
    border-top: 1px solid var(--ts-column-divider) !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content > .teslimat-sepet-ozet-main{
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular:last-child{
    margin-top: 4px !important;
  }

  html.ts-checkout-page .ts-checkout-main .ts-address-grid{
    gap: 14px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-adres-box-2{
    border-radius: 20px !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgileri-uye-adres-yok-box,
  html.ts-checkout-page .ts-checkout-main .tsl-ad-2{
    border-radius: 22px !important;
  }
}

/* =========================================================
   36) TRUE SPLIT-COLUMN SHELL
   The page is visually divided into two large halves
========================================================= */
@media (min-width: 1200px){
  html.ts-checkout-page{
    --ts-split-left: #ffffff;
    --ts-split-right: #f5f6f8;
    --ts-split-line: rgba(24,39,66,.10);
    --ts-split-pad-x: clamp(26px, 2vw, 42px);
    --ts-split-pad-y: clamp(24px, 2vw, 34px);
  }

  html.ts-checkout-page .teslimat-page-main.ts-checkout-layout{
    position: relative;
    width: 100% !important;
    max-width: none !important;
    min-height: calc(100vh - 82px);
    min-height: calc(100dvh - 82px);
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 0 !important;
    align-items: stretch !important;
    background:
      linear-gradient(90deg,
        var(--ts-split-left) 0%,
        var(--ts-split-left) 50%,
        var(--ts-split-right) 50%,
        var(--ts-split-right) 100%) !important;
  }

  html.ts-checkout-page .teslimat-page-main.ts-checkout-layout::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    transform: translateX(-.5px);
    background: var(--ts-split-line);
    pointer-events: none;
  }

  html.ts-checkout-page .ts-checkout-main,
  html.ts-checkout-page .ts-checkout-aside{
    min-width: 0;
    min-height: 100%;
    padding: var(--ts-split-pad-y) var(--ts-split-pad-x) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  html.ts-checkout-page .ts-checkout-main{
    gap: 22px !important;
  }

  html.ts-checkout-page .ts-checkout-aside{
    position: relative !important;
    top: auto !important;
    max-width: none !important;
    gap: 20px !important;
  }

  html.ts-checkout-page .teslimat-bilgileri-div > *:not(.modal):not(.modal-backdrop),
  html.ts-checkout-page .teslimat-sag-taraf > *:not(.modal):not(.modal-backdrop),
  html.ts-checkout-page .ts-checkout-main > *:not(.modal):not(.modal-backdrop),
  html.ts-checkout-page .ts-checkout-aside > *:not(.modal):not(.modal-backdrop){
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-uye-adres-main,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular,
  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular-dar,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-onaybutton-main,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-sepet-ozet-main.border.border-danger.mt-3.mb-0.font-14.alert-danger{
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi{
    margin-bottom: 0 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content{
    margin-top: 18px !important;
    padding-top: 18px !important;
    border-top: 1px solid rgba(24,39,66,.10) !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content:first-of-type{
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content > .teslimat-sepet-ozet-main{
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  html.ts-checkout-page .ts-checkout-main .teslimat-bilgi-baslik,
  html.ts-checkout-page .ts-checkout-aside > .teslimat-odeme-secimi > .teslimat-odeme-main-h{
    box-shadow: none !important;
    border-radius: 18px !important;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular:last-child{
    min-height: 0 !important;
    margin-top: 0 !important;
  }

  html.ts-checkout-page .ts-checkout-main > .teslimat-bilgileri-sol-kutular:last-child .teslimat-form-area textarea.form-control{
    min-height: clamp(250px, 48vh, 520px) !important;
  }
}

/* =========================================================
   37) DHL LOGO SCALE POLISH
========================================================= */
@media (min-width: 1200px){
  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-header,
  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-card-header{
    grid-template-columns: 122px minmax(0, 1fr) !important;
    column-gap: 16px !important;
    row-gap: 4px !important;
  }

  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="1"] .ts-dhl-card .ts-dhl-card-header::before,
  html.ts-checkout-page .ts-checkout-aside .radio-content[data-radio="2"] .ts-dhl-card-mirror .ts-dhl-card-header::before{
    width: 110px !important;
    height: 34px !important;
    background-repeat: no-repeat !important;
    background-position: center left !important;
    background-size: 100% auto !important;
  }
}
