
.product-card[data-v-b875b8e1] {
  background: #fff;
  border: 1px solid #d5dbe2;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.product-card[data-v-b875b8e1]:hover {
  border-color: #7890a8;
  box-shadow: 0 12px 30px rgba(19, 42, 65, .1);
}
.product-card__link[data-v-b875b8e1] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card__img-wrap[data-v-b875b8e1] {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #fff;
  overflow: hidden;
}
.product-card__img-wrap img[data-v-b875b8e1] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
  display: block;
  transition: transform .25s ease;
}
.product-card:hover img[data-v-b875b8e1] { transform: scale(1.035);
}
.product-card__img-placeholder[data-v-b875b8e1] {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f4f7fa 0%, #fff 62%);
}
.product-card__standard[data-v-b875b8e1] {
  position: absolute;
  inset-inline-start: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 6px 9px;
  color: #fff;
  background: rgba(12, 34, 56, .9);
  font-size: .65rem;
  font-weight: 700;
}
.product-card__body[data-v-b875b8e1] {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-card__eyebrow[data-v-b875b8e1] {
  margin-bottom: 8px;
  color: #617181;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.product-card__title[data-v-b875b8e1] {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: 10px;
  line-height: 1.4;
}
.product-card__desc[data-v-b875b8e1] {
  font-size: .82rem;
  color: #596571;
  margin-bottom: 0;
  line-height: 1.6;
  flex: 1;
}
.product-card__industries[data-v-b875b8e1] {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 14px;
}
.product-card__industries span[data-v-b875b8e1] {
  padding: 4px 7px;
  background: #edf2f6;
  color: #4d5e6e;
  font-size: .62rem;
  line-height: 1.25;
}
