/* TF mobile ortak içerik ve başlık üst boşluğu */
#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: 10px !important;
  margin-bottom: 6px !important;
}

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

/* Mobilde uzun SEO açıklamalarını ürünlerin üstünden kaldır. */
.tf-mobile-hide-desc,
.tf-premium-desc,
.tf-city-desc,
.tf-city-category-desc,
.category-additional-description,
.ulke-aciklama {
  display: none !important;
}

/* Breadcrumb: ince, sade ve kompakt. */
#hero_section {
  margin: 0 !important;
  padding: 0 !important;
}

#hero_section .breadcrumb {
  min-height: 40px !important;
  margin: 0 !important;
  padding: 8px 12px !important;
  display: flex !important;
  align-items: center !important;
  background: var(--tf-soft-bg) !important;
  background-image: none !important;
  border: 0 !important;
}

#hero_section .breadcrumb ol {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  overflow: hidden !important;
}

#hero_section .breadcrumb li {
  min-width: 0 !important;
  color: #555 !important;
  font-size: 13px !important;
  line-height: 24px !important;
  white-space: nowrap !important;
}

#hero_section .breadcrumb li a,
#hero_section .breadcrumb li span {
  color: #555 !important;
  text-decoration: none !important;
}

#hero_section .breadcrumb li:not(:last-child)::after {
  content: "›" !important;
  margin: 0 9px !important;
  color: #999 !important;
}

/* Sayfa başlığı. */
.tf-compact-page-title {
  margin: 10px auto 3px !important;
  padding: 0 14px !important;
  text-align: center !important;
}

.tf-compact-title-text {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Lora", Georgia, "Times New Roman", serif !important;
  font-size: clamp(21px, 5.5vw, 25px) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: var(--tf-text) !important;
}

/* Ürün sayısı ve sıralama: tek kompakt satır. */
.newproducts.products-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#js-product-list-top.tf-products-toolbar {
  width: calc(100% - 30px) !important;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  margin: 2px 15px 3px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  float: none !important;
  box-sizing: border-box !important;
}

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

.tf-products-toolbar .tf-product-count p {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--tf-muted) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
  text-align: left !important;
}

.tf-products-toolbar .tf-product-count p span {
  color: #555 !important;
  font-weight: 500 !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: 108px !important;
  margin: 0 !important;
}

.tf-products-toolbar .ozel-secim-kutusu select {
  width: 100% !important;
  height: 32px !important;
  margin: 0 !important;
  padding: 0 28px 0 11px !important;
  color: #4a4a4a !important;
  background: #fff !important;
  border: 1px solid #dddddd !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 32px !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;
}

/* Eski yardımcı sonuç metnini mobilde gösterme. */
#js-product-list-top .showing {
  display: none !important;
}


/* Kısa toolbar açıklaması mobilde gösterilmez. */
.tf-toolbar-description {
  display: none !important;
}
