  .geri-butonu {
    font-weight: 500;
    color: #0d6efd;
    transition: color 0.2s ease;
  }

  .geri-butonu:hover {
    color: #063f9d;
    text-decoration: underline;
border:1px solid #eee;
  }


.collectionList{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.collectionView {
margin-top:12px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: transform 0.6s ease;
}

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

.fixed-image-container {
  overflow: hidden;
  position: relative;
}
.collectionViewDetail .fixed-image-container img
{
border-radius:12px;
}
.fixed-image-container img.base-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.9s ease;
}

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

.text-section {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  /*background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);*/
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  pointer-events: none; /* metni tıklanamaz yapar */
}

.card-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  z-index: 2;
}

.text-section span {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease;
  font-size: 0.95rem;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0.8rem;
  border-radius: 10px;
  margin-top: 0.5rem;
  pointer-events: auto;
}

.collectionView:hover .text-section span {
  opacity: 1;
  max-height: 500px; /* yeterli bir değer */
}










.collectionViewDetail strong{color:rgb(255, 183, 0);}
.collectionViewDetail .col-4{padding:2px;}
.collectionViewDetail  div{padding:8px;}

    .collectionViewDetail .base-image {
        width: 600px;
  transition: transform 1.9s ease;
    }

    .collectionViewDetail .fixed-image-container {
        width: 600px;
    }

.collectionViewDetail :hover img.base-image {
  transform: scale(2.95);
}

    .productListView .base-image {
  transition: transform 1.9s ease;
    }


.productListView:hover  img.base-image {
  transform: scale(4.95);
}


.productDetail .img-fluid{
 transition: transform 1.9s ease;
}
.productDetail :hover  img.img-fluid{
  transform: scale(3.95);
}








  .productDetail {
    flex-direction: column !important;
  }

  .productDetail > .col-md-4,
  .productDetail > .col-md-8 {
    width: 100% !important;
    max-width: 100%;
  }


.product-detail-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}




.productDetail, .productListView  {
  overflow: hidden;
  position: relative;
}

.img-fluid, .base-image {
  transition: transform 1.9s ease, transform-origin 0.3s ease;
  will-change: transform;
}
.productDetail:hover .img-fluid {
  transform: scale(3.95);
}
.fixed-image-container {
    position: relative;
}

.fixed-image-container[data-prop*="rulo" i]::before {
    content: "✄";
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 20px;
    background: #fff;
    color: #e00000;
    padding: 4px 8px;
    border-radius: 50%;
    z-index: 10;
}



.group-properties .pName {
   font-size: 20px;
   font-weight: bold;
}

.group-properties .pValue {
   font-size: 20px;
   font-weight: bold;
}