/* Wish Favors product catalog patch */

.catalog-product-grid {
  align-items: stretch;
}

.catalog-card {
  display: flex;
  flex-direction: column;
}

.catalog-card p {
  flex: 1;
}

.catalog-img span {
  font-size: 42px;
  background: #fff;
}

.template-thumb-generic {
  display: flex;
  align-items: center;
  justify-content: center;
}

.template-thumb-generic:after {
  content: none !important;
}

.template-thumb-generic em {
  position: relative;
  z-index: 2;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
}

.product-details-v5 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-breadcrumbs a {
  color: var(--pink-dark, #b83265);
  font-weight: 850;
  text-decoration: none;
}

.admin-warning {
  background: #fff6df;
  border: 1px solid #f0d28c;
  color: #6b4a00;
  border-radius: 18px;
  padding: 14px 16px;
  margin: 12px 0 18px;
}

@media (max-width: 980px) {
  .product-details-v5 {
    grid-template-columns: 1fr;
  }
}
