  .row {
    margin-top: 110px;
}


/* Ürün kartları */
.productListView .card {
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 0.8rem;
    transition: all 0.3s ease-in-out;
    border: none;
}

.collectionViewDetail{
   margin-top; 100px;
}

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

/* Görsel kutusu */
.fixed-image-container {
    overflow: hidden;
}

/* Fiyat */
.card-text.fw-bold.trade {
    color: #970404;
    font-size: 1rem;
}

.fixed-image-container img.base-image {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}
.fixed-image-container img.base-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ✅ Kırparak kapsar ama taşırmaz */
  display: block;
  transition: transform 0.3s ease;
}


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

/* Başlık */
.card-body h6.card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #222;
}


/* Butonlar */
.btn-outline-primary.trade {
    border-color: #970404;
    color: #970404;
    transition: all 0.3s ease;
}

.btn-outline-primary.trade:hover {
    background-color: #970404;
    color: #fff;
}

/* Yan menü başlıkları */
.list-group-item.bg-dark.text-light {
    background-color: #970404 !important;
    border-color: #970404 !important;
    font-weight: bold;
    font-size: 1rem;
}

/* Yan menü linkleri */
.list-group-item-action {
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.list-group-item-action:hover {
    background-color: #e59393;
    color: #fff;
    font-weight: 500;
}

/* Kartlar arası boşluk */
.productListView.mb-3 {
    margin-bottom: 1.5rem !important;
}

@media (min-width: 768px) {
  .row > .col-md-3 {
    order: 0; /* sol tarafa al */
  }

  .row > .col-md-9 {
    order: 1; /* sağ tarafa al */
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .row > .col-md-3 {
    order: 0;
  }

  .row > .col-md-9 {
    order: 1;
  }
}

/* Yan Menü - Sidebar Stili */
.col-md-3 > .list-group {
  flex: 0 0 220px;
  background: #fff;
  box-shadow: 0 4px 24px #0001;
  padding: 32px 18px 24px 18px;
  min-width: 180px;
  max-height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.2s;
  margin-top:100px;
}

.col-md-3 > .list-group:hover {
  box-shadow: 0 8px 32px rgba(37,99,235,0.18);
}

.col-md-3 > .list-group a.list-group-item:first-child {
  font-size: 1.3rem;
  margin-bottom: 22px;
  border-bottom: 2px solid rgba(151,4,4,0.13);
  padding-bottom: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  width: 100%;
  text-align: left;
  color: #970404;
  background-color: transparent;
  border: none;
  pointer-events: none;
}

.col-md-3 > .list-group a.list-group-item {
  margin-bottom: 18px;
  color: #970404;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.08rem;
  padding: 10px 16px 10px 32px;
  position: relative;
  display: block;
  width: 100%;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  border: none;
}

.col-md-3 > .list-group a.list-group-item:hover,
.col-md-3 > .list-group a.list-group-item:focus {
  background: #fbeaea;
  color: #d91313;
  box-shadow: 0 2px 8px rgba(151,4,4,0.08);
  outline: none;
}

.col-md-3 > .list-group + .list-group {
  margin-top: 24px;
}

@media (max-width: 900px) {
  .col-md-3 > .list-group {
    width: 100%;
    margin-top: 24px;
    align-items: stretch;
    min-width: unset;
    margin-bottom: 24px;
  }
}

.col-md-3 .list-group:nth-of-type(2) {
  display: none !important;
}

.product-properties{
  display:none;
}

.row.productDetail {
  margin-bottom: 80px;
  margin-top: 150px;
}



/* Mobil görünüm için ürün kartları */
@media (max-width: 767px) {
  .productListView .card {
    padding: 0.6rem;
    margin-bottom: 1rem;
  }

  .card-body h6.card-title {
    font-size: 1rem;
    text-align: center;
  }

  .card-text.fw-bold.trade {
    font-size: 0.95rem;
    text-align: center;
  }

  .fixed-image-container img.base-image {
    height: auto;
  }

  .btn-outline-primary.trade {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.95rem;
    padding: 0.5rem 0;
  }

  .row > .col-md-3,
  .row > .col-md-9 {
    order: unset;
    margin-top: 0;
  }

  .col-md-3 > .list-group {
    width: 100%;
    padding: 16px 12px;
    margin: 0 0 24px 0;
    box-shadow: none;
  }

  .col-md-3 > .list-group a.list-group-item {
    padding: 10px 14px;
    font-size: 1rem;
  }

  .col-md-3 > .list-group a.list-group-item:first-child {
    font-size: 1.2rem;
    margin-bottom: 16px;
    padding-bottom: 10px;
  }

  .row.productDetail {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .productListView.mb-3 {
    margin-bottom: 1rem !important;
  }
}




