.mishlei-purchase-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 46rem;
}

.mishlei-purchase-card h2 {
  color: #202020;
  font-size: 1.25rem;
  margin: 0;
}

.mishlei-purchase-card .card-footer {
  padding-top: 0;
}

.mishlei-mail-note {
  color: #d62d20;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0.35rem auto 0.75rem;
  text-align: center;
}

.mishlei-collection-header {
  padding: 0.65rem 1rem !important;
}

.mishlei-collection-header h2 {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.3rem;
  gap: 0.75rem;
  justify-content: center;
  margin: 0;
  position: relative;
  z-index: 1;
}

.mishlei-collection-header h2 span[lang="he"] {
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .mishlei-purchase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 40rem;
  }

  .mishlei-purchase-card:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 0.425rem);
  }
}

@media (max-width: 420px) {
  .mishlei-purchase-card h2 {
    font-size: 1.05rem;
  }
}
