/* Bi'Tişört v6.8.53 — INNER PAGE MOBILE FOOTER HARD LOCK
   Root fix: StoreShell renders a separate #btMobileFooterV6321 on mobile.
   Previous package styled mainly the desktop .hp-footer. This file is loaded LAST
   by StoreShell and directly owns the mobile footer geometry. */

/* Desktop/tablet-wide: keep existing desktop footer behaviour. */
@media (min-width:761px){
  html body #btMobileFooterV6321.bt-mobile-footer-v6321{
    display:none!important;
  }
}

@media (max-width:760px){
  /* Correct component switching regardless of legacy body classes. */
  html body #btDesktopFooterV6321{
    display:none!important;
  }
  html body #btMobileFooterV6321.bt-mobile-footer-v6321,
  html body footer#btMobileFooterV6321{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    position:relative!important;
    inset:auto!important;
    left:auto!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 calc(50% - 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:8!important;
    box-sizing:border-box!important;
  }

  html body #btMobileFooterV6321 .bt-mobile-footer-inner-v6321{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    height:auto!important;
    margin:0!important;
    padding:22px 20px calc(18px + env(safe-area-inset-bottom))!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }

  /* Logo + social icons share one horizontal row. */
  html body #btMobileFooterV6321 .bt-mobile-footer-brand-v6321{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-areas:"brand social"!important;
    align-items:center!important;
    gap:14px!important;
    width:100%!important;
    min-width:0!important;
    margin:0 0 22px!important;
    padding:0!important;
  }
  html body #btMobileFooterV6321 .bt-mobile-footer-brand-v6321>p{
    display:none!important;
  }
  html body #btMobileFooterV6321 .bt-footer-brand-link-v6333{
    grid-area:brand!important;
    justify-self:start!important;
    display:inline-flex!important;
    align-items:center!important;
    width:auto!important;
    max-width:170px!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    text-decoration:none!important;
  }
  html body #btMobileFooterV6321 .bt-footer-brand-link-v6333 img,
  html body #btMobileFooterV6321 .bt-store-logo.is-footer{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:158px!important;
    max-height:42px!important;
    object-fit:contain!important;
    object-position:left center!important;
    filter:none!important;
  }
  html body #btMobileFooterV6321 .bt-hybrid-wordmark.is-footer{
    color:#fff!important;
    font-size:22px!important;
  }
  html body #btMobileFooterV6321 .bt-hybrid-wordmark.is-footer .bt-hybrid-wordmark-accent{
    color:#ff6712!important;
  }

  html body #btMobileFooterV6321 .bt-footer-social-v6333,
  html body #btMobileFooterV6321 .hp-social{
    grid-area:social!important;
    justify-self:end!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
  }
  html body #btMobileFooterV6321 .bt-footer-social-v6333[hidden],
  html body #btMobileFooterV6321 .hp-social[hidden]{display:none!important}
  html body #btMobileFooterV6321 .bt-footer-social-v6333>a,
  html body #btMobileFooterV6321 .bt-footer-social-v6333>span,
  html body #btMobileFooterV6321 .hp-social>a,
  html body #btMobileFooterV6321 .hp-social>span{
    display:grid!important;
    place-items:center!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!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;
    font-size:0!important;
    line-height:0!important;
    text-decoration:none!important;
    box-sizing:border-box!important;
  }
  html body #btMobileFooterV6321 .bt-footer-social-v6333>a>span,
  html body #btMobileFooterV6321 .hp-social>a>span{
    display:grid!important;
    place-items:center!important;
    width:18px!important;
    height:18px!important;
    color:#fff!important;
    font-size:15px!important;
    line-height:1!important;
  }
  html body #btMobileFooterV6321 a[href*="instagram.com"]::before,
  html body #btMobileFooterV6321 a[href*="facebook.com"]::before,
  html body #btMobileFooterV6321 a[href*="fb.com"]::before,
  html body #btMobileFooterV6321 a[href*="wa.me"]::before,
  html body #btMobileFooterV6321 a[href*="whatsapp.com"]::before{
    width:17px!important;
    height:17px!important;
    filter:brightness(0) invert(1)!important;
  }

  /* Content columns stay inside viewport and never collapse to zero width. */
  html body #btMobileFooterV6321 .bt-mobile-footer-columns-v6321{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    align-items:start!important;
    gap:22px 26px!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }
  html body #btMobileFooterV6321 .bt-mobile-footer-col-v6321{
    display:flex!important;
    flex-direction:column!important;
    gap:20px!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
  }
  html body #btMobileFooterV6321 .bt-mobile-footer-group-v6321{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
  }
  html body #btMobileFooterV6321 .bt-mobile-footer-group-v6321>strong{
    display:block!important;
    margin:0 0 10px!important;
    color:#fff!important;
    font-size:12px!important;
    line-height:1.25!important;
    font-weight:850!important;
    letter-spacing:.02em!important;
  }
  html body #btMobileFooterV6321 .bt-mobile-footer-group-v6321>a{
    display:block!important;
    width:auto!important;
    margin:0 0 8px!important;
    padding:0!important;
    color:rgba(255,255,255,.78)!important;
    font-size:12px!important;
    line-height:1.45!important;
    font-weight:500!important;
    text-decoration:none!important;
    overflow-wrap:anywhere!important;
  }
  html body #btMobileFooterV6321 .bt-mobile-footer-group-v6321>a:last-child{margin-bottom:0!important}

  /* Newsletter is intentionally compact instead of creating a tall footer. */
  html body #btMobileFooterV6321 .bt-mobile-footer-news-v6321>p{
    margin:0 0 9px!important;
    color:rgba(255,255,255,.62)!important;
    font-size:10px!important;
    line-height:1.4!important;
  }
  html body #btMobileFooterV6321 .bt-mobile-footer-news-v6321 form{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 38px!important;
    gap:6px!important;
    width:100%!important;
    margin:0!important;
  }
  html body #btMobileFooterV6321 .bt-mobile-footer-news-v6321 input{
    width:100%!important;
    min-width:0!important;
    height:38px!important;
    padding:0 10px!important;
    border:1px solid rgba(255,255,255,.12)!important;
    border-radius:10px!important;
    background:rgba(255,255,255,.06)!important;
    color:#fff!important;
    font-size:10px!important;
    box-sizing:border-box!important;
  }
  html body #btMobileFooterV6321 .bt-mobile-footer-news-v6321 input::placeholder{color:rgba(255,255,255,.48)!important}
  html body #btMobileFooterV6321 .bt-mobile-footer-news-v6321 button{
    display:grid!important;
    place-items:center!important;
    width:38px!important;
    min-width:38px!important;
    height:38px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:10px!important;
    background:#ff6712!important;
    color:#fff!important;
  }

  html body #btMobileFooterV6321 .bt-mobile-footer-bottom-v6321{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    margin:22px 0 0!important;
    padding:16px 0 0!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
    color:rgba(255,255,255,.64)!important;
  }
  html body #btMobileFooterV6321 .bt-mobile-footer-bottom-v6321>span{
    display:block!important;
    margin:0 0 11px!important;
    color:rgba(255,255,255,.64)!important;
    font-size:10px!important;
    line-height:1.4!important;
  }
  html body #btMobileFooterV6321 .bt-mobile-footer-bottom-v6321 nav{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px 14px!important;
    width:100%!important;
    margin:0!important;
  }
  html body #btMobileFooterV6321 .bt-mobile-footer-bottom-v6321 nav a{
    color:rgba(255,255,255,.76)!important;
    font-size:10px!important;
    line-height:1.35!important;
    text-decoration:none!important;
  }
  html body #btMobileFooterV6321 .bt-mobile-footer-bottom-v6321 .hp-security{
    display:none!important;
  }
}

@media (max-width:430px){
  html body #btMobileFooterV6321 .bt-mobile-footer-inner-v6321{
    padding-left:16px!important;
    padding-right:16px!important;
  }
  html body #btMobileFooterV6321 .bt-mobile-footer-brand-v6321{
    gap:10px!important;
  }
  html body #btMobileFooterV6321 .bt-footer-brand-link-v6333 img,
  html body #btMobileFooterV6321 .bt-store-logo.is-footer{
    max-width:142px!important;
    max-height:38px!important;
  }
  html body #btMobileFooterV6321 .bt-footer-social-v6333>a,
  html body #btMobileFooterV6321 .bt-footer-social-v6333>span,
  html body #btMobileFooterV6321 .hp-social>a,
  html body #btMobileFooterV6321 .hp-social>span{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
  }
  html body #btMobileFooterV6321 .bt-mobile-footer-columns-v6321{
    gap:20px 18px!important;
  }
}
