.product-card + .product-card {
  margin-top: 18px;
}

.product-card.is-static:hover {
  transform: none;
  box-shadow: 0 18px 60px #122d2412;
}

.product-card.is-static:hover .entry i {
  width: 38px;
}

.photo-mark {
  z-index: 1;
  width: 160px;
  color: #174f7d;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.easyphoto-card .visual {
  background:
    radial-gradient(circle at 72% 18%, #e9f1ff, transparent 34%),
    linear-gradient(145deg, #dceaff, #aacaf1);
}

.easyphoto-card .visual-label,
.easyphoto-card .visual-number {
  color: #174f7d;
}
