/*
  Kechila - Özel Bileşen Stilleri
  Tema Renkleri: Açık (#80BC54), Koyu (#225325)
  Not: Sadece .brt_* isimli sınıflar hedeflenmiştir; Bootstrap sınıflarına direkt müdahale edilmez.
*/

:root {
  --brt-primary: #80bc54;
  --brt-secondary: #225325;
  --brt-primary-700: #6aa444;
  --brt-primary-50: #f0f7ea;
  --brt-deep: #225325;
  --brt-deep-800: #1c431f;
  --brt-deep-50: #eaf2ec;
  --brt-text: #2b2b2b;
  --brt-muted: #6b7280;
  --brt-border: #e5e7eb;
  --brt-white: #ffffff;
  --brt-black: #000;
  --brt-form-h: 52px; /* input yüksekliği */
  --brt-form-radius: 30px; /* köşe */
  --brt-border-radius: 30px; /* genel border radius */
}
body {
  overflow-x: hidden;
}
.brt-segment-card.is-open .brt-segment-card__title,
.brt-segment-card.is-open .brt-segment-card__desc,
.brt-segment-card.is-open .brt-segment-card__meta {
  color: var(--brt-white) !important;
}
.brt-segment-card.is-open .brt-segment-card__meta {
  text-shadow: 1px 1px 6px #000 !important;
}

@media (max-width: 768px) {
  .tpproduct-arrow-left,
  .tpproduct-arrow-right {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .sepete-ekle-btn {
    width: 100%;
    font-size: 13px;
    padding: 5px;
  }
} /* === Ürün Kartları: Eşit Yükseklik + Sabit Fiyat/Buton Hattı (FULL) === */
@media (max-width: 768px) {
  .tpproduct-active-2 {
    overflow: hidden;
  }
} /* === Ürün Kartları: Eşit Yükseklik + Sabit Fiyat/Buton Hattı (FULL) === */

/* Kolonları esnet: iç kart %100 yükseklik alsın */
.tpproduct__shop-item > .col,
.tpproduct__shop-item > [class^="col-"],
.tpproduct__shop-item > [class*=" col-"] {
  display: flex;
  min-width: 0;
}

/* Flash indirim geri sayım - Responsive */
.flash-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  color: #b42318;
  background: linear-gradient(135deg, #fee4e2, #fecaca);
  padding: 8px 12px;
  border-radius: var(--brt-form-radius);
  line-height: 1;
  margin: 8px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #fca5a5;
  transition: all 0.3s ease;
}

.flash-countdown:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.flash-countdown .label {
  color: #9b1c14;
  font-weight: 500;
  font-size: 0.9rem;
}

.flash-countdown .time {
  color: #dc2626;
  font-weight: 700;
  font-size: 0.9rem;
  font-weight: 800;
}

/* Segment indirim geri sayım - Ürün kartı */
.segment-discount-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  color: #92400e;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  padding: 8px 12px;
  border-radius: var(--brt-form-radius);
  line-height: 1;
  margin: 8px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #fbbf24;
  transition: all 0.3s ease;
}

.segment-discount-countdown:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.segment-discount-countdown .label {
  color: #78350f;
  font-weight: 500;
  font-size: 0.9rem;
}

.segment-discount-countdown .time {
  color: #b45309;
  font-weight: 800;
  font-size: 0.9rem;
}

.tpproduct .segment-discount-countdown {
  width: 100%;
  margin: 8px 0 12px 0;
  padding: 6px 10px;
  font-size: 0.85rem;
}

/* Segment indirim geri sayım - Ürün detay */
.segment-discount-countdown-detail {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  padding: 10px 16px;
  border-radius: var(--brt-form-radius);
  border: 1px solid #fbbf24;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.segment-discount-countdown-detail .text-warning {
  color: #92400e !important;
  font-size: 0.95rem;
}

.segment-discount-countdown-detail strong {
  color: #b45309;
  font-size: 1.05rem;
  font-weight: 800;
}

/* Segment indirim anasayfa section */
.brt_segment_discount_section {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 50%, #fff7ed 100%);
  border-top: 2px solid #fbbf24;
  border-bottom: 2px solid #fbbf24;
}

.brt_segment_discount_section .tpsection__title {
  color: #92400e;
}

.brt_seg_timer_box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #fff;
  font-weight: 800;
  font-size: 0.9rem;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(217, 119, 6, 0.3);
}

.brt_seg_timer_sep {
  color: #d97706;
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 32px;
}

@media (max-width: 767px) {
  .brt_segment_discount_section .tpsection {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .brt_seg_disc_header_timer {
    justify-content: center;
  }
  .brt_seg_timer_box {
    min-width: 28px;
    height: 28px;
    font-size: 0.8rem;
  }
}

/* Ürün kartında flash countdown - Kategoriler altında */
.tpproduct .flash-countdown {
  width: 100%;
  margin: 8px 0 12px 0;
  padding: 6px 10px;
  font-size: 0.85rem;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tpproduct {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Görsel alanı sabit oran (kare) ve kırpmasız */
.tpproduct .tpproduct__thumb {
  width: 100%;
}
.tpproduct .tpproduct__thumb a,
.tpproduct .tpproduct__thumb picture {
  display: block;
  width: 100%;
  height: 100%;
}
.tpproduct .tpproduct__thumb img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #fff;
}

/* İndirim rozeti (sol üst) */
.tpproduct .brt-discount-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
  background: var(--brt-primary);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.2px;
  padding: 6px 8px;
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(128, 188, 84, 0.24);
}
.tpproduct .brt-discount-badge__pct {
  line-height: 1;
}

/* İçerik iskeleti */
.tpproduct .tpproduct__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

/* Kart içinde kategori satırı (tek satır, … ile kes) */
.tpproduct .brt-product-cats {
  color: var(--brt-muted);
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Marka satırı yer tutsun */
.tpproduct .tpproduct__content-weight {
  min-height: 18px;
}

/* Başlık 2 satır clamp */
.tpproduct .tpproduct__title {
  margin: 0;
}
.tpproduct .tpproduct__title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: large;
  line-height: 1.35;
  min-height: calc(1.33em * 2);
}
.flashtpproduct_title a {
  min-height: calc(1rem * 2) !important;
}
/* Fiyat + Buton hattı: her kartta DIPTE ve sabit yükseklik */
.tpproduct .brt_price_cart {
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 52px;
}
.tpproduct .tpproduct__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  min-width: 0;
}
.tpproduct .tpproduct__price.has-price-badge {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4px;
}
.tpproduct .tpproduct__price.has-price-badge .brt-price-badge {
  flex-basis: 100%;
  margin-right: 0;
  font-weight: 600;
  font-size: 0.85rem;
  white-space: nowrap;
}
.tpproduct .tpproduct__price.has-price-badge .price-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.tpproduct .tpproduct__price .new-price,
.tpproduct .tpproduct__price del {
  white-space: nowrap;
}
/* subtle old price tone */
.brt-old-price {
  color: var(--brt-muted);
  opacity: 0.9;
}
/* old price should not push button out */
.tpproduct .tpproduct__price del {
  color: var(--brt-muted);
  opacity: 0.9;
  max-width: 50%;
  overflow: visible;
  text-overflow: unset;
  white-space: nowrap;
}

/* Buton — sabit yüksekliği padding ile ver, taşma yok */
.tpproduct .sepete-ekle-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  min-height: 40px;
  line-height: 1.2;
  border-radius: var(--brt-form-radius, 30px);
  max-width: 100%;
  flex-shrink: 0;
  width: 100%;
}

/* Minimal & tok kart görünümü (opsiyonel ama hoş) */
.tpproduct.brt-card {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid var(--brt-border);
  border-radius: 16px;
  /* padding: 15px; */
  box-sizing: border-box;
  background: var(--brt-white);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.08s ease;
}
.tpproduct.brt-card:hover {
  border-color: color-mix(in srgb, var(--brt-primary) 35%, var(--brt-border));
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  /* transform: translateY(-1px); */
}
.tpproduct.brt-card .tpproduct__thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--brt-deep-50);
  /* Chip'lerin absolute positioning için referans noktası */
}
.tpproduct.brt-card .tpproduct__shopping {
  position: absolute;
  right: 8px;
  top: 8px;
  display: flex;
  gap: 6px;
  opacity: 1;
  visibility: visible;
  z-index: 9999999999999;
}
.tpproduct.brt-card .tpproduct__shopping a {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--brt-border);
  display: grid;
  place-items: center;
  color: var(--brt-muted);
  transition:
    border-color 0.15s ease,
    color 0.15s ease,
    background 0.15s ease,
    transform 0.08s ease;
}
.tpproduct.brt-card .tpproduct__shopping a:hover {
  color: var(--brt-deep);
  background: #fff;
  border-color: var(--brt-primary);
  transform: translateY(-1px);
}

/* === Mobil düzen: 2 sütun grid + taşma asla yok === */
@media (max-width: 575.98px) {
  /* Grid'e geç: iki sütun */
  .tpproduct__shop-item {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }

  /* Ürün kartı yüksekliği artırıldı */
  .tpproduct.brt-card {
    min-height: 420px;
    display: flex;
    flex-direction: column;
  }

  /* Resim alanı büyütüldü ve öne çıkarıldı */
  .tpproduct .tpproduct__thumb {
    height: 240px;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .tpproduct .tpproduct__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 0;
  }

  /* Kart içinde alt şerit dikey dizilsin: fiyat üstte, buton altta */
  .tpproduct .brt_price_cart {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    min-height: unset; /* sabit yükseklik gerekmiyor */
    flex-grow: 1;
    width: 100%;
  }

  .tpproduct .tpproduct__content {
    padding: 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
  }

  .tpproduct .tpproduct__price {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4px;
  }
  .tpproduct .tpproduct__price.has-price-badge .brt-price-badge {
    font-size: 0.78rem;
    margin-bottom: 2px;
  }
  .tpproduct .tpproduct__price.has-price-badge .price-stack {
    gap: 1px;
  }

  .tpproduct .tpproduct__price del {
    max-width: 100%;
    overflow: visible;
    text-overflow: unset;
  }

  .tpproduct .sepete-ekle-btn {
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    min-height: 44px; /* dokunmatik konfor */
  }

  /* Mobil flash countdown */
  .tpproduct .flash-countdown {
    padding: 4px 6px;
    font-size: 0.75rem;
    margin: 5px 0 8px 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .tpproduct .flash-countdown .label {
    font-size: 0.7rem;
  }

  .tpproduct .flash-countdown .time {
    font-size: 0.7rem;
  }

  /* Mobil segment discount countdown */
  .tpproduct .segment-discount-countdown {
    padding: 4px 6px;
    font-size: 0.75rem;
    margin: 5px 0 8px 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .tpproduct .segment-discount-countdown .label {
    font-size: 0.7rem;
  }

  .tpproduct .segment-discount-countdown .time {
    font-size: 0.7rem;
  }

  .segment-discount-countdown-detail {
    padding: 8px 12px;
  }

  .segment-discount-countdown-detail .text-warning {
    font-size: 0.85rem;
  }

  .segment-discount-countdown-detail strong {
    font-size: 0.9rem;
  }
}
/* kategori kart ve ürün kartı devamı */
/* ==== Ürün Kartı: “Al Beni” Chip’leri ==== */
/* ==== Animasyonlu Chip Carousel Sistemi ==== */
.brt_chip_carousel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 24px; /* Minimal yükseklik */
  overflow: hidden;
  border-radius: 0; /* Köşe yok, düz yapışık */
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: none; /* Kenarlık yok */
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
  border-top: 1px solid rgba(128, 188, 84, 0.1); /* Sadece üst çizgi */
  z-index: 2;
}

.brt_chip_track {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 6px; /* Minimal yan boşluk */
}

.brt_chip_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(10px) scale(0.95);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 6px;
}

.brt_chip_slide.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.brt_chip_slide.exiting {
  opacity: 0;
  transform: translateY(-20px) scale(0.95);
}

.brt_chiprow {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
  min-width: 0;
  max-width: 100%;
}

/* Chip tasarımları */
.brt_chip {
  --c: var(--brt-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px; /* Icon ve text arası minimal boşluk */
  width: auto;
  max-width: 100%;
  padding: 3px 8px; /* Çok ince padding */
  border-radius: 4px; /* Minimal köşe */
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1px;
  /* background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--c) 15%, #fff),
    color-mix(in srgb, var(--c) 10%, #fff)
  ); */
  color: var(--brt-deep);
  border: 1px solid color-mix(in srgb, var(--c) 25%, transparent);
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06); */
  line-height: 1;
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 100%; /* Carousel yüksekliğini doldur */
  border-radius: var(--brt-form-radius, 30px);
  background-color: #fff;
}

.brt_chip::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transform: rotate(45deg) translate(-100%, -100%);
  transition: transform 0.6s ease;
}

.brt_chip:hover::before {
  transform: rotate(45deg) translate(100%, 100%);
}

/* Chip text yapısı - yan yana */
.brt_chip_text {
  display: inline-flex;
  align-items: center;
  gap: 3px; /* Label ve sublabel arası */
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.brt_chip_label {
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brt_chip_sublabel {
  font-weight: 600;
  font-size: 9px;
  opacity: 0.9;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Icon stilleri */
.brt_chip i {
  font-size: 11px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
  flex-shrink: 0;
}

/* Özel chip türleri */
.brt_chip--free {
  --c: var(--brt-primary);
  color: #0b2b11;
}

@media (max-width: 575.98px) {
  .brt_chip_carousel {
    height: 18px; /* Mobilde daha ince */
  }

  .brt_chip_track {
    padding: 0 4px;
  }

  .brt_chip {
    padding: 2px 6px; /* Daha ince */
    font-size: 9px;
    gap: 3px;
  }

  .brt_chip_label {
    font-weight: 700;
    font-size: 9px;
    line-height: 1;
  }

  .brt_chip_sublabel {
    font-weight: 600;
    font-size: 8px;
    opacity: 0.9;
    line-height: 1;
  }

  /* Icon stilleri */
  .brt_chip i {
    font-size: 10px;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
    flex-shrink: 0;
  }
}

/* Özel chip türleri */
.brt_chip--free {
  --c: var(--brt-primary);
  color: #0b2b11;
  background: linear-gradient(135deg, #e8f5e1, #f0f7ea);
  border-color: var(--brt-primary);
  /* box-shadow: 0 3px 15px rgba(128, 188, 84, 0.25); */
}

.brt_chip--hot {
  --c: #ff6b35;
  color: #8b2500;
  background: linear-gradient(135deg, #fff3f0, #ffe8e1);
  border-color: #ff6b35;
  box-shadow: 0 3px 15px rgba(255, 107, 53, 0.25);
}

.brt_chip--new {
  --c: #3b82f6;
  color: #1e3a8a;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border-color: #3b82f6;
  /* box-shadow: 0 3px 15px rgba(59, 130, 246, 0.25); */
}

.brt_chip--low {
  --c: #f59e0b;
  color: #92400e;
  background: linear-gradient(135deg, #fffbeb, #fef3c7);
  border-color: #f59e0b;
  border-style: dashed;
  box-shadow: 0 3px 15px rgba(245, 158, 11, 0.25);
}

.brt_chip--tax {
  --c: #6366f1;
  color: #3730a3;
  background: linear-gradient(135deg, #f0f0ff, #e5e7ff);
  border-color: #6366f1;
  /* box-shadow: 0 3px 15px rgba(99, 102, 241, 0.25); */
}

.brt_chip--savings {
  --c: #10b981;
  color: #064e3b;
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  border-color: #10b981;
  box-shadow: 0 3px 15px rgba(16, 185, 129, 0.25);
}

.brt_chip--flash_savings {
  --c: #dc2626;
  color: #7f1d1d;
  background: linear-gradient(135deg, #fef2f2, #fee2e2);
  border-color: #dc2626;
  box-shadow: 0 3px 15px rgba(220, 38, 38, 0.25);
  position: relative;
  animation: flashGlow 2s infinite alternate;
}

@keyframes flashGlow {
  0% {
    box-shadow:
      0 3px 15px rgba(220, 38, 38, 0.25),
      0 0 0 0 rgba(220, 38, 38, 0.2);
  }
  100% {
    box-shadow:
      0 3px 15px rgba(220, 38, 38, 0.4),
      0 0 0 3px rgba(220, 38, 38, 0.1);
  }
}

.brt_chip--flash_savings .brt_chip_label {
  background: linear-gradient(45deg, #dc2626, #ef4444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
}

/* Pulse animasyonu için dot */
.brt_chip .brt_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  position: relative;
  display: inline-block;
  margin-right: 6px;
  animation: brtPulse 2.5s infinite;
}

/* Her chip türü için özel dot renkleri */
.brt_chip--free .brt_dot {
  background: var(--brt-primary);
  box-shadow: 0 0 0 0 rgba(128, 188, 84, 0.7);
}

.brt_chip--hot .brt_dot {
  background: #ff6b35;
  box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.7);
}

.brt_chip--savings .brt_dot {
  background: #10b981;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
}

.brt_chip--flash_savings .brt_dot {
  background: #dc2626;
  box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.7);
}

.brt_chip--low .brt_dot {
  background: #f59e0b;
  box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.7);
}

@keyframes brtPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/* Her chip türü için özel pulse animasyonları */
@keyframes brtPulseFree {
  0% {
    box-shadow: 0 0 0 0 rgba(128, 188, 84, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(128, 188, 84, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(128, 188, 84, 0);
  }
}

@keyframes brtPulseHot {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(255, 107, 53, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 107, 53, 0);
  }
}

@keyframes brtPulseSavings {
  0% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(16, 185, 129, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

@keyframes brtPulseFlash {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(220, 38, 38, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0);
  }
}

@keyframes brtPulseLow {
  0% {
    box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(245, 158, 11, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(245, 158, 11, 0);
  }
}

/* Chip türlerine göre animasyon atama */
.brt_chip--free .brt_dot {
  animation: brtPulseFree 2.5s infinite;
}

.brt_chip--hot .brt_dot {
  animation: brtPulseHot 2.5s infinite;
}

.brt_chip--savings .brt_dot {
  animation: brtPulseSavings 2.5s infinite;
}

.brt_chip--flash_savings .brt_dot {
  animation: brtPulseFlash 2.5s infinite;
}

.brt_chip--low .brt_dot {
  animation: brtPulseLow 2.5s infinite;
}

/* Mobil için chip carousel */
@media (max-width: 575.98px) {
  .brt_chip_carousel {
    height: 20px;
  }

  .brt_chip_track {
    padding: 0 2px;
  }

  .brt_chip {
    padding: 4px 6px;
    font-size: 10px;
    gap: 4px;
  }

  .brt_chip_label {
    font-weight: 700;
    font-size: 10px;
    line-height: 1.1;
  }

  .brt_chip_sublabel {
    font-weight: 600;
    font-size: 8px;
    opacity: 0.9;
    line-height: 1;
  }

  /* Icon stilleri */
  .brt_chip i {
    font-size: 11px;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
    flex-shrink: 0;
  }

  /* Mobilde fiyat düzeni alt alta */
  .tpproduct .price-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .tpproduct .price-stack .new-price {
    font-size: 16px;
    font-weight: 700;
  }

  .tpproduct .price-stack .old-price {
    font-size: 13px;
    margin: 0;
  }
}

/* Desktop'ta yan yana fiyat */
@media (min-width: 576px) {
  .tpproduct .price-stack {
    display: flex;
    align-items: baseline;
    gap: 8px;
  }
}

/* Butona ufak “lift+bounce” (var olan efekte minik ölçek ekleyelim) */
.tpproduct .sepete-ekle-btn:hover {
  transform: translateY(-1px) scale(1.015);
} /* mevcut kuralı genişletiyoruz */

/* İndirim rozetine hafif canlılık */
.tpproduct .brt-discount-badge {
  position: absolute;
  z-index: 3;
} /* zaten var, vurguyu güçlendirelim */ /* :contentReference[oaicite:3]{index=3} */
.tpproduct:hover .brt-discount-badge {
  transform: translateY(-1px);
  transition: 0.18s ease;
}
.tpproduct .brt-discount-badge::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 12px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  pointer-events: none;
  animation: badgePing 1.8s infinite;
}
@keyframes badgePing {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* === Ürün kartı: daha sıkı içerik === */
.tpproduct__content {
  padding: 10px 12px 12px; /* üstü kıstık */
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.tpproduct__title {
  margin: 6px 0 4px;
  line-height: 1.25;
  display: -webkit-box; /* 2 satırla kısalt */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-weight: 600 !important;
}
.brt-product-cats {
  margin: 2px 0 6px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.brt_chiprow {
  margin-top: 6px;
} /* chip’ler de kompakt olsun */

/* === Fiyat + Sepete Ekle: akıllı (auto-stack) düzen === */
/* Genişlik yeterliyken yan yana; daralınca otomatik alt alta */
.brt_price_cart {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}
.brt_price_cart .tpproduct__price {
  justify-self: start;
}
.brt_price_cart .sepete-ekle-btn {
  justify-self: end; /* yan yanayken sağda dursun */
  padding: 10px 14px;
}

/* Grid desteklemeyen eski tarayıcılar için güvenli esneme (fallback) */
@supports not (display: grid) {
  .brt_price_cart {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .brt_price_cart .tpproduct__price {
    flex: 1 1 160px;
    min-width: 160px;
  }
  .brt_price_cart .sepete-ekle-btn {
    flex: 1 1 160px;
    min-width: 160px;
  }
}
.tpproduct__shopping a {
  opacity: 1 !important;
  visibility: visible !important;
}
/* Çok dar kartlarda butonu tam genişlik yap (isteğe bağlı, hoş duruyor) */
@media (max-width: 480px) {
  .brt_price_cart .sepete-ekle-btn {
    width: 100%;
    text-align: center;
  }
}

/* Flash pill - base */
.brt-flash-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  font-weight: 700;
  font-size: 12px;
  color: #1c1c1c;
  background: linear-gradient(180deg, #fff, #f6fbf1);
  border: 1px solid color-mix(in srgb, var(--brt-primary) 30%, #fff);
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(128, 188, 84, 0.25);
}
.brt-flash-pill .label {
  color: var(--brt-deep);
  opacity: 0.85;
}
.brt-flash-pill .money {
  color: var(--brt-deep);
}
.brt-flash-pill .fa-bolt {
  color: var(--brt-primary-700);
}

/* Flash pill under discount badge (card overlay) */
.tpproduct .brt-flash-pill {
  position: absolute;
  left: 5px;
  top: 2px;
  z-index: 3;
  background: linear-gradient(135deg, #dc2626, #ef4444);
  border: 2px solid #fca5a5;
  animation: flashPillPulse 2s ease-in-out infinite;
  box-shadow:
    0 4px 16px rgba(220, 38, 38, 0.4),
    0 0 20px rgba(220, 38, 38, 0.2);
}

.tpproduct .brt-flash-pill .money {
  color: #fff;
  font-weight: 800;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.tpproduct .brt-flash-pill .label {
  color: #fecaca;
  font-weight: 600;
}

.tpproduct .brt-flash-pill .fa-bolt {
  color: #fbbf24;
  animation: flashBoltSpin 3s linear infinite;
}

@keyframes flashPillPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 4px 16px rgba(220, 38, 38, 0.4),
      0 0 20px rgba(220, 38, 38, 0.2);
  }
  50% {
    transform: scale(1.05);
    box-shadow:
      0 6px 20px rgba(220, 38, 38, 0.6),
      0 0 30px rgba(220, 38, 38, 0.3);
  }
}

@keyframes flashBoltSpin {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* In flash mode, stack price and button vertically */
.tpproduct.brt-card.is-flash .brt_price_cart {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
.tpproduct.brt-card.is-flash .sepete-ekle-btn {
  width: 100%;
}

/* Flash product special styling */
.tpproduct.brt-card.is-flash .tpproduct__title a {
  background: linear-gradient(45deg, #dc2626, #ef4444, #f97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  text-shadow: none;
  position: relative;
  animation: flashTitleGlow 2s ease-in-out infinite alternate;
}

.tpproduct.brt-card.is-flash .new-price {
  background: linear-gradient(45deg, #dc2626, #ef4444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
  font-size: 1.2em;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tpproduct.brt-card.is-flash .new-price::before {
  content: "\f0e7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #dc2626;
  font-size: 0.8em;
  animation: flashPriceIcon 1.5s ease-in-out infinite;
}

.tpproduct.brt-card.is-flash .new-price::after {
  content: "\f0e7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #dc2626;
  font-size: 0.8em;
  animation: flashPriceIcon 1.5s ease-in-out infinite reverse;
}

/* Flash animations */
@keyframes flashTitleGlow {
  0% {
    filter: drop-shadow(0 0 2px rgba(220, 38, 38, 0.3));
  }
  100% {
    filter: drop-shadow(0 0 8px rgba(220, 38, 38, 0.6));
  }
}

@keyframes flashPriceIcon {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}

@keyframes flashTitleIcon {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1) rotate(5deg);
    opacity: 1;
  }
}

/* Flash Sale Progress Bar */
.brt-flash-sale {
  margin-top: 8px;
}
.brt-flash-sale__bar {
  position: relative;
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: var(--brt-deep-50);
  border: 1px solid color-mix(in srgb, var(--brt-deep) 10%, #fff);
  overflow: hidden;
}
.brt-flash-sale__fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  background: linear-gradient(
    90deg,
    var(--brt-primary),
    var(--brt-primary-700)
  );
  box-shadow:
    inset 0 0 10px rgba(0, 0, 0, 0.06),
    0 2px 8px rgba(128, 188, 84, 0.25);
  border-radius: inherit;
}
.brt-flash-sale__fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.18) 0,
    rgba(255, 255, 255, 0.18) 8px,
    rgba(255, 255, 255, 0) 8px,
    rgba(255, 255, 255, 0) 16px
  );
  background-size: 32px 32px;
  animation: brtStripe 3s linear infinite;
  border-radius: inherit;
}
@keyframes brtStripe {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 64px 0;
  }
}
.brt-flash-sale__meta {
  margin-top: 6px;
  display: flex;
  justify-content: flex-end; /* sadece sagda goster */
  gap: 8px;
  font-size: 12px;
  color: var(--brt-muted);
}

@media (max-width: 575.98px) {
  .brt-flash-sale__bar {
    height: 10px;
  }
}

/* Kampanya kayan şerit (header altı) */
.brt_promo_ticker {
  --brt-height: 32px;
  position: sticky;
  top: var(--brt-header-offset, 0); /* header yüksekliği kadar boşluk bırak */
  z-index: 900; /* header'dan küçük, içerikten büyük */
  height: var(--brt-height);
  display: flex;
  align-items: center;
  background: var(--brt-deep-800, #1c431f);
  color: var(--brt-white, #fff);
  overflow: hidden;
  border-bottom: 2px solid var(--brt-primary, #80bc54);
}

.brt_promo_mask {
  position: relative;
  flex: 1;
  height: 100%;
  overflow: hidden;
}

/* Kenarlarda hoş bir fade efekti */
.brt_promo_mask::before,
.brt_promo_mask::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 56px;
  pointer-events: none;
  z-index: 2;
}
.brt_promo_mask::before {
  left: 0;
  background: linear-gradient(
    90deg,
    var(--brt-deep-800, #1c431f),
    rgba(28, 67, 31, 0)
  );
}
.brt_promo_mask::after {
  right: 0;
  background: linear-gradient(
    270deg,
    var(--brt-deep-800, #1c431f),
    rgba(28, 67, 31, 0)
  );
}

.brt_promo_track {
  position: relative;
  display: flex;
  align-items: center;
  gap: 44px;
  white-space: nowrap;
  will-change: transform;
  animation: brt_ticker_scroll 30s linear infinite;
  padding: 0 16px;
  height: 100%;
}
.brt_promo_track.brt_center {
  animation: none;
  justify-content: center;
}
.brt_promo_track.brt_center [data-brt-clone="1"] {
  display: none;
}
.brt_promo_ticker:hover .brt_promo_track {
  animation-play-state: paused;
}

.brt_promo_item {
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #f3f4f6;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
}
.brt_promo_item::after {
  content: "•";
  margin-left: 44px;
  color: var(--brt-primary, #80bc54);
  font-weight: 900;
}

@media (max-width: 768px) {
  .brt_promo_ticker {
    --brt-height: 30px;
  }
  .brt_promo_track {
    gap: 28px;
  }
  .brt_promo_item::after {
    margin-left: 28px;
  }
}

@keyframes brt_ticker_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ====== BRT: Ürün Kart Albeni Dokunuşları (hover/animasyon) ====== */
.tpproduct {
  position: relative;
  background: var(--brt-white);
  border-radius: 14px;
}
.tpproduct::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 1px;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--brt-primary) 65%, #fff),
    rgba(128, 188, 84, 0.15)
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.18s ease;
  pointer-events: none;
}
.tpproduct:hover::after {
  opacity: 1;
}

.tpproduct .tpproduct__thumb {
  overflow: hidden;
  border-radius: 12px 12px 0 0; /* Alt kısmı tamamen düz */
  position: relative;
  margin-bottom: 0; /* Hiç boşluk yok */
}
.tpproduct .tpproduct__thumb img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #fff;
  transition:
    transform 0.35s ease,
    filter 0.35s ease;
  margin-bottom: 0; /* Alt boşluk yok */
}
.tpproduct:hover .tpproduct__thumb img {
  transform: scale(1.05);
  filter: saturate(1.05) brightness(1.02);
}
.tpproduct .tpproduct__thumb::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -30%;
  width: 60%;
  height: 300%;
  transform: rotate(20deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.22),
    transparent
  );
  opacity: 0;
  transition:
    opacity 0.2s ease,
    transform 0.6s ease;
}
.tpproduct:hover .tpproduct__thumb::after {
  opacity: 1;
  transform: translateX(260%) rotate(20deg);
}

.tpproduct .tpproduct__shopping {
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}
.tpproduct:hover .tpproduct__shopping {
  opacity: 1;
  transform: translateY(0);
}

/* subtle lift on hover for more “al beni” */
.tpproduct.brt-card {
  transition:
    box-shadow 0.2s ease,
    transform 0.12s ease;
}
.tpproduct.brt-card:hover {
  box-shadow: 0 12px 26px rgba(34, 83, 37, 0.08);
  /* transform: translateY(-2px); */
}

/* Tablet ve küçük ekranlar için resim alanı büyütüldü */
@media (max-width: 992px) and (min-width: 769px) {
  .tpproduct .tpproduct__price {
    flex-wrap: nowrap !important;
  }

  .tpproduct.brt-card {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  /* .tpproduct .tpproduct__thumb {
    height: 220px;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  } */

  /* .tpproduct .tpproduct__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 0;
  } */

  .tpproduct .tpproduct__content {
    padding: 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
  }

  /* Tablet flash countdown */
  .tpproduct .flash-countdown {
    padding: 5px 8px;
    font-size: 0.8rem;
    margin: 6px 0 10px 0;
  }
}

/* Küçük tablet için de resim öne çıksın */
@media (max-width: 768px) and (min-width: 577px) {
  .tpproduct .tpproduct__price {
    flex-wrap: nowrap !important;
  }

  .tpproduct.brt-card {
    min-height: 380px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .tpproduct .tpproduct__thumb {
    height: 200px;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .tpproduct .tpproduct__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 0;
  }

  .tpproduct .tpproduct__content {
    padding: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
  }

  /* Küçük tablet flash countdown */
  .tpproduct .flash-countdown {
    padding: 4px 6px;
    font-size: 0.75rem;
    margin: 5px 0 8px 0;
  }
}

/* Küçük mobil ekranlar için de resim öne çıksın */
@media (max-width: 480px) {
  .tpproduct__shop-item {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0 8px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .tpproduct__shop-item > .col,
  .tpproduct__shop-item > [class^="col-"],
  .tpproduct__shop-item > [class*=" col-"] {
    min-width: 0;
  }

  .tpproduct.brt-card {
    min-height: 380px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .tpproduct .tpproduct__thumb {
    height: 200px;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .tpproduct .tpproduct__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 0;
  }

  .tpproduct .tpproduct__content {
    padding: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
  }

  .tpproduct .brt_price_cart {
    display: block;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 6px;
    min-height: unset;
    flex-grow: 1;
  }

  .tpproduct .tpproduct__price {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4px;
  }

  .tpproduct .tpproduct__price del {
    max-width: 100%;
    overflow: visible;
    text-overflow: unset;
  }

  .tpproduct .sepete-ekle-btn {
    width: 100%;
    font-size: 0.85rem;
    padding: 8px 10px;
    min-height: 40px;
  }

  .tpproduct .tpproduct__title {
    font-size: 0.9rem;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }

  /* Küçük mobil flash countdown */
  .tpproduct .flash-countdown {
    padding: 3px 5px;
    font-size: 0.7rem;
    margin: 4px 0 6px 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .tpproduct .flash-countdown .label {
    font-size: 0.65rem;
  }

  .tpproduct .flash-countdown .time {
    font-size: 0.65rem;
  }
}
@media (max-width: 575.98px) {
  .tpproduct__shop-item {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .tpproduct__shop-item > .col,
  .tpproduct__shop-item > [class^="col-"],
  .tpproduct__shop-item > [class*=" col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
    min-width: 0; /* Add min-width 0 to allow flex kids to shrink below their content size */
  }
  .tpproduct.brt-card {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .tpproduct .brt_price_cart {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    min-height: unset;
  }
  .tpproduct .tpproduct__price {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4px;
  }

  .tpproduct .tpproduct__price del {
    max-width: 100%;
    overflow: visible;
    text-overflow: unset;
  }

  .tpproduct .sepete-ekle-btn {
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    min-height: 44px;
  }
  .tpproduct .brt-discount-badge {
    font-size: 11px;
    padding: 5px 7px;
    left: 8px;
    top: 8px;
  }

  /* Mobilde fiyat düzeni - alt alta daha güzel */
  .tpproduct .price-stack {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    line-height: 1.2;
  }

  .tpproduct .price-stack .new-price {
    font-size: 15px !important;
    font-weight: 700;
    color: var(--brt-deep);
  }

  .tpproduct .price-stack .old-price {
    font-size: 12px !important;
    margin: 0 !important;
    opacity: 0.8;
  }
}

.tpproduct .tpproduct__price .new-price {
  color: var(--brt-deep);
  font-weight: 700;
}
.tpproduct .tpproduct__price del {
  color: var(--brt-muted);
  opacity: 0.9;
}

.tpproduct .sepete-ekle-btn {
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--brt-primary) 96%, #fff),
    var(--brt-primary)
  );
  color: #fff;
  border: 0;
  box-shadow: 0 4px 10px rgba(128, 188, 84, 0.22);
  transition:
    transform 0.12s ease,
    box-shadow 0.15s ease,
    filter 0.15s ease;
}
.tpproduct .sepete-ekle-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(128, 188, 84, 0.28);
  filter: brightness(1.03);
}
.tpproduct .sepete-ekle-btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(128, 188, 84, 0.2);
}

.tpproduct .tpproduct__title a {
  color: var(--brt-text);
}
.tpproduct:hover .tpproduct__title a {
  color: var(--brt-deep);
}

@media (hover: none) {
  .tpproduct:hover .tpproduct__thumb img {
    transform: scale(1.015);
  }
}

/* ====== BRT: Anasayfa - Popüler Kategoriler (Şık Tasarım) ====== */
.brt_home_categories {
  background: var(--brt-white);
  padding: 40px 0;
}

.brt_cat_card {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--brt-white);
  border: 1px solid rgba(229, 231, 235, 0.6);
}

.brt_cat_card:hover {
  /* transform: translateY(-8px); */
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  border-color: rgba(128, 188, 84, 0.3);
  text-decoration: none;
}

.brt_cat_figure {
  margin: 0;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-radius: 16px;
  margin: 8px;
  overflow: hidden;
  position: relative;
}

.brt_cat_figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(128, 188, 84, 0.1) 0%,
    rgba(34, 83, 37, 0.05) 100%
  );
  z-index: 1;
  transition: opacity 0.3s ease;
}

.brt_cat_card:hover .brt_cat_figure::before {
  opacity: 0;
}

.brt_cat_figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(1.05) saturate(1.1);
}

.brt_cat_card:hover .brt_cat_figure img {
  transform: scale(1.1);
  filter: brightness(1.1) saturate(1.2);
}

/* Kategori bilgileri artık altta, overlay değil */
.brt_cat_content {
  padding: 16px 12px 18px;
  text-align: center;
  background: var(--brt-white);
}

.brt_cat_title {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: var(--brt-deep);
  margin: 0 0 4px 0;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.brt_cat_card:hover .brt_cat_title {
  color: var(--brt-primary);
}

.brt_cat_meta {
  font-size: 12px;
  color: var(--brt-muted);
  font-weight: 500;
  opacity: 0.8;
  margin: 0;
  transition: color 0.3s ease;
}

.brt_cat_card:hover .brt_cat_meta {
  color: var(--brt-deep);
  opacity: 1;
}

/* Kategori kartına hafif gradient glow efekti */
.brt_cat_card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(128, 188, 84, 0.05) 0%,
    rgba(34, 83, 37, 0.03) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.brt_cat_card:hover::after {
  opacity: 1;
}

/* ====== BRT: Ana Sayfa Feature Bölümü (Mobil Optimizasyonu) ====== */
.brt_features_section {
  background: var(--brt-white);
}

.brt_feature_item {
  position: relative;
  padding: 20px 15px;
  border-radius: 12px;
  transition: all 0.3s ease;
  background: transparent;
}

.brt_feature_icon {
  margin-bottom: 15px;
}

.brt_feature_icon img {
  width: 48px;
  height: 48px;
  transition: transform 0.3s ease;
}

/* .brt_feature_title {
  font-size: 16px;
  font-weight: 600;
  color: var(--brt-deep);
  margin-bottom: 8px;
  line-height: 1.3;
} */

.brt_feature_desc {
  font-size: 13px;
  color: var(--brt-muted);
  margin: 0;
  line-height: 1.4;
}

/* Mobil responsive düzenlemeler - 2'şer 2'şer grid */
@media (max-width: 768px) {
  .brt_features_grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    row-gap: 15px;
    align-content: center;
    justify-content: center;
  }

  .brt_features_grid .col {
    width: auto !important;
    flex: none !important;
    padding: 0 !important;
  }

  .brt_feature_item {
    padding: 12px 6px;
    margin-bottom: 0 !important;
  }

  .brt_feature_icon img {
    width: 32px;
    height: 32px;
  }

  .brt_feature_title {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .brt_feature_desc {
    font-size: 10px;
    line-height: 1.2;
  }

  .brt_features_section .feature-bg-round {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
  }
}

/* Çok küçük ekranlar için ek optimize */
@media (max-width: 480px) {
  .brt_features_grid {
    gap: 12px;
    row-gap: 15px;
  }

  .brt_feature_item {
    padding: 12px 8px;
  }

  .brt_feature_icon img {
    width: 36px;
    height: 36px;
  }

  .brt_feature_title {
    font-size: 13px;
  }

  .brt_feature_desc {
    font-size: 11px;
  }
}

/* Kategori mobil stilleri */
@media (max-width: 768px) {
  .brt_cat_figure {
    margin: 6px;
    border-radius: 12px;
  }

  .brt_cat_content {
    padding: 10px 8px 12px;
  }

  .brt_cat_title {
    font-size: 13px;
    line-height: 1.2;
  }

  .brt_cat_meta {
    font-size: 11px;
  }

  .brt_cat_card:hover {
    transform: translateY(-2px);
  }
}
/* bitiş */
/* Bayiler sayfası */
.brt-bayi-card {
  border: 1px solid var(--brt-border);
  border-radius: 12px;
}
.brt-bayi-card {
  transition:
    box-shadow 0.2s ease,
    transform 0.15s ease;
}
.brt-bayi-card:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}
.brt-bayi-card .fw-bold {
  color: var(--brt-deep);
}
.brt-bayi-card .small {
  color: var(--brt-muted);
}
/* Bayiler araç çubuğu */
.brt-bayi-toolbar .form-select,
.brt-bayi-toolbar .form-control {
  border-radius: 10px;
}
.brt-bayi-toolbar .brt-btn-outlined {
  padding: 8px 14px;
  border-radius: 10px;
}

/* Harita */
.brt-map {
  background: var(--brt-white);
  border-radius: 12px;
  border: none !important;
}
.brt-map svg {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.brt-map .city {
  fill: #e5e7eb;
  stroke: #ffffff;
  stroke-width: 0.5;
  transition:
    fill 0.2s ease,
    opacity 0.2s ease;
  cursor: pointer;
}
.brt-map .city.has-bayi {
  fill: var(--brt-deep);
}
.brt-map .city:hover {
  fill: #d1d5db;
}
.brt-map .city.active {
  fill: var(--brt-primary);
}
.brt-map .city.disabled {
  fill: #eee !important;
  cursor: not-allowed;
  opacity: 0.85;
  pointer-events: none;
}

/* Fiyat + Sepet sabit altta */
.brt_price_cart {
  margin-top: auto; /* içeriği yukarı iter, bu blok en alta yapışır */
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

/* Fiyat */
.brt_price_cart .tpproduct__price {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
}

/* Sepete ekle butonu */
.brt_sepet {
  display: block;
  width: 100%;
  text-align: center;
}

/* ======================== */
/* Ana Sayfa Kategori Alanı */
/* ======================== */

/* Genel yardımcılar */
.brt-section-title {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: var(--brt-deep);
  letter-spacing: 0.2px;
}

.brt-divider {
  height: 1px;
  background: var(--brt-border);
  width: 100%;
}

.brt-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  border: 1px solid transparent;
}
.brt-badge.is-soft-primary {
  background: var(--brt-primary-50);
  color: var(--brt-deep);
  border-color: #dcebd0;
}
.brt-badge.is-outline-deep {
  color: var(--brt-deep);
  border-color: var(--brt-deep);
  background: transparent;
}

.brt-btn-outlined {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid var(--brt-deep);
  color: var(--brt-deep);
  background: transparent;
  padding: 0.5rem 0.9rem;
  border-radius: 0.6rem;
  font-weight: 600;
  transition: 0.2s ease;
}
.brt-btn-outlined:hover {
  color: var(--brt-white);
  background: var(--brt-deep);
}

/* Kampanya kartları */
.brt-campaigns {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}
@media (min-width: 640px) {
  .brt-campaigns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.brt-campaign-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--brt-border);
  border-radius: 10px;
  background: var(--brt-white);
  cursor: pointer;
  transition:
    box-shadow 0.15s ease,
    border-color 0.15s ease;
  position: relative;
}
.brt-campaign-card:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}
.brt-campaign-card.is-recommended {
  border-color: var(--brt-primary-700);
}
.brt-campaign-card.is-selected {
  border-width: 2px;
  border-color: var(--brt-deep);
}
.brt-campaign-card .brt-option-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.brt-option-title {
  font-weight: 700;
  color: var(--brt-deep);
}
.brt-option-sub {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.brt-option-desc {
  color: var(--brt-muted);
  font-size: 0.9rem;
}
.brt-option-meta {
  color: var(--brt-deep);
  font-size: 0.9rem;
  font-weight: 600;
}

/* Görsel olarak gizlenen radio */
.brt-radio-hidden {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  display: none;
} /* Tooltip için temel stil */
.city-tooltip {
  position: absolute;
  background-color: var(--brt-primary);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -100%);
  transition: opacity 0.2s ease-in-out;
  z-index: 1000;
}
.brt-contact-email {
  border: 1px solid var(--brt-primary);
}
.brt-contact-email i {
  color: var(--brt-primary);
}
/* Aktif rozet */
.brt-camp-active {
  position: absolute;
  top: 8px;
  right: 10px;
  background: var(--brt-deep);
  color: var(--brt-white) !important;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 999px;
}

/* Sipariş Kartları */
.brt-order-card {
  position: relative;
  background: var(--brt-white);
  border: 1px solid var(--brt-border);
  border-radius: 14px;
  overflow: hidden;
  transition:
    box-shadow 0.2s ease,
    transform 0.1s ease;
}
.brt-order-card:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.brt-order-card__header {
  background: linear-gradient(135deg, var(--brt-deep), var(--brt-deep-800));
  color: var(--brt-white);
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brt-order-card__title {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.3px;
}
.brt-order-card__status {
  font-size: 0.8rem;
  opacity: 0.95;
}

.brt-order-card__body {
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1rem;
}
.brt-order-card__meta {
  color: var(--brt-muted);
  font-size: 0.85rem;
}
.brt-order-card__value {
  color: var(--brt-text);
  font-weight: 600;
}

.brt-order-card__footer {
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dashed var(--brt-border);
}

/* Duruma özel rozetler */
.brt-status {
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.72rem;
}
.brt-status.is-yeni {
  background: var(--brt-primary-50);
  color: var(--brt-deep);
}
.brt-status.is-hazirlaniyor {
  background: #fff7e6;
  color: #a15b00;
}
.brt-status.is-kargoda {
  background: #e6f4ff;
  color: #0b67ae;
}
.brt-status.is-teslim {
  background: #e9faef;
  color: #1b7a3e;
}
.brt-status.is-iptal {
  background: #fdecec;
  color: #b3261e;
}

/* Sipariş Detay */
.brt-order-detail {
  background: var(--brt-white);
  border: 1px solid var(--brt-border);
  border-radius: 16px;
  overflow: hidden;
}
.brt-order-detail__header {
  padding: 18px 20px;
  background: var(--brt-deep);
  color: var(--brt-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brt-order-detail__section {
  padding: 18px 20px;
}
.brt-order-detail__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.brt-order-detail__item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.95rem;
}
.brt-order-detail__label {
  color: var(--brt-muted);
}
.brt-order-detail__value {
  font-weight: 600;
  color: var(--brt-text);
}

/* Adres Kartları */
.brt-address-card {
  border: 1px solid var(--brt-border);
  border-radius: 14px;
  background: var(--brt-white);
  padding: 16px;
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.brt-address-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  border-color: #dde6d8;
}
.brt-address-card.is-default {
  border-color: var(--brt-primary);
  box-shadow: 0 0 0 3px rgba(128, 188, 84, 0.18);
}
.brt-address-card__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: var(--brt-deep);
}
.brt-address-card__body {
  color: var(--brt-text);
  line-height: 1.6;
  margin-top: 0.35rem;
}
.brt-address-card__actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 12px;
}

/* Küçük listeler */
.brt-list-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.6rem;
}
.brt-list-inline li {
  list-style: none;
  color: var(--brt-muted);
  font-size: 0.85rem;
}

/* Tablo başlıkları için minimal */
.brt-table-title {
  font-weight: 700;
  color: var(--brt-deep);
  letter-spacing: 0.25px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .brt-order-card__body {
    grid-template-columns: 1fr;
  }
  .brt-order-detail__grid {
    grid-template-columns: 1fr;
  }
}

/* Checkout - Shipping & Payment */
.brt-shipping-group,
.brt-payment-group {
  list-style: none !important;
  display: grid;
  gap: 0.6rem;
}
.brt-radio-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 0.9rem 0.75rem 2.25rem;
  border: 1px solid var(--brt-border);
  border-radius: 0.75rem;
  background: var(--brt-white);
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}
.brt-radio-card:hover {
  border-color: #d4dfcc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}
.brt-radio-card::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--brt-deep);
  background: #fff;
}

.brt-radio-card::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brt-deep);
  transition: transform 0.12s ease;
}

/* recommended (not selected) hint */
.brt-radio-card.is-recommended {
  border-color: var(--brt-primary-700);
  box-shadow: 0 0 0 3px rgba(128, 188, 84, 0.12);
}
.brt-best-method {
  margin-left: 0.5rem;
}

/* hide native radio but keep accessible */
.brt-payment-group input[type="radio"],
.brt-shipping-group input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.brt-payment-group input[type="radio"]:checked + .brt-radio-card,
.brt-shipping-group input[type="radio"]:checked + .brt-radio-card {
  border-color: var(--brt-deep);
  box-shadow: 0 0 0 3px rgba(128, 188, 84, 0.18);
  background: #fbfef8;
}
.brt-payment-group input[type="radio"]:checked + .brt-radio-card::after,
.brt-shipping-group input[type="radio"]:checked + .brt-radio-card::after {
  transform: translateY(-50%) scale(1);
}

/* Campaign cards: selection is controlled via .is-selected class on label */
.brt-campaign-card.is-selected {
  border-color: var(--brt-deep);
  box-shadow: 0 0 0 3px rgba(128, 188, 84, 0.18);
  background: #fbfef8;
}
.brt-campaign-card.is-selected::after {
  transform: translateY(-50%) scale(1);
}

.brt-payment-group input[type="radio"]:focus-visible + .brt-radio-card,
.brt-shipping-group input[type="radio"]:focus-visible + .brt-radio-card {
  outline: none;
  border-color: var(--brt-deep);
  box-shadow: 0 0 0 3px rgba(128, 188, 84, 0.18);
}

.brt-option-title {
  font-weight: 700;
  color: var(--brt-deep);
}
.brt-option-desc {
  color: var(--brt-muted);
  font-size: 0.85rem;
  margin-left: 0.5rem;
}
.brt-option-left {
  display: flex;
  flex-direction: column;
}
.brt-option-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.brt-option-meta {
  color: var(--brt-muted);
  font-size: 0.85rem;
}
.brt-price-chip {
  margin-left: auto;
  font-weight: 700;
  color: var(--brt-deep);
}
.brt-free {
  color: var(--brt-primary-700);
  font-weight: 700;
}

/* Checkout - Mini Order Summary */
.brt-mini-order {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.brt-mini-item {
  display: flex;
  gap: 0.75rem;
  border: 1px solid var(--brt-border);
  border-radius: 0.6rem;
  padding: 0.6rem;
  align-items: center;
  background: var(--brt-white);
}
.brt-mini-thumb {
  width: 56px;
  height: 56px;
  border-radius: 0.4rem;
  overflow: hidden;
  flex-shrink: 0;
  background: #f7f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brt-mini-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brt-mini-body {
  flex: 1 1 auto;
}
.brt-mini-name {
  color: var(--brt-text);
  font-weight: 600;
  line-height: 1.2;
}
.brt-mini-variant {
  color: var(--brt-muted);
  font-size: 0.85rem;
}
.brt-mini-qty {
  color: var(--brt-muted);
  font-size: 0.85rem;
}
.brt-mini-price {
  font-weight: 700;
  color: var(--brt-deep);
}
/* Wishlist table styling */
.brt-wishlist-table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.brt-wishlist-table tbody tr {
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.08s ease;
}
.brt-wishlist-table tbody tr:hover {
  background: #fafcf8;
  box-shadow: inset 0 0 0 9999px rgba(128, 188, 84, 0.04);
  transform: translateY(-1px);
}
.brt-wishlist-table tbody tr td {
  background: #fff;
  border-top: 1px solid var(--brt-border);
  border-bottom: 1px solid var(--brt-border);
}
.brt-wishlist-table tbody tr td:first-child {
  border-left: 1px solid var(--brt-border);
  border-radius: 12px 0 0 12px;
}
.brt-wishlist-table tbody tr td:last-child {
  border-right: 1px solid var(--brt-border);
  border-radius: 0 12px 12px 0;
}

/* New wishlist visuals (unused class names) */
.brt-wishlist-thumb {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  background: #f7f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px #eff2f4;
}
.brt-wishlist-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brt-wishlist-name {
  font-weight: 700;
  color: var(--brt-text);
  line-height: 1.2;
}
.brt-wishlist-variant {
  display: block;
  color: var(--brt-muted);
  font-size: 0.85rem;
  margin-top: 0.1rem;
}

.brt-wishlist-price {
  font-weight: 700;
  color: var(--brt-deep);
}

.brt-wishlist-stock {
  font-weight: 600;
  font-size: 0.9rem;
}
.brt-wishlist-stock.is-in {
  color: #1b7a3e;
  background: #e9faef;
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  display: inline-block;
}
.brt-wishlist-stock.is-out {
  color: #b3261e;
  background: #fdecec;
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  display: inline-block;
}

.brt-btn-ghost {
  border: 1px solid var(--brt-deep);
  background: transparent;
  color: var(--brt-deep);
  border-radius: 0.55rem;
  padding: 0.4rem 0.75rem;
  font-weight: 600;
  transition: 0.18s ease;
}
.brt-btn-ghost:hover {
  background: var(--brt-deep);
  color: #fff;
}

.brt-btn-remove {
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #b3261e;
  border-radius: 0.55rem;
  padding: 0.4rem 0.65rem;
  transition: 0.18s ease;
}
.brt-btn-remove:hover {
  background: #fdecec;
}

@media (max-width: 767.98px) {
  .brt-wishlist-table thead {
    display: none;
  }
  .brt-wishlist-table,
  .brt-wishlist-table tbody,
  .brt-wishlist-table tr,
  .brt-wishlist-table td {
    display: block;
    width: 100%;
  }
  .brt-wishlist-table tbody tr td {
    border: none;
    background: transparent;
  }
  .brt-wishlist-table tbody tr {
    background: #fff;
    border: 1px solid var(--brt-border);
    border-radius: 12px;
    padding: 12px;
  }
  .brt-wishlist-mobile-row {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 12px;
    align-items: center;
  }
  .brt-wishlist-mobile-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
}

/* Address selects (Checkout) */
.brt-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid var(--brt-border);
  border-radius: 10px;
  padding: 0.65rem 2.25rem 0.65rem 0.9rem;
  font-weight: 600;
  color: var(--brt-text);
  transition:
    box-shadow 0.15s ease,
    border-color 0.15s ease,
    background-color 0.15s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23225325' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}
.brt-select:focus {
  outline: none;
  border-color: #d4dfcc;
  box-shadow: 0 0 0 3px rgba(128, 188, 84, 0.18);
}
.brt-select:hover {
  border-color: #d4dfcc;
}
.brt-address-select {
  min-height: 44px;
}

.brt-address-preview {
  background: #fff;
  border: 1px dashed var(--brt-border);
  border-radius: 10px;
  padding: 0.6rem 0.75rem;
  color: var(--brt-muted);
  margin-top: 25px !important;
  margin-bottom: 30px !important;
}
.select2-container {
  width: 100% !important;
}
.tpform__input .select2-container {
  display: block;
}

/* Select2 single to match theme inputs */
.select2-container .select2-selection--single {
  height: 46px;
  border: 1px solid #ebeff4;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  color: #4d5574;
  padding-left: 15px;
  font-size: 15px;
  line-height: 1;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #9aa3b2;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px;
  width: 34px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #96ae00 transparent transparent transparent;
  border-width: 6px 5px 0 5px;
  margin-left: -5px;
}
.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #96ae00 transparent;
  border-width: 0 5px 6px 5px;
}
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default .select2-selection--single:focus {
  border-color: #96ae00;
  box-shadow: none;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background: #f7f8fa;
  color: #9aa3b2;
  cursor: not-allowed;
}

/* Dropdown */
.select2-dropdown {
  border: 1px solid #ebeff4;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 9991 !important;
}
.select2-search--dropdown .select2-search__field {
  padding: 10px 12px;
  border: 1px solid #ebeff4;
  border-radius: 5px;
  outline: none;
}
.select2-results__options {
  max-height: 260px;
}
.select2-results__option {
  padding: 8px 10px;
  font-size: 14px;
}
.select2-results__option--highlighted {
  background: var(--brt-deep) !important;
  color: #fff;
}
.select2-results__option[aria-selected="true"] {
  background: #f1f5f9;
  color: #1f2937;
}

/* Invalid state support */
.is-invalid + .select2 .select2-selection--single,
.select2.is-invalid .select2-selection--single {
  border-color: #dc3545;
}

.product-list-brt-basket-cart {
  overflow: auto;
  max-height: 60vh;
}

@media (max-width: 767px) {
  .swiper-container {
    width: 100%; /* Swiper genişliğini sınırlayın */
    overflow: hidden; /* Taşmayı önleyin */
  }
  /* Swiper slide varsayılan boyutlarını bozmaması için .swiper-slide { width: 100%; } kodu kaldırıldı */
}

/* Cart page helpers (page-only classes to avoid popup conflicts) */
.sp-cart-input {
  width: 48px;
  text-align: center;
  border: 1px solid #eaeaea;
  height: 36px;
  margin: 0 6px;
  border-radius: 6px;
}
.sp-qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  cursor: pointer;
  color: #4d5574;
  background: #fff;
}
.sp-qty-btn:hover {
  background: #f7f7f9;
}
.sp-remove-item {
  border: none;
  background: transparent;
  color: #999;
}
.sp-remove-item:hover {
  color: #e74c3c;
}

/* Cart page helpers */
.tpcart__divider {
  height: 1px;
  background: #eee;
  margin: 10px 0;
}
.tpcart__summary .fw-700 {
  font-weight: 700;
}
.tpcart__summary .fw-600 {
  font-weight: 600;
}
.tpcart__del {
  border: none;
  background: transparent;
  color: #999;
}
.tpcart__del:hover {
  color: #e74c3c;
}
.tp-cart-input {
  width: 48px;
  text-align: center;
  border: 1px solid #eaeaea;
  height: 36px;
  margin: 0 6px;
  border-radius: 6px;
}
.product__details-count .cart-plus,
.product__details-count .cart-minus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  cursor: pointer;
  color: #4d5574;
}
.product__details-count .cart-plus:hover,
.product__details-count .cart-minus:hover {
  background: #f7f7f9;
}
.document-box {
  transition: transform 0.3s ease;
}

.document-box:hover {
  transform: translateY(-3px);
}

/* ============================ */
/* Destek Talebi (Support) UI   */
/* New classes prefixed with _  */
/* ============================ */

/* Common form elements */
.brt_label {
  display: block;
  font-weight: 600;
  color: var(--brt-deep);
  margin-bottom: 6px;
}
.brt_input {
  width: 100%;
  border: 1px solid var(--brt-border);
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
}
.brt_textarea {
  width: 100%;
  border: 1px solid var(--brt-border);
  border-radius: 12px;
  padding: 12px 14px;
  resize: vertical;
}
.brt_form .req {
  color: #b3261e;
}
.brt_check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: var(--brt-text);
}
.brt_check input {
  width: 18px;
  height: 18px;
}
.brt_link {
  color: var(--brt-deep);
  font-weight: 600;
  text-decoration: underline;
}
.brt_link_siparis {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
/* Alerts */
.brt_alert {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--brt-border);
  background: #fff;
}
.brt_alert_info {
  background: var(--brt-primary-50);
  border-color: #dcebd0;
}
.brt_alert_warning {
  background: #fff7e6;
  border-color: #ffe4b3;
}

/* Buttons */
.brt_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  font-weight: 700;
  padding: 10px 14px;
  transition: 0.2s ease;
  cursor: pointer;
  border: 1px solid transparent;
}
.brt_btn_primary {
  background: var(--brt-deep);
  color: var(--brt-white);
}
.brt_btn_primary:hover {
  filter: brightness(0.95);
}
.brt_btn_outlined {
  background: transparent;
  color: var(--brt-deep);
  border-color: var(--brt-deep);
}
.brt_btn_outlined:hover {
  background: var(--brt-deep);
  color: var(--brt-white);
}
.brt_btn_link {
  background: transparent;
  color: var(--brt-deep);
  padding: 0 2px;
  border: none;
}

/* Ticket list */
.brt_ticket_list {
  display: grid;
  gap: 14px;
}
.brt_ticket_card {
  background: #fff;
  border: 1px solid var(--brt-border);
  border-radius: 14px;
  overflow: hidden;
}
.brt_ticket_card_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  background: linear-gradient(135deg, var(--brt-deep), var(--brt-deep-800));
  color: #fff;
}
.brt_ticket_card_head .code {
  font-weight: 800;
  letter-spacing: 0.3px;
}
.brt_ticket_card_head .subject {
  font-weight: 600;
  opacity: 0.95;
}
.brt_ticket_card_body {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 12px 14px;
}
.brt_ticket_card_body .meta {
  color: var(--brt-text);
}
.brt_ticket_card_foot {
  padding: 12px 14px;
  border-top: 1px dashed var(--brt-border);
  display: flex;
  justify-content: flex-end;
}

/* Ticket detail */
.brt_ticket {
  background: #fff;
  border: 1px solid var(--brt-border);
  border-radius: 16px;
  overflow: hidden;
}
.brt_ticket_header {
  padding: 16px 18px;
  background: var(--brt-deep);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brt_ticket_title {
  font-weight: 800;
  letter-spacing: 0.3px;
}
.brt_ticket_meta {
  font-size: 0.9rem;
  opacity: 0.95;
}
.brt_ticket_meta .sep {
  margin: 0 6px;
  opacity: 0.75;
}
.brt_ticket_actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.brt_ticket_status {
  padding: 4px 10px;
  background: #eef1f4;
  color: #1f2937;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
}
.brt_ticket_status.is-yeni {
  background: var(--brt-primary-50);
  color: var(--brt-deep);
}
.brt_ticket_status.is-inceleniyor {
  background: #e6f4ff;
  color: #0b67ae;
}
.brt_ticket_status.is-cevaplandi {
  background: #f0f0ff;
  color: #4242aa;
}
.brt_ticket_status.is-cozuldu {
  background: #e9faef;
  color: #1b7a3e;
}
.brt_ticket_status.is-kapatildi {
  background: #fdecec;
  color: #b3261e;
}

.brt_ticket_resolve {
  padding: 12px 14px;
  background: var(--brt-primary-50);
  border-top: 1px dashed #dcebd0;
  border-bottom: 1px dashed #dcebd0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.brt_ticket_resolve_text {
  font-weight: 700;
  color: var(--brt-deep);
}
.brt_ticket_resolve_actions {
  display: flex;
  gap: 10px;
}

.brt_ticket_thread {
  padding: 16px;
  max-height: 460px;
  overflow: auto;
  background: #fbfbfc;
}
.brt_ticket_msg {
  display: flex;
  margin-bottom: 10px;
}
.brt_ticket_msg.is-me {
  justify-content: flex-end;
}
.brt_ticket_msg_bubble {
  max-width: 75%;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--brt-border);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}
.brt_ticket_msg.is-me .brt_ticket_msg_bubble {
  background: #eaf2ec;
  border-color: #dcebd0;
}
.brt_ticket_msg_meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 0.8rem;
  color: #6b7280;
}
.brt_ticket_msg_meta .name {
  font-weight: 700;
  color: #374151;
}
.brt_ticket_msg_text {
  color: var(--brt-text);
  line-height: 1.5;
}
.brt_ticket_msg_attach a {
  font-size: 0.85rem;
  color: var(--brt-deep);
  text-decoration: underline;
}

.brt_ticket_composer {
  padding: 14px 16px;
  border-top: 1px dashed var(--brt-border);
  background: #fff;
}
.brt_ticket_label {
  display: block;
  font-weight: 700;
  color: var(--brt-deep);
  margin-bottom: 6px;
}
.brt_ticket_textarea {
  width: 100%;
  border: 1px solid var(--brt-border);
  border-radius: 12px;
  padding: 12px 14px;
}
.brt_ticket_composer_actions {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

/* Layout helpers for order pages */
.brt_order_actions a + a {
  margin-left: 8px;
}
.brt_order_header_actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  /* veya sitenizin kullandığı breakpoint */
  .urun-liste-container {
    /* Ürünlerin listelendiği ana kapsayıcı */
    display: flex;
    flex-wrap: wrap;
  }
}

/* === Select2 -> input gibi “tok” görünüm (tamamen !important) === */

/* Tam genişlik */
.select2-container {
  width: 100% !important;
}

/* Tek seçim kutusu */
.select2-container .select2-selection--single {
  height: auto !important;
  min-height: 52px !important;
  border: 1px solid var(--brt-border) !important;
  border-radius: 14px !important;
  background: var(--brt-white) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease !important;
  position: relative !important;
  padding: 0 46px 0 16px !important;
}

/* Metin/padding — input gibi */
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 12px 44px 12px 0 !important; /* solda 16px zaten parent'ta */
  margin: 0 !important;
  width: 100% !important;
  line-height: 1.35 !important;
  color: var(--brt-text) !important;
  font-size: 15px !important;
}

/* Placeholder rengi */
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: var(--brt-muted) !important;
}

/* Ok alanı */
.select2-container .select2-selection--single .select2-selection__arrow {
  position: absolute !important;
  right: 10px !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 34px !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--brt-muted) !important;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border: 0 !important;
}
.select2-container .select2-selection--single .select2-selection__arrow::after {
  content: "" !important;
  width: 14px !important;
  height: 14px !important;
  display: block !important;
  color: currentColor !important;
  background: currentColor !important;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='%23000' d='M4 6l4 4 4-4z'/></svg>")
    center/contain no-repeat !important;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='%23000' d='M4 6l4 4 4-4z'/></svg>")
    center/contain no-repeat !important;
  transition:
    transform 0.18s ease,
    color 0.18s ease !important;
}

/* Focus & açıkken */
.select2-container--default .select2-selection--single:focus,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--brt-primary) !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brt-primary) 20%, transparent) !important;
}
.select2-container--open
  .select2-selection--single
  .select2-selection__arrow::after {
  transform: rotate(180deg) !important;
  color: var(--brt-primary-700) !important;
}

/* Disabled & invalid */
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background: #f7f8fa !important;
  color: var(--brt-muted) !important;
  cursor: not-allowed !important;
  opacity: 0.9 !important;
}
.is-invalid + .select2 .select2-selection--single,
.select2.is-invalid .select2-selection--single {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.08) !important;
}

/* Dropdown */
.select2-dropdown {
  border: 1px solid var(--brt-border) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: var(--brt-white) !important;
  box-shadow: 0 16px 40px rgba(34, 83, 37, 0.12) !important;
  z-index: 9991 !important;
}
.select2-search--dropdown {
  padding: 10px 10px 0 10px !important;
}
.select2-search--dropdown .select2-search__field {
  width: 100% !important;
  padding: 10px 12px !important;
  border: 1px solid var(--brt-border) !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  outline: none !important;
}
.select2-results__options {
  max-height: 260px !important;
}
.select2-results__option {
  padding: 10px 12px !important;
  font-size: 14px !important;
  color: var(--brt-text) !important;
  transition:
    background 0.12s ease,
    color 0.12s ease !important;
}
.select2-results__option--highlighted {
  background: var(--brt-primary-50) !important;
  color: var(--brt-deep) !important;
}
.select2-results__option[aria-selected="true"] {
  background: #f1f5f9 !important;
  color: var(--brt-deep) !important;
  position: relative !important;
  padding-left: 32px !important;
}
.select2-results__option[aria-selected="true"]::before {
  content: "" !important;
  position: absolute !important;
  left: 10px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 14px !important;
  height: 14px !important;
  background: var(--brt-primary-700) !important;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='%23000' d='M6.173 12.727L2.1 8.654l1.414-1.414 2.659 2.659 6.314-6.314 1.414 1.414z'/></svg>")
    center/contain no-repeat !important;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='%23000' d='M6.173 12.727L2.1 8.654l1.414-1.414 2.659 2.659 6.314-6.314 1.414 1.414z'/></svg>")
    center/contain no-repeat !important;
}

/* Select2'nin default line-height sapıtmalarını kesin */
.select2-selection__rendered {
  line-height: normal !important;
}
.select2-selection__clear {
  line-height: 1 !important;
}

/* Küçük ekran — daha kısa */
@media (max-width: 480px) {
  .select2-container .select2-selection--single {
    min-height: 48px !important;
  }
}
/* === Select2 '×' (clear) ikonu — %100 responsive === */

/* Clear ikonu varsa, metin tarafındaki sağ iç boşluğu büyüt (parent select2 destekliyor) */
.select2-container .select2-selection--single:has(.select2-selection__clear) {
  padding-right: 78px !important; /* ok (34+10) + clear (28) + aralık */
}
.select2-container
  .select2-selection--single:has(.select2-selection__clear)
  .select2-selection__rendered {
  padding-right: 78px !important;
}

/* Ikonun kendisi */
.select2-selection__clear {
  position: absolute !important;
  right: 46px !important; /* ok alanından hemen önce */
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  color: var(--brt-muted) !important;
  background: transparent !important;
  text-indent: -9999px !important; /* default '×' yazısını gizle */
  overflow: hidden !important;
}

/* Pürüzsüz SVG '×' — tema rengiyle */
.select2-selection__clear::after {
  content: "" !important;
  width: 14px !important;
  height: 14px !important;
  display: block !important;
  background: currentColor !important;
  -webkit-mask: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'>\
<path fill='%23000' d='M3.7 3.7L12.3 12.3M12.3 3.7L3.7 12.3' stroke='%23000' stroke-width='2' stroke-linecap='round'/>\
</svg>")
    center/contain no-repeat !important;
  mask: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'>\
<path fill='%23000' d='M3.7 3.7L12.3 12.3M12.3 3.7L3.7 12.3' stroke='%23000' stroke-width='2' stroke-linecap='round'/>\
</svg>")
    center/contain no-repeat !important;
}

/* Hover/aktif durumlar */
.select2-selection__clear:hover {
  color: var(--brt-primary-700) !important;
  background: color-mix(
    in srgb,
    var(--brt-primary-50) 60%,
    transparent
  ) !important;
}
.select2-container--open .select2-selection__clear {
  color: var(--brt-primary-700) !important;
}

/* Küçük ekranda otomatik küçült */
@media (max-width: 480px) {
  .select2-selection__clear {
    width: 24px !important;
    height: 24px !important;
    right: 42px !important;
  }
  .select2-selection__clear::after {
    width: 12px !important;
    height: 12px !important;
  }
  .select2-container .select2-selection--single:has(.select2-selection__clear) {
    padding-right: 72px !important;
  }
}
/* Görsel her boyda taşmadan otursun */
.tpabout__inner-thumb-2 img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* Uzun metinler taşmasın / kırılabilsin */
.tpabout__inner-2 p {
  overflow-wrap: anywhere;
  /* modern tarayıcılar */
  word-break: break-word;
  /* eski desteği */
  margin-bottom: 1rem;
}

/* Liste satırları düzgün hizalansın; ikon + metin */
.tpabout__inner-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.tpabout__inner-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.tpabout__inner-list li i {
  flex: 0 0 auto;
  line-height: 1;
  margin-top: 2px;
  /* ikon ile metin hizası */
}

/* Orta/küçük ekranlarda tipografi ve aralıkları biraz sıkılaştır */
@media (max-width: 991.98px) {
  .tpabout__inner-title-2 {
    font-size: clamp(20px, 2.2vw + 14px, 28px);
    margin-bottom: 18px;
  }

  .tpabout__inner-2 {
    margin-bottom: 20px;
  }
}

/* Küçük ekranlarda (xs-sm) görsel + içerik dikeyde daha rahat dursun */
@media (max-width: 575.98px) {
  .tpabout__inner-thumb-2 {
    margin-bottom: 16px;
  }

  .tpabout__inner-list ul {
    gap: 6px;
  }

  .tpabout__inner-2 p {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* Şekiller md altı gizli zaten (d-none d-md-block).
   Yine de güvene almak için taşmayı engelle: */
.tpabout__inner-thumb-2,
.tpabout__inner-2 {
  overflow: visible;
}

/* Ebeveyn satırda olası taşmaları engelle (tema güvenliği) */
.tpabout__inner-thumb-2 img,
.tpabout__inner-2,
.tpabout__inner-2 * {
  max-width: 100%;
}
:root {
  --ld-bg: #fff; /* arkaplan; istersen transparan yapabilirsin */
}

#brt-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: var(--ld-bg);
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}
body.brt-loaded #brt-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.brt-loader__gif {
  width: min(160px, 40vw); /* mobilde orantılı küçülür */
  height: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08)); /* çok hafif vurgu */
  image-rendering: -webkit-optimize-contrast;
}

/* === Chip Carousel Animation Script === */

/* === BRT Flash Sale Carousel === */
.brt_flash_sale_section {
  /* background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%); */
  background: linear-gradient(135deg, #225325 0%, #80bc54 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.brt_flash_sale_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>')
    repeat;
  opacity: 0.3;
}

.brt_flash_header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.brt_flash_title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
}

.brt_flash_title::after {
  content: "⚡";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  animation: flashPulse 2s infinite;
}

@keyframes flashPulse {
  0%,
  100% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(1.2);
  }
}

.brt_flash_subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.brt_flash_timer {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.2);
  padding: 12px 24px;
  border-radius: 50px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.brt_flash_timer_item {
  text-align: center;
  color: #fff;
}

.brt_flash_timer_number {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.brt_flash_timer_label {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0.9;
  margin-top: 2px;
}

.brt_flash_carousel_container {
  position: relative;
  z-index: 2;
}

/* Tek ürün olduğunda carousel'i devre dışı bırak */
.brt-flash-swiper.single-product {
  overflow: visible;
}

.brt-flash-swiper.single-product .swiper-wrapper {
  display: flex;
  justify-content: center;
  transform: none !important;
  transition: none !important;
}

.brt-flash-swiper.single-product .swiper-slide {
  width: 100% !important;
  max-width: 600px;
  margin: 0 auto;
  transform: none !important;
}

/* Tek ürün için özel düzenleme - Daha geniş ve dengeli görünüm */
.brt_flash_sale_section.single-flash-product {
  padding: 50px 0;
}

.brt_flash_sale_section.single-flash-product .brt_flash_card {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;
}

.brt_flash_sale_section.single-flash-product .brt_flash_card_content {
  gap: 30px;
  align-items: center;
}

.brt_flash_sale_section.single-flash-product .brt_flash_image_container {
  width: 250px;
  height: 250px;
  flex-shrink: 0;
}

.brt_flash_sale_section.single-flash-product .brt_flash_info {
  flex: 1;
  text-align: left;
}

.brt_flash_sale_section.single-flash-product .brt_flash_product_name {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.brt_flash_sale_section.single-flash-product .brt_flash_current_price {
  font-size: 1.8rem;
}

.brt_flash_sale_section.single-flash-product .brt_flash_old_price {
  font-size: 1.2rem;
}

/* Tek ürün için navigation butonlarını gizle */
.brt_flash_sale_section.single-flash-product .brt_flash_navigation {
  display: none !important;
}

.brt_flash_slide {
  padding: 0 10px;
}

.brt_flash_card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.brt_flash_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff6b6b, #ee5a24, #ff6b6b);
  background-size: 200% 100%;
  animation: flashGradient 3s linear infinite;
}

@keyframes flashGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.brt_flash_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.brt_flash_card_content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.brt_flash_image_container {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  position: relative;
}

.brt_flash_image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
  background: #f8f9fa;
  padding: 0;
}

.brt_flash_badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
  animation: badgePulse 2s infinite;
}

@keyframes badgePulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.brt_flash_info {
  flex: 1;
  min-width: 0;
}

.brt_flash_product_name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 8px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.brt_flash_price_container {
  margin-bottom: 15px;
}

.brt_flash_current_price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ee5a24;
  margin-right: 10px;
}

.brt_flash_old_price {
  font-size: 1rem;
  color: #6b7280;
  text-decoration: line-through;
  margin-right: 10px;
}

.brt_flash_discount {
  background: #ff6b6b;
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-block;
}

/* Kazanç Gösterimi */
.brt_flash_savings {
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  margin-bottom: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
  animation: savingsPulse 2s infinite;
}

@keyframes savingsPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}

.brt_flash_savings_text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

/* Ürün Bazlı Timer - Afilli Siyah Tasarım */
.brt_flash_product_timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
  padding: 12px 16px;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  border: 2px solid #333;
  position: relative;
  overflow: hidden;
}

.brt_flash_product_timer::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  animation: timerShine 3s infinite;
}

@keyframes timerShine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.brt_flash_product_timer .brt_flash_timer_item {
  text-align: center;
  color: #fff;
  min-width: 45px;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 6px;
  border-radius: 8px;
  border: 1px solid #444;
  transition: all 0.3s ease;
}

.brt_flash_product_timer .brt_flash_timer_item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  border-color: #ff6b6b;
}

.brt_flash_product_timer .brt_flash_timer_number {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  color: #ff6b6b;
  text-shadow: 0 0 10px rgba(255, 107, 107, 0.5);
  font-family: "Courier New", monospace;
  animation: numberPulse 1s infinite;
}

@keyframes numberPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.brt_flash_product_timer .brt_flash_timer_label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  color: #ccc;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.brt_flash_actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.brt_flash_add_cart {
  background: linear-gradient(135deg, #80bc54, #6aa444);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.brt_flash_add_cart:hover {
  background: linear-gradient(135deg, #6aa444, #5a8a3a);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(128, 188, 84, 0.4);
}

.brt_flash_wishlist {
  width: 40px;
  height: 40px;
  border: 2px solid #e5e7eb;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #6b7280;
}

.brt_flash_wishlist:hover {
  border-color: #ff6b6b;
  color: #ff6b6b;
  background: #fff5f5;
}

.brt_flash_navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 3;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.brt_flash_navigation:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

.brt_flash_nav_prev {
  left: -25px;
}

.brt_flash_nav_next {
  right: -25px;
}

.brt_flash_navigation i {
  font-size: 1.2rem;
  color: #2b2b2b;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .brt_flash_nav_prev {
    left: -15px;
  }
  .brt_flash_nav_next {
    right: -15px;
  }
  .brt_flash_navigation {
    width: 40px;
    height: 40px;
  }
}

/* Tek ürün responsive tasarım */
@media (max-width: 768px) {
  .brt_flash_sale_section.single-flash-product .brt_flash_card {
    max-width: 100%;
    padding: 20px;
    margin: 0 15px;
  }

  .brt_flash_sale_section.single-flash-product .brt_flash_card_content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .brt_flash_sale_section.single-flash-product .brt_flash_image_container {
    width: 200px;
    height: 200px;
  }

  .brt_flash_sale_section.single-flash-product .brt_flash_info {
    text-align: center;
  }

  .brt_flash_sale_section.single-flash-product .brt_flash_product_name {
    font-size: 1.2rem;
  }

  .brt_flash_sale_section.single-flash-product .brt_flash_current_price {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .brt_flash_sale_section.single-flash-product .brt_flash_card {
    margin: 0 10px;
    padding: 15px;
  }

  .brt_flash_sale_section.single-flash-product .brt_flash_image_container {
    width: 180px;
    height: 180px;
  }

  .brt_flash_sale_section.single-flash-product .brt_flash_product_name {
    font-size: 1.1rem;
  }

  .brt_flash_sale_section.single-flash-product .brt_flash_current_price {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .brt_flash_sale_section {
    padding: 40px 0;
  }

  .brt_flash_title {
    font-size: 2rem;
  }

  .brt_flash_title::after {
    right: -30px;
    font-size: 1.5rem;
  }

  .brt_flash_card_content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .brt_flash_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .brt_flash_image_container {
    width: 100%;
    height: 300px;
    order: 1;
    position: relative;
    margin-bottom: 15px;
  }

  .brt_flash_image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
  }

  .brt_flash_badge {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    font-size: 0.7rem;
    padding: 4px 8px;
  }

  .brt_flash_info {
    order: 2;
  }

  .brt_flash_savings {
    font-size: 0.8rem;
    padding: 6px 10px;
  }

  .brt_flash_product_timer {
    gap: 8px;
    padding: 10px 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .brt_flash_product_timer .brt_flash_timer_item {
    min-width: 40px;
    padding: 6px 4px;
  }

  .brt_flash_product_timer .brt_flash_timer_number {
    font-size: 1.2rem;
  }

  .brt_flash_product_timer .brt_flash_timer_label {
    font-size: 0.6rem;
  }

  .brt_flash_actions {
    flex-direction: column;
    width: 100%;
  }

  .brt_flash_add_cart {
    width: 100%;
  }

  .brt_flash_navigation {
    display: none;
  }
}

@media (max-width: 576px) {
  .brt_flash_title {
    font-size: 1.5rem;
  }

  .brt_flash_title::after {
    display: none;
  }

  .brt_flash_timer {
    flex-direction: column;
    gap: 10px;
    padding: 15px 20px;
  }

  .brt_flash_timer_item {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .brt_flash_timer_number {
    font-size: 1.4rem;
  }

  .brt_flash_card {
    padding: 20px;
    min-height: 400px;
  }

  .brt_flash_image_container {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
  }
}

/* ==== Temaya Uygun Sade Scrollbar ==== */
/* Webkit tabanlı tarayıcılar (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, var(--brt-primary), var(--brt-secondary));
  border-radius: 4px;
  transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, var(--brt-deep), var(--brt-primary));
  transform: scale(1.1);
}

::-webkit-scrollbar-corner {
  background: #f1f1f1;
}

/* Firefox için */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--brt-primary) #f1f1f1;
}

/* Mobil cihazlarda scrollbar'ı daha ince yap */
@media (max-width: 768px) {
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  ::-webkit-scrollbar-thumb {
    background: rgba(34, 83, 37, 0.6);
    border-radius: 2px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 83, 37, 0.8);
  }
}

/* Özel scrollbar için sınıflar */
.brt-scrollbar-thin {
  scrollbar-width: thin;
  scrollbar-color: var(--brt-primary) transparent;
}

.brt-scrollbar-thin::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.brt-scrollbar-thin::-webkit-scrollbar-thumb {
  background: var(--brt-primary);
  border-radius: 3px;
}

.brt-scrollbar-thin::-webkit-scrollbar-track {
  background: transparent;
}

/* Scrollbar gizleme sınıfı */
.brt-scrollbar-hide {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.brt-scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* ==== Mobil Filtre Sistemi ==== */
/* Mobil Filtre Butonu */
.brt-mobile-filter-btn {
  position: fixed;
  left: 15px;
  top: 23%;
  transform: translateY(-50%);
  z-index: 1000;
  transition: all 0.3s ease;
}

.brt-mobile-filter-btn .btn {
  background: linear-gradient(135deg, var(--brt-primary), var(--brt-secondary));
  border: none;
  border-radius: 25px;
  padding: 12px 20px;
  box-shadow: 0 4px 15px rgba(34, 83, 37, 0.3);
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.brt-mobile-filter-btn .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 83, 37, 0.4);
}

.brt-mobile-filter-btn .badge {
  background: rgba(255, 255, 255, 0.9) !important;
  color: var(--brt-primary) !important;
  font-weight: 700;
  font-size: 0.8rem;
  min-width: 20px;
  height: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mobil Filtre Popup */
.brt-mobile-filter-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1231231323123;
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
}

.brt-mobile-filter-popup.show {
  display: flex;
  opacity: 1;
}

.brt-mobile-filter-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.brt-mobile-filter-content {
  position: relative;
  width: 100%;
  max-width: 450px;
  height: 100%;
  background: #fff;
  margin-left: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.brt-mobile-filter-popup.show .brt-mobile-filter-content {
  transform: translateX(0);
}

/* Popup Header */
.brt-mobile-filter-header {
  background: linear-gradient(135deg, var(--brt-primary), var(--brt-secondary));
  color: white;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.brt-mobile-filter-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.brt-mobile-filter-close {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.brt-mobile-filter-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

/* Popup Body */
.brt-mobile-filter-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.brt-mobile-filter-content-inner {
  padding: 20px;
}

.brt-mobile-filter-content-inner .tpshop__widget {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.brt-mobile-filter-content-inner .tpshop__widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.brt-mobile-filter-content-inner .tpshop__widget-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--brt-deep);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.brt-mobile-filter-content-inner .form-check {
  margin-bottom: 8px;
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.brt-mobile-filter-content-inner .form-check-input {
  margin: 0;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

.brt-mobile-filter-content-inner .form-check-label {
  font-size: 0.9rem;
  color: #555;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  padding: 4px 0;
  line-height: 1.3;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.brt-mobile-filter-content-inner .form-check-label:hover {
  color: var(--brt-primary);
}

/* Sade dokunma deneyimi */
.brt-mobile-filter-content-inner .form-check-input:focus {
  box-shadow: 0 0 0 2px rgba(128, 188, 84, 0.3);
  border-color: var(--brt-primary);
}

/* Checkbox'ların sade görünümü */
.brt-mobile-filter-content-inner .form-check-input[type="checkbox"] {
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.brt-mobile-filter-content-inner .form-check-input[type="checkbox"]:checked {
  background-color: var(--brt-primary);
  border-color: var(--brt-primary);
}

/* Form elemanları responsive */
.brt-mobile-filter-content-inner .tpshop__widget {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.brt-mobile-filter-content-inner .tpshop__widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.brt-mobile-filter-content-inner .tpshop__widget-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

/* Slider responsive */
.brt-mobile-filter-content-inner .productsidebar__range {
  margin: 15px 0;
}

.brt-mobile-filter-content-inner .price-filter input {
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: var(--brt-primary);
}

/* Button responsive */
.brt-mobile-filter-content-inner .tp-btn {
  width: 100%;
  padding: 12px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.brt-mobile-filter-content-inner .tp-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(128, 188, 84, 0.3);
}

/* Scrollbar styling */
.brt-mobile-filter-body::-webkit-scrollbar {
  width: 6px;
}

.brt-mobile-filter-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.brt-mobile-filter-body::-webkit-scrollbar-thumb {
  background: var(--brt-primary);
  border-radius: 3px;
}

.brt-mobile-filter-body::-webkit-scrollbar-thumb:hover {
  background: var(--brt-secondary);
}

/* Popup Footer */
.brt-mobile-filter-footer {
  background: #f8f9fa;
  padding: 20px;
  border-top: 1px solid #eee;
  display: flex;
  gap: 10px;
}

.brt-mobile-filter-footer .btn {
  flex: 1;
  padding: 12px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.brt-mobile-filter-footer .btn-primary {
  background: linear-gradient(135deg, var(--brt-primary), var(--brt-secondary));
  border: none;
}

.brt-mobile-filter-footer .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(34, 83, 37, 0.3);
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
  .brt-mobile-filter-content {
    max-width: 100%;
    width: 100%;
  }

  .brt-mobile-filter-header {
    padding: 18px 20px;
  }

  .brt-mobile-filter-content-inner {
    padding: 15px;
  }

  .brt-mobile-filter-footer {
    padding: 18px 20px;
  }
}

@media (max-width: 576px) {
  .brt-mobile-filter-btn {
    left: 10px;
  }

  .brt-mobile-filter-btn .btn {
    padding: 10px 16px;
    font-size: 0.85rem;
  }

  .brt-mobile-filter-content {
    max-width: 100%;
    width: 100%;
  }

  .brt-mobile-filter-header {
    padding: 15px 18px;
  }

  .brt-mobile-filter-content-inner {
    padding: 10px 12px;
  }

  .brt-mobile-filter-footer {
    padding: 15px 18px;
    flex-direction: column;
    gap: 8px;
  }

  .brt-mobile-filter-footer .btn {
    width: 100%;
    margin: 0;
  }

  .brt-mobile-filter-content-inner .tpshop__widget {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .brt-mobile-filter-content-inner .tpshop__widget-title {
    font-size: 1rem;
    margin-bottom: 12px;
  }

  .brt-mobile-filter-content-inner .form-check {
    margin-bottom: 6px;
    gap: 8px;
  }

  .brt-mobile-filter-content-inner .form-check-input {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
  }

  .brt-mobile-filter-content-inner .form-check-label {
    font-size: 0.85rem;
    padding: 2px 0;
    line-height: 1.2;
  }
}

/* Çok küçük ekranlar için */
@media (max-width: 375px) {
  .brt-mobile-filter-header {
    padding: 12px 15px;
  }

  .brt-mobile-filter-content-inner {
    padding: 12px 15px;
  }

  .brt-mobile-filter-footer {
    padding: 12px 15px;
  }

  .brt-mobile-filter-title {
    font-size: 1.1rem;
  }

  .brt-mobile-filter-content-inner .tpshop__widget-title {
    font-size: 0.95rem;
  }

  .brt-mobile-filter-content-inner .form-check-input {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
  }

  .brt-mobile-filter-content-inner .form-check-label {
    font-size: 0.8rem;
    padding: 1px 0;
    line-height: 1.1;
  }
}

/* Animasyonlar */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

.brt-mobile-filter-popup.show .brt-mobile-filter-content {
  animation: slideInRight 0.3s ease;
}

/* Filtre sayısı animasyonu */
.brt-mobile-filter-btn .badge {
  transition: all 0.3s ease;
}

.brt-mobile-filter-btn .badge.updated {
  animation: pulse 0.6s ease;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* Mobilde filtreleri gizle */
@media (max-width: 991.98px) {
  .tpshop__leftbar {
    display: none !important;
  }

  .col-xl-3.col-lg-12.col-md-12 {
    display: none !important;
  }

  .col-xl-9.col-lg-12.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .tpshop__top.ml-60 {
    margin-left: 0 !important;
  }
}

/* ===== PROFİL FOTOĞRAFI ŞIK TASARIM ===== */
.brt-profile-photo-container {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.brt-profile-photo-preview {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(34, 83, 37, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 4px solid var(--brt-white);
  background: linear-gradient(
    135deg,
    var(--brt-primary-50),
    var(--brt-deep-50)
  );
}

.brt-profile-photo-preview:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(34, 83, 37, 0.25);
}

.brt-profile-photo-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  transition: all 0.3s ease;
  border: 3px solid var(--brt-white);
}

.brt-profile-photo-placeholder {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--brt-primary-50),
    var(--brt-deep-50)
  );
  border: 3px solid var(--brt-white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.brt-profile-photo-placeholder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 70%
  );
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.brt-profile-photo-placeholder i {
  font-size: 48px;
  color: var(--brt-primary);
  z-index: 1;
  position: relative;
}

.brt-profile-photo-actions {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.brt-profile-photo-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  min-width: 140px;
  justify-content: center;
}

.brt-profile-photo-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.brt-profile-photo-btn:hover::before {
  left: 100%;
}

.brt-profile-photo-btn-primary {
  background: linear-gradient(
    135deg,
    var(--brt-primary),
    var(--brt-primary-700)
  );
  color: var(--brt-white);
  box-shadow: 0 4px 15px rgba(128, 188, 84, 0.3);
}

.brt-profile-photo-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(128, 188, 84, 0.4);
  color: var(--brt-white);
}

.brt-profile-photo-btn-danger {
  background: linear-gradient(135deg, #ff6b6b, #ee5a52);
  color: var(--brt-white);
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

.brt-profile-photo-btn-danger:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
  color: var(--brt-white);
}

.brt-profile-photo-btn i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.brt-profile-photo-btn:hover i {
  transform: scale(1.1);
}

/* Upload Progress Bar */
.brt-profile-upload-progress {
  width: 100%;
  height: 4px;
  background: var(--brt-border);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 10px;
  display: none;
}

.brt-profile-upload-progress-bar {
  height: 100%;
  background: linear-gradient(
    90deg,
    var(--brt-primary),
    var(--brt-primary-700)
  );
  border-radius: 2px;
  transition: width 0.3s ease;
  position: relative;
}

.brt-profile-upload-progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  animation: progress-shimmer 1.5s infinite;
}

@keyframes progress-shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* Header Profile Photo Styles */
.header__info-user .brt-header-profile-img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--brt-white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.header__info-user:hover .brt-header-profile-img {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.tpsideinfo__account-link .brt-sidebar-profile-img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--brt-white);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-right: 8px;
}

.tpsideinfo__account-link:hover .brt-sidebar-profile-img {
  transform: scale(1.05);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* Profile Photo Section in Account */
.profile-photo-section {
  background: linear-gradient(
    135deg,
    var(--brt-primary-50),
    var(--brt-deep-50)
  );
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid rgba(128, 188, 84, 0.2);
  position: relative;
  overflow: hidden;
}

.profile-photo-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(128, 188, 84, 0.1) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.profile-photo-container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
  .brt-profile-photo-img,
  .brt-profile-photo-placeholder {
    width: 100px;
    height: 100px;
  }

  .brt-profile-photo-placeholder i {
    font-size: 40px;
  }

  .brt-profile-photo-actions {
    flex-direction: column;
    align-items: center;
  }

  .brt-profile-photo-btn {
    width: 100%;
    max-width: 200px;
  }

  .profile-photo-section {
    padding: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .brt-profile-photo-img,
  .brt-profile-photo-placeholder {
    width: 80px;
    height: 80px;
  }

  .brt-profile-photo-placeholder i {
    font-size: 32px;
  }

  .brt-profile-photo-btn {
    padding: 10px 20px;
    font-size: 13px;
    min-width: 120px;
  }
}

/* Loading Animation */
.brt-profile-photo-loading {
  position: relative;
}

.brt-profile-photo-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid var(--brt-border);
  border-top: 2px solid var(--brt-primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Success Animation */
.brt-profile-photo-success {
  animation: success-pulse 0.6s ease-out;
}

@keyframes success-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* ===== HESAP SAYFASI ŞIK TASARIM ===== */
/* Account Sidebar */
.brt-account-sidebar-header {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px;
  background: linear-gradient(
    135deg,
    var(--brt-primary-50),
    var(--brt-deep-50)
  );
  border-radius: 15px;
  margin-bottom: 25px;
  border: 1px solid rgba(128, 188, 84, 0.2);
  position: relative;
  overflow: hidden;
}

.brt-account-sidebar-header::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(128, 188, 84, 0.1) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.brt-account-user-avatar {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.brt-account-profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--brt-white);
  box-shadow: 0 4px 15px rgba(34, 83, 37, 0.2);
  transition: all 0.3s ease;
}

.brt-account-profile-img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(34, 83, 37, 0.3);
}

.brt-account-avatar-placeholder {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--brt-primary),
    var(--brt-primary-700)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--brt-white);
  box-shadow: 0 4px 15px rgba(34, 83, 37, 0.2);
  transition: all 0.3s ease;
}

.brt-account-avatar-placeholder:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(34, 83, 37, 0.3);
}

.brt-account-avatar-placeholder i {
  font-size: 24px;
  color: var(--brt-white);
}

.brt-account-user-info {
  flex: 1;
  position: relative;
  z-index: 1;
}

.brt-account-welcome-text {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--brt-muted);
  margin: 0 0 5px 0;
  opacity: 0.8;
}

.brt-account-user-name {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--brt-text);
  margin: 0;
  line-height: 1.2;
}

/* Account Welcome Section */
.brt-account-welcome-section {
  background: linear-gradient(
    135deg,
    var(--brt-primary-50),
    var(--brt-deep-50)
  );
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid rgba(128, 188, 84, 0.2);
  position: relative;
  overflow: hidden;
}

.brt-account-welcome-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(128, 188, 84, 0.1) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.brt-account-welcome-header {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.brt-account-welcome-avatar {
  flex-shrink: 0;
}

.brt-account-welcome-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--brt-white);
  box-shadow: 0 6px 20px rgba(34, 83, 37, 0.25);
  transition: all 0.3s ease;
}

.brt-account-welcome-img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(34, 83, 37, 0.35);
}

.brt-account-welcome-placeholder {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--brt-primary),
    var(--brt-primary-700)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--brt-white);
  box-shadow: 0 6px 20px rgba(34, 83, 37, 0.25);
  transition: all 0.3s ease;
}

.brt-account-welcome-placeholder:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(34, 83, 37, 0.35);
}

.brt-account-welcome-placeholder i {
  font-size: 32px;
  color: var(--brt-white);
}

.brt-account-welcome-text {
  flex: 1;
}

.brt-account-welcome-title {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--brt-text);
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.brt-account-welcome-name {
  color: var(--brt-primary);
  font-weight: 800;
}

.brt-account-welcome-desc {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  color: var(--brt-muted);
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}

/* Account Navigation */
.account-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.account-nav ul li a {
  display: block;
  padding: 15px 20px;
  color: var(--brt-muted);
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid var(--brt-border);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
  border-radius: 8px;
  margin-bottom: 5px;
}

.account-nav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    135deg,
    var(--brt-primary),
    var(--brt-primary-700)
  );
  border-radius: 8px;
  transition: width 0.3s ease;
  z-index: -1;
}

.account-nav ul li a:hover,
.account-nav ul li a.active {
  color: var(--brt-white);
  padding-left: 25px;
  transform: translateX(5px);
}

.account-nav ul li a:hover::before,
.account-nav ul li a.active::before {
  width: 100%;
}

.account-nav ul li:last-child a {
  border-bottom: none;
  color: #dc3545;
}

.account-nav ul li:last-child a:hover {
  background: linear-gradient(135deg, #dc3545, #c82333);
  color: var(--brt-white);
}

/* Account Sidebar Container */
.account-sidebar {
  background: var(--brt-white);
  border: 1px solid var(--brt-border);
  border-radius: 15px;
  padding: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Recent Orders Table */
.recent-orders {
  background: var(--brt-white);
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--brt-border);
}

.recent-orders h5 {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--brt-text);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--brt-primary-50);
}

.recent-orders .table {
  margin-bottom: 0;
}

.recent-orders .table thead th {
  background: var(--brt-primary-50);
  color: var(--brt-text);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  padding: 15px 12px;
}

.recent-orders .table tbody td {
  padding: 15px 12px;
  border-color: var(--brt-border);
  vertical-align: middle;
  font-size: 14px;
  color: var(--brt-muted);
}

.recent-orders .table tbody tr:hover {
  background: var(--brt-primary-50);
}

/* Responsive Design */
@media (max-width: 768px) {
  .brt-account-sidebar-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    padding: 20px;
  }

  .brt-account-welcome-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .brt-account-welcome-title {
    font-size: 20px;
  }

  .brt-account-welcome-img,
  .brt-account-welcome-placeholder {
    width: 60px;
    height: 60px;
  }

  .brt-account-welcome-placeholder i {
    font-size: 24px;
  }

  .brt-account-profile-img,
  .brt-account-avatar-placeholder {
    width: 50px;
    height: 50px;
  }

  .brt-account-avatar-placeholder i {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .brt-account-welcome-section {
    padding: 20px;
  }

  .brt-account-sidebar-header {
    padding: 15px;
  }

  .recent-orders {
    padding: 20px;
  }
}

/* ===== SİPARİŞ KARTLARI TASARIM ===== */
/* Recent Orders Section */
.brt-recent-orders {
  background: var(--brt-white);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--brt-border);
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.brt-recent-orders::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--brt-primary),
    var(--brt-primary-700)
  );
}

.brt-section-title {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--brt-text);
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--brt-primary-50);
  position: relative;
}

.brt-section-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--brt-primary);
}

/* Order Card */
.brt-order-card {
  background: var(--brt-white);
  border: 1px solid var(--brt-border);
  border-radius: var(--brt-border-radius);
  padding: 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.brt-order-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Order Products Section */
.brt-order-products {
  margin: 0;
  padding: 16px 20px;
  background: linear-gradient(
    135deg,
    var(--brt-primary-50),
    var(--brt-deep-50)
  );
  border-bottom: 1px solid var(--brt-border);
}

.brt-order-products__images {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.brt-order-product-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--brt-white);
  border-radius: var(--brt-border-radius);
  padding: 8px;
  border: 1px solid var(--brt-border);
  min-width: 0;
  flex: 0 0 auto;
  max-width: 200px;
}

.brt-order-product-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: var(--brt-border-radius);
  flex-shrink: 0;
}

.brt-order-product-placeholder {
  width: 40px;
  height: 40px;
  background: linear-gradient(
    135deg,
    var(--brt-primary-100),
    var(--brt-deep-50)
  );
  border-radius: var(--brt-border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--brt-border);
}

.brt-order-product-placeholder i {
  font-size: 16px;
  color: var(--brt-muted);
}

.brt-order-product-info {
  flex: 1;
  min-width: 0;
}

.brt-order-product-name {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--brt-text);
  line-height: 1.3;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brt-order-product-quantity {
  font-family: "Quicksand", sans-serif;
  font-size: 10px;
  color: var(--brt-muted);
  font-weight: 400;
}

.brt-order-more-products {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brt-muted), var(--brt-secondary));
  border-radius: var(--brt-border-radius);
  padding: 8px 12px;
  min-width: 40px;
  height: 40px;
}

.brt-order-more-count {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: white;
}

/* Order Card Header */
.brt-order-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: linear-gradient(135deg, var(--brt-primary), var(--brt-secondary));
  color: white;
  position: relative;
  border-radius: var(--brt-border-radius) var(--brt-border-radius) 0 0;
}

.brt-order-card__title {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: white;
  letter-spacing: 0.5px;
}

/* Status Badge */
.brt-status {
  display: inline-block;
  padding: 6px 12px;
  border-radius: var(--brt-border-radius);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  background: linear-gradient(
    135deg,
    var(--brt-primary-700),
    var(--brt-secondary)
  );
  color: white;
}

.brt-status.is-yeni {
  background: linear-gradient(
    135deg,
    var(--brt-primary-700),
    var(--brt-secondary)
  );
  color: white;
}

.brt-status.is-hazirlaniyor {
  background: linear-gradient(135deg, var(--brt-warning), var(--brt-secondary));
  color: white;
}

.brt-status.is-kargoda {
  background: linear-gradient(135deg, var(--brt-success), var(--brt-secondary));
  color: white;
}

.brt-status.is-teslim {
  background: linear-gradient(135deg, var(--brt-success), var(--brt-secondary));
  color: white;
}

.brt-status.is-iptal {
  background: linear-gradient(135deg, var(--brt-danger), var(--brt-secondary));
  color: white;
}

/* Order Card Body */
.brt-order-card__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0;
  padding: 16px 20px;
  background: linear-gradient(
    135deg,
    var(--brt-primary-50),
    var(--brt-deep-50)
  );
  border-bottom: 1px solid var(--brt-border);
}

.brt-order-card__meta {
  font-family: "Quicksand", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: var(--brt-muted);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 4px;
}

.brt-order-card__value {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--brt-text);
  line-height: 1.3;
}

/* Order Card Footer */
.brt-order-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px 20px;
  background: var(--brt-white);
  border-radius: 0 0 var(--brt-border-radius) var(--brt-border-radius);
}

.brt-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: var(--brt-border-radius);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  background: linear-gradient(
    135deg,
    var(--brt-primary-100),
    var(--brt-deep-50)
  );
  color: var(--brt-secondary);
  border: 1px solid var(--brt-primary-200);
}

.brt-badge.is-soft-primary {
  background: linear-gradient(
    135deg,
    var(--brt-primary-100),
    var(--brt-deep-50)
  );
  color: var(--brt-secondary);
}

/* Order Actions */
.brt_order_actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.brt-btn-outlined {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  background: transparent;
  color: var(--brt-secondary);
  border: 1px solid var(--brt-secondary);
  border-radius: var(--brt-border-radius);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.brt-btn-outlined:hover {
  background: linear-gradient(135deg, var(--brt-primary), var(--brt-secondary));
  color: white;
  border-color: var(--brt-secondary);
}

.brt-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  background: linear-gradient(135deg, var(--brt-primary), var(--brt-secondary));
  color: white;
  border: none;
  border-radius: var(--brt-border-radius);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.brt-btn-primary:hover {
  background: linear-gradient(135deg, var(--brt-secondary), var(--brt-primary));
  color: white;
}

/* Yorum Sistemi Stilleri */
.brt-comment-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--brt-primary-100);
}

.brt-comment-avatar-placeholder {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--brt-primary-100),
    var(--brt-deep-50)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--brt-primary-200);
}

.brt-comment-avatar-placeholder i {
  font-size: 20px;
  color: var(--brt-primary);
}

.brt-admin-response {
  background: linear-gradient(
    135deg,
    var(--brt-primary-50),
    var(--brt-deep-50)
  ) !important;
  border: 1px solid var(--brt-primary-200);
  border-radius: var(--brt-border-radius);
  margin-top: 15px;
}

.brt-admin-response .text-primary {
  color: var(--brt-secondary) !important;
}

.brt-login-required {
  background: linear-gradient(
    135deg,
    var(--brt-primary-50),
    var(--brt-deep-50)
  ) !important;
  border: 1px solid var(--brt-primary-200);
  border-radius: var(--brt-border-radius);
}

.brt-login-required .tp-btn {
  background: linear-gradient(135deg, var(--brt-primary), var(--brt-secondary));
  border: none;
  color: white;
  padding: 12px 24px;
  border-radius: var(--brt-border-radius);
  font-weight: 500;
  transition: all 0.3s ease;
}

.brt-login-required .tp-btn:hover {
  background: linear-gradient(135deg, var(--brt-secondary), var(--brt-primary));
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* View All Orders */
.brt-view-all-orders {
  margin-top: 24px;
  text-align: center;
  padding-top: 20px;
  border-top: 2px solid var(--brt-primary-50);
  position: relative;
}

.brt-view-all-orders::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: var(--brt-primary);
}

/* Empty State */
.brt-empty-state {
  text-align: center;
  padding: 40px 24px;
  background: linear-gradient(
    135deg,
    var(--brt-primary-50),
    var(--brt-deep-50)
  );
  border-radius: 20px;
  border: 1px solid var(--brt-primary-200);
  position: relative;
  overflow: hidden;
}

.brt-empty-state::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(128, 188, 84, 0.1) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.brt-empty-state__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(
    135deg,
    var(--brt-primary),
    var(--brt-primary-700)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(128, 188, 84, 0.3);
  position: relative;
  z-index: 1;
}

.brt-empty-state__icon i {
  font-size: 32px;
  color: var(--brt-white);
}

.brt-empty-state__title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--brt-text);
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.brt-empty-state__desc {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  color: var(--brt-muted);
  margin-bottom: 24px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
  .brt-recent-orders {
    padding: 20px;
    border-radius: 16px;
  }

  .brt-section-title {
    font-size: 20px;
  }

  .brt-order-card {
    padding: 20px;
    border-radius: 12px;
  }

  .brt-order-card__body {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 12px;
  }

  .brt-order-card__footer {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .brt_order_actions {
    justify-content: center;
  }

  .brt-empty-state {
    padding: 32px 20px;
  }

  .brt-empty-state__icon {
    width: 60px;
    height: 60px;
  }

  .brt-empty-state__icon i {
    font-size: 24px;
  }

  .brt-empty-state__title {
    font-size: 18px;
  }

  .brt-order-products {
    padding: 10px;
    margin: 10px 0;
  }

  .brt-order-products__images {
    gap: 6px;
  }

  .brt-order-product-item {
    max-width: 160px;
    padding: 5px;
    gap: 5px;
  }

  .brt-order-product-img,
  .brt-order-product-placeholder {
    width: 32px;
    height: 32px;
  }

  .brt-order-product-name {
    font-size: 10px;
  }

  .brt-order-product-quantity {
    font-size: 8px;
  }

  .brt-order-more-products {
    min-width: 32px;
    height: 32px;
    padding: 5px 8px;
  }

  .brt-order-more-count {
    font-size: 9px;
  }
}

@media (max-width: 480px) {
  .brt-recent-orders {
    padding: 16px;
    border-radius: 12px;
  }

  .brt-section-title {
    font-size: 18px;
  }

  .brt-order-card {
    padding: 16px;
    border-radius: 10px;
  }

  .brt-order-card__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .brt-order-card__title {
    font-size: 16px;
  }

  .brt-order-card__body {
    padding: 10px;
  }

  .brt-btn-outlined {
    padding: 8px 16px;
    font-size: 12px;
  }

  .brt-btn-primary {
    padding: 10px 20px;
    font-size: 13px;
  }

  .brt-order-products {
    padding: 8px;
    margin: 8px 0;
  }

  .brt-order-products__images {
    gap: 6px;
  }

  .brt-order-product-item {
    max-width: 140px;
    padding: 4px;
    gap: 4px;
  }

  .brt-order-product-img,
  .brt-order-product-placeholder {
    width: 28px;
    height: 28px;
  }

  .brt-order-product-name {
    font-size: 10px;
  }

  .brt-order-product-quantity {
    font-size: 8px;
  }

  .brt-order-more-products {
    min-width: 28px;
    height: 28px;
    padding: 4px 6px;
  }

  .brt-order-more-count {
    font-size: 9px;
  }
}
.bt_bg_category_oz_color {
  background: #ffffff;
  box-shadow:
    20px 20px 60px #d9d9d9,
    -20px -20px 60px #ffffff;
}

/* Sipariş Takip Numarası Kopyalama Stilleri */
.brt-tracking-section {
  margin-top: 8px;
  padding: 8px 12px;
  background: rgba(128, 188, 84, 0.08);
  border-radius: 6px;
  border: 1px solid rgba(128, 188, 84, 0.2);
}

.brt-tracking-label {
  font-size: 0.85rem;
  color: var(--brt-text-muted);
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}

.brt-tracking-number-container {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 4px;
  padding: 6px 10px;
  border: 1px solid #e0e0e0;
}

.brt-tracking-number {
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--brt-primary);
  letter-spacing: 0.5px;
  flex: 1;
  user-select: all;
  cursor: text;
}

.brt-copy-btn {
  background: var(--brt-primary);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 6px 8px;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
}

.brt-copy-btn:hover {
  background: var(--brt-primary-dark, #6ba84a);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(128, 188, 84, 0.3);
}

.brt-copy-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(128, 188, 84, 0.3);
}

.brt-copy-btn i {
  font-size: 0.75rem;
}

/* Sipariş Numarası Stili */
.brt-order-number {
  font-weight: 600;
  color: var(--brt-primary-50);
}

/* Responsive Tasarım */
@media (max-width: 768px) {
  .brt-tracking-section {
    margin-top: 6px;
    padding: 6px 10px;
  }

  .brt-tracking-number-container {
    padding: 5px 8px;
  }

  .brt-tracking-number {
    font-size: 0.85rem;
  }

  .brt-copy-btn {
    min-width: 28px;
    height: 28px;
    padding: 4px 6px;
  }

  .brt-copy-notification {
    top: 10px;
    right: 10px;
    left: 10px;
    max-width: none;
    min-width: auto;
  }
}

@media (max-width: 480px) {
  .brt-tracking-section {
    padding: 5px 8px;
  }

  .brt-tracking-label {
    font-size: 0.8rem;
  }

  .brt-tracking-number {
    font-size: 0.8rem;
  }

  .brt-copy-btn {
    min-width: 26px;
    height: 26px;
    padding: 3px 5px;
  }
}

/* Sipariş Detay Sayfası Stilleri */
.brt-order-detail-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  overflow: hidden;
}

/* Sipariş Detay Başlığı */
.brt-order-detail-header {
  background: linear-gradient(
    135deg,
    var(--brt-primary) 0%,
    var(--brt-primary-dark, #6ba84a) 100%
  );
  color: #fff;
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.brt-order-detail-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.brt-order-detail-title-text {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  color: #fff;
}

.brt-order-detail-number {
  font-family: "Courier New", monospace;
  font-size: 1.1rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 12px;
  border-radius: 6px;
  letter-spacing: 0.5px;
}

.brt-order-detail-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.brt-order-detail-actions .brt-status {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 20px;
}

.brt-order-detail-actions .brt-btn-outlined {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.brt-order-detail-actions .brt-btn-outlined:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
}

/* Bilgi Kartları Grid */
.brt-order-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 32px;
  background: #fafafa;
}

.brt-info-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  transition: all 0.3s ease;
}

.brt-info-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.brt-info-card-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 16px 20px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  gap: 12px;
}

.brt-info-card-header i {
  color: var(--brt-primary);
  font-size: 1.1rem;
}

.brt-info-card-header h6 {
  margin: 0;
  font-weight: 600;
  color: var(--brt-text);
  font-size: 1rem;
}

.brt-info-card-content {
  padding: 20px;
}

.brt-info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
}

.brt-info-item:last-child {
  border-bottom: none;
}

.brt-info-label {
  font-weight: 500;
  color: var(--brt-text-muted);
  font-size: 0.9rem;
}

.brt-info-value {
  font-weight: 600;
  color: var(--brt-text);
  font-size: 0.9rem;
}

.brt-info-muted {
  color: #999 !important;
  font-style: italic;
}

/* Takip Numarası Özel Stili */
.brt-tracking-item {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.brt-tracking-container {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8f9fa;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  width: 100%;
}

.brt-tracking-container .brt-tracking-number {
  font-family: "Courier New", monospace;
  font-weight: 600;
  color: var(--brt-primary);
  flex: 1;
  font-size: 0.9rem;
}

.brt-track-btn {
  background: var(--brt-primary);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  text-decoration: none;
}

.brt-track-btn:hover {
  background: var(--brt-primary-dark, #6ba84a);
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(128, 188, 84, 0.3);
}

.brt-track-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(128, 188, 84, 0.3);
}

/* Adres Bölümü */
.brt-address-section {
  padding: 32px;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}

.brt-address-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.brt-address-card {
  background: #fafafa;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  transition: all 0.3s ease;
}

.brt-address-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.brt-address-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 16px 20px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  gap: 12px;
}

.brt-address-header i {
  color: var(--brt-primary);
  font-size: 1.1rem;
}

.brt-address-header h6 {
  margin: 0;
  font-weight: 600;
  color: var(--brt-text);
  font-size: 1rem;
}

.brt-address-content {
  padding: 20px;
}

.brt-address-name {
  font-weight: 700;
  color: var(--brt-text);
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.brt-address-text {
  color: var(--brt-text);
  line-height: 1.6;
  margin-bottom: 8px;
}

.brt-address-location {
  color: var(--brt-text-muted);
  font-weight: 500;
  margin-bottom: 12px;
}

.brt-address-contact,
.brt-address-postal {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--brt-text-muted);
  font-size: 0.9rem;
  margin-bottom: 6px;
}

.brt-address-contact i,
.brt-address-postal i {
  color: var(--brt-primary);
  width: 16px;
}

/* Ürünler Bölümü */
.brt-products-section {
  padding: 32px;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}

.brt-products-header {
  margin-bottom: 24px;
}

.brt-products-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--brt-text);
  margin: 0;
  display: flex;
  align-items: center;
}

.brt-products-table-container {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  margin-bottom: 24px;
}

.brt-products-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.brt-products-table thead {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.brt-products-table th {
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  color: var(--brt-text);
  font-size: 0.9rem;
  border-bottom: 1px solid #e8e8e8;
}

.brt-products-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #f5f5f5;
  vertical-align: middle;
}

.brt-products-table tbody tr:hover {
  background: #fafafa;
}

.brt-product-name {
  font-weight: 600;
  color: var(--brt-text);
}

.brt-product-variant {
  color: var(--brt-text-muted);
  font-size: 0.9rem;
}

.brt-product-quantity {
  font-weight: 600;
  color: var(--brt-primary);
  text-align: center;
}

.brt-product-price,
.brt-product-total {
  font-weight: 600;
  color: var(--brt-text);
  text-align: right;
}

/* Fiyat Özeti */
.brt-price-summary {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}

.brt-price-summary-content {
  padding: 24px;
}

.brt-price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e8;
}

.brt-price-item:last-child {
  border-bottom: none;
}

.brt-price-label {
  font-weight: 500;
  color: var(--brt-text-muted);
  font-size: 0.95rem;
}

.brt-price-value {
  font-weight: 600;
  color: var(--brt-text);
  font-size: 0.95rem;
}

.brt-price-discount .brt-price-value {
  color: #28a745;
}

.brt-price-total {
  background: var(--brt-primary);
  color: #fff;
  margin: 0 -24px;
  padding: 16px 24px;
  border-radius: 0;
}

.brt-price-total .brt-price-label,
.brt-price-total .brt-price-value {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
  .brt-order-detail-header {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .brt-order-detail-title-text {
    font-size: 1.3rem;
  }

  .brt-order-detail-actions {
    width: 100%;
    justify-content: space-between;
  }

  .brt-order-info-grid {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 16px;
  }

  .brt-address-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .brt-address-section,
  .brt-products-section {
    padding: 20px;
  }

  .brt-products-table-container {
    overflow-x: auto;
  }

  .brt-products-table {
    min-width: 600px;
  }

  .brt-products-table th,
  .brt-products-table td {
    padding: 12px 16px;
  }
}

@media (max-width: 480px) {
  .brt-order-detail-header {
    padding: 16px;
  }

  .brt-order-detail-title-text {
    font-size: 1.2rem;
  }

  .brt-order-detail-number {
    font-size: 1rem;
    padding: 4px 8px;
  }

  .brt-order-detail-actions {
    flex-direction: column;
    gap: 12px;
  }

  .brt-order-detail-actions .brt-btn-outlined {
    width: 100%;
    text-align: center;
  }

  .brt-order-info-grid {
    padding: 16px;
  }

  .brt-address-section,
  .brt-products-section {
    padding: 16px;
  }

  .brt-info-card-content,
  .brt-address-content {
    padding: 16px;
  }

  .brt-price-summary-content {
    padding: 16px;
  }

  .brt-price-total {
    margin: 0 -16px;
    padding: 12px 16px;
  }
}

/* Sipariş Takip Etme Butonu Stilleri */
.brt-track-order-btn {
  background: var(--brt-primary);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  min-height: 36px;
}

.brt-track-order-btn:hover {
  background: var(--brt-primary-dark, #6ba84a);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(128, 188, 84, 0.3);
  color: #fff;
  text-decoration: none;
}

.brt-track-order-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(128, 188, 84, 0.3);
}

.brt-track-order-btn i {
  font-size: 0.8rem;
}

/* Sipariş Kartları Footer Düzenlemesi */
.brt_order_actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.brt_order_actions .brt-btn-outlined {
  font-size: 0.9rem;
  padding: 8px 16px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
  .brt_order_actions {
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }

  .brt_order_actions .brt-btn-outlined,
  .brt-track-order-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .brt-track-order-btn {
    font-size: 0.85rem;
    padding: 6px 12px;
    min-height: 32px;
  }

  .brt_order_actions .brt-btn-outlined {
    font-size: 0.85rem;
    padding: 6px 12px;
    min-height: 32px;
  }
}

/* Destek Talebi Kartları Stilleri */
.brt-support-tickets {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.brt-support-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.brt-support-card:hover {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

/* Destek Kartı Başlığı */
.brt-support-card__header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 20px 24px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.brt-support-card__title {
  flex: 1;
}

.brt-support-card__code {
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--brt-primary);
  background: rgba(128, 188, 84, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 8px;
}

.brt-support-card__subject {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--brt-text);
  margin: 0;
  line-height: 1.4;
}

.brt-support-card__status {
  flex-shrink: 0;
}

/* Destek Durum Stilleri */
.brt-status--yeni {
  background: #e3f2fd;
  color: #1976d2;
  border: 1px solid #bbdefb;
}

.brt-status--inceleniyor {
  background: #fff3e0;
  color: #f57c00;
  border: 1px solid #ffcc02;
}

.brt-status--cevaplandi {
  background: #e8f5e8;
  color: #388e3c;
  border: 1px solid #c8e6c9;
}

.brt-status--cozuldu {
  background: #e8f5e8;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}

.brt-status--kapatildi {
  background: #fafafa;
  color: #616161;
  border: 1px solid #e0e0e0;
}

/* Destek Kartı İçeriği */
.brt-support-card__body {
  padding: 24px;
}

.brt-support-card__meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.brt-support-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #fafafa;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}

.brt-support-meta-item i {
  color: var(--brt-primary);
  font-size: 0.9rem;
  width: 16px;
  text-align: center;
}

.brt-support-meta-label {
  font-size: 0.85rem;
  color: var(--brt-text-muted);
  font-weight: 500;
  min-width: 80px;
}

.brt-support-meta-value {
  font-size: 0.9rem;
  color: var(--brt-text);
  font-weight: 600;
}

/* Öncelik Stilleri */
.brt-support-priority {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.brt-support-priority--acil {
  background: #ffebee;
  color: #c62828;
  border: 1px solid #ffcdd2;
}

.brt-support-priority--yüksek {
  background: #fff3e0;
  color: #ef6c00;
  border: 1px solid #ffcc02;
}

.brt-support-priority--normal {
  background: #e8f5e8;
  color: #2e7d32;
  border: 1px solid #c8e6c9;
}

.brt-support-priority--düşük {
  background: #fafafa;
  color: #616161;
  border: 1px solid #e0e0e0;
}

/* Destek Kartı Footer */
.brt-support-card__footer {
  background: #fafafa;
  padding: 16px 24px;
  border-top: 1px solid #f0f0f0;
}

.brt-support-card__actions {
  display: flex;
  justify-content: flex-end;
}

.brt-support-card__actions .brt-btn-outlined {
  font-size: 0.9rem;
  padding: 8px 16px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Boş Durum Stili */
.brt-empty-state {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
}

.brt-empty-state__icon {
  font-size: 4rem;
  color: var(--brt-primary);
  margin-bottom: 20px;
  opacity: 0.7;
}

.brt-empty-state__title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--brt-text);
  margin-bottom: 12px;
}

.brt-empty-state__desc {
  font-size: 1rem;
  color: var(--brt-text-muted);
  margin-bottom: 24px;
  line-height: 1.5;
}

.brt-empty-state .brt-btn-primary {
  font-size: 1rem;
  padding: 12px 24px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
  .brt-support-card__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 20px;
  }

  .brt-support-card__status {
    align-self: flex-end;
  }

  .brt-support-card__body {
    padding: 20px;
  }

  .brt-support-card__meta {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .brt-support-meta-item {
    padding: 10px 12px;
  }

  .brt-support-card__footer {
    padding: 12px 20px;
  }

  .brt-support-card__actions {
    justify-content: center;
  }

  .brt-support-card__actions .brt-btn-outlined {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .brt-support-card__header {
    padding: 12px 16px;
  }

  .brt-support-card__subject {
    font-size: 1rem;
  }

  .brt-support-card__body {
    padding: 16px;
  }

  .brt-support-meta-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 8px 12px;
  }

  .brt-support-meta-label {
    min-width: auto;
    font-size: 0.8rem;
  }

  .brt-support-meta-value {
    font-size: 0.85rem;
  }

  .brt-empty-state {
    padding: 40px 16px;
  }

  .brt-empty-state__icon {
    font-size: 3rem;
  }

  .brt-empty-state__title {
    font-size: 1.2rem;
  }

  .brt-empty-state__desc {
    font-size: 0.9rem;
  }
}

/* ========================================
   BLOG SİSTEMİ - ORFARM TEMA UYUMU
   ======================================== */

/* Blog Ana Sayfa Stilleri */
.tpblog__title-box {
  text-align: center;
  margin-bottom: 3rem;
}

.tpblog__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--tp-heading-primary);
  margin-bottom: 1rem;
  font-family: var(--tp-ff-heading);
}

.tpblog__subtitle {
  font-size: 1.1rem;
  color: var(--tp-text-body);
  margin-bottom: 0;
  font-family: var(--tp-ff-body);
}

.tpblog__filter {
  background: var(--tp-grey-1);
  padding: 2rem;
  border-radius: 15px;
  margin-bottom: 3rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.tpblog__filter .row {
  margin: 0 -10px;
}

.tpblog__filter .row > [class*="col-"] {
  padding: 0 10px;
}

.tpblog__filter .form-control,
.tpblog__filter .form-select {
  border: 2px solid var(--tp-border-1);
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: var(--tp-common-white);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.tpblog__filter .form-control:focus,
.tpblog__filter .form-select:focus {
  border-color: var(--tp-theme-1);
  box-shadow: 0 0 0 0.2rem rgba(128, 188, 82, 0.25);
}

.tpblog__filter .btn-primary {
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Form Group ve Label Stilleri */
.tpblog__filter .form-group {
  margin-bottom: 0;
}

.tpblog__filter .form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--tp-heading-primary);
  font-size: 14px;
  font-family: var(--tp-ff-heading);
}

.tpblog__filter .form-label.d-block {
  display: block !important;
}

.tpblog__filter .btn-primary:hover {
  background: var(--tp-theme-4);
  border-color: var(--tp-theme-4);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(128, 188, 82, 0.3);
}

.tpblog__filter .btn-outline-secondary {
  border-color: var(--tp-border-2);
  color: var(--tp-text-body);
  background: transparent;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tpblog__filter .btn-outline-secondary:hover {
  background: var(--tp-text-3);
  border-color: var(--tp-text-3);
  color: var(--tp-common-white);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.tpblog__filter .d-flex.gap-2 {
  gap: 10px;
}

.tpblog__details i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.tpblog__details a:hover i {
  transform: translateX(3px);
}

/* Boş Durum */
.tpblog__empty {
  padding: 4rem 2rem;
  text-align: center;
}

.tpblog__empty i {
  color: var(--tp-text-3);
  margin-bottom: 1.5rem;
}

.tpblog__empty h4 {
  color: var(--tp-heading-primary);
  margin-bottom: 1rem;
  font-family: var(--tp-ff-heading);
}

.tpblog__empty p {
  color: var(--tp-text-body);
  margin-bottom: 0;
}

/* Sidebar Stilleri */
.tpblog__right-item {
  position: sticky;
  top: 2rem;
  margin-top: 0;
}

.tpblog__left-wrapper {
  margin-bottom: 0;
}

.sidebar__widget {
  background: var(--tp-common-white);
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
  border: 1px solid var(--tp-border-1);
}

.sidebar__widget:last-child {
  margin-bottom: 0;
}

.sidebar__widget-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--tp-heading-primary);
  margin-bottom: 1.5rem;
  font-family: var(--tp-ff-heading);
  position: relative;
  padding-bottom: 10px;
}

.sidebar__widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--tp-theme-1);
  border-radius: 2px;
}

.sidebar__search {
  position: relative;
}

.sidebar__search input {
  width: 100%;
  padding: 12px 45px 12px 20px;
  border: 2px solid var(--tp-border-1);
  border-radius: 25px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: var(--tp-grey-1);
}

.sidebar__search input:focus {
  border-color: var(--tp-theme-1);
  background: var(--tp-common-white);
  box-shadow: 0 0 0 0.2rem rgba(128, 188, 82, 0.25);
}

.sidebar__search button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.sidebar__search button:hover {
  background: var(--tp-theme-4);
  transform: translateY(-50%) scale(1.1);
}

.sidebar__widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar__widget ul li {
  margin-bottom: 10px;
}

.sidebar__widget ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  color: var(--tp-text-body);
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.sidebar__widget ul li a:hover,
.sidebar__widget ul li a.active {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  transform: translateX(5px);
}

.sidebar__widget ul li a span {
  background: var(--tp-grey-1);
  color: var(--tp-text-3);
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.sidebar__widget ul li a:hover span,
.sidebar__widget ul li a.active span {
  background: rgba(255, 255, 255, 0.2);
  color: var(--tp-common-white);
}

/* Son Yazılar ve Popüler Yazılar */
.rc__post {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  border-radius: 10px;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  background: var(--tp-common-white);
  border: 1px solid var(--tp-border-1);
  width: 100%;
}

.rc__post:hover {
  background: var(--tp-grey-1);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.rc__post-thumb {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--tp-border-1);
}

.rc__post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.rc__post:hover .rc__post-thumb img {
  transform: scale(1.1);
}

.rc__post-placeholder {
  width: 100%;
  height: 100%;
  background: var(--tp-grey-1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tp-text-3);
  font-size: 1.2rem;
}

.rc__post-content {
  flex: 1;
  min-width: 0;
}

.rc__post-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--tp-heading-primary);
  margin-bottom: 8px;
  line-height: 1.4;
  font-family: var(--tp-ff-heading);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rc__post-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.rc__post-title a:hover {
  color: var(--tp-theme-1);
}

.rc__post-meta {
  font-size: 12px;
  color: var(--tp-text-3);
  display: flex;
  align-items: center;
  gap: 5px;
}

.rc__post-meta i {
  font-size: 10px;
  color: var(--tp-theme-1);
}

/* Etiketler */
.sidebar__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sidebar__tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  background: var(--tp-grey-1);
  color: var(--tp-text-body);
  text-decoration: none;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.sidebar__tag:hover,
.sidebar__tag.active {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  transform: translateY(-2px);
}

.sidebar__tag span {
  background: var(--tp-text-3);
  color: var(--tp-common-white);
  padding: 2px 6px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 600;
}

.sidebar__tag:hover span,
.sidebar__tag.active span {
  background: rgba(255, 255, 255, 0.2);
}

/* Blog Liste Kart Stilleri */
.tpblog__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
  background: var(--tp-common-white);
}

.tpblog__item:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.13);
  transform: translateY(-3px);
}

.tpblog__thumb {
  width: 100%;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  flex-shrink: 0;
}

.tpblog__thumb a {
  display: block;
  width: 100%;
  height: 220px;
}

.tpblog__thumb img,
.tpblog__thumb picture img {
  width: 100%;
  height: 220px !important;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 1s ease-out;
}

.tpblog__item:hover .tpblog__thumb img {
  transform: scale(1.05);
}

.tpblog__placeholder {
  width: 100%;
  height: 220px;
  background: var(--tp-grey-1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 2.5rem;
}

.tpblog__wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px !important;
}

.tpblog__title {
  flex: 1;
}

.tpblog__content {
  color: var(--tp-text-body);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Tüm kartların aynı yükseklikte olması için */
.tpblog__left-item .col-lg-6 {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.tpblog__left-item .col-lg-6 > .tpblog__item {
  height: 100%;
}

@media (max-width: 991px) {
  .tpblog__thumb a,
  .tpblog__thumb img,
  .tpblog__thumb picture img,
  .tpblog__placeholder {
    height: 200px !important;
  }
}

@media (max-width: 576px) {
  .tpblog__thumb a,
  .tpblog__thumb img,
  .tpblog__thumb picture img,
  .tpblog__placeholder {
    height: 190px !important;
  }

  .tpblog__wrapper {
    padding: 15px !important;
  }
}

/* Blog Detay Sayfası Stilleri */
.tp-blog-details__thumb {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.tp-blog-details__thumb img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

@media (max-width: 991px) {
  .tp-blog-details__thumb img {
    max-height: 380px;
  }
}

@media (max-width: 576px) {
  .tp-blog-details__thumb img {
    max-height: 250px;
  }
}

/* margin-top negatif olan tema stilini sıfırla */
.tp-blog-details__wrapper {
  margin-top: 0 !important;
  padding: 2.5rem !important;
  background: var(--tp-common-white);
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .tp-blog-details__wrapper {
    padding: 2rem !important;
  }
}

@media (max-width: 576px) {
  .tp-blog-details__thumb {
    border-radius: 10px;
    margin-bottom: 1.5rem;
  }
  .tp-blog-details__wrapper {
    padding: 1.25rem !important;
    border-radius: 10px;
  }
}

.tp-blog-details__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--tp-heading-primary);
  margin-bottom: 1.5rem;
  line-height: 1.3;
  font-family: var(--tp-ff-heading);
}

.tp-blog-details__excerpt {
  background: var(--tp-grey-1);
  padding: 2rem;
  border-radius: 10px;
  border-left: 4px solid var(--tp-theme-1);
}

.tp-blog-details__excerpt .lead {
  font-size: 1.1rem;
  color: var(--tp-text-body);
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-word;
}

.tp-blog-details__content-text {
  color: var(--tp-text-body);
  line-height: 1.8;
  font-size: 16px;
}

.tp-blog-details__content-text h1,
.tp-blog-details__content-text h2,
.tp-blog-details__content-text h3,
.tp-blog-details__content-text h4,
.tp-blog-details__content-text h5,
.tp-blog-details__content-text h6 {
  color: var(--tp-heading-primary);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: var(--tp-ff-heading);
}

.tp-blog-details__content-text p {
  margin-bottom: 0.85rem;
}

.tp-blog-details__content-text a {
  color: var(--tp-theme-1);
  text-decoration: underline;
  text-decoration-color: rgba(128, 188, 82, 0.4);
  text-underline-offset: 3px;
  font-weight: 500;
  transition:
    color 0.2s ease,
    text-decoration-color 0.2s ease;
}

.tp-blog-details__content-text a:hover {
  color: #5a9a30;
  text-decoration-color: #5a9a30;
}

.tp-blog-details__content-text img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 1.5rem 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.tp-blog-details__content-text blockquote {
  background: var(--tp-grey-1);
  border-left: 4px solid var(--tp-theme-1);
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  border-radius: 0 10px 10px 0;
  font-style: italic;
  color: var(--tp-text-body);
}

/* Etiketler Bölümü */
.tp-blog-details__tags {
  border-top: 1px solid var(--tp-border-1);
  padding-top: 2rem;
}

.tp-blog-details__tags h5 {
  color: var(--tp-heading-primary);
  margin-bottom: 1rem;
  font-family: var(--tp-ff-heading);
}

.tp-blog-details__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tp-blog-details__tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: var(--tp-grey-1);
  color: var(--tp-text-body);
  text-decoration: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.tp-blog-details__tag:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(128, 188, 82, 0.3);
}

/* Sosyal Paylaşım */
.tp-blog-details__social-share {
  border-top: 1px solid var(--tp-border-1);
  padding-top: 2rem;
}

.tp-blog-details__social-share h5 {
  color: var(--tp-heading-primary);
  margin-bottom: 1rem;
  font-family: var(--tp-ff-heading);
}

.tp-blog-details__share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tp-blog-details__share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}

.tp-blog-details__share-facebook {
  background: #1877f2;
  color: white;
}

.tp-blog-details__share-twitter {
  background: #1da1f2;
  color: white;
}

.tp-blog-details__share-linkedin {
  background: #0077b5;
  color: white;
}

.tp-blog-details__share-whatsapp {
  background: #25d366;
  color: white;
}

.tp-blog-details__share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: white;
}

/* Yazar Bilgisi */
.tp-blog-details__author {
  background: var(--tp-grey-1);
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.tp-blog-details__author-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tp-blog-details__author-thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.tp-blog-details__author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-blog-details__author-placeholder {
  width: 100%;
  height: 100%;
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.tp-blog-details__author-info h5 {
  color: var(--tp-heading-primary);
  margin-bottom: 0.5rem;
  font-family: var(--tp-ff-heading);
}

.tp-blog-details__author-info p {
  color: var(--tp-text-body);
  margin-bottom: 0;
}

/* Yorumlar */
.tp-blog-details__comments h4 {
  color: var(--tp-heading-primary);
  margin-bottom: 2rem;
  font-family: var(--tp-ff-heading);
}

.tp-blog-details__comment-form {
  background: var(--tp-grey-1);
  padding: 2rem;
  border-radius: 15px;
  margin-bottom: 2rem;
}

.tp-blog-details__comment-form h5 {
  color: var(--tp-heading-primary);
  margin-bottom: 1.5rem;
  font-family: var(--tp-ff-heading);
}

.tp-blog-details__form .form-control {
  border: 2px solid var(--tp-border-1);
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: var(--tp-common-white);
}

.tp-blog-details__form .form-control:focus {
  border-color: var(--tp-theme-1);
  box-shadow: 0 0 0 0.2rem rgba(128, 188, 82, 0.25);
}

.tp-blog-details__form .btn-primary {
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  border-radius: 10px;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.tp-blog-details__form .btn-primary:hover {
  background: var(--tp-theme-4);
  border-color: var(--tp-theme-4);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(128, 188, 82, 0.3);
}

.tp-blog-details__comment-item {
  display: flex;
  gap: 20px;
  padding: 2rem;
  background: var(--tp-common-white);
  border-radius: 15px;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.tp-blog-details__comment-avatar {
  width: 50px;
  height: 50px;
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.tp-blog-details__comment-content {
  flex: 1;
}

.tp-blog-details__comment-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.tp-blog-details__comment-meta h6 {
  color: var(--tp-heading-primary);
  margin-bottom: 0;
  font-family: var(--tp-ff-heading);
}

.tp-blog-details__comment-meta span {
  color: var(--tp-text-3);
  font-size: 12px;
}

.tp-blog-details__comment-content p {
  color: var(--tp-text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

.tp-blog-details__no-comments {
  text-align: center;
  padding: 3rem 2rem;
  background: var(--tp-grey-1);
  border-radius: 15px;
}

.tp-blog-details__no-comments i {
  color: var(--tp-text-3);
  margin-bottom: 1.5rem;
}

.tp-blog-details__no-comments p {
  color: var(--tp-text-body);
  margin-bottom: 0;
}

/* Sayfalama */
.basic-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.basic-pagination ul li {
  display: inline-block;
}

.basic-pagination ul li a,
.basic-pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.basic-pagination ul li a {
  background: var(--tp-grey-1);
  color: var(--tp-text-body);
}

.basic-pagination ul li a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  transform: translateY(-2px);
}

.basic-pagination ul li span.current {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  box-shadow: 0 4px 15px rgba(128, 188, 82, 0.3);
}

/* Responsive Tasarım */
@media (max-width: 1200px) {
  .tpblog__filter .col-xl-3 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 992px) {
  .tpblog__filter .col-lg-4 {
    margin-bottom: 1rem;
  }

  .tpblog__filter .col-lg-12 {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .tpblog__title {
    font-size: 2rem;
  }

  .tpblog__filter {
    padding: 1.5rem;
  }

  .tpblog__filter .form-label {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .tpblog__filter .col-md-6 {
    margin-bottom: 1rem;
  }

  .tp-blog-details__wrapper {
    padding: 2rem;
  }

  .tp-blog-details__title {
    font-size: 1.8rem;
  }

  .tp-blog-details__author-content {
    flex-direction: column;
    text-align: center;
  }

  .tp-blog-details__comment-item {
    flex-direction: column;
  }

  .tp-blog-details__share-buttons {
    justify-content: center;
  }

  .sidebar__widget {
    padding: 1.5rem;
  }

  .tpblog__left-wrapper {
    padding-right: 0 !important;
  }

  .tpblog__right-item {
    padding-left: 0 !important;
    margin-top: 2rem;
  }

  .rc__post {
    padding: 12px;
  }

  .rc__post-thumb {
    width: 50px;
    height: 50px;
  }

  .rc__post-title {
    font-size: 13px;
  }

  .tpblog__filter .d-flex.gap-2 {
    flex-direction: column;
    gap: 8px;
  }

  .tpblog__filter .btn-primary,
  .tpblog__filter .btn-outline-secondary {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .tpblog__title {
    font-size: 1.5rem;
  }

  .tpblog__filter .row > div {
    margin-bottom: 1rem;
  }

  .tp-blog-details__wrapper {
    padding: 1.5rem;
  }

  .tp-blog-details__title {
    font-size: 1.5rem;
  }

  .tp-blog-details__tag-list {
    justify-content: center;
  }

  .tp-blog-details__share-buttons {
    flex-direction: column;
    align-items: center;
  }

  .tp-blog-details__share-btn {
    width: 100%;
    max-width: 200px;
    justify-content: center;
  }
}
.tpblog__content {
  word-break: break-word;
}

/* Blog Yorum Giriş Gerekli Alanı */
.brt-login-required {
  background: var(--tp-grey-1) !important;
  border: 2px dashed var(--tp-border-2);
  border-radius: 15px;
  padding: 3rem 2rem !important;
  text-align: center;
}

.brt-login-required i {
  color: var(--tp-theme-1) !important;
  margin-bottom: 1.5rem;
}

.brt-login-required h4 {
  color: var(--tp-heading-primary);
  margin-bottom: 1rem;
  font-weight: 600;
}

.brt-login-required p {
  color: var(--tp-text-body);
  margin-bottom: 2rem;
  font-size: 14px;
}

.brt-login-required .tp-btn {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.brt-login-required .tp-btn:hover {
  background: var(--tp-theme-4);
  color: var(--tp-common-white);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(128, 188, 82, 0.3);
}
.text-primary {
  color: var(--brt-deep) !important;
}
/* .bt_blog_anasayfa{
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  border-radius: 30px;
} */

/* Floating İletişim Butonları */
.brt-floating-contact {
  position: fixed;
  right: 15px;
  top: 70%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.brt-floating-contact.hidden .brt-floating-btn:not(.toggle-btn) {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100px) scale(0.8);
  pointer-events: none;
}

.brt-floating-contact.hidden .brt-floating-btn.toggle-btn {
  transform: rotate(180deg);
}

.brt-floating-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-size: 24px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.brt-floating-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  border-radius: 50%;
  transition: all 0.3s ease;
}

.brt-floating-btn:hover {
  transform: scale(1.1) translateY(-2px);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.3),
    0 0 0 4px rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: white;
  animation: pulse 0.6s ease-in-out;
}

.brt-floating-btn:hover::before {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
}

.brt-floating-btn.whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.brt-floating-btn.whatsapp:hover {
  background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.brt-floating-btn.phone {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.brt-floating-btn.phone:hover {
  background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
}

.brt-floating-btn.trendyol {
  background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
}

.brt-floating-btn.trendyol:hover {
  background: linear-gradient(135deg, #e64a19 0%, #d84315 100%);
  box-shadow: 0 8px 25px rgba(255, 87, 34, 0.4);
}

.brt-floating-btn.instagram {
  background: linear-gradient(135deg, #e4405f 0%, #c13584 50%, #833ab4 100%);
}

.brt-floating-btn.instagram:hover {
  background: linear-gradient(135deg, #c13584 0%, #833ab4 50%, #5851db 100%);
  box-shadow: 0 8px 25px rgba(225, 48, 108, 0.4);
}

.brt-floating-btn.toggle-btn {
  background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
  position: relative;
  z-index: 10001;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.brt-floating-btn.toggle-btn:hover {
  background: linear-gradient(135deg, #495057 0%, #343a40 100%);
  box-shadow:
    0 12px 30px rgba(108, 117, 125, 0.4),
    0 0 0 4px rgba(255, 255, 255, 0.1);
  transform: scale(1.1) translateY(-2px) rotate(5deg);
}

/* Trendyol Logo Görsel Stilleri */
.brt-floating-btn .trendyol-logo-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
}

.brt-floating-btn.trendyol .trendyol-logo-img {
  transition: filter 0.3s ease;
}

.brt-floating-btn.trendyol:hover .trendyol-logo-img {
  filter: none;
}

/* Tooltip */
.brt-floating-btn[data-tooltip] {
  position: relative;
}

.brt-floating-btn[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10000;
}

.brt-floating-btn[data-tooltip]::before {
  content: "";
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10000;
}

.brt-floating-btn[data-tooltip]:hover::after,
.brt-floating-btn[data-tooltip]:hover::before {
  opacity: 1;
  visibility: visible;
}

/* Animasyon */
.brt-floating-btn {
  animation: float 3s ease-in-out infinite;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.brt-floating-btn:not(.toggle-btn) {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center;
}

/* Geliş Animasyonları */
.brt-floating-btn:nth-child(1) {
  animation:
    slideInFromRight 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both,
    float 3s ease-in-out infinite 1s;
}

.brt-floating-btn:nth-child(2) {
  animation:
    slideInFromRight 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both,
    float 3s ease-in-out infinite 1.2s;
}

.brt-floating-btn:nth-child(3) {
  animation:
    slideInFromRight 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both,
    float 3s ease-in-out infinite 1.4s;
}

.brt-floating-btn:nth-child(4) {
  animation:
    slideInFromRight 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both,
    float 3s ease-in-out infinite 1.6s;
}

.brt-floating-btn.toggle-btn {
  animation: slideInFromRight 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s
    both;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(100px) scale(0.3);
  }
  60% {
    opacity: 1;
    transform: translateX(-10px) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow:
      0 4px 25px rgba(0, 0, 0, 0.4),
      0 0 0 10px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .brt-floating-contact {
    right: 15px;
    gap: 10px;
  }

  .brt-floating-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .brt-floating-btn[data-tooltip]::after {
    right: 60px;
    font-size: 12px;
    padding: 6px 10px;
  }

  .brt-floating-btn[data-tooltip]::before {
    right: 50px;
  }
}

@media (max-width: 480px) {
  .brt-floating-contact {
    right: 10px;
    gap: 8px;
  }

  .brt-floating-btn {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .brt-floating-btn[data-tooltip]::after {
    right: 55px;
    font-size: 11px;
    padding: 5px 8px;
  }

  .brt-floating-btn[data-tooltip]::before {
    right: 45px;
  }
}

/* === Urun Karti Hover Efekti: Ikinci Gorsel === */
.tpproduct__thumb {
  position: relative !important;
  overflow: hidden !important;
}

.tpproduct__thumb a {
  display: block !important;
  position: relative !important;
}

.tpproduct__thumb img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease !important;
}

.tpproduct__main-img {
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1 !important;
}

.tpproduct__hover-img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: auto !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease !important;
  z-index: 2 !important;
}

.tpproduct.has-hover-image:hover .tpproduct__hover-img {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.tpproduct.has-hover-image:hover .tpproduct__main-img {
  opacity: 0 !important;
  visibility: hidden !important;
}
/* CSS Cache Buster - Last Update: 2025-10-12 15:17:04 */

/* ===== Ä°lk Yorum Badge - Tema Renklerine Uygun ===== */
.brt-first-review-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  background: linear-gradient(
    135deg,
    var(--brt-primary-50) 0%,
    var(--brt-deep-50) 100%
  );
  border: 1.5px solid var(--brt-primary);
  border-radius: 8px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--brt-deep);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(128, 188, 84, 0.12);
  letter-spacing: 0.01em;
}

/* Shimmer efekti */
.brt-first-review-badge::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.4) 50%,
    transparent 70%
  );
  transform: translateX(-100%) translateY(-100%) rotate(45deg);
  transition: transform 0.6s ease;
}

.brt-first-review-badge:hover::before {
  transform: translateX(100%) translateY(100%) rotate(45deg);
}

.brt-first-review-badge i {
  font-size: 13px;
  color: var(--brt-primary);
  animation: pulse-comment 2.5s ease-in-out infinite;
  transition: all 0.3s ease;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.brt-first-review-badge span {
  position: relative;
  z-index: 1;
}

.tpproduct:hover .brt-first-review-badge {
  background: linear-gradient(
    135deg,
    var(--brt-primary) 0%,
    var(--brt-primary-700) 100%
  );
  border-color: var(--brt-deep);
  color: white;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 4px 12px rgba(128, 188, 84, 0.35);
}

.tpproduct:hover .brt-first-review-badge i {
  color: white;
  animation: pulse-comment-hover 1s ease-in-out infinite;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

@keyframes pulse-comment {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.85;
  }
}

@keyframes pulse-comment-hover {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
  }
  25% {
    transform: scale(1.1) rotate(-8deg);
  }
  75% {
    transform: scale(1.1) rotate(8deg);
  }
}

/* Responsive ayarlar */
@media (max-width: 768px) {
  .brt-first-review-badge {
    font-size: 11px;
    padding: 4px 10px;
    gap: 4px;
  }

  .brt-first-review-badge i {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .brt-first-review-badge {
    font-size: 10.5px;
    padding: 4px 8px;
    gap: 4px;
  }

  .brt-first-review-badge i {
    font-size: 11px;
  }
}
/* ===== Ä°lk Yorum Badge - SON ===== */
/* CSS Cache Buster - Review Badge Update: 2025-10-12 22:08:01 */
/* CSS Cache Buster - Compact Badge: 2025-10-12 22:16:11 */
.product__details-info-list p,
.product__details-info-list strong,
.product__details-info-list ul li {
  font-size: large;
}

/* ===== Segment Panel ===== */
.brt-segment-section {
  background: var(--brt-white);
  border-radius: 20px;
  border: 1px solid var(--brt-border);
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 16px 45px rgba(34, 83, 37, 0.08);
  overflow: hidden;
}

.brt-segment-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(128, 188, 84, 0.12),
    transparent 55%
  );
  pointer-events: none;
}

.brt-segment-section > * {
  position: relative;
  z-index: 1;
}

.brt-segment-next-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: var(--brt-primary);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(128, 188, 84, 0.12);
  transition: all 0.3s ease;
}

.brt-segment-next-link::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.brt-segment-next-link:hover {
  background: var(--brt-primary);
  color: var(--brt-white);
  transform: translateY(-1px);
}

.brt-segment-next-link:hover::after {
  transform: translateX(4px);
}

.brt-segment-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.brt-segment-card {
  background: var(--brt-white);
  border-radius: 18px;
  border: 1px solid var(--brt-border);
  box-shadow: 0 8px 30px rgba(34, 83, 37, 0.05);
  overflow: hidden;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.brt-segment-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(34, 83, 37, 0.08);
}

.brt-segment-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 22px 26px;
  background: linear-gradient(
    90deg,
    rgba(128, 188, 84, 0.12),
    rgba(34, 83, 37, 0.05)
  );
  border: none;
  cursor: pointer;
  text-align: left;
  transition:
    background 0.3s ease,
    padding 0.3s ease;
}

.brt-segment-card__header:focus {
  outline: 2px solid rgba(128, 188, 84, 0.6);
  outline-offset: 2px;
}

.brt-segment-card.is-open .brt-segment-card__header {
  background: linear-gradient(
    135deg,
    var(--brt-primary),
    var(--brt-primary-700)
  );
  color: var(--brt-white);
  padding-bottom: 18px;
}

.brt-segment-card__title-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.brt-segment-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--brt-white);
  color: var(--brt-primary);
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 4px 15px rgba(34, 83, 37, 0.15);
}

.brt-segment-card.is-open .brt-segment-order {
  background: rgba(255, 255, 255, 0.15);
  color: var(--brt-white);
  box-shadow: none;
}

.brt-segment-card__title {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--brt-deep);
}

.brt-segment-card__desc {
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  color: var(--brt-muted);
  margin-top: 6px;
  font-weight: 700;
}

.brt-segment-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--brt-muted);
  margin-top: 8px;
  background: rgba(34, 83, 37, 0.06);
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
}

.brt-segment-card__header-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: inherit;
}

.brt-segment-card__header-meta i {
  transition: transform 0.3s ease;
}

.brt-segment-card.is-open .brt-segment-card__header-meta i {
  transform: rotate(180deg);
}

.brt-progress-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.3px;
  color: var(--brt-primary);
  background: var(--brt-white);
  box-shadow: 0 4px 12px rgba(34, 83, 37, 0.15);
}

.brt-segment-card.is-open .brt-progress-chip {
  background: rgba(255, 255, 255, 0.15);
  color: var(--brt-white);
  box-shadow: none;
}

.brt-segment-card__body {
  display: none;
  padding: 24px 26px 26px;
  background: var(--brt-white);
}

.brt-segment-card.is-open .brt-segment-card__body {
  display: block;
  border-top: 1px solid rgba(128, 188, 84, 0.15);
}

.brt-segment-card__progress {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}

.brt-progress-bar {
  position: relative;
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: rgba(128, 188, 84, 0.12);
  overflow: hidden;
}

.brt-progress-bar span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brt-primary), var(--brt-secondary));
  box-shadow: 0 4px 10px rgba(34, 83, 37, 0.2);
}

.brt-progress-text {
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  color: var(--brt-muted);
  font-weight: 600;
}

.brt-segment-card__criteria h6,
.brt-segment-card__advantages h6 {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--brt-deep);
  margin-bottom: 14px;
}

.brt-segment-card__criteria ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.brt-segment-card__criteria ul li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--brt-border);
  background: rgba(34, 83, 37, 0.04);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border 0.3s ease;
}

.brt-segment-card__criteria ul li:hover {
  transform: translateX(4px);
  box-shadow: 0 10px 25px rgba(34, 83, 37, 0.08);
  border-color: rgba(128, 188, 84, 0.4);
}

.brt-segment-card__criteria ul li.is-met {
  background: linear-gradient(
    135deg,
    rgba(128, 188, 84, 0.15),
    rgba(34, 83, 37, 0.08)
  );
  border-color: rgba(128, 188, 84, 0.45);
}

.brt-segment-card__criteria ul li.is-pending {
  background: rgba(250, 196, 90, 0.12);
  border-color: rgba(250, 196, 90, 0.45);
}

.brt-status-dot {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--brt-danger, #dc3545);
  box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.15);
}

.brt-segment-card__criteria ul li.is-met .brt-status-dot {
  background: var(--brt-primary);
  box-shadow: 0 0 0 4px rgba(128, 188, 84, 0.18);
}

.brt-segment-card__criteria ul li.is-pending .brt-status-dot {
  background: #f59e0b;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.18);
}

.brt-criterion-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brt-criterion-title {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--brt-deep);
}

.brt-criterion-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: var(--brt-muted);
}

.brt-criterion-current,
.brt-criterion-required {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(34, 83, 37, 0.06);
  font-weight: 600;
}

.brt-criterion-required {
  background: rgba(128, 188, 84, 0.12);
  color: var(--brt-primary);
}

.brt-criterion-empty {
  padding: 18px;
  border-radius: 14px;
  border: 1px dashed rgba(128, 188, 84, 0.4);
  background: rgba(128, 188, 84, 0.08);
  font-size: 13px;
  font-weight: 600;
  color: var(--brt-muted);
  text-align: center;
}

.brt-segment-card__advantages {
  padding: 22px 20px;
  border-radius: 16px;
  border: 1px solid var(--brt-primary-50);
  background: rgba(34, 83, 37, 0.03);
}

.brt-segment-card__advantages ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.brt-segment-card__advantages ul li {
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(128, 188, 84, 0.2);
  background: var(--brt-white);
  box-shadow: 0 6px 18px rgba(34, 83, 37, 0.06);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.brt-segment-card__advantages ul li:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(34, 83, 37, 0.15);
}

.brt-adv-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.brt-adv-header a,
.brt-adv-header span {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--brt-deep);
  text-decoration: none;
}

.brt-adv-header a:hover {
  color: var(--brt-primary);
}

.brt-adv-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--brt-primary),
    var(--brt-primary-700)
  );
  color: var(--brt-white) !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  box-shadow: 0 6px 14px rgba(34, 83, 37, 0.18);
}

.brt-adv-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: var(--brt-muted);
  font-weight: 600;
}

.brt-adv-old {
  text-decoration: line-through;
  opacity: 0.7;
}

.brt-adv-new {
  color: var(--brt-primary);
}

.brt-adv-period {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 10px;
  background: rgba(34, 83, 37, 0.08);
  color: var(--brt-deep);
}

.brt-adv-more {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--brt-primary);
  text-align: right;
}

.brt-segment-card__advantages.is-empty {
  text-align: center;
  background: rgba(34, 83, 37, 0.04);
  border-style: dashed;
  color: var(--brt-muted);
}

.brt-segment-card__advantages.is-empty p {
  margin: 0;
  font-weight: 600;
}

/* Segment carousel */
.brt-segment-carousel {
  position: relative;
  margin-top: 14px;
}

.brt-segment-carousel__viewport {
  overflow: hidden;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.brt-segment-carousel__viewport.is-grabbing,
.brt-segment-carousel__track.is-grabbing {
  cursor: grabbing;
}

.brt-segment-carousel__track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.brt-segment-carousel__slide {
  flex: 0 0 100%;
  padding: 0 6px;
}

.brt-segment-carousel__slide ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}

.brt-segment-carousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(34, 83, 37, 0.15);
  background: var(--brt-white);
  color: var(--brt-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(34, 83, 37, 0.18);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

.brt-segment-carousel__nav:hover {
  background: var(--brt-primary);
  color: var(--brt-white);
  transform: translateY(-50%) scale(1.05);
}

.brt-segment-carousel__nav.is-prev {
  left: -18px;
}

.brt-segment-carousel__nav.is-next {
  right: -18px;
}

.brt-segment-carousel__nav[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
  transform: translateY(-50%);
}

.brt-segment-carousel__dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.brt-segment-carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: rgba(34, 83, 37, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
}

.brt-segment-carousel__dot.is-active,
.brt-segment-carousel__dot:hover {
  background: var(--brt-primary);
  width: 26px;
}

/* Next segment highlight */
.brt-next-segment-card {
  margin-top: 28px;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid rgba(128, 188, 84, 0.35);
  background: linear-gradient(
    135deg,
    rgba(128, 188, 84, 0.12),
    rgba(34, 83, 37, 0.05)
  );
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(34, 83, 37, 0.12);
}

.brt-next-segment-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top left,
    rgba(255, 255, 255, 0.35),
    transparent 60%
  );
  pointer-events: none;
}

.brt-next-segment-card::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  filter: blur(0);
  pointer-events: none;
}

.brt-next-segment-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--brt-deep);
  color: var(--brt-white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 25px rgba(34, 83, 37, 0.28);
}

.brt-next-segment-card__badge i {
  font-size: 12px;
}

.brt-next-segment-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.brt-next-segment-card__header h5 {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--brt-deep);
}

.brt-next-segment-card__desc {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--brt-muted);
  position: relative;
  z-index: 1;
}

.brt-next-segment-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.brt-next-segment-card__col {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(128, 188, 84, 0.2);
  box-shadow: 0 12px 32px rgba(34, 83, 37, 0.08);
}

.brt-next-segment-card__col.is-progress {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.brt-next-segment-card__col.is-progress .brt-progress-text {
  color: var(--brt-deep);
  font-size: 14px;
}

.brt-next-milestone {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(34, 83, 37, 0.08);
  font-size: 13px;
  font-weight: 600;
  color: var(--brt-deep);
}

.brt-next-milestone i {
  font-size: 18px;
  color: var(--brt-primary);
}

.brt-next-segment-card__col.is-criteria {
  background: rgba(255, 255, 255, 0.75);
}

.brt-next-segment-card__col.is-criteria
  .brt-segment-card__criteria
  ul
  li.is-pending {
  background: rgba(250, 196, 90, 0.16);
}

.brt-next-segment-card__advantages {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(128, 188, 84, 0.35);
  box-shadow: 0 16px 40px rgba(34, 83, 37, 0.1);
}

.brt-next-segment-card__advantages h6 {
  font-size: 16px;
  margin-bottom: 18px;
}

.brt-next-segment-card__advantages .brt-adv-meta {
  font-size: 13px;
}

.brt-next-segment-card__advantages .brt-adv-new {
  font-size: 13px;
}

/* Responsive helpers */
@media (max-width: 1199px) {
  .brt-next-segment-card__grid {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .brt-segment-card__header {
    padding: 18px 22px;
  }

  .brt-next-segment-card {
    padding: 26px;
  }

  .brt-next-segment-card__grid {
    grid-template-columns: 1fr;
  }

  .brt-next-segment-card__col {
    padding: 18px;
  }

  .brt-segment-carousel__nav.is-prev {
    left: 6px;
  }

  .brt-segment-carousel__nav.is-next {
    right: 6px;
  }
}

@media (max-width: 767px) {
  .brt-segment-section {
    padding: 24px;
  }

  .brt-segment-card__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .brt-segment-card__header-meta {
    width: 100%;
    justify-content: space-between;
  }

  .brt-segment-card__title-group {
    width: 100%;
  }

  .brt-segment-card__body {
    padding: 20px 22px;
  }

  .brt-segment-card__criteria ul li {
    flex-direction: column;
    gap: 10px;
  }

  .brt-status-dot {
    margin-top: 0;
  }

  .brt-segment-card__advantages ul li {
    padding: 14px;
  }

  .brt-next-segment-card {
    padding: 22px;
    border-radius: 20px;
  }

  .brt-next-segment-card__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .brt-next-segment-card__badge {
    margin-bottom: 14px;
  }
}

@media (max-width: 575px) {
  .brt-segment-section {
    padding: 20px;
    border-radius: 16px;
  }

  .brt-segment-card__header {
    padding: 16px 18px;
  }

  .brt-segment-card__body {
    padding: 18px;
  }

  .brt-next-segment-card {
    padding: 20px;
  }

  .brt-next-segment-card__col {
    padding: 16px;
    border-radius: 16px;
  }

  .brt-segment-carousel__nav {
    display: none;
  }

  .brt-segment-carousel__slide ul {
    grid-template-columns: 1fr;
  }

  .brt-segment-next-link {
    width: 100%;
    justify-content: center;
  }
}

/* Segment visuals */
.brt-segment-card__media {
  margin-bottom: 22px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(34, 83, 37, 0.08);
}

.brt-segment-card__media .brt-segment-card__image {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.brt-next-segment-card__media {
  margin: 20px 0 26px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(34, 83, 37, 0.12);
}

.brt-next-segment-card__media .brt-next-segment-card__image {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .brt-segment-card__media .brt-segment-card__image {
    height: 160px;
  }

  .brt-next-segment-card__media {
    margin: 16px 0 22px;
  }

  .brt-next-segment-card__media .brt-next-segment-card__image {
    height: 200px;
  }
}

@media (max-width: 575px) {
  .brt-segment-card__media {
    margin-bottom: 18px;
    border-radius: 16px;
  }

  .brt-segment-card__media .brt-segment-card__image {
    height: 150px;
  }

  .brt-next-segment-card__media {
    margin: 14px 0 20px;
    border-radius: 18px;
  }

  .brt-next-segment-card__media .brt-next-segment-card__image {
    height: 180px;
  }
}

@media (min-width: 576px) {
  .brt-segment-carousel__slide ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* Yeni layout: logo + başlık yan yana */
.brt-next-segment-card__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.brt-next-segment-card__media {
  margin: 0;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(34, 83, 37, 0.15);
}

.brt-next-segment-card__media .brt-next-segment-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Logo düzgün dursun */
  background: #fff;
  padding: 8px;
}

/* Başlık kısmı */
.brt-next-segment-card__header h5 {
  font-size: 22px;
  font-weight: 700;
  color: var(--brt-deep);
  margin: 0;
  line-height: 1.3;
}

/* Badge ile header arası uyum */
.brt-next-segment-card__badge {
  margin-bottom: 16px;
}

/* Responsive - mobilde alt alta gelsin */
@media (max-width: 767px) {
  .brt-next-segment-card__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .brt-next-segment-card__media {
    width: 64px;
    height: 64px;
  }

  .brt-next-segment-card__header h5 {
    font-size: 18px;
  }
}
/* --- SEGMENT LOGO GÖRÜNÜMÜ --- */
.brt-segment-card__media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
  gap: 14px;
  background: transparent !important;
  box-shadow: none !important;
}

.brt-segment-card__media img.brt-segment-card__image {
  width: 72px !important;
  height: 72px !important;
  border-radius: 50%;
  object-fit: contain !important;
  object-position: center !important;
  background: #fff;
  padding: 8px;
  box-shadow: 0 6px 20px rgba(34, 83, 37, 0.1);
}

/* Başlıkla hizalama */
.brt-segment-card__title-group {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* Mobil uyum */
@media (max-width: 767px) {
  .brt-segment-card__media {
    flex-direction: row;
    justify-content: flex-start;
  }

  .brt-segment-card__media img.brt-segment-card__image {
    width: 60px !important;
    height: 60px !important;
    padding: 6px;
  }
}

/* === Hakediş & Liderlik Tablosu Stilleri (Eklendi) === */

.brt-stat-card {
  background: #fff;
  border: 1px solid var(--brt-border);
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.brt-stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border-color: var(--brt-primary);
}

.brt-stat-card__icon {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 5rem;
  opacity: 0.05;
  transform: rotate(15deg);
  color: currentColor;
}

.brt-stat-card__title {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--brt-muted);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 1;
}

.brt-stat-card__value {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--brt-text);
  z-index: 1;
  line-height: 1.2;
}

/* Renk varyasyonları */
.brt-stat-card.is-success {
  background: linear-gradient(145deg, #fff, #f0fdf4);
  border-color: #bbf7d0;
}
.brt-stat-card.is-success .brt-stat-card__value {
  color: #15803d;
}
.brt-stat-card.is-success .brt-stat-card__icon {
  color: #15803d;
}

.brt-stat-card.is-warning {
  background: linear-gradient(145deg, #fff, #fffbeb);
  border-color: #fde68a;
}
.brt-stat-card.is-warning .brt-stat-card__value {
  color: #b45309;
}
.brt-stat-card.is-warning .brt-stat-card__icon {
  color: #b45309;
}

.brt-stat-card.is-info {
  background: linear-gradient(145deg, #fff, #eff6ff);
  border-color: #bfdbfe;
}
.brt-stat-card.is-info .brt-stat-card__value {
  color: #1d4ed8;
}
.brt-stat-card.is-info .brt-stat-card__icon {
  color: #1d4ed8;
}

/* Leaderboard Stilleri */
.brt-leaderboard-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.brt-leaderboard-item {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid var(--brt-border);
  border-radius: 12px;
  padding: 16px 20px;
  transition: all 0.2s ease;
  position: relative;
}

.brt-leaderboard-item:hover {
  transform: translateX(4px);
  border-color: var(--brt-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.brt-leaderboard-rank {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  color: var(--brt-muted);
  border-radius: 50%;
  background: #f3f4f6;
  margin-right: 16px;
  flex-shrink: 0;
}

/* Top 3 Styling */
.brt-leaderboard-item.rank-1 {
  border-color: #fcd34d;
  background: linear-gradient(to right, #fff, #fffbeb);
}
.brt-leaderboard-item.rank-2 {
  border-color: #e5e7eb;
  background: linear-gradient(to right, #fff, #f9fafb);
}
.brt-leaderboard-item.rank-3 {
  border-color: #fdba74;
  background: linear-gradient(to right, #fff, #fff7ed);
}

.brt-leaderboard-item.rank-1 .brt-leaderboard-rank {
  background: #fcd34d;
  color: #fff;
  box-shadow: 0 2px 5px rgba(252, 211, 77, 0.4);
}
.brt-leaderboard-item.rank-2 .brt-leaderboard-rank {
  background: #9ca3af;
  color: #fff;
}
.brt-leaderboard-item.rank-3 .brt-leaderboard-rank {
  background: #f97316;
  color: #fff;
}

.brt-leaderboard-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.brt-leaderboard-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brt-leaderboard-avatar i {
  font-size: 1.25rem;
  color: #9ca3af;
}

.brt-leaderboard-info {
  flex: 1;
  min-width: 0;
}

.brt-leaderboard-name {
  font-weight: 600;
  font-size: 1rem;
  color: var(--brt-text);
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brt-leaderboard-stats {
  font-size: 0.8rem;
  color: var(--brt-muted);
  display: flex;
  align-items: center;
  gap: 8px;
}

.brt-leaderboard-score {
  text-align: right;
  padding-left: 16px;
  flex-shrink: 0;
}

.brt-leaderboard-score-val {
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--brt-primary);
  line-height: 1.2;
}

.brt-leaderboard-score-label {
  font-size: 0.7rem;
  color: var(--brt-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.brt-table-wrapper {
  background: #fff;
  border: 1px solid var(--brt-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.brt-table-wrapper .table {
  margin-bottom: 0;
}
.brt-table-wrapper .table th {
  background: #f9fafb;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  color: var(--brt-muted);
  border-bottom: 1px solid var(--brt-border);
  padding: 16px;
  border-top: none;
}
.brt-table-wrapper .table td {
  vertical-align: middle;
  padding: 16px;
  font-size: 0.9rem;
  color: var(--brt-text);
  border-bottom: 1px solid var(--brt-border);
}
/* === YENİ ÖZELLİKLER: Liderlik, Hakediş Kartları ve Referans Paylaşımı === */

/* Liderlik Tablosu */
.brt-leaderboard-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.brt-leaderboard-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  border: 1px solid var(--brt-border);
  border-radius: 12px;
  padding: 12px 15px;
  margin-bottom: 10px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.brt-leaderboard-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.brt-leaderboard-item.rank-1 {
  border-color: #ffd700;
  background: linear-gradient(to right, #fff, #fffbf0);
}
.brt-leaderboard-item.rank-2 {
  border-color: #c0c0c0;
  background: linear-gradient(to right, #fff, #f8f8f8);
}
.brt-leaderboard-item.rank-3 {
  border-color: #cd7f32;
  background: linear-gradient(to right, #fff, #fff5ee);
}
.brt-leaderboard-rank {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--brt-muted);
  width: 30px;
  text-align: center;
}
.rank-1 .brt-leaderboard-rank i {
  color: #ffd700;
  font-size: 1.5rem;
}
.rank-2 .brt-leaderboard-rank i {
  color: #c0c0c0;
  font-size: 1.4rem;
}
.rank-3 .brt-leaderboard-rank i {
  color: #cd7f32;
  font-size: 1.3rem;
}

.brt-leaderboard-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--brt-primary-50);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: var(--brt-primary);
}
.brt-leaderboard-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brt-leaderboard-info {
  flex: 1;
}
.brt-leaderboard-name {
  font-weight: 700;
  color: var(--brt-deep);
  margin-bottom: 2px;
}
.brt-leaderboard-stats {
  font-size: 0.85rem;
  color: var(--brt-muted);
}
.brt-leaderboard-score {
  text-align: right;
}
.brt-leaderboard-score-val {
  font-weight: 800;
  color: var(--brt-primary);
  font-size: 1.1rem;
}
.brt-leaderboard-score-label {
  font-size: 0.75rem;
  color: var(--brt-muted);
  display: block;
}

/* Hakediş İstatistik Kartları */
.brt-stat-card {
  background: #fff;
  border: 1px solid var(--brt-border);
  border-radius: 16px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brt-stat-card.is-success {
  border-bottom: 4px solid var(--brt-primary);
}
.brt-stat-card.is-warning {
  border-bottom: 4px solid #f59e0b;
}
.brt-stat-card.is-info {
  border-bottom: 4px solid #3b82f6;
}

.brt-stat-card__icon {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 2.5rem;
  opacity: 0.1;
  color: var(--brt-deep);
}
.brt-stat-card__title {
  font-size: 0.9rem;
  color: var(--brt-muted);
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.brt-stat-card__value {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--brt-deep);
  line-height: 1.2;
}
.brt-stat-card__value small {
  font-size: 1rem;
  font-weight: 600;
  color: var(--brt-muted);
}

/* Referans Paylaşım Alanı */
.brt-referral-share-section {
  background: linear-gradient(135deg, #f8fafc, #fff) !important;
  border: 1px solid var(--brt-border) !important;
  border-radius: 12px !important;
  position: relative;
  overflow: hidden;
}
.brt-referral-share-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    rgba(128, 188, 84, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  transform: translate(30%, -30%);
}
.brt-referral-share-section h6 {
  color: var(--brt-deep);
  font-weight: 700;
}
.brt-referral-share-section .input-group .form-control {
  background: #fff;
  border-color: var(--brt-border);
  font-size: 0.9rem;
  color: var(--brt-muted);
}
.brt-referral-share-section .input-group .btn-outline-secondary {
  border-color: var(--brt-border);
  color: var(--brt-muted);
}
.brt-referral-share-section .input-group .btn-outline-secondary:hover {
  background: var(--brt-border);
  color: var(--brt-deep);
}

/* Tablo Wrapper */
.brt-table-wrapper {
  border: 1px solid var(--brt-border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
.brt-table-wrapper th {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--brt-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #f9fafb !important;
}
.brt-table-wrapper td {
  font-size: 0.95rem;
  color: var(--brt-deep);
  padding: 16px 12px;
  border-bottom: 1px solid var(--brt-border);
}
.brt-table-wrapper tr:last-child td {
  border-bottom: none;
}

/* =====================================================================
   HAKEDİŞ & LİDERLİK TABLOSU — Ek Bileşen Stilleri
   Dosya: brt_custom.css  |  Son güncelleme: 2026-02-18
   ===================================================================== */

/* --- Liderlik Tablosu: kendi sıramı vurgulayan "Sen" badge'i --- */
.brt-leaderboard-item .badge[style*="brt-primary"] {
  font-size: 0.65rem;
  padding: 3px 8px;
  vertical-align: middle;
  letter-spacing: 0.3px;
}

/* Kendi sıram satırı — subtle yeşil halo */
.brt-leaderboard-item.is-me {
  box-shadow: 0 0 0 2px var(--brt-primary);
  border-color: var(--brt-primary) !important;
}

/* Liderlik: kazanç satırı (sipariş + kazanç) */
.brt-leaderboard-stats {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.brt-leaderboard-stats i {
  color: var(--brt-muted);
  font-size: 0.75rem;
}

/* Skor alanı — kazanç alt yazısı */
.brt-leaderboard-score-val {
  white-space: nowrap;
}

/* Responsive: küçük ekranda liderlik satırı */
@media (max-width: 576px) {
  .brt-leaderboard-item {
    padding: 12px 14px;
    gap: 10px;
  }
  .brt-leaderboard-avatar {
    width: 38px;
    height: 38px;
  }
  .brt-leaderboard-name {
    font-size: 0.9rem;
  }
  .brt-leaderboard-score-val {
    font-size: 0.95rem;
  }
  .brt-leaderboard-stats {
    font-size: 0.75rem;
  }
}

/* --- Kendi sırası özet bandı (yarisma.php üstü) --- */
.brt-self-rank-banner {
  background: var(--brt-primary-50);
  border: 1px solid var(--brt-primary);
  border-left: 4px solid var(--brt-primary);
  border-radius: 12px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.brt-self-rank-banner__icon {
  font-size: 1.6rem;
  color: var(--brt-primary);
  flex-shrink: 0;
}
.brt-self-rank-banner__title {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--brt-deep);
  margin-bottom: 2px;
}
.brt-self-rank-banner__meta {
  font-size: 0.82rem;
  color: var(--brt-muted);
}

/* --- Paylaşım bar (liderlik sayfası başlık alanı) --- */
.brt-leaderboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.brt-leaderboard-header h4 {
  margin: 0;
}

/* --- Referans paylaşım bölümü hız yenilemeleri --- */
.brt-referral-share-section {
  background: linear-gradient(135deg, #f8fafc, #fff) !important;
  border: 1px solid var(--brt-border) !important;
  border-left: 4px solid var(--brt-primary) !important;
  border-radius: 14px !important;
  position: relative;
  overflow: hidden;
}

/* dekoratif arka plan dairesi */
.brt-referral-share-section::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(
    circle,
    rgba(128, 188, 84, 0.12) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.brt-referral-share-section h6 {
  font-weight: 700;
  color: var(--brt-deep);
  font-size: 0.95rem;
}

/* Komisyon oranı metni */
.brt-referral-share-section p strong {
  color: var(--brt-primary);
}

/* Input grubu: link kutusu */
.brt-referral-share-section .input-group .form-control {
  background: #fff;
  border-color: var(--brt-border);
  font-size: 0.875rem;
  color: var(--brt-muted);
  border-radius: 0 !important;
}
.brt-referral-share-section .input-group .input-group-text {
  background: #f9fafb;
  border-color: var(--brt-border);
}
.brt-referral-share-section .input-group .btn-outline-secondary {
  border-color: var(--brt-border);
  color: var(--brt-deep);
  font-size: 0.875rem;
  white-space: nowrap;
}
.brt-referral-share-section .input-group .btn-outline-secondary:hover {
  background: var(--brt-deep-50);
  border-color: var(--brt-deep);
  color: var(--brt-deep);
}

/* Paylaş butonları satırı */
.brt-referral-share-section .btn-success {
  background: #25d366;
  border-color: #25d366;
  font-weight: 600;
}
.brt-referral-share-section .btn-success:hover {
  background: #1ebe5a;
  border-color: #1ebe5a;
}

/* Responsive */
@media (max-width: 576px) {
  .brt-referral-share-section {
    padding: 16px !important;
  }
  .brt-referral-share-section .d-flex.gap-2.flex-wrap .btn {
    width: 100%;
    justify-content: center;
  }
  .brt-self-rank-banner {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .brt-leaderboard-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* --- Hakedişler tab navigasyon — aktif renk override --- */
#hakedisTab .nav-link.active {
  background: var(--brt-primary) !important;
  border-color: var(--brt-primary) !important;
  color: #fff !important;
}
#hakedisTab .nav-link {
  color: var(--brt-deep);
  border: 1px solid var(--brt-border);
  font-size: 0.875rem;
}
#hakedisTab .nav-link:hover:not(.active) {
  background: var(--brt-primary-50);
  border-color: var(--brt-primary);
  color: var(--brt-deep);
}

/* Liderlik tablosu tab navigasyon */
#yarismaTab .nav-link.active {
  background: var(--brt-primary) !important;
  border-color: var(--brt-primary) !important;
  color: #fff !important;
}
#yarismaTab .nav-link {
  color: var(--brt-deep);
  border: 1px solid var(--brt-border);
  font-size: 0.875rem;
}
#yarismaTab .nav-link:hover:not(.active) {
  background: var(--brt-primary-50);
  border-color: var(--brt-primary);
  color: var(--brt-deep);
}

/* ============================================================
 * IBAN Components
 * ============================================================ */

/* Required block — shown when user has no IBAN */
.brt-iban-required-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3rem 2rem;
  background: #fff;
  border: 2px dashed var(--brt-border);
  border-radius: 16px;
  gap: 1rem;
}

.brt-iban-required-block__icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--brt-primary) 0%,
    var(--brt-secondary) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.75rem;
  flex-shrink: 0;
}

.brt-iban-required-block__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--brt-deep);
  margin: 0;
}

.brt-iban-required-block__desc {
  color: var(--brt-muted);
  font-size: 0.92rem;
  max-width: 500px;
  margin: 0;
  line-height: 1.6;
}

.brt-iban-required-block__form {
  width: 100%;
  max-width: 700px;
}

.brt-iban-required-block__form .btn-primary {
  background: var(--brt-primary);
  border-color: var(--brt-primary);
  color: #fff;
  font-weight: 600;
  padding: 0.6rem 2.5rem;
  border-radius: 50px;
  transition:
    background 0.2s,
    transform 0.15s;
}

.brt-iban-required-block__form .btn-primary:hover {
  background: var(--brt-secondary);
  border-color: var(--brt-secondary);
  transform: translateY(-1px);
}

/* Info bar — shown when IBAN is already saved */
.brt-iban-info-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  background: #f0faf0;
  border: 1px solid #c3e6c3;
  border-radius: 8px;
  font-size: 0.88rem;
  color: var(--brt-deep);
}

.brt-iban-info-bar span {
  flex: 1 1 auto;
}

@media (max-width: 576px) {
  .brt-iban-required-block {
    padding: 2rem 1rem;
  }
  .brt-iban-info-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ── Fatura Türü Radio Butonları ── */
.brt-fatura-turu-group {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.brt-fatura-turu-group label {
  margin-bottom: 0;
}
.brt-fatura-turu-group .brt-fatura-radio {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  padding: 0.7rem 1rem 0.7rem 2.4rem;
  border: 1px solid var(--brt-border);
  border-radius: 0.75rem;
  background: var(--brt-white);
  cursor: pointer;
  font-weight: 600;
  color: var(--brt-deep);
  font-size: 0.95rem;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}
.brt-fatura-turu-group .brt-fatura-radio:hover {
  border-color: #d4dfcc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}
.brt-fatura-turu-group .brt-fatura-radio::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--brt-deep);
  background: #fff;
}
.brt-fatura-turu-group .brt-fatura-radio::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brt-deep);
  transition: transform 0.12s ease;
}
.brt-fatura-turu-group input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
.brt-fatura-turu-group input[type="radio"]:checked + .brt-fatura-radio {
  border-color: var(--brt-deep);
  box-shadow: 0 0 0 3px rgba(128, 188, 84, 0.18);
  background: #fbfef8;
}
.brt-fatura-turu-group input[type="radio"]:checked + .brt-fatura-radio::after {
  transform: translateY(-50%) scale(1);
}
.brt-fatura-turu-group input[type="radio"]:focus-visible + .brt-fatura-radio {
  outline: none;
  border-color: var(--brt-deep);
  box-shadow: 0 0 0 3px rgba(128, 188, 84, 0.18);
}
.brt-fatura-turu-group .brt-fatura-radio i {
  font-size: 1rem;
  color: var(--brt-deep);
}
@media (max-width: 575.98px) {
  .brt-fatura-turu-group {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* ── Kurumsal Uyarı Alert ── */
.brt-alert {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.brt-alert i {
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 1.1rem;
}
.brt-alert-warning {
  background: #fff8e6;
  border: 1px solid #f5d060;
  color: #7a5d00;
}
.brt-alert-warning i {
  color: #c89b00;
}
.brt-alert-warning strong {
  color: #5c4600;
}

/* ── Fatura Adresim Farklı Toggle ── */
.brt-fatura-farkli-toggle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px dashed var(--brt-border);
  border-radius: 0.75rem;
  background: var(--brt-white);
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}
.brt-fatura-farkli-toggle:hover {
  border-color: var(--brt-primary);
  background: #fcfef9;
}
.brt-fatura-farkli-toggle input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.brt-fatura-farkli-indicator {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 22px;
  background: #d5d9dd;
  border-radius: 999px;
  transition: background 0.2s ease;
}
.brt-fatura-farkli-indicator::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}
.brt-fatura-farkli-toggle input:checked ~ .brt-fatura-farkli-indicator {
  background: var(--brt-deep);
}
.brt-fatura-farkli-toggle input:checked ~ .brt-fatura-farkli-indicator::after {
  transform: translateX(18px);
}
.brt-fatura-farkli-toggle input:checked ~ .brt-fatura-farkli-text {
  color: var(--brt-deep);
}
.brt-fatura-farkli-toggle input:focus-visible ~ .brt-fatura-farkli-indicator {
  box-shadow: 0 0 0 3px rgba(128, 188, 84, 0.25);
}
.brt-fatura-farkli-text {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--brt-muted);
  transition: color 0.2s ease;
}
.brt-fatura-farkli-text i {
  font-size: 1rem;
}

/* ── Adres Modal z-index ── */
#adresEkleModal,
#adresDuzenleModal {
  z-index: 99999 !important;
}
#adresEkleModal ~ .modal-backdrop,
#adresDuzenleModal ~ .modal-backdrop {
  z-index: 99998 !important;
}

/* ═══════════════════════════════════════════════════════
   ÜRÜN DETAY ROZETLER (brt-detail-badges)
   ═══════════════════════════════════════════════════════ */
.brt-detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

/* Detay sayfasında chip'ler biraz daha büyük */
.brt-detail-chip {
  width: auto !important;
  height: auto !important;
  padding: 6px 14px !important;
  font-size: 12px !important;
  border-radius: var(--brt-form-radius, 30px);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: default;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.brt-detail-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}

.brt-detail-chip .brt_chip_label {
  font-size: 12px !important;
  font-weight: 700;
}

.brt-detail-chip .brt_chip_sublabel {
  font-size: 10px !important;
  opacity: 0.85;
}

.brt-detail-chip i {
  font-size: 13px !important;
}

/* ═══════════════════════════════════════════════════════
   SON ÜRÜNLER SİDEBAR CAROUSEL
   ═══════════════════════════════════════════════════════ */
.brt-son-urunler-box .tpsidebar__title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--brt-deep);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--brt-primary-50);
  margin-bottom: 14px !important;
}

.brt-son-urunler-carousel {
  overflow: hidden;
  padding-bottom: 36px; /* pagination için yer */
}

.son-urunler-swiper .tpproduct.brt-card {
  font-size: 13px;
}

.son-urunler-swiper .tpproduct__title a {
  font-size: 13px !important;
  min-height: calc(1.35em * 2) !important;
}

.son-urunler-swiper .tpproduct__price .new-price {
  font-size: 14px;
}

.son-urunler-swiper .swiper-pagination-bullet-active {
  background: var(--brt-primary);
}

/* ═══════════════════════════════════════════════════════
   GENEL SWIPER NAVİGASYON BUTONLARI (brt-swiper-btn)
   ═══════════════════════════════════════════════════════ */
.brt-swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--brt-white);
  border: 1px solid var(--brt-border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--brt-deep);
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  user-select: none;
}

.brt-swiper-btn:hover {
  background: var(--brt-primary);
  border-color: var(--brt-primary);
  color: #fff;
  box-shadow: 0 4px 14px rgba(128, 188, 84, 0.35);
  transform: translateY(-50%) scale(1.08);
}

.brt-swiper-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.brt-swiper-btn--prev {
  left: -20px;
}
.brt-swiper-btn--next {
  right: -20px;
}

/* Sidebar son ürünler — daha küçük oklar (dar kolon) */
.brt-son-urunler-carousel .brt-swiper-btn {
  width: 28px;
  height: 28px;
  font-size: 11px;
}

.brt-son-urunler-carousel .brt-swiper-btn--prev {
  left: 0;
}
.brt-son-urunler-carousel .brt-swiper-btn--next {
  right: 0;
}

/* Benzer ürünler wrapper — ok için padding */
.brt-benzer-urunler-wrap {
  padding: 0 28px;
}

.brt-benzer-urunler-wrap .swiper-pagination-bullet-active {
  background: var(--brt-primary);
}

.benzer-urunler-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.benzer-urunler-swiper .tpproduct.brt-card {
  width: 100%;
}

/* Section başlık tutarlılığı */
.brt-section-head {
  display: flex;
  align-items: center;
}

.brt-section-head .tpdescription__product-title {
  position: relative;
  padding-left: 14px;
}

.brt-section-head .tpdescription__product-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 70%;
  background: var(--brt-primary);
  border-radius: 2px;
}

@media (max-width: 575.98px) {
  .brt-swiper-btn--prev {
    left: 0;
  }
  .brt-swiper-btn--next {
    right: 0;
  }
  .brt-benzer-urunler-wrap {
    padding: 0 16px;
  }
  .brt-detail-badges {
    gap: 6px;
  }
  .brt-detail-chip {
    padding: 5px 10px !important;
    font-size: 11px !important;
  }
  .brt-detail-chip .brt_chip_label {
    font-size: 11px !important;
  }
}
/* ürün detay */
/* ── Ürün Detay Fiyat Alanı ── */
.product__details-price-box {
  background: linear-gradient(
    135deg,
    var(--brt-primary-50, #f0f7ea) 0%,
    #fff 100%
  );
  border: 1px solid rgba(128, 188, 84, 0.15);
  border-radius: 12px;
  padding: 18px 20px 18px 20px;
  margin-bottom: 24px;
  position: relative;
}
.product__details-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--brt-text, #2b2b2b);
  margin: 0;
}
.product__details-price .new-price {
  font-size: 28px;
  font-weight: 700;
  color: var(--brt-primary, #80bc54);
  letter-spacing: -0.02em;
}
.product__details-price del {
  font-size: 18px;
  font-weight: 400;
  color: var(--brt-muted, #6b7280);
  text-decoration: line-through;
  opacity: 0.7;
  position: relative;
}
.product__details-price .badge {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.03em;
}
.product__details-price .badge.bg-danger-subtle {
  background: #fef2f2 !important;
  color: #dc2626 !important;
  border: 1px solid rgba(220, 38, 38, 0.15);
}
.product__details-price .badge.bg-outline-success {
  background: var(--brt-primary-50, #f0f7ea) !important;
  color: var(--brt-primary, #80bc54) !important;
  border: 1px solid rgba(128, 188, 84, 0.3);
}
/* İndirim varsa fiyat kırmızıya dönsün */
.product__details-price-box:has(del) .new-price {
  color: #dc2626;
}
/* Tasarruf göstergesi */
.product__details-price del::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1.5px;
  background: var(--brt-muted, #6b7280);
  opacity: 0.5;
}
@media (max-width: 576px) {
  .product__details-price .new-price {
    font-size: 24px;
  }
  .product__details-price del {
    font-size: 15px;
  }
  .product__details-price-box {
    padding: 14px 16px;
  }
}

/* ── Güven Rozetleri ── */
.brt-trust-badges {
  border-top: 1px solid var(--brt-border, #e5e7eb);
  padding-top: 20px;
}
.brt-trust-badges__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.brt-trust-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--brt-primary-50, #f0f7ea);
  border: 1px solid rgba(128, 188, 84, 0.15);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.brt-trust-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(128, 188, 84, 0.15);
}
.brt-trust-badge__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--brt-primary, #80bc54);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.brt-trust-badge__text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.brt-trust-badge__text strong {
  font-size: 12px;
  color: var(--brt-text, #2b2b2b);
}
.brt-trust-badge__text span {
  font-size: 10px;
  color: var(--brt-muted, #6b7280);
}
@media (max-width: 576px) {
  .brt-trust-badges__grid {
    grid-template-columns: 1fr;
  }
}

/* ── Carousel Nav Okları ── */
.brt-carousel-nav-arrows {
  display: flex;
  gap: 8px;
}
.brt-carousel-nav-arrows button,
.brt-sidebar-carousel-nav button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--brt-border, #e5e7eb);
  background: #fff;
  color: var(--brt-text, #2b2b2b);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 13px;
}
.brt-carousel-nav-arrows button:hover,
.brt-sidebar-carousel-nav button:hover {
  background: var(--brt-primary, #80bc54);
  color: #fff;
  border-color: var(--brt-primary, #80bc54);
}

/* Sidebar Carousel Nav */
.brt-sidebar-carousel-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.brt-sidebar-carousel-nav button {
  width: 30px;
  height: 30px;
  font-size: 11px;
}

/* Sidebar carousel'de kart boyutunu ayarla */
.tpsidebar__product .tpproduct {
  margin-bottom: 0;
}

/* ─────────────────────────────────────────────────
   Ürün Detay — Fiyat Alanı
   ───────────────────────────────────────────────── */
.product__details-price-box {
  background: linear-gradient(
    135deg,
    var(--brt-primary-50, #f0f7ea) 0%,
    #fff 60%
  );
  border: 1px solid rgba(128, 188, 84, 0.18);
  border-radius: 14px;
  padding: 20px 22px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  border-bottom: none;
}
.product__details-price-box::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--brt-primary, #80bc54);
  opacity: 0.06;
  pointer-events: none;
}

.product__details-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--brt-text, #2b2b2b);
  margin: 0;
}

/* Yeni (güncel) fiyat */
.product__details-price .new-price {
  font-size: 30px;
  font-weight: 800;
  color: var(--brt-deep, #225325);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

/* İndirim varken yeni fiyat kırmızı */
.product__details-price-box:has(del) .product__details-price .new-price,
.product__details-price .new-price.is-discounted {
  color: #dc2626;
}

/* Eski (üstü çizili) fiyat */
.product__details-price del {
  font-size: 17px;
  font-weight: 400;
  color: var(--brt-muted, #6b7280);
  text-decoration: none;
  position: relative;
  opacity: 0.8;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(107, 114, 128, 0.06);
}
.product__details-price del::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1.5px;
  background: currentColor;
  opacity: 0.6;
  transform: rotate(-2deg);
}

/* İndirim yüzdesi etiketi */
.product__details-price .brt-detail-discount-pct {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: #fef2f2;
  color: #dc2626;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  border: 1px solid rgba(220, 38, 38, 0.12);
  line-height: 1;
}

/* Rozetler (Flaş İndirim, Bayi Fiyatı) */
.product__details-price .badge {
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 8px;
  letter-spacing: 0.02em;
  line-height: 1;
}
.product__details-price .badge.bg-danger-subtle {
  background: linear-gradient(135deg, #fef2f2, #fee2e2) !important;
  color: #dc2626 !important;
  border: 1px solid rgba(220, 38, 38, 0.15);
}
.product__details-price .badge.bg-outline-success {
  background: linear-gradient(
    135deg,
    var(--brt-primary-50, #f0f7ea),
    #e6f4d7
  ) !important;
  color: var(--brt-primary-700, #6aa444) !important;
  border: 1px solid rgba(128, 188, 84, 0.25);
}

/* Flash pill altındaki özel pill */
.product__details-price-box .brt-flash-pill {
  background: linear-gradient(135deg, #dc2626, #ef4444);
  color: #fff;
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.product__details-price-box .brt-flash-pill .label {
  opacity: 0.85;
}
.product__details-price-box .brt-flash-pill .money {
  font-size: 15px;
}

/* Segment pill */
.product__details-price-box #segment-pill:not(.d-none) {
  border-radius: 10px;
  font-size: 13px;
  border: 1px solid rgba(128, 188, 84, 0.2);
}

@media (max-width: 768px) {
  .product__details-price .new-price {
    font-size: 26px;
  }
  .product__details-price del {
    font-size: 15px;
  }
  .product__details-price-box {
    padding: 16px 16px;
    border-radius: 12px;
  }
}
@media (max-width: 480px) {
  .product__details-price .new-price {
    font-size: 22px;
  }
  .product__details-price del {
    font-size: 14px;
  }
}

/* ─────────────────────────────────────────────────
   Footer — Özellik Barı (Feature Area)
   ───────────────────────────────────────────────── */
.mainfeature__bg {
  background-color: var(--brt-deep, #225325);
  position: relative;
  overflow: hidden;
}
.mainfeature__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(128, 188, 84, 0.08) 0%,
    transparent 50%
  );
  pointer-events: none;
}
.mainfeature__border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mainfeature__item {
  padding: 10px 8px;
  border-radius: 12px;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}
.mainfeature__item:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-3px);
}
.mainfeature__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(128, 188, 84, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.mainfeature__icon img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}
.mainfeature__title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 4px;
  letter-spacing: 0.03em;
}
.mainfeature__content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  margin: 0;
  line-height: 1.4;
}

/* ─────────────────────────────────────────────────
   Footer — Ana Gövde
   ───────────────────────────────────────────────── */
.tpfooter__area.theme-bg-2 {
  background: linear-gradient(
    180deg,
    var(--brt-deep-800, #1c431f) 0%,
    var(--brt-deep, #225325) 100%
  );
}
.tpfooter__top {
  padding-top: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Widget başlıkları */
.tpfooter__widget-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 12px;
}
.tpfooter__widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: var(--brt-primary, #80bc54);
  border-radius: 2px;
}

/* Footer açıklama metni */
.tpfooter__widget p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.7;
}

/* Footer logo */
.footer__logo img {
  width: 180px !important;
  transition: opacity 0.3s ease;
}
.footer__logo a:hover img {
  opacity: 0.85;
}

/* Sosyal medya ikonları */
.tpfooter__widget-social {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px !important;
}
.tpfooter__widget-social-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  display: block;
  width: 100%;
  margin-bottom: 6px;
}
.tpfooter__widget-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-right: 0;
  transition: all 0.3s ease;
}
.tpfooter__widget-social a:hover {
  background: var(--brt-primary, #80bc54);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(128, 188, 84, 0.35);
}

/* Footer linkleri */
.tpfooter__widget-links ul {
  padding: 0;
  margin: 0;
}
.tpfooter__widget-links ul li {
  list-style: none;
  margin-bottom: 0;
}
.tpfooter__widget-links ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 6px 0;
  margin-bottom: 0;
  transition: all 0.3s ease;
  position: relative;
}
.tpfooter__widget-links ul li a::before {
  content: "";
  width: 0;
  height: 1px;
  background: var(--brt-primary, #80bc54);
  position: absolute;
  bottom: 4px;
  left: 0;
  transition: width 0.3s ease;
}
.tpfooter__widget-links ul li a:hover {
  color: #fff;
  padding-left: 0;
}
.tpfooter__widget-links ul li a:hover::before {
  width: 100%;
}

/* İletişim bilgileri */
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.footer__info-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(128, 188, 84, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  color: var(--brt-primary, #80bc54) !important;
}
.footer__info-text {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 14px;
  line-height: 1.6;
}
.footer__info-text a {
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.3s ease;
}
.footer__info-text a:hover {
  color: var(--brt-primary, #80bc54);
}

/* ─────────────────────────────────────────────────
   Footer — Alt Telif Barı
   ───────────────────────────────────────────────── */
.tpfooter___bottom {
  background: rgba(0, 0, 0, 0.15);
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.tpfooter__copyright-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}
.tpfooter__copyright-text a {
  color: var(--brt-primary, #80bc54);
}
.tpfooter__copyright-thumb img {
  max-width: 100%;
  max-height: 32px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.tpfooter__copyright-thumb img:hover {
  opacity: 1;
}

/* ── Footer Responsive ── */
@media (max-width: 991px) {
  .tpfooter__top {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .tpfooter__widget-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .tpfooter__copyright {
    text-align: center;
    margin-bottom: 16px;
  }
  .tpfooter__copyright-thumb {
    text-align: center !important;
  }
  .footer__info {
    align-items: center;
  }
  .footer__info-item {
    justify-content: center;
    text-align: center;
  }
  .mainfeature__item {
    padding: 8px 4px;
  }
  .mainfeature__icon {
    width: 40px;
    height: 40px;
  }
}

/* ============================
   BRT Main Header (Temu-Style)
   ============================ */
.brt-main-header {
  background: var(--brt-secondary);
  border-bottom: none;
  position: relative;
  z-index: 1001;
}
.brt-main-header__inner {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0px 0;
}
/* Logo */
.brt-main-header__logo {
  flex: 0 0 auto;
}
.brt-main-header__logo img {
  max-height: 68px;
  width: auto;
}
/* Nav */
.brt-main-header__nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 2px;
}
.brt-main-header__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 13px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 20px;
  transition: background 0.15s ease;
}
.brt-main-header__nav-link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.brt-main-header__nav-link--highlight {
  background: rgba(255, 255, 255, 0.1);
}
.brt-main-header__nav-link--highlight:hover {
  background: rgba(255, 255, 255, 0.18);
}
/* Arama Formu */
.brt-main-header__search {
  flex: 1 1 0%;
  position: relative;
  min-width: 0;
}
.brt-main-header__search-form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  height: 40px;
  transition: box-shadow 0.2s ease;
}
.brt-main-header__search-form:focus-within {
  box-shadow: 0 0 0 3px rgba(128, 188, 84, 0.25);
}
.brt-main-header__search-form input[type="search"] {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 16px;
  font-size: 14px;
  color: var(--brt-text);
  background: transparent;
}
.brt-main-header__search-form input[type="search"]::placeholder {
  color: #999;
  font-weight: 400;
}
.brt-main-header__search-form
  input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.brt-main-header__search-btn {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 34px;
  margin: 3px;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 17px;
  border-radius: 50%;
  transition: background 0.2s ease;
}
.brt-main-header__search-btn:hover {
  background: #555;
}
/* Sağ Aksiyonlar */
.brt-main-header__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 4px;
}
.brt-main-header__action {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 6px;
  transition: background 0.15s ease;
  cursor: pointer;
  border: none;
  background: none;
}
.brt-main-header__action:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.brt-main-header__action i {
  font-size: 20px;
  color: #fff;
}
.brt-main-header__action img.brt-header-profile-img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.brt-main-header__action button {
  display: flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
}
.brt-main-header__action-text {
  font-size: 13px;
  line-height: 1.3;
  color: #fff;
}
.brt-main-header__action-text small {
  opacity: 0.75;
  font-size: 11px;
}
.brt-main-header__cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: #e53935;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

/* === Slider Responsive Yükseklik === */
.tpslider__bg6 {
  min-height: auto !important;
  aspect-ratio: 1920 / 650;
  position: relative;
  overflow: hidden;
}
.tpslider__bg6 .slider-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tpslider__bg6 .slider-background picture {
  display: block;
  width: 100%;
  height: 100%;
}
.tpslider__bg6 .slider-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
/* Slider geniş görsel orantısını her ekranda koru (kesilmeyi/yakınlaşmayı önlemek için) */
/* Slider Ok Ortalama */
.slider-area .swiper-container {
  position: relative;
}
.tpsliderarrow {
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
}
.tpsliderarrow {
  left: 20px !important;
}
.tpslider__arrow-nxt {
  left: auto !important;
  right: 20px !important;
}
@media (min-width: 1200px) {
  .tpsliderarrow {
    left: 40px !important;
  }
  .tpslider__arrow-nxt {
    left: auto !important;
    right: 40px !important;
  }
}

/* === Arama Önerileri Dropdown === */
.brt-search-suggestions {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid var(--brt-border);
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  z-index: 9999;
  max-height: 420px;
  overflow-y: auto;
  padding: 8px 0;
}
.brt-search-suggestions.is-open {
  display: block;
}
.brt-search-suggestions__title {
  padding: 8px 16px 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--brt-muted);
}
.brt-search-suggestions__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background 0.12s ease;
  text-decoration: none;
  color: var(--brt-text);
}
.brt-search-suggestions__item:hover,
.brt-search-suggestions__item.is-active {
  background: var(--brt-primary-50);
}
.brt-search-suggestions__item-img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: contain;
  background: #f9f9f9;
  border: 1px solid var(--brt-border);
  flex-shrink: 0;
}
.brt-search-suggestions__item-info {
  flex: 1;
  min-width: 0;
}
.brt-search-suggestions__item-name {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brt-search-suggestions__item-name mark {
  background: rgba(128, 188, 84, 0.25);
  color: inherit;
  border-radius: 2px;
  padding: 0 1px;
}
.brt-search-suggestions__item-price {
  font-size: 13px;
  color: var(--brt-secondary);
  font-weight: 700;
}
.brt-search-suggestions__empty {
  padding: 24px 16px;
  text-align: center;
  color: var(--brt-muted);
  font-size: 14px;
}
.brt-search-suggestions__all {
  display: block;
  text-align: center;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--brt-primary);
  border-top: 1px solid var(--brt-border);
  text-decoration: none;
  transition: background 0.12s ease;
}
.brt-search-suggestions__all:hover {
  background: var(--brt-primary-50);
  color: var(--brt-secondary);
}
/* Overlay - arama açıkken */
.brt-search-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9998;
}
.brt-search-overlay.is-open {
  display: block;
}
/* === Blog Table Styles - Clean & Minimal === */
/* CKEditor table wrapper */
.table {
  margin: 32px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: var(--brt-white);
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid var(--brt-border);
  border-radius: 8px;
  overflow: hidden;
}

/* Remove default HTML table attributes */
.table table[border],
.table table[cellpadding],
.table table[cellspacing] {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Table headers - clean and subtle */
.table th {
  background: linear-gradient(to bottom, #f8f9fa, #f1f3f4);
  color: var(--brt-deep);
  font-weight: 600;
  text-align: left;
  padding: 14px 16px;
  border-bottom: 2px solid var(--brt-primary);
  font-size: 13px;
  letter-spacing: 0.3px;
}

/* Table cells - clean spacing */
.table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--brt-border);
  color: var(--brt-text);
  vertical-align: top;
  font-size: 14px;
}

.table tr:last-child td {
  border-bottom: none;
}

/* Subtle zebra striping */
.table tbody tr:nth-child(even) {
  background-color: #fafbfc;
}

.table tbody tr:nth-child(odd) {
  background-color: var(--brt-white);
}

/* Minimal hover effects */
.table tbody tr:hover {
  background-color: var(--brt-primary-50);
  transition: background-color 0.2s ease;
}

/* First column emphasis */
.table td:first-child {
  font-weight: 500;
  color: var(--brt-deep);
}

/* Responsive design */
@media (max-width: 768px) {
  .table {
    margin: 24px -16px;
    padding: 0 16px;
  }

  .table table {
    font-size: 13px;
  }

  .table th,
  .table td {
    padding: 12px 14px;
  }

  .table th {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .table {
    margin: 20px -12px;
    padding: 0 12px;
  }

  .table table {
    font-size: 12px;
  }

  .table th,
  .table td {
    padding: 10px 12px;
  }

  .table th {
    font-size: 11px;
  }
}

/* Table caption support */
.table caption {
  caption-side: bottom;
  text-align: center;
  font-size: 12px;
  color: var(--brt-muted);
  padding: 8px 0;
  font-style: italic;
}

/* Table alignment variants */
.table.table-center th,
.table.table-center td {
  text-align: center;
}

.table.table-right th,
.table.table-right td {
  text-align: right;
}

/* Compact table variant */
.table.table-compact th,
.table.table-compact td {
  padding: 10px 12px;
}

.table.table-compact table {
  font-size: 13px;
}

/* Bordered table variant */
.table.table-bordered td {
  border: 1px solid var(--brt-border);
}

.table.table-bordered th {
  border-bottom: 2px solid var(--brt-primary);
}

/* Dark table variant */
.table.table-dark table {
  background: var(--brt-deep);
  color: var(--brt-white);
  border-color: var(--brt-deep);
}

.table.table-dark th {
  background: linear-gradient(to bottom, var(--brt-deep-800), var(--brt-deep));
  color: var(--brt-white);
  border-bottom-color: var(--brt-primary);
}

.table.table-dark td {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}

.table.table-dark tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table.table-dark tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.table.table-dark td:first-child {
  color: rgba(255, 255, 255, 0.95);
}

/* ========================================
   Sepet Sayfası (Modern Cart UI)
   Namespace: .brt-cart-*
   Tema: Kechila (Yeşil)
======================================== */
.brt-cart-page {
  background: linear-gradient(180deg, #f8fdf6 0%, #ffffff 100%);
  min-height: 80vh;
}

/* Header */
.brt-cart-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(128, 188, 84, 0.15);
}
.brt-cart-header__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--brt-secondary, #225325);
  margin: 0;
  letter-spacing: -0.3px;
}
.brt-cart-header__count {
  font-size: 0.9rem;
  color: var(--brt-muted, #6b7280);
  background: var(--brt-primary-50, #f0f7ea);
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: 600;
}

/* Notice (BOGO) */
.brt-cart-notice {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  border-radius: 16px;
  margin-bottom: 20px;
  border: 1px solid;
}
.brt-cart-notice--success {
  background: var(--brt-primary-50, #f0f7ea);
  border-color: rgba(128, 188, 84, 0.25);
}
.brt-cart-notice--warning {
  background: #fffbeb;
  border-color: #fde68a;
}
.brt-cart-notice__icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: #ffffff;
}
.brt-cart-notice--success .brt-cart-notice__icon {
  color: var(--brt-primary, #80bc54);
  box-shadow: 0 2px 8px rgba(128, 188, 84, 0.2);
}
.brt-cart-notice--warning .brt-cart-notice__icon {
  color: #d97706;
  box-shadow: 0 2px 8px rgba(217, 119, 6, 0.2);
}
.brt-cart-notice__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  font-size: 0.92rem;
}
.brt-cart-notice__body strong {
  color: var(--brt-secondary, #225325);
  font-weight: 600;
}
.brt-cart-notice--warning .brt-cart-notice__body strong {
  color: #92400e;
}
.brt-cart-notice__body span {
  color: var(--brt-muted, #6b7280);
  line-height: 1.5;
}
.brt-cart-notice__hint {
  color: var(--brt-primary-700, #6aa444) !important;
  font-weight: 500;
  margin-top: 4px;
}
.brt-cart-notice__hint i {
  margin-right: 4px;
}

/* Grid Layout */
.brt-cart-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

/* Items container */
.brt-cart-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Cart Item Card */
.brt-cart-item {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  background: #ffffff;
  border: 1px solid var(--brt-border, #e5e7eb);
  border-radius: 16px;
  padding: 16px;
  transition: all 0.25s ease;
}
.brt-cart-item:hover {
  border-color: rgba(128, 188, 84, 0.35);
  box-shadow: 0 6px 20px rgba(34, 83, 37, 0.06);
  transform: translateY(-1px);
}
.brt-cart-item.is-updating {
  opacity: 0.65;
  pointer-events: none;
}
.brt-cart-item.is-removing {
  opacity: 0;
  transform: translateX(40px);
  pointer-events: none;
}

.brt-cart-item__image {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--brt-primary-50, #f0f7ea);
  flex-shrink: 0;
}
.brt-cart-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.brt-cart-item:hover .brt-cart-item__image img {
  transform: scale(1.05);
}

.brt-cart-item__info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.brt-cart-item__name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--brt-secondary, #225325);
  text-decoration: none;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s;
}
.brt-cart-item__name:hover {
  color: var(--brt-primary, #80bc54);
}
.brt-cart-item__brand {
  font-size: 0.82rem;
  color: var(--brt-muted, #6b7280);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.brt-cart-item__price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 6px;
  flex-wrap: wrap;
}
.brt-cart-item__price {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--brt-secondary, #225325);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.brt-cart-item__price-old {
  color: #9ca3af;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: line-through;
}
.brt-cart-item__price-free {
  color: var(--brt-primary-700, #6aa444);
  font-weight: 700;
  font-size: 0.95rem;
  background: var(--brt-primary-50, #f0f7ea);
  padding: 3px 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.brt-cart-item__price-label {
  font-size: 0.78rem;
  color: var(--brt-muted, #6b7280);
}
.brt-cart-item__bogo-badge {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #dcfce7;
  color: #166534;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  align-self: flex-start;
}

.brt-cart-item__controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* Quantity selector */
.brt-cart-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--brt-border, #e5e7eb);
  border-radius: 999px;
  background: #ffffff;
  overflow: hidden;
  padding: 2px;
}
.brt-cart-qty__btn {
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  color: var(--brt-secondary, #225325);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 11px;
  transition: all 0.15s ease;
}
.brt-cart-qty__btn:hover {
  background: var(--brt-primary, #80bc54);
  color: white;
}
.brt-cart-qty__input {
  width: 36px;
  border: none;
  outline: none;
  text-align: center;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--brt-secondary, #225325);
  background: transparent;
}

.brt-cart-item__total {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--brt-secondary, #225325);
  min-width: 90px;
  text-align: right;
}

.brt-cart-item__remove {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--brt-border, #e5e7eb);
  background: #ffffff;
  color: #9ca3af;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: all 0.2s ease;
}
.brt-cart-item__remove:hover {
  background: #fef2f2;
  border-color: #fecaca;
  color: #ef4444;
  transform: rotate(-8deg);
}

/* Continue shopping link */
.brt-cart-continue {
  display: inline-flex;
  align-items: center;
  color: var(--brt-muted, #6b7280);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.92rem;
  padding: 10px 0;
  margin-top: 6px;
  transition: color 0.2s;
  align-self: flex-start;
}
.brt-cart-continue:hover {
  color: var(--brt-primary, #80bc54);
}
.brt-cart-continue i {
  transition: transform 0.2s;
}
.brt-cart-continue:hover i {
  transform: translateX(-3px);
}

/* Summary */
.brt-cart-summary {
  position: sticky;
  top: 100px;
}
.brt-cart-summary__card {
  background: #ffffff;
  border: 1px solid var(--brt-border, #e5e7eb);
  border-radius: 20px;
  padding: 26px 24px;
  box-shadow: 0 4px 24px rgba(34, 83, 37, 0.05);
}
.brt-cart-summary__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--brt-secondary, #225325);
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--brt-border, #e5e7eb);
}
.brt-cart-summary__rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.brt-cart-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.94rem;
  color: #374151;
}
.brt-cart-summary__value {
  font-weight: 700;
  color: var(--brt-secondary, #225325);
}
.brt-cart-summary__muted {
  color: var(--brt-muted, #6b7280);
  font-size: 0.85rem;
  font-style: italic;
}
.brt-cart-summary__divider {
  height: 1px;
  background: var(--brt-border, #e5e7eb);
  margin: 16px 0;
}
.brt-cart-summary__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.brt-cart-summary__total span:first-child {
  font-weight: 600;
  color: var(--brt-secondary, #225325);
  font-size: 1rem;
}
.brt-cart-summary__total-value {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--brt-secondary, #225325);
  letter-spacing: -0.5px;
}
.brt-cart-summary__checkout {
  width: 100%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 14px 20px !important;
  font-size: 0.98rem !important;
  font-weight: 700 !important;
  border-radius: var(--brt-form-radius, 30px) !important;
  transition: all 0.25s ease;
}
.brt-cart-summary__checkout:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(128, 188, 84, 0.4);
}
.brt-cart-summary__badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px dashed var(--brt-border, #e5e7eb);
}
.brt-cart-summary__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  color: var(--brt-muted, #6b7280);
  font-size: 0.72rem;
  font-weight: 500;
}
.brt-cart-summary__badge i {
  font-size: 18px;
  color: var(--brt-primary, #80bc54);
}

/* Empty state */
.brt-cart-empty {
  max-width: 520px;
  margin: 20px auto;
  background: #ffffff;
  border: 1px solid rgba(128, 188, 84, 0.15);
  border-radius: 24px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 4px 30px rgba(34, 83, 37, 0.06);
}
.brt-cart-empty__icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--brt-primary-50, #f0f7ea),
    var(--brt-deep-50, #eaf2ec)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--brt-primary, #80bc54);
  animation: brtCartEmptyPulse 2.5s ease-in-out infinite;
}
@keyframes brtCartEmptyPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}
.brt-cart-empty__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--brt-secondary, #225325);
  margin: 0 0 10px;
}
.brt-cart-empty__text {
  color: var(--brt-muted, #6b7280);
  font-size: 0.95rem;
  margin: 0 0 24px;
  line-height: 1.55;
}
.brt-cart-empty__btn {
  padding: 13px 30px !important;
  font-weight: 600 !important;
  border-radius: var(--brt-form-radius, 30px) !important;
  display: inline-flex !important;
  align-items: center;
}

/* Responsive */
@media (max-width: 991px) {
  .brt-cart-grid {
    grid-template-columns: 1fr;
  }
  .brt-cart-summary {
    position: static;
  }
}

@media (max-width: 640px) {
  .brt-cart-header__title {
    font-size: 1.4rem;
  }
  .brt-cart-item {
    grid-template-columns: 80px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 14px;
    padding: 14px;
  }
  .brt-cart-item__image {
    width: 80px;
    height: 80px;
  }
  .brt-cart-item__controls {
    grid-column: 1 / -1;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px dashed var(--brt-border, #e5e7eb);
    width: 100%;
  }
  .brt-cart-item__total {
    min-width: auto;
    flex: 1;
    text-align: center;
  }
  .brt-cart-summary__card {
    padding: 20px 18px;
  }
  .brt-cart-empty {
    padding: 45px 25px;
    margin: 10px;
  }
  .brt-cart-empty__icon {
    width: 80px;
    height: 80px;
    font-size: 32px;
  }
}
