/* v1106 — Ürün Merkezi teknik katalog kartları */
.v350-product-grid .v810-product-card {
  isolation: isolate;
  border: 1px solid #d8e4f2 !important;
  border-top: 4px solid var(--brand, #1265ff) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(180deg, rgba(240, 247, 255, .72), rgba(255, 255, 255, 0) 170px),
    #fff !important;
  box-shadow: 0 14px 34px rgba(15, 42, 82, .075) !important;
}

.v350-product-grid .v810-product-card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--brand, #1265ff) 38%, #d8e4f2) !important;
  box-shadow: 0 24px 52px rgba(16, 72, 150, .14) !important;
}

.v350-product-grid .v810-product-image {
  height: 220px !important;
  border-bottom: 1px solid #e3ebf5;
}

.v350-product-grid .it338-product-body {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  grid-template-rows: none !important;
  gap: 0;
  min-height: 0 !important;
  padding: 15px !important;
}

.v350-product-grid .it339-product-heading {
  min-height: 52px;
}

.v350-product-grid .it339-product-heading h3 {
  min-height: 0 !important;
  max-height: 46px !important;
  margin: 8px 0 10px !important;
  font-size: 17px !important;
  line-height: 1.32 !important;
}

.v1106-tech-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 4px 0 8px;
  padding-top: 10px;
  border-top: 1px solid #e8eef6;
}

.v1106-tech-head b {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #203653;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.v1106-tech-head b::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1265ff, #11b6c9);
  box-shadow: 0 0 0 4px rgba(18, 101, 255, .1);
}

.v1106-tech-head span {
  padding: 4px 7px;
  border: 1px solid #cce8df;
  border-radius: 999px;
  background: #effcf7;
  color: #08785a;
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
}

.v350-product-grid .it338-mini-specs {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-content: start !important;
  gap: 7px !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 0 13px;
  padding: 0 !important;
  overflow: visible !important;
}

.v350-product-grid .it338-mini-specs span {
  display: grid !important;
  grid-template-columns: 25px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 6px !important;
  min-height: 55px !important;
  padding: 8px !important;
  border: 1px solid #e0e8f3 !important;
  border-radius: 13px !important;
  background: linear-gradient(145deg, #fbfdff, #f3f7fc) !important;
}

.v350-product-grid .it338-mini-specs span i {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  align-self: center;
  border-radius: 8px;
  background: #eaf2ff;
  font-size: 13px !important;
}

.v350-product-grid .it338-mini-specs span small {
  color: #708096 !important;
  font-size: 8px !important;
  letter-spacing: .035em;
}

.v350-product-grid .it338-mini-specs span b {
  display: -webkit-box !important;
  margin-top: 2px !important;
  overflow: hidden !important;
  color: #172b49 !important;
  font-size: 9.5px !important;
  line-height: 1.25 !important;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.v350-product-grid .it338-mini-specs span.is-missing {
  border-style: dashed !important;
  background: #fafbfd !important;
}

.v350-product-grid .it338-mini-specs span.is-missing i {
  filter: grayscale(1);
  opacity: .55;
}

.v350-product-grid .it338-mini-specs span.is-missing b {
  color: #8a98aa !important;
  font-weight: 750 !important;
}

.v350-product-grid .it338-mini-specs.is-empty {
  display: flex !important;
  min-height: 76px !important;
}

.v350-product-grid .it338-commerce {
  flex: 0 0 auto;
  min-height: 62px;
  margin: auto 0 9px !important;
  padding: 11px 9px 0 !important;
  border-top: 1px solid #e5edf6;
}

.v350-product-grid .it338-commerce strong {
  font-size: 14px !important;
}

.v350-product-grid .it338-card-actions {
  position: static !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-self: stretch !important;
  gap: 8px !important;
  width: 100%;
  height: auto !important;
  margin: 0 !important;
}

.v350-product-grid .it338-card-actions a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px !important;
  padding: 9px 10px !important;
  border: 1px solid transparent !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #1265ff, #0ea5e9) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1.1;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(18, 101, 255, .2);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.v350-product-grid .it338-card-actions a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(18, 101, 255, .26);
}

.v350-product-grid .it338-card-actions a.secondary {
  border-color: #bcd4fa !important;
  background: #f7fbff !important;
  color: #0759d4 !important;
  box-shadow: none;
}

.v350-product-grid .it338-card-actions a.secondary:hover {
  border-color: #6ea4f5 !important;
  background: #eaf3ff !important;
}

.v350-product-grid .it338-card-actions .notify {
  grid-column: 1 / -1 !important;
  min-height: 40px !important;
  background: var(--brand-soft, #eff6ff) !important;
  color: var(--brand, #0759d4) !important;
  box-shadow: none;
}

@media (max-width: 620px) {
  .v350-product-grid .v810-product-image {
    height: 210px !important;
  }

  .v350-product-grid .it338-product-body {
    padding: 14px !important;
  }

  .v350-product-grid .it338-mini-specs span {
    min-height: 58px !important;
  }
}
