/* TF ortak sayfa akışı: breadcrumb sonrasındaki eski içerik boşluğunu kaldır. */
#content.page-home {
  min-height: 0 !important;
  height: auto !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#content.page-home > .tf-compact-page-title {
  margin-top: 18px !important;
}

/*
 * TurkFlowers ülke/şehir ve kategori sayfaları
 * Yalnızca masaüstü görünüm
 */

/* Sayfanın gerçek H1 başlığı. */
.tf-compact-page-title {
  width: 100% !important;
  max-width: 1320px !important;
  margin: 18px auto 8px !important;
  padding: 0 20px !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

.tf-compact-title-text {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--tf-text) !important;
  font-family: "Lora", Georgia, "Times New Roman", serif !important;
  font-size: clamp(27px, 2vw, 34px) !important;
  font-weight: 500 !important;
  line-height: 1.22 !important;
  letter-spacing: -0.2px !important;
  text-align: center !important;
  text-transform: none !important;
}

/*
 * Ürün sayısı | kısa teslimat açıklaması | sıralama
 */
#js-product-list-top.tf-products-toolbar {
  width: 100% !important;
  max-width: 1320px !important;
  min-height: 44px !important;
  margin: 4px auto 12px !important;
  padding: 0 4px !important;
  display: grid !important;
  grid-template-columns: minmax(140px, 1fr) minmax(380px, 2.6fr) minmax(180px, 1fr) !important;
  align-items: center !important;
  column-gap: 24px !important;
  float: none !important;
  clear: both !important;
  box-sizing: border-box !important;
}

.tf-products-toolbar .tf-product-count,
.tf-products-toolbar .tf-toolbar-description,
.tf-products-toolbar .tf-product-sort {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.tf-products-toolbar .tf-product-count {
  grid-column: 1 !important;
  justify-self: start !important;
}

.tf-products-toolbar .tf-toolbar-description {
  grid-column: 2 !important;
  justify-self: stretch !important;
  min-width: 0 !important;
  text-align: center !important;
}

.tf-products-toolbar .tf-product-sort {
  grid-column: 3 !important;
  justify-self: end !important;
}

.tf-products-toolbar .tf-product-count p {
  margin: 0 !important;
  padding: 0 !important;
  color: #555 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
  white-space: nowrap !important;
}

.tf-products-toolbar .tf-toolbar-description p {
  margin: 0 !important;
  padding: 0 12px !important;
  overflow: hidden !important;
  color: #666 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.tf-products-toolbar .siralama-filtre-alani {
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
}

.tf-products-toolbar .ozel-secim-kutusu {
  position: relative !important;
  display: block !important;
  width: 180px !important;
  margin: 0 !important;
}

.tf-products-toolbar .ozel-secim-kutusu select {
  width: 100% !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 38px 0 15px !important;
  color: #484848 !important;
  background: #fff !important;
  border: 1px solid #dedede !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 42px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.tf-products-toolbar .ozel-secim-kutusu::after {
  content: "" !important;
  position: absolute !important;
  top: 46% !important;
  right: 15px !important;
  width: 8px !important;
  height: 8px !important;
  border: 0 !important;
  border-right: 1.5px solid #555 !important;
  border-bottom: 1.5px solid #555 !important;
  background: none !important;
  transform: translateY(-50%) rotate(45deg) !important;
  pointer-events: none !important;
}
