/* Pro shop preview (src/pages/shop.njk). Loaded only on that page. */

.shop-back {
  padding-block: 2rem;
}

.shop-kicker {
  margin-bottom: 0.5rem;
}

.shop-item__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.shop-item__price {
  color: var(--muted);
  font-weight: 700;
}

.shop-promise {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 600;
}

/* The gift certificate: a drawing in HTML, not a real certificate (aria-hidden; the text beside it says it all) */
.gift {
  max-width: 26rem;
  padding: 1.75rem 1.5rem;
  background: var(--white);
  border: 2px solid var(--green);
  border-radius: var(--radius);
  outline: 6px solid var(--green-tint);
  outline-offset: -12px;
  text-align: center;
}

.gift p {
  margin: 0 0 0.75rem;
}

.gift__club {
  color: var(--green);
  font-weight: 700;
}

.gift__title {
  font-family: var(--font-head);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.gift__amount {
  font-family: var(--font-head);
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.gift__lines {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
}

.gift__lines span {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--line-strong);
  color: var(--muted);
}

.gift__promise {
  display: inline-block;
  margin-bottom: 0 !important;
  padding: 0.125rem 0.75rem;
  background: var(--yellow);
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  font-weight: 700;
}

@media print {
  .btn--demo {
    display: none;
  }
}
