body.page--topic.topic-theme--shopping .shop-alt-sheet {
  margin-top: clamp(2.1rem, 4.2vw, 3.2rem);
  padding: clamp(1.55rem, 2.5vw, 2.15rem);
  background:
    radial-gradient(circle at 82% 16%, rgba(var(--topic-secondary-rgb), 0.07), transparent 28%),
    linear-gradient(140deg, rgba(var(--topic-primary-rgb), 0.07), transparent 40%),
    linear-gradient(180deg, rgba(250, 244, 236, 0.98), rgba(242, 234, 223, 0.98));
  border: 1px solid rgba(var(--topic-ink-rgb), 0.06);
  border-radius: 1.55rem;
  box-shadow:
    0 20px 46px rgba(var(--topic-primary-rgb), 0.07),
    inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

body.page--topic.topic-theme--shopping .shop-alt-notes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-bottom: 1.6rem;
}

body.page--topic.topic-theme--shopping .shop-alt-nucleus {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 1.3rem;
  align-items: start;
  margin-bottom: 1.5rem;
}

body.page--topic.topic-theme--shopping .shop-alt-column {
  display: grid;
  gap: 1rem;
  align-content: start;
}

body.page--topic.topic-theme--shopping .shop-alt-followup {
  display: grid;
  gap: 1rem;
}

body.page--topic.topic-theme--shopping .shop-alt-followup + .shop-alt-followup {
  margin-top: 1rem;
}

body.page--topic.topic-theme--shopping .shop-alt-followup--primaries {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page--topic.topic-theme--shopping .shop-alt-followup--secondaries {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

body.page--topic.topic-theme--shopping .shop-alt-card {
  padding: 1.08rem 1.14rem 1.24rem;
  background: rgba(249, 244, 236, 0.52);
  border-radius: 1.45rem;
  box-shadow: 0 6px 18px rgba(var(--topic-primary-rgb), 0.03);
}

body.page--topic.topic-theme--shopping .shop-alt-card-shell {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.page--topic.topic-theme--shopping .shop-alt-card-kicker {
  margin: 0;
  font-size: 0.64rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-500);
}

body.page--topic.topic-theme--shopping .shop-alt-card-title {
  margin: 0.42rem 0 0;
  font-family: "Fraunces", serif;
  line-height: 0.94;
  letter-spacing: -0.025em;
  color: var(--ink-900);
  text-wrap: balance;
}

body.page--topic.topic-theme--shopping .shop-alt-card-text {
  margin: 0.78rem 0 0;
  font-size: 0.94rem;
  line-height: 1.82;
  color: var(--ink-700);
}

body.page--topic.topic-theme--shopping .shop-alt-card-media {
  display: flex;
  margin: 0.86rem 0 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.34;
  border-radius: 1.05rem;
}

body.page--topic.topic-theme--shopping .shop-alt-card-media img {
  display: block;
  flex: 1;
  min-width: 0;
  height: 100%;
  object-fit: cover;
}

body.page--topic.topic-theme--shopping .shop-alt-card--lead .shop-alt-card-title {
  font-size: clamp(2.15rem, 3.15vw, 3.7rem);
}

body.page--topic.topic-theme--shopping .shop-alt-card--lead .shop-alt-card-text {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.1rem, 1.55vw, 1.38rem);
  line-height: 1.62;
  color: var(--ink-900);
}

body.page--topic.topic-theme--shopping .shop-alt-card--support.shop-alt-card--primary .shop-alt-card-title,
body.page--topic.topic-theme--shopping .shop-alt-followup--primaries .shop-alt-card-title {
  font-size: clamp(1.55rem, 2.15vw, 2.35rem);
}

body.page--topic.topic-theme--shopping .shop-alt-card--support.shop-alt-card--secondary .shop-alt-card-title,
body.page--topic.topic-theme--shopping .shop-alt-followup--secondaries .shop-alt-card-title {
  font-size: clamp(1.22rem, 1.58vw, 1.6rem);
}

body.page--topic.topic-theme--shopping .shop-alt-card--more .shop-alt-card-title {
  font-size: clamp(1.08rem, 1.35vw, 1.26rem);
  line-height: 1.08;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
}

body.page--topic.topic-theme--shopping .shop-alt-card--more .shop-alt-card-text {
  font-size: 0.86rem;
  line-height: 1.72;
}

body.page--topic.topic-theme--shopping .shop-alt-card--lead.shop-alt-card--with-media .shop-alt-card-media {
  max-height: 18.5rem;
}

body.page--topic.topic-theme--shopping .shop-alt-card--support.shop-alt-card--with-media .shop-alt-card-media,
body.page--topic.topic-theme--shopping .shop-alt-followup .shop-alt-card--with-media .shop-alt-card-media {
  max-height: 13rem;
}

@media (max-width: 1024px) {
  body.page--topic.topic-theme--shopping .shop-alt-nucleus {
    grid-template-columns: 1fr;
  }

  body.page--topic.topic-theme--shopping .shop-alt-followup--primaries,
  body.page--topic.topic-theme--shopping .shop-alt-followup--secondaries {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.page--topic.topic-theme--shopping .shop-alt-sheet {
    padding: 1.1rem;
  }

  body.page--topic.topic-theme--shopping .shop-alt-notes {
    grid-template-columns: 1fr;
  }
}
