.shop-banner {
  background-image: url("../media/images/shop_banner_3.jpg");
  height: 120px; /* Maksimum yükseklik */
  border-radius: 6px 6px 0px 0px;
}

.seller-logo {
  width: 60px;
  border-radius: 9999px;
  background-color: white;
  border: solid 1px #e6e6e6;
}

.shop-score-area {
  padding: 1px 6px 1px 6px;
  background-color: #08b449;
  border-radius: 4px;
}

.follow-seller-button {
  padding: 6px 32px 6px 32px;
  background-color: white;
  border: none;
  color: #232f3e;
  border-radius: 4px;
  cursor: pointer;
}

.follow-seller-button:hover {
  background-color: #232f3e;
  color: white;
}

.seller-tabs-container {
  border-right: solid 1px #e6e6e6;
  border-left: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 6px 6px;
}

.seller-search-bar:focus {
  border-color: #232f3e;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  /* border: 2px; */
}

.seller-search-bar {
  width: 100%;
  border-radius: 6px;
  transition: border-radius 0.3s;
  background-color: #f3f3f3;
}

.seller-search-bar.no-bottom-radius {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.search-bar-icon {
  position: absolute;
  top: 7.5px;
  right: 4px;
  color: #232f3e;
  background-color: #f3f3f3;
  border: none;
}

.seller-tab-title {
  position: relative;
  display: inline-block;
  padding-bottom: 18px; /* Hover sırasında alt çizgi eklemek için yer ayırır */
  padding-top: 18px; /* Hover sırasında alt çizgi eklemek için yer ayırır */
}

/* .seller-tab-title:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #232f3e;
} */

.seller-tab-title:hover {
  /* font-family: "sansProSemibold"; */
  color: #000;
  border-bottom: solid 2px #232f3e;
  transition: color 0.5s;
}

.search-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #232f3e;
  border-top: none;
  box-shadow: 0px 11px 0px -120px rgba(0, 0, 0, 0.19),
    0px 6px 6px 0px rgba(0, 0, 0, 0.23);
  z-index: 1000;
  border-radius: 0px 0px 6px 6px;
}
