/*
 * Bi'Tişört v6.8.56 — GLOBAL FOOTER + FINAL CTA HARD LOCK
 * Ana sayfadaki final CTA + kompakt footer görünümünü StoreShell kullanan
 * bütün alt sayfalara taşır. Bu dosya StoreShell tarafından en son yüklenir.
 */

html,body{max-width:100%;}
body{overflow-x:hidden;}

/* v6.8.55: masaüstü ve mobil aynı veri kaynağını kullanır; mobilde ayrı, sade markup render edilir. */
html body #btMobileFooterV6321{display:none!important;}

/* =========================
   FOOTER ÜSTÜ TURUNCU CTA
   ========================= */
/* v6.8.56: final CTA markup/style version is synchronized. Legacy page CSS must not flatten the band. */
html body section.bt-shell-final-cta-v6856{
  position:relative!important;
  display:grid!important;
  visibility:visible!important;
  opacity:1!important;
  float:none!important;
  clear:both!important;
  box-sizing:border-box!important;
}
html body section.bt-shell-final-cta-v6856 *{box-sizing:border-box!important;}

.bt-shell-final-cta-v6856{
  position:relative!important;
  left:50%!important;
  width:100vw!important;
  max-width:none!important;
  min-height:126px!important;
  margin:0 0 0 -50vw!important;
  padding:18px max(28px,calc((100vw - 1500px)/2))!important;
  display:grid!important;
  grid-template-columns:minmax(330px,1fr) minmax(260px,390px) minmax(260px,1fr)!important;
  align-items:center!important;
  gap:28px!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:var(--bt-shell-final-bg,#ff6718)!important;
  color:var(--bt-shell-final-text,#fff)!important;
  box-sizing:border-box!important;
  isolation:isolate!important;
}
.bt-shell-final-cta-v6856__copy{
  position:relative!important;
  z-index:3!important;
  justify-self:center!important;
  width:min(100%,430px)!important;
  min-width:0!important;
}
.bt-shell-final-cta-v6856__copy>span{
  display:block!important;
  margin:0 0 4px!important;
  color:inherit!important;
  font-size:11px!important;
  line-height:1.1!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
}
.bt-shell-final-cta-v6856__copy h2{
  margin:0!important;
  color:inherit!important;
  font-size:clamp(23px,2.1vw,34px)!important;
  line-height:.98!important;
  font-weight:900!important;
  letter-spacing:-.04em!important;
}
.bt-shell-final-cta-v6856__copy p{
  margin:6px 0 0!important;
  color:inherit!important;
  font-size:11px!important;
  line-height:1.35!important;
  font-weight:650!important;
  opacity:.96!important;
}
.bt-shell-final-cta-v6856__button{
  position:relative!important;
  z-index:4!important;
  justify-self:center!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:18px!important;
  width:min(100%,340px)!important;
  min-height:64px!important;
  padding:0 28px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:13px!important;
  background:linear-gradient(180deg,#263a55 0%,#1b2d45 100%)!important;
  box-shadow:0 14px 30px rgba(15,25,40,.22)!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:850!important;
  white-space:nowrap!important;
}
.bt-shell-final-cta-v6856__button:hover{transform:translateY(-1px)!important;filter:brightness(1.04)!important;}
.bt-shell-final-cta-v6856__button b{font-size:18px!important;font-weight:700!important;}
.bt-shell-final-cta-v6856__decor{
  position:absolute!important;
  z-index:1!important;
  pointer-events:none!important;
  user-select:none!important;
  object-fit:contain!important;
}
.bt-shell-final-cta-v6856__decor.is-left{
  left:0!important;
  bottom:-2px!important;
  width:min(34vw,570px)!important;
  height:100%!important;
  object-position:left bottom!important;
}
.bt-shell-final-cta-v6856__decor.is-right{
  right:0!important;
  bottom:-2px!important;
  width:min(31vw,500px)!important;
  height:100%!important;
  object-position:right center!important;
}

/* =========================
   ANA SAYFA KOMPAKT FOOTER
   ========================= */
footer#btDesktopFooterV6321.bt-footer-global-lock-v6855,
footer.hp-footer.bt-footer-final-v6731.bt-footer-global-lock-v6855{
  position:relative!important;
  left:50%!important;
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  width:100vw!important;
  max-width:none!important;
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  margin:0 0 0 -50vw!important;
  padding:0!important;
  overflow:visible!important;
  border:0!important;
  border-top:1px solid #eee6df!important;
  border-radius:0!important;
  background:#fff!important;
  color:#172033!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
  z-index:2!important;
}
.bt-footer-global-lock-v6855 .bt-footer-final-v6731__inner{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto auto!important;
  align-items:center!important;
  gap:clamp(18px,2.2vw,40px)!important;
  width:min(1500px,calc(100% - 64px))!important;
  min-height:78px!important;
  height:auto!important;
  margin:0 auto!important;
  padding:12px 0!important;
  box-sizing:border-box!important;
}
.bt-footer-global-lock-v6855 .bt-footer-final-v6731__brand{
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  min-width:0!important;
  max-width:190px!important;
  color:#141414!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
.bt-footer-global-lock-v6855 .bt-footer-final-v6731__brand img,
.bt-footer-global-lock-v6855 .bt-footer-final-v6731__brand .bt-store-logo,
.bt-footer-global-lock-v6855 .bt-footer-final-v6731__brand svg{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:static!important;
  inset:auto!important;
  width:auto!important;
  min-width:84px!important;
  height:34px!important;
  min-height:24px!important;
  max-width:180px!important;
  max-height:44px!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
  transform:none!important;
  clip:auto!important;
  clip-path:none!important;
  mask:none!important;
}
.bt-footer-global-lock-v6855 .bt-footer-final-v6731__brand .bt-hybrid-wordmark{
  display:inline-flex!important;
  align-items:center!important;
  font-size:22px!important;
  line-height:1!important;
  color:#141414!important;
}
.bt-footer-global-lock-v6855 .bt-footer-final-v6731__nav{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:10px clamp(16px,1.7vw,28px)!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
.bt-footer-global-lock-v6855 .bt-footer-final-v6731__nav a{
  display:inline-flex!important;
  margin:0!important;
  padding:0!important;
  color:#252a33!important;
  text-decoration:none!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:700!important;
  white-space:nowrap!important;
}
.bt-footer-global-lock-v6855 .bt-footer-final-v6731__nav a:hover{color:#ff6718!important;}
.bt-footer-global-lock-v6855 .bt-footer-final-v6731__social{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  flex:0 0 auto!important;
  margin:0!important;
  padding:0!important;
}
.bt-footer-global-lock-v6855 .bt-footer-final-v6731__social a,
.bt-footer-global-lock-v6855 .bt-footer-final-v6731__social span{
  display:grid!important;
  width:32px!important;
  height:32px!important;
  place-items:center!important;
  margin:0!important;
  padding:0!important;
  border:1px solid #e6ded7!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#171717!important;
  text-decoration:none!important;
  box-sizing:border-box!important;
}
.bt-footer-global-lock-v6855 .bt-footer-final-v6731__social span.is-disabled{opacity:.48!important;}
.bt-footer-global-lock-v6855 .bt-footer-final-v6731__social svg{
  display:block!important;
  width:16px!important;
  height:16px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.65!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.bt-footer-global-lock-v6855 .bt-footer-final-v6731__social svg .fill{fill:currentColor!important;stroke:none!important;}
.bt-footer-global-lock-v6855 .bt-footer-final-v6731__copyright{
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:#7c8490!important;
  font-size:11px!important;
  font-weight:600!important;
  line-height:1.25!important;
  white-space:nowrap!important;
  text-align:right!important;
}

/* Legacy footer kalıntıları aynı sayfada yanlışlıkla render edilirse görünmesin. */
body .hp-footer:not(.bt-footer-global-lock-v6855):not(.bt-footer-final-v6731){
  display:none!important;
}

/* Back-to-top/footer çakışmasını engelle. */
.bt-back-to-top-v6361{z-index:50!important;}

@media(max-width:980px){
  .bt-shell-final-cta-v6856{
    grid-template-columns:minmax(0,1fr) minmax(220px,300px)!important;
    grid-template-areas:"copy button"!important;
    min-height:132px!important;
    padding:20px 28px!important;
  }
  .bt-shell-final-cta-v6856__copy{grid-area:copy!important;justify-self:start!important;}
  .bt-shell-final-cta-v6856__button{grid-area:button!important;}
  .bt-shell-final-cta-v6856__decor.is-right{opacity:.62!important;}
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__inner{
    grid-template-columns:auto minmax(0,1fr) auto!important;
    grid-template-areas:"brand nav social" "copy copy copy"!important;
    row-gap:10px!important;
    padding:14px 0!important;
  }
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__brand{grid-area:brand!important;}
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__nav{grid-area:nav!important;}
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__social{grid-area:social!important;}
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__copyright{grid-area:copy!important;text-align:center!important;}
}

@media(max-width:820px){
  .bt-shell-final-cta-v6856{
    grid-template-columns:1fr!important;
    grid-template-areas:"copy" "button"!important;
    min-height:0!important;
    gap:18px!important;
    padding:26px 20px 28px!important;
    text-align:left!important;
  }
  .bt-shell-final-cta-v6856__copy{
    width:100%!important;
    max-width:480px!important;
    justify-self:start!important;
  }
  .bt-shell-final-cta-v6856__copy h2{font-size:32px!important;max-width:410px!important;}
  .bt-shell-final-cta-v6856__copy p{font-size:13px!important;max-width:410px!important;}
  .bt-shell-final-cta-v6856__button{
    width:100%!important;
    max-width:none!important;
    min-height:58px!important;
    justify-self:stretch!important;
  }
  .bt-shell-final-cta-v6856__decor.is-left{width:65vw!important;opacity:.32!important;}
  .bt-shell-final-cta-v6856__decor.is-right{width:60vw!important;opacity:.42!important;}

  footer#btDesktopFooterV6321.bt-footer-global-lock-v6855,
  footer.hp-footer.bt-footer-final-v6731.bt-footer-global-lock-v6855{
    background:linear-gradient(180deg,#0d1730 0%,#091120 100%)!important;
    color:#fff!important;
    border-top:0!important;
  }
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__inner{
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-areas:"brand social" "nav nav" "copy copy"!important;
    gap:18px 14px!important;
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    margin:0!important;
    padding:22px 20px calc(18px + env(safe-area-inset-bottom))!important;
  }
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__brand{grid-area:brand!important;max-width:155px!important;}
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__brand img,
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__brand .bt-store-logo,
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__brand svg{max-width:150px!important;max-height:36px!important;}
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__brand .bt-hybrid-wordmark{color:#fff!important;}
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__social{grid-area:social!important;justify-self:end!important;gap:9px!important;}
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__social a,
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__social span{
    width:44px!important;
    height:44px!important;
    border-radius:14px!important;
    border:1px solid rgba(255,255,255,.08)!important;
    background:rgba(255,255,255,.05)!important;
    color:#fff!important;
  }
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__nav{
    grid-area:nav!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    justify-content:stretch!important;
    gap:11px 18px!important;
  }
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__nav a{
    color:#fff!important;
    font-size:14px!important;
    line-height:1.35!important;
  }
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__copyright{
    grid-area:copy!important;
    text-align:left!important;
    color:rgba(255,255,255,.68)!important;
    font-size:12px!important;
    white-space:normal!important;
  }
}

@media(max-width:430px){
  .bt-shell-final-cta-v6856{padding:24px 16px 26px!important;}
  .bt-shell-final-cta-v6856__copy h2{font-size:29px!important;}
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__inner{
    padding:20px 16px calc(16px + env(safe-area-inset-bottom))!important;
    gap:14px 12px!important;
  }
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__brand img,
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__brand .bt-store-logo,
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__brand svg{max-width:136px!important;max-height:32px!important;}
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__social a,
  .bt-footer-global-lock-v6855 .bt-footer-final-v6731__social span{width:42px!important;height:42px!important;}
}


/* =========================================================
   v6.8.55 — ALT SAYFALAR MOBİL FOOTER HARD LOCK
   Ayrı markup kullanılır; eski StoreShell mobil footer stillerinden izoledir.
   ========================================================= */
@media (min-width:821px){
  html body footer#btMobileFooterV6321.bt-footer-mobile-lock-v6855{
    display:none!important;
  }
}

@media (max-width:820px){
  html body footer#btDesktopFooterV6321.bt-footer-global-lock-v6855{
    display:none!important;
  }
  html body footer#btMobileFooterV6321.bt-mobile-footer-v6321.bt-footer-mobile-lock-v6855{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    position:relative!important;
    inset:auto!important;
    left:50%!important;
    right:auto!important;
    bottom:auto!important;
    transform:none!important;
    clear:both!important;
    float:none!important;
    width:100vw!important;
    min-width:100vw!important;
    max-width:100vw!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0 0 0 -50vw!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:linear-gradient(180deg,#0d1730 0%,#091120 100%)!important;
    color:#fff!important;
    box-shadow:none!important;
    overflow:visible!important;
    clip:auto!important;
    clip-path:none!important;
    content-visibility:visible!important;
    contain:none!important;
    z-index:9!important;
    box-sizing:border-box!important;
  }
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__inner{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-areas:"brand social" "nav nav" "copy copy"!important;
    align-items:center!important;
    gap:18px 14px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:22px 20px calc(18px + env(safe-area-inset-bottom))!important;
    box-sizing:border-box!important;
  }
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__brand{
    grid-area:brand!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-self:start!important;
    width:auto!important;
    min-width:0!important;
    max-width:160px!important;
    margin:0!important;
    padding:7px 10px!important;
    border-radius:9px!important;
    background:#fff!important;
    color:#151515!important;
    text-decoration:none!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__brand img,
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__brand .bt-store-logo,
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__brand svg{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    position:static!important;
    inset:auto!important;
    width:auto!important;
    min-width:82px!important;
    height:34px!important;
    min-height:28px!important;
    max-width:150px!important;
    max-height:38px!important;
    margin:0!important;
    padding:0!important;
    object-fit:contain!important;
    object-position:left center!important;
    filter:none!important;
    transform:none!important;
    clip:auto!important;
    clip-path:none!important;
    mask:none!important;
  }
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__brand .bt-hybrid-wordmark{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
    align-items:center!important;
    color:#151515!important;
    font-size:22px!important;
    line-height:1!important;
  }
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__brand .bt-hybrid-wordmark-accent{
    color:#ff6718!important;
  }
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__social{
    grid-area:social!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    justify-self:end!important;
    gap:8px!important;
    margin:0!important;
    padding:0!important;
  }
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__social a,
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__social span{
    display:grid!important;
    place-items:center!important;
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    margin:0!important;
    padding:0!important;
    border:1px solid rgba(255,255,255,.09)!important;
    border-radius:13px!important;
    background:rgba(255,255,255,.05)!important;
    color:#fff!important;
    text-decoration:none!important;
    box-sizing:border-box!important;
  }
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__social span.is-disabled{opacity:.42!important;}
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__social svg{
    display:block!important;
    width:17px!important;
    height:17px!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.65!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__social svg .fill{fill:currentColor!important;stroke:none!important;}
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__nav{
    grid-area:nav!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:11px 22px!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:17px 0 0!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
  }
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__nav a{
    display:block!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    color:rgba(255,255,255,.9)!important;
    font-size:13px!important;
    line-height:1.35!important;
    font-weight:650!important;
    text-decoration:none!important;
    overflow-wrap:anywhere!important;
  }
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__copyright{
    grid-area:copy!important;
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:15px 0 0!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
    color:rgba(255,255,255,.62)!important;
    font-size:11px!important;
    line-height:1.4!important;
    text-align:left!important;
    white-space:normal!important;
  }
}

@media (max-width:430px){
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__inner{
    padding:20px 16px calc(16px + env(safe-area-inset-bottom))!important;
    gap:15px 10px!important;
  }
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__brand{max-width:142px!important;}
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__brand img,
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__brand .bt-store-logo,
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__brand svg{
    min-width:76px!important;
    height:31px!important;
    max-width:134px!important;
    max-height:34px!important;
  }
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__social a,
  html body #btMobileFooterV6321 .bt-footer-mobile-lock-v6855__social span{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
  }
}
