/* V5.54 — yalnızca ürün grubu kartları */
.v537-products .v537-product-card {
  position:relative;
  min-width:0;
  min-height:180px;
  isolation:isolate;
  background:#173d32;
}
.v537-products .v537-product-card>img {
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 20%;
}
.v537-products .v537-product-card::after {
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(180deg,transparent 30%,rgba(5,19,15,.18) 50%,rgba(5,19,15,.9) 100%);
}
.v537-products .v537-product-card-body {
  position:absolute;
  inset:auto 0 0;
  z-index:2;
  min-height:68px;
  padding:18px 12px 16px;
  gap:8px;
  background:transparent;
}
.v537-products .v537-product-card-body h3 {
  color:#fff;
  font-size:16px;
  font-weight:800;
  line-height:1.25;
  text-shadow:0 1px 4px rgba(0,0,0,.5);
}
.v537-products .v537-product-card-body a {
  color:#fff;
  border-color:rgba(255,255,255,.85);
  background:rgba(0,0,0,.15);
}
.v537-products .v537-product-card-body a:hover,
.v537-products .v537-product-card-body a:focus-visible {
  background:#075ca8;
  outline:2px solid #fff;
  outline-offset:3px;
}
@media(max-width:620px) {
  .v537-products .v537-product-card {min-height:164px;}
  .v537-products .v537-product-card-body {padding:14px 10px 12px;}
  .v537-products .v537-product-card-body h3 {font-size:14px;}
}
