
---
.banner p {
  font-size: 18px;
  color: #f8f8f8;
  margin-top: 12px;
  max-width: 600px;
  line-height: 1.5;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

/* Mobil uyum */
@media (max-width: 768px) {
  .banner {
    border-radius: 0;
  }

  .banner h2 {
    font-size: 32px;
  }

  .banner p {
    font-size: 15px;
  }
}


/* Bannerın altında kalan içerik için boşluk bırak */
.collectionViewDetail {
  margin-top: 10px !important; /* Banner yüksekliğine göre ayar */
}

 
 .bg-dark text-light list-group-item-active-caption{
.bg-dark {
    --bs-bg-opacity: 1;
    background-color:#ffffff  !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba #00000 !important;
}
}
main .collectionViewDetail { display:block !important; }

.collectionViewDetail div {
  margin-left: -20px;

}

a {
  text-decoration: none;
}

h5 {
  font-weight: bold;
  font-size: 1.5rem;
}

.collectionList {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  padding: 2rem 0;
}

.collectionView {
  width: calc(50% - 1rem); /* 2 kart yanyana */
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease;
  margin-top: 200px;
  margin-bottom: 200px;
}

.collectionView:hover {
  transform: translateY(-4px);
}

.collectionViewDetail .fixed-image-container .base-image { height: 350px; width: 1170px; object-fit: cover; /* Görseli kırpmadan düzgün oturtur */

.collectionViewDetail div {
  padding: 0px;
}

.fixed-image-container img.base-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;

.collectionViewDetail img{
 border-top-left-radius:50px;
 border-top-right-radius:49px;
 position:relative;
 top:144px;
 left:0px;
 transform: translatex(-147px);
 padding-left:152px;
}

.collectionView:hover img.base-image {
  transform: scale(1.05);
}

.text-section {
  padding: 1rem;
  text-align: center;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #222;
  text-decoration: none;
}

.text-section span {
  font-size: 1rem;
  color: #555;
  display: block;
  line-height: 1.5;
}

/* Mobil görünüm için */
@media (max-width: 768px) {
  .collectionView {
    width: 100%;
  }
}

/* === Ortak ayarlar (hepsi için iyi bir temel) === */
.collectionViewDetail h5 {
  margin: 10px 16px 6px;
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1.2;
  color: #1f2937; /* koyu gri */
}

/* === Seçenek 1: Yumuşak alt çizgi vurgusu (marka sarısı) === */
.collectionViewDetail h5 {
  position: relative;
}



/* === Seçenek 2: “Pill” etiket görünümü (soft arka plan) === */
/*
.collectionViewDetail h5 {
  display: inline-block;
  padding: 6px 12px;
  background: linear-gradient(90deg,#fff7d1,#ffe28a);
  border: 1px solid #f5d463;
  border-radius: 999px;
  color:#111;
}
*/

/* === Seçenek 3: İnce gölge + hafif büyütme === */
/*
.collectionViewDetail h5 {
  font-size: 1.35rem;
  text-transform: none;
  text-shadow: 0 2px 8px rgba(0,0,0,.08);
}
*/

/* === Seçenek 4: Alt çizgili başlık (CSS border) === */
/*
.collectionViewDetail h5 {
  border-bottom: 2px solid #fcce58;
  padding-bottom: 6px;
  display: inline-block;
}
*/
/* .collectionViewDetail içindeki flex'i kapat */
.collectionViewDetail,
.collectionViewDetail.d-flex,               /* varsa bootstrap utility */
.page .collectionViewDetail,                /* özgüllüğü artır */
.collectionViewDetail.collectionViewDetail  /* özgüllüğü ikiye katla */
{
  display: block !important;
  align-items: unset !important;
  justify-content: unset !important;
  gap: 0 !important;
/* === HEADER ALTINA BANNER EKLE === */
.header-banner {
  width: 100%;
  height: 420px; /* banner yüksekliği */
  background: url('/Uploads/Images/ilkas.nhesap.com/202510250930_BEBEK_BEZLERI_BANNER.jpg') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 60px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.header-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.45), rgba(0,0,0,0));
}

.header-banner .text-area {
  position: relative;
  z-index: 2;
}

.header-banner h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 12px;
  text-shadow: 0 3px 10px rgba(0,0,0,0.5);
}

.header-banner p {
  color: #f8f8f8;
  font-size: 18px;
  max-width: 600px;
  line-height: 1.6;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

/* Mobil görünüm */
@media (max-width: 768px) {
  .header-banner {
    height: 280px;
  }
  .header-banner h2 {
    font-size: 32px;
  }
  .header-banner p {
    font-size: 15px;
  }
}

}

/* soldaki kaydırmayı da sıfırla */
.collectionViewDetail div {
  margin-left: 0 !important;
}
/* === Üst başlık bloğunu aşağı hizala (Shuga / Littles / vb.) === */
.collectionViewDetail {
  display: block !important;     /* flex'i kapat */
  text-align: left !important;   /* sola hizalı kalsın */
  margin-top: 120px !important;  /* aşağı alır: 80–140 arası deneyebilirsin */
  margin-bottom: 40px !important;
  padding-left: 0 !important;
}

/* Başlık tipografisi */
.collectionViewDetail h5 {
  font-weight: 800;
  font-size: clamp(26px, 3vw, 34px);
  color: #1f2937;
  margin-bottom: 8px;
  position: static;
}



/* Açıklama yazısı */
.collectionViewDetail p,
.collectionViewDetail span {
  font-size: 16px;
  line-height: 1.6;
  color: #4b4b4b;
  margin-top: 18px;
  text-align: left !important;
}

/* Ürün kartlarıyla arayı koru */
.collectionList {
  margin-top: 20px;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .collectionViewDetail {
    margin-top: 80px !important;
  }
}
/* === Sarı çizgiyi başlık altına al === */
.collectionViewDetail h5 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px; /* başlık ile açıklama arası boşluk */
}


/* açıklama metni için küçük boşluk ayarı */
.collectionViewDetail p,
.collectionViewDetail span {
  margin-top: 28px !important; /* çizgiden sonra düzgün boşluk */
}

/* Popup arkası (sayfa kararan kısmı) */
.plv-backdrop {
 background-color: rgba(0, 0, 0, 0.3)  !important; /* açık gri arka plan */
  opacity: 100 !important; /* saydamlığı kaldır */
  backdrop-filter: none !important; /* bulanıklık olmasın */
}

/* Popup kutusunun kendisi */
.plv-modal {
  background-color: #d3d3d3 !important; /* kutunun içi beyaz kalsın */
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
.plv-close {
 backgrond-color :  #d3d3d3  !important;
}

.collectionViewDetail {
  position: relative !important;
}

/* Collection ürün başlığını tamamen gizle */
.collectionViewDetail h5 {
  display: none !important;
  visibility: hidden !important;
}
/* === ÜRÜN FİLTRESİ (BANNER ALTINA) === */
.filter-bar {
  width: 100%;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  font-family: 'Poppins', sans-serif;
}

.filter-bar button {
  background: #fcce58;
  color: #1f2937;
  border: none;
  padding: 10px 26px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
}

.filter-bar button:hover {
  background: #f5d463;
  transform: translateY(-3px);
}

.filter-bar button.active {
  background: #1f2937;
  color: #fff;
  transform: none;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .filter-bar {
    margin-top: 80px;
    gap: 8px;
  }

  .filter-bar button {
    font-size: 14px;
    padding: 8px 18px;
  }
}

/* Bannerla bütünleşsin */
.header-banner + .filter-bar {
  position: relative;
  z-index: 5;
  background: transparent;
}
