/* Tema + mobil CSS çakışmalarını giderir — tüm sayfalarda son yüklenmeli */

/* SVG sprite ikonları asla tam genişliğe yayılmasın */
svg.icon,
svg[class*="icon-"],
.Auth-header svg.icon,
.Languages__dropdown svg.icon {
  max-width: none !important;
  flex-shrink: 0;
}

.Auth-header .icon-profile {
  width: 48px;
  height: 48px;
}

.Languages__dropdown .icon--down-arrow {
  width: 10px;
  height: 10px;
}

/* Sağ sabit sosyal çubuk */
.social-icons svg {
  width: 22px !important;
  height: 22px !important;
  max-width: 22px !important;
}

/* Bootstrap dropdown yedek */
.Languages__dropdown,
.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1050;
  min-width: 140px;
  margin: 4px 0 0;
  padding: 6px 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.dropdown.show > .dropdown-menu,
.dropdown-menu.show {
  display: block;
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  color: #222;
  text-decoration: none;
  font-size: 13px;
}

.dropdown-item:hover {
  background: #f5f5f5;
  color: #222;
}

/* Header */
.btn-yellow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background: #f3ea29;
  color: #111 !important;
  font-weight: 700;
  border-radius: 20px;
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
  min-height: 34px;
  box-sizing: border-box;
}

.header-search-btn {
  box-sizing: border-box;
  flex-shrink: 0;
}

.Auth--login .Auth-header__title .description {
  color: rgba(255, 255, 255, 0.75) !important;
}

.logo_content img {
  width: auto;
  max-height: 52px;
  height: auto;
  background: transparent !important;
}

.logo_content a {
  display: inline-flex;
  align-items: center;
  background: transparent !important;
  padding: 0;
  border: none;
  box-shadow: none;
}

/* ─── Footer düzeni (bozulmayı önler) ─── */
.footerbg {
  display: block !important;
  width: 100%;
  padding: 30px 0 !important;
}

.footerbg .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.footerbg .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.footerbg [class*="col-"] {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .footerbg .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .footerbg .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 992px) {
  .footerbg .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .footerbg .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.footerbg > .container > .row > .col-lg-4 img[src*="logo_light"],
.footerbg > .container > .row > .col-md-4 img[src*="logo_light"] {
  width: auto !important;
  max-width: 250px !important;
  height: auto;
  display: block;
}

.footerbg img[src*="stores.png"] {
  width: auto !important;
  max-width: 150px !important;
  height: auto;
}

.Footer-socials {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.Footer-socials__item {
  display: inline-flex;
  margin: 0;
  flex: 0 0 auto;
}

.Footer-socials__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}

.Footer-socials__item img {
  width: 22px !important;
  height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  display: block;
  object-fit: contain;
}

.foot-title {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 12px;
}

.foot-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.foot-ul li {
  margin-bottom: 6px;
}

.foot-link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 14px;
}

.foot-link:hover {
  color: #f3ea29;
  text-decoration: none;
}

/* Üst güvenlik bandı logosu */
#flippanel img {
  max-width: 120px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

/* Ana sayfa container */
.container-90 {
  width: 90%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.containerfullwidth {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
