.product-photo {
  background-image: linear-gradient(135deg, rgba(3, 18, 28, .62), rgba(3, 18, 28, .16)), var(--card-image);
  background-size: cover;
  background-position: center;
}

.product-photo:before {
  content: "";
  position: absolute;
  inset: 0;
  border-bottom: 3px solid var(--cyan);
  background: linear-gradient(0deg, rgba(3, 18, 28, .42), transparent 62%);
}

.product-photo span,
.product-photo b {
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .45);
}

.product-card.collapsed-extra {
  display: none;
}

.product-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.product-expand[hidden] {
  display: none;
}
