/* Bulkomi v2501 — referans görseldeki sade ve kurumsal ana sayfa ilan kartları */
#cards .product-card-reference{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  background:#fff;
  border:1px solid #e4e9f0;
  border-radius:16px;
  box-shadow:0 8px 24px rgba(15,23,42,.045);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
#cards .product-card-reference:hover{
  transform:translateY(-2px);
  border-color:#d8dee8;
  box-shadow:0 14px 34px rgba(15,23,42,.08);
}
#cards .product-card-reference .reference-card-link{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  min-width:0;
  color:inherit;
  text-decoration:none;
}
#cards .product-card-reference .card-gallery,
#cards .product-card-reference .product-img{
  height:250px!important;
  min-height:250px!important;
  max-height:250px!important;
}
#cards .product-card-reference .card-gallery{
  flex:0 0 250px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
}
#cards .product-card-reference .product-img{
  padding:18px 22px 8px!important;
  background:#fff!important;
}
#cards .product-card-reference .product-img img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
}
#cards .product-card-reference .card-gallery-nav,
#cards .product-card-reference .card-gallery-count,
#cards .product-card-reference .card-gallery-dots{display:none!important}
#cards .product-card-reference .favorite-chip{
  top:12px!important;
  right:12px!important;
  width:36px!important;
  height:36px!important;
  z-index:5!important;
  border:1px solid #e4e9f0!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 5px 14px rgba(15,23,42,.08)!important;
  color:#ff6b00!important;
  font-size:20px!important;
}
#cards .reference-card-body{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  min-width:0;
  padding:6px 16px 16px;
}
#cards .reference-card-brand{
  margin-bottom:4px;
  color:#526174;
  font-size:12px;
  line-height:1.25;
  font-weight:750;
}
#cards .reference-card-title{
  min-height:48px;
  margin:0 0 14px;
  color:#0b1730;
  font-size:18px;
  line-height:1.32;
  font-weight:850;
  letter-spacing:-.02em;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
#cards .reference-card-price-group{
  display:flex;
  flex-direction:column;
  gap:3px;
}
#cards .reference-card-price-group small{
  color:#69778b;
  font-size:12px;
  line-height:1.3;
  font-weight:700;
}
#cards .reference-card-price-group b{
  color:#42516a;
  font-size:16px;
  line-height:1.25;
  font-weight:800;
}
#cards .reference-card-offer{margin-top:15px}
#cards .reference-card-offer small{color:#e95400}
#cards .reference-card-offer b{
  color:#ef4f00;
  font-size:21px;
  letter-spacing:-.02em;
}
#cards .reference-card-stats{
  display:flex;
  align-items:center;
  min-height:46px;
  margin:0 16px;
  padding:11px 0 13px;
  border-top:1px solid #e8edf3;
  color:#d92d20;
}
#cards .reference-card-stats .card-engagement-ticker{
  width:100%;
  display:flex;
  align-items:center;
  gap:7px;
  min-width:0;
  color:#d92d20;
  opacity:1;
  transform:translateY(0);
  transition:opacity .16s ease,transform .16s ease;
}
#cards .reference-card-stats .card-engagement-ticker.is-changing{
  opacity:0;
  transform:translateY(4px);
}
#cards .reference-card-stats .card-engagement-icon{
  width:16px;
  height:16px;
  flex:0 0 16px;
  display:grid;
  place-items:center;
  color:#d92d20;
}
#cards .reference-card-stats .card-engagement-icon svg{
  width:15px;
  height:15px;
  display:block;
  fill:currentColor;
}
#cards .reference-card-stats .card-engagement-text{
  min-width:0;
  overflow:hidden;
  color:#d92d20;
  font-size:12px;
  line-height:1.25;
  font-weight:700;
  white-space:nowrap;
  text-overflow:ellipsis;
}
#cards .reference-card-stats .card-engagement-text strong{
  color:#d92d20;
  font-weight:850;
}
#cards .product-card-reference .bulk-buy-panel,
#cards .product-card-reference .card-actions,
#cards .product-card-reference .product-body,
#cards .product-card-reference .bulk-card-stats{display:none!important}

@media(min-width:1200px){
  #cards{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
}
@media(max-width:1199px) and (min-width:800px){
  #cards .product-card-reference .card-gallery,
  #cards .product-card-reference .product-img{height:220px!important;min-height:220px!important;max-height:220px!important}
  #cards .product-card-reference .card-gallery{flex-basis:220px!important}
  #cards .reference-card-title{font-size:16px;min-height:44px}
  #cards .reference-card-offer b{font-size:19px}
}
@media(max-width:799px){
  #cards .product-card-reference{border-radius:13px}
  #cards .product-card-reference .card-gallery,
  #cards .product-card-reference .product-img{height:155px!important;min-height:155px!important;max-height:155px!important}
  #cards .product-card-reference .card-gallery{flex-basis:155px!important}
  #cards .product-card-reference .product-img{padding:12px 10px 4px!important}
  #cards .product-card-reference .favorite-chip{top:8px!important;right:8px!important;width:30px!important;height:30px!important;font-size:16px!important}
  #cards .reference-card-body{padding:5px 10px 10px}
  #cards .reference-card-brand{font-size:9px;margin-bottom:3px}
  #cards .reference-card-title{min-height:37px;margin-bottom:9px;font-size:12px;line-height:1.35}
  #cards .reference-card-price-group small{font-size:8px}
  #cards .reference-card-price-group b{font-size:10px}
  #cards .reference-card-offer{margin-top:9px}
  #cards .reference-card-offer b{font-size:13px}
  #cards .reference-card-stats{min-height:36px;margin:0 9px;padding:8px 0 9px}
  #cards .reference-card-stats .card-engagement-ticker{gap:5px}
  #cards .reference-card-stats .card-engagement-icon{width:12px;height:12px;flex-basis:12px}
  #cards .reference-card-stats .card-engagement-icon svg{width:11px;height:11px}
  #cards .reference-card-stats .card-engagement-text{font-size:9px}
}

/* Bulkomi v2503 — referanstaki alt istatistik şeridi: tek metrik, sırayla değişen, kırmızı */
#cards .product-card-reference .reference-card-stats{
  min-height:43px!important;
  margin:0 16px!important;
  padding:10px 0 12px!important;
  border-top:1px solid #e8edf3!important;
  border-bottom:0!important;
  color:#d92d20!important;
}
#cards .product-card-reference .reference-card-stats .card-engagement-ticker{
  width:100%!important;
  min-height:20px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:7px!important;
  color:#d92d20!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:800!important;
  overflow:visible!important;
}
#cards .product-card-reference .reference-card-stats .card-engagement-icon{
  flex:0 0 15px!important;
  width:15px!important;
  height:15px!important;
  color:#d92d20!important;
}
#cards .product-card-reference .reference-card-stats .card-engagement-icon svg{
  width:14px!important;
  height:14px!important;
  fill:currentColor!important;
}
#cards .product-card-reference .reference-card-stats .card-engagement-text,
#cards .product-card-reference .reference-card-stats .card-engagement-text strong{
  color:#d92d20!important;
  font-size:12px!important;
  font-weight:800!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
@media(max-width:799px){
  #cards .product-card-reference .reference-card-stats{min-height:34px!important;margin:0 9px!important;padding:7px 0 8px!important}
  #cards .product-card-reference .reference-card-stats .card-engagement-ticker{font-size:9px!important;gap:5px!important}
  #cards .product-card-reference .reference-card-stats .card-engagement-text,
  #cards .product-card-reference .reference-card-stats .card-engagement-text strong{font-size:9px!important}
  #cards .product-card-reference .reference-card-stats .card-engagement-icon{flex-basis:12px!important;width:12px!important;height:12px!important}
  #cards .product-card-reference .reference-card-stats .card-engagement-icon svg{width:11px!important;height:11px!important}
}


/* Bulkomi v2508 — kart yapısını koruyan stabil sosyal kanıt düzeltmesi */
#cards .product-card-reference{
  min-height:0!important;
  max-height:none!important;
  height:auto!important;
  overflow:hidden!important;
}
#cards .product-card-reference .reference-card-link{
  min-height:0!important;
  height:auto!important;
}
#cards .product-card-reference .reference-card-body{
  flex:1 1 auto!important;
  min-height:0!important;
}
#cards .product-card-reference .reference-card-stats{
  flex:0 0 44px!important;
  height:44px!important;
  min-height:44px!important;
  max-height:44px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  margin:0 16px!important;
  padding:10px 0!important;
  border-top:1px solid #e8edf3!important;
  border-bottom:0!important;
}
#cards .product-card-reference .reference-card-stats .card-engagement-ticker{
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  height:24px!important;
  min-height:24px!important;
  margin:0!important;
  padding:0!important;
  gap:7px!important;
  border:0!important;
  overflow:hidden!important;
  color:#d92d20!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:800!important;
}
#cards .product-card-reference .reference-card-stats .card-engagement-icon{
  display:grid!important;place-items:center!important;
  flex:0 0 16px!important;width:16px!important;height:16px!important;
  color:#d92d20!important;
}
#cards .product-card-reference .reference-card-stats .card-engagement-icon svg{
  display:block!important;width:15px!important;height:15px!important;fill:currentColor!important;
}
#cards .product-card-reference .reference-card-stats .card-engagement-text,
#cards .product-card-reference .reference-card-stats .card-engagement-text strong{
  color:#d92d20!important;
}
#cards .product-card-reference .reference-card-stats .card-engagement-text{
  min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
  font-size:12px!important;line-height:1.2!important;font-weight:800!important;
}
@media(max-width:799px){
  #cards .product-card-reference .reference-card-stats{
    flex-basis:36px!important;height:36px!important;min-height:36px!important;max-height:36px!important;
    margin:0 9px!important;padding:7px 0!important;
  }
  #cards .product-card-reference .reference-card-stats .card-engagement-ticker{height:22px!important;min-height:22px!important;font-size:9px!important;gap:5px!important}
  #cards .product-card-reference .reference-card-stats .card-engagement-text{font-size:9px!important}
  #cards .product-card-reference .reference-card-stats .card-engagement-icon{flex-basis:12px!important;width:12px!important;height:12px!important}
  #cards .product-card-reference .reference-card-stats .card-engagement-icon svg{width:11px!important;height:11px!important}
}
