.ll-gift-cards-page {
  padding: 2rem 1rem 3.5rem;
}
.ll-gift-cards-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
}
.ll-gift-cards-hero {
  padding: 1.4rem;
  border: 1px solid #e3dcff;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff6d5, #f2edff 56%, #e8fbff);
}
.ll-gift-cards-hero h1 {
  margin: 0;
  color: #272064;
  font-size: clamp(1.7rem, 5vw, 2.5rem);
}
.ll-gift-cards-hero p {
  max-width: 680px;
  margin: .45rem 0 0;
  color: #55516d;
}
.ll-gift-cards-disclosure {
  margin: 1rem 0;
  padding: .75rem .9rem;
  border: 1px solid #f0d78a;
  border-radius: 8px;
  background: #fffbeb;
  color: #6c5625;
  font-size: .85rem;
}
.ll-gift-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1rem;
}
.ll-gift-card {
  overflow: hidden;
  border: 1px solid #e2e5ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(54, 46, 103, .08);
}
.ll-gift-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 336 / 220;
  object-fit: cover;
  background: #f5f3ff;
}
.ll-gift-card-body {
  padding: .85rem;
}
.ll-gift-card-label {
  display: block;
  margin-bottom: .35rem;
  color: #746f87;
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
}
.ll-gift-card-title {
  margin: 0;
  color: #23203b;
  font-size: 1.05rem;
}
.ll-gift-card-description {
  margin: .45rem 0 .8rem;
  color: #66627a;
  font-size: .88rem;
  line-height: 1.45;
}
.ll-gift-card-action {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: .55rem .9rem;
  border-radius: 6px;
  background: #6e35e8;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.ll-gift-cards-empty {
  padding: 1rem;
  border: 1px solid #e2e5ee;
  border-radius: 8px;
  background: #fff;
  color: #66627a;
}
