.cc_e0y216z6_ZBWunBLYJ4 .pem-ingredients {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: min(72vh, 680px);
  padding: 0;
  font-family: var(--pem-sans, "Outfit", sans-serif);
}

.cc_e0y216z6_ZBWunBLYJ4 .pem-ing-media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.cc_e0y216z6_ZBWunBLYJ4 .pem-ing-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 46%;
}

.cc_e0y216z6_ZBWunBLYJ4 .pem-ing-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(48px, 7vw, 88px) clamp(36px, 6vw, 80px) clamp(48px, 7vw, 88px)
    clamp(64px, 9vw, 120px);
}

.cc_e0y216z6_ZBWunBLYJ4 .pem-ing-eyebrow {
  margin: 0 0 14px;
  font-family: var(--pem-sans, "Outfit", sans-serif);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--pem-gold, #c9a26b);
}

.cc_e0y216z6_ZBWunBLYJ4 .pem-ing-title {
  margin: 0;
  max-width: 14ch;
  font-family: var(--pem-sans, "Outfit", sans-serif);
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 400;
  line-height: 1.2;
}

.cc_e0y216z6_ZBWunBLYJ4 .pem-ing-body, .cc_e0y216z6_ZBWunBLYJ4 .pem-ing-note {
  margin: 16px 0 0;
  max-width: 38ch;
  font-family: var(--pem-sans, "Outfit", sans-serif);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

.cc_e0y216z6_ZBWunBLYJ4 .pem-ing-note {
  opacity: 0.82;
}

.cc_e0y216z6_ZBWunBLYJ4 .pem-ing-copy .pem-cta {
  margin-top: 24px;
}

@media (max-width: 860px) {
  .cc_e0y216z6_ZBWunBLYJ4 .pem-ingredients {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .cc_e0y216z6_ZBWunBLYJ4 .pem-ing-media {
    min-height: 0;
    aspect-ratio: 5 / 4;
    max-height: 52vh;
  }

  .cc_e0y216z6_ZBWunBLYJ4 .pem-ing-copy {
    min-height: 0;
    padding: 48px 28px 56px;
  }
}
