.template-collection .product-card__title,
.template-collection .product-card .jdgm-preview-badge,
.template-collection .product-card .price,
.template-collection .product-card .price-item {
  -webkit-box-align: center;
  align-items: center;
  justify-self: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-weight: 400;
  text-align: center; }

.template-collection .product-card__title {
  border: none; }