.gifts {
  min-height: 86vh;
  padding: 74px 24px 88px;
  background: #9b4a2c;
  color: var(--white);
}

.gifts-inner {
  width: min(100%, 680px);
  margin: 0 auto;
  text-align: center;
}

.single-gift {
  justify-content: center;
  justify-items: center;
}

.gift-card-custom {
  width: min(100%, 360px);
}

.qr-image-box {
  width: 180px;
  height: 180px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr-image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.gifts .script {
  margin-bottom: 26px;
  color: #f2c084;
}

.gift-copy {
  width: min(100%, 460px);
  margin: 0 auto 44px;
  font-family: "Tangerine Local", cursive;
  font-size: clamp(36px, 8vw, 52px);
  font-weight: 400;
  line-height: .95;
  text-transform: none;
  color: #b8c3a9;
}

.gift-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.gift-options.single-gift {
  grid-template-columns: minmax(0, 360px);
  justify-content: center;
}

.gift-card {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 220px;
  padding: 28px 22px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 22px;
}

.gift-icon {
  width: 90px;
  height: 72px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.9);
}

.gift-card p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--white);
}

.qr-placeholder {
  width: 92px;
  height: 92px;
  margin-bottom: 28px;
  background:
    linear-gradient(90deg, #fff 10px, transparent 10px 18px, #fff 18px 27px, transparent 27px 35px, #fff 35px 45px, transparent 45px 54px, #fff 54px 63px, transparent 63px 72px, #fff 72px),
    linear-gradient(#fff 10px, transparent 10px 18px, #fff 18px 27px, transparent 27px 35px, #fff 35px 45px, transparent 45px 54px, #fff 54px 63px, transparent 63px 72px, #fff 72px);
  background-blend-mode: multiply;
}
