/* Country sayfası – sepet ikonu 15px (icon.css üzerine zorunlu) */

.country-page .country-icon-15,
.country-page .country-head__basket .icon-basket-wrap,
.country-page .country-head__basket .icon-basket-wrap .icon-bag,
.country-page .country-head__basket .icon-bag.icon-header-svg,
.country-page .ulke-satis-mark .icon-bag,
.country-page .ulke-satis-mark .icon-header-svg,
.country-page .ulke-satis-mark .country-icon-15 {
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  min-height: 15px !important;
  max-width: 15px !important;
  max-height: 15px !important;
  background-size: 15px 15px !important;
  background-position: center center !important;
  margin-top: 0 !important;
  display: inline-block !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
}

.country-page .country-head__basket .icon-basket-wrap {
  position: relative !important;
  line-height: 0 !important;
}

.country-page .country-head__basket .icon-basket-count {
  font-size: 7px !important;
}

.country-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 50px 10px 15px;
}

.country-head .logo {
  text-align: center;
}

.country-head__basket {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  line-height: 0;
}

.ulke-satis-mark {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  line-height: 0;
}

.ulke-satis-acik {
  font-weight: 600;
}

.ulke-satis-legend {
  margin: 10px 0 0;
  padding: 0;
  font-size: 11px;
  color: #888;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 6px;
}

.search-li .ulke-satis-mark {
  float: right;
  margin-left: 8px;
}

@media (max-width: 767.98px) {
  .country-head {
    padding-right: 48px;
  }

  .country-head__basket {
    right: 10px;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
