/* ========================================================================
   Bi'Tişört v4.0.8.10.1 — Home Header Utility + Home-Reference Footer Sync
   - Ana sayfa Giriş/Hesabım/Sepet: StoreShell/sepet görünümüyle eşleşir.
   - Merkezi public footer: ana sayfanın açık renkli yerleşimini kullanır.
   ======================================================================== */

/* ------------------------------------------------------------------------
   1) HOME HEADER — sync account/cart utilities with the StoreShell header.
   ------------------------------------------------------------------------ */
body[data-bt-home-shell-sync="4.0.8.10.1"] > .site-header .bt-account-chip,
body[data-bt-home-shell-sync="4.0.8.10.1"] > .site-header .store-cart-button{
  box-sizing:border-box!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#151515!important;
  box-shadow:none!important;
  font-family:"Segoe UI Variable Text","Segoe UI",Inter,system-ui,-apple-system,BlinkMacSystemFont,Arial,sans-serif!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1!important;
  letter-spacing:-.005em!important;
  text-transform:none!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body[data-bt-home-shell-sync="4.0.8.10.1"] > .site-header .bt-account-chip{
  gap:8px!important;
  padding:0 4px 0 14px!important;
  border-left:1px solid #d8d8d8!important;
}
body[data-bt-home-shell-sync="4.0.8.10.1"] > .site-header .bt-account-chip i{
  display:grid!important;
  place-items:center!important;
  width:auto!important;
  min-width:14px!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:inherit!important;
  font-family:"Segoe UI Symbol","Segoe UI Variable Text","Segoe UI",sans-serif!important;
  font-size:12px!important;
  font-style:normal!important;
  font-weight:500!important;
  line-height:1!important;
}
body[data-bt-home-shell-sync="4.0.8.10.1"] > .site-header .bt-account-chip span,
body[data-bt-home-shell-sync="4.0.8.10.1"] > .site-header .store-cart-button .bt-cart-label{
  font:inherit!important;
}
body[data-bt-home-shell-sync="4.0.8.10.1"] > .site-header .store-cart-button{
  position:relative!important;
  gap:7px!important;
  padding:0 4px 0 10px!important;
  cursor:pointer!important;
}
body[data-bt-home-shell-sync="4.0.8.10.1"] > .site-header .store-cart-button .bt-cart-icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:18px!important;
  font-family:"Segoe UI Emoji","Segoe UI Symbol",sans-serif!important;
  font-size:17px!important;
  font-weight:400!important;
  line-height:1!important;
}
body[data-bt-home-shell-sync="4.0.8.10.1"] > .site-header .store-cart-count{
  display:grid!important;
  place-items:center!important;
  min-width:17px!important;
  height:17px!important;
  padding:0 4px!important;
  border:0!important;
  border-radius:999px!important;
  background:#ff6b18!important;
  color:#fff!important;
  font-family:"Segoe UI Variable Text","Segoe UI",Inter,system-ui,sans-serif!important;
  font-size:8px!important;
  font-weight:600!important;
  line-height:1!important;
  letter-spacing:0!important;
}
body[data-bt-home-shell-sync="4.0.8.10.1"] > .site-header .bt-account-chip:hover,
body[data-bt-home-shell-sync="4.0.8.10.1"] > .site-header .store-cart-button:hover{
  color:#ff6b18!important;
}
body[data-bt-home-shell-sync="4.0.8.10.1"] > .site-header .bt-account-chip:focus-visible,
body[data-bt-home-shell-sync="4.0.8.10.1"] > .site-header .store-cart-button:focus-visible{
  outline:2px solid #ff6b18!important;
  outline-offset:3px!important;
}

/* ------------------------------------------------------------------------
   2) CENTRAL FOOTER — exact placement language of the homepage footer.
   ------------------------------------------------------------------------ */
html body .bt-shell-footer-home-reference{
  box-sizing:border-box!important;
  margin:0!important;
  padding:48px 0 0!important;
  border:0!important;
  border-top:1px solid #eadfd4!important;
  background:var(--footer-bg,#fff8f1)!important;
  color:var(--footer-text,#172033)!important;
  box-shadow:none!important;
  font-family:"Segoe UI Variable Text","Segoe UI",Inter,system-ui,-apple-system,BlinkMacSystemFont,Arial,sans-serif!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
html body .bt-shell-footer-home-reference *,
html body .bt-shell-footer-home-reference *::before,
html body .bt-shell-footer-home-reference *::after{box-sizing:border-box!important}
html body .bt-shell-footer-home-reference > .shell{
  width:min(1440px,calc(100% - 96px))!important;
  max-width:none!important;
  margin-inline:auto!important;
  padding:0!important;
}
html body .bt-shell-footer-home-reference .store-footer-top{
  display:grid!important;
  grid-template-columns:minmax(330px,.9fr) minmax(0,1.65fr)!important;
  align-items:start!important;
  gap:54px!important;
}
html body .bt-shell-footer-home-reference .store-footer-brand-card{
  min-width:0!important;
  padding:28px!important;
  border:1px solid #eadfd4!important;
  border-radius:24px!important;
  background:var(--footer-card,#fff)!important;
  box-shadow:none!important;
}
html body .bt-shell-footer-home-reference .store-footer-logo{
  display:inline-flex!important;
  align-items:center!important;
  max-width:210px!important;
  color:var(--footer-text,#172033)!important;
  text-decoration:none!important;
}
html body .bt-shell-footer-home-reference .store-footer-logo .brand{
  display:inline-flex!important;
  align-items:center!important;
  min-width:0!important;
}
html body .bt-shell-footer-home-reference .store-footer-logo .bt-shell-logo{
  display:block!important;
  width:auto!important;
  height:min(var(--bt-shell-logo-height,40px),44px)!important;
  max-width:190px!important;
  object-fit:contain!important;
  filter:none!important;
}
html body .bt-shell-footer-home-reference .store-footer-logo .bt-shell-wordmark{
  color:var(--footer-text,#172033)!important;
  font-size:22px!important;
  font-weight:600!important;
  letter-spacing:-.035em!important;
}
html body .bt-shell-footer-home-reference .store-footer-brand-card > p{
  max-width:440px!important;
  margin:24px 0 20px!important;
  color:var(--footer-muted,#667085)!important;
  font-size:12px!important;
  font-weight:400!important;
  line-height:1.7!important;
  letter-spacing:0!important;
}
html body .bt-shell-footer-home-reference .store-footer-brand-actions{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}
html body .bt-shell-footer-home-reference .store-footer-primary,
html body .bt-shell-footer-home-reference .store-footer-secondary{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  min-height:44px!important;
  padding:0 18px!important;
  border-radius:999px!important;
  box-shadow:none!important;
  font-size:11px!important;
  font-weight:500!important;
  line-height:1!important;
  letter-spacing:-.01em!important;
  text-decoration:none!important;
  text-transform:none!important;
}
html body .bt-shell-footer-home-reference .store-footer-primary{
  border:1px solid var(--footer-accent,#f97316)!important;
  background:var(--footer-accent,#f97316)!important;
  color:#fff!important;
}
html body .bt-shell-footer-home-reference .store-footer-secondary{
  border:1px solid #ddd4ca!important;
  background:transparent!important;
  color:var(--footer-text,#172033)!important;
}
html body .bt-shell-footer-home-reference .store-footer-primary b,
html body .bt-shell-footer-home-reference .store-footer-secondary b{
  font-weight:500!important;
}
html body .bt-shell-footer-home-reference .store-footer-primary:hover{filter:brightness(.95)}
html body .bt-shell-footer-home-reference .store-footer-secondary:hover{
  border-color:var(--footer-accent,#f97316)!important;
  color:var(--footer-accent,#f97316)!important;
}
html body .bt-shell-footer-home-reference .store-footer-links{
  display:grid!important;
  grid-template-columns:.82fr 1.12fr 1fr!important;
  gap:46px!important;
  min-width:0!important;
  padding-top:8px!important;
}
html body .bt-shell-footer-home-reference .store-footer-col{
  display:flex!important;
  align-items:flex-start!important;
  flex-direction:column!important;
  min-width:0!important;
  gap:10px!important;
}
html body .bt-shell-footer-home-reference .store-footer-col > strong{
  width:100%!important;
  margin:0 0 7px!important;
  padding-bottom:12px!important;
  border-bottom:1px solid #eadfd4!important;
  color:var(--footer-text,#172033)!important;
  font-size:11px!important;
  font-weight:600!important;
  line-height:1.2!important;
  letter-spacing:.075em!important;
  text-transform:uppercase!important;
}
html body .bt-shell-footer-home-reference .store-footer-col > a,
html body .bt-shell-footer-home-reference .store-footer-col > span{
  max-width:100%!important;
  color:var(--footer-muted,#667085)!important;
  font-size:12px!important;
  font-weight:400!important;
  line-height:1.5!important;
  letter-spacing:0!important;
  text-decoration:none!important;
  overflow-wrap:anywhere!important;
}
html body .bt-shell-footer-home-reference .store-footer-col > a:hover{
  color:var(--footer-accent,#f97316)!important;
}
html body .bt-shell-footer-home-reference .store-footer-more{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-top:8px!important;
  color:var(--footer-text,#172033)!important;
  font-weight:500!important;
}
html body .bt-shell-footer-home-reference .store-footer-more b{
  color:var(--footer-accent,#f97316)!important;
  font-weight:500!important;
}
html body .bt-shell-footer-home-reference .store-footer-bottom{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  width:100%!important;
  margin-top:38px!important;
  padding:18px 0 20px!important;
  border-top:1px solid #eadfd4!important;
  color:var(--footer-muted,#667085)!important;
  font-size:10px!important;
  font-weight:400!important;
  line-height:1.4!important;
  letter-spacing:.025em!important;
  text-transform:none!important;
}
html body .bt-shell-footer-home-reference .store-footer-slogan{text-align:right!important}
html body .bt-shell-footer-home-reference a:focus-visible{
  outline:2px solid var(--footer-accent,#f97316)!important;
  outline-offset:3px!important;
}

@media(max-width:1180px){
  body[data-bt-home-shell-sync="4.0.8.10.1"] > .site-header .bt-account-chip span{display:none!important}
  html body .bt-shell-footer-home-reference > .shell{width:calc(100% - 56px)!important}
  html body .bt-shell-footer-home-reference .store-footer-top{grid-template-columns:1fr!important;gap:38px!important}
  html body .bt-shell-footer-home-reference .store-footer-brand-card{max-width:720px!important}
  html body .bt-shell-footer-home-reference .store-footer-links{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:30px!important}
}

@media(max-width:760px){
  body[data-bt-home-shell-sync="4.0.8.10.1"] > .site-header .bt-account-chip{display:none!important}
  body[data-bt-home-shell-sync="4.0.8.10.1"] > .site-header .store-cart-button{
    width:40px!important;
    height:40px!important;
    min-height:40px!important;
    padding:0!important;
  }
  body[data-bt-home-shell-sync="4.0.8.10.1"] > .site-header .store-cart-button .bt-cart-label{display:none!important}
  body[data-bt-home-shell-sync="4.0.8.10.1"] > .site-header .store-cart-count{
    position:absolute!important;
    top:1px!important;
    right:-1px!important;
    min-width:16px!important;
    height:16px!important;
    border:2px solid #fff!important;
    font-size:7px!important;
  }
  html body .bt-shell-footer-home-reference{padding-top:34px!important}
  html body .bt-shell-footer-home-reference > .shell{width:calc(100% - 40px)!important}
  html body .bt-shell-footer-home-reference .store-footer-brand-card{padding:22px!important;border-radius:20px!important}
  html body .bt-shell-footer-home-reference .store-footer-links{grid-template-columns:1fr 1fr!important;gap:30px 24px!important}
  html body .bt-shell-footer-home-reference .store-footer-contact{grid-column:1/-1!important}
  html body .bt-shell-footer-home-reference .store-footer-bottom{align-items:flex-start!important;flex-direction:column!important;gap:7px!important;margin-top:30px!important}
  html body .bt-shell-footer-home-reference .store-footer-slogan{text-align:left!important}
}

@media(max-width:480px){
  html body .bt-shell-footer-home-reference > .shell{width:calc(100% - 28px)!important}
  html body .bt-shell-footer-home-reference .store-footer-links{grid-template-columns:1fr!important;gap:24px!important}
  html body .bt-shell-footer-home-reference .store-footer-contact{grid-column:auto!important}
  html body .bt-shell-footer-home-reference .store-footer-brand-actions{align-items:stretch!important;flex-direction:column!important}
  html body .bt-shell-footer-home-reference .store-footer-primary,
  html body .bt-shell-footer-home-reference .store-footer-secondary{width:100%!important}
}

@media(prefers-reduced-motion:reduce){
  html body .bt-shell-footer-home-reference *,
  body[data-bt-home-shell-sync="4.0.8.10.1"] > .site-header *{
    scroll-behavior:auto!important;
    transition:none!important;
    animation:none!important;
  }
}

/* ==========================================================
   BiTisort v6.3.63 — mobile StoreShell footer parity
   Keep the homepage-style two-column navigation layout on
   phones instead of falling back to the legacy single column.
   ========================================================== */
@media (max-width:480px){
  html body .bt-shell-footer-home-reference .store-footer-links{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    column-gap:18px!important;
    row-gap:28px!important;
    align-items:start!important;
  }
  html body .bt-shell-footer-home-reference .store-footer-contact{
    grid-column:1/-1!important;
  }
  html body .bt-shell-footer-home-reference .store-footer-col{
    min-width:0!important;
  }
  html body .bt-shell-footer-home-reference .store-footer-col > strong{
    font-size:10px!important;
  }
  html body .bt-shell-footer-home-reference .store-footer-col > a,
  html body .bt-shell-footer-home-reference .store-footer-col > span{
    font-size:11px!important;
    overflow-wrap:anywhere!important;
  }
}

@media (max-width:360px){
  html body .bt-shell-footer-home-reference .store-footer-links{
    column-gap:14px!important;
  }
}
