.header-search .select-custom {
  min-width: 144px;
}

.checkout-container select {
  border-color: #dfdfdf !important;
}

.logo img {
  max-width: 150px;

  width: 150px;
}

.header-search-wrapper select {
  padding-left: 1rem;
}


.top-categories a {
    gap: 1rem;
}

@media (min-width: 1460px) {
  .home-slide img {
    height: 434px;
  }
}
@media (max-width: 992px) {
  .home-slide img {
    height: 373px;
    object-fit: cover; /* metinli görsel varsa fill yapılmalıdır*/
  }
}
