
/* Ürün Detayı - Breadcrumb + Benzer Ürünler */
.product-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
  margin:0 0 9px;
  color:#94a3b8;
  font-size:12px;
  line-height:1.45;
}

.product-breadcrumb a{
  color:#64748b;
  text-decoration:none;
  font-weight:750;
  transition:color .2s ease;
}

.product-breadcrumb a:hover{
  color:#0ea5e9;
}

.product-breadcrumb span{
  color:#cbd5e1;
}

.product-breadcrumb strong{
  color:#334155;
  font-weight:850;
}

.product-brand-link{
  display:inline-flex;
  align-items:center;
  margin:0 0 8px;
  color:#0284c7;
  font-size:12px;
  font-weight:850;
  text-decoration:none;
}

.product-brand-link:hover{
  text-decoration:underline;
}

.product-section .section-head p{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
  color:#64748b;
  line-height:1.65;
}

@media(max-width:700px){
  .product-breadcrumb{
    gap:5px;
    font-size:11px;
    margin-bottom:7px;
  }

  .product-breadcrumb strong{
    max-width:100%;
  }
}
