.referenced-collections .card > .card__content {
  padding: 0;
  background: linear-gradient(
    359.61deg,
    #2c2d2f 83.39%,
    rgba(139, 143, 149, 0) 99.68%
  );
  color: white;
  --color-foreground: 255, 255, 255;
  margin-top: -30px;
  z-index: 2;
  border-radius: 0 0 10px 10px;
}

.referenced-collection-slider {
  --collection-card-corner-radius: 10px;
  --swiper-theme-color: black;
  --swiper-navigation-size: 24px;
  @media (max-width: 750px) {
    --swiper-navigation-size: 16px;
  }
}

.referenced-collections__slider-wrapper:not(:last-of-type) {
  margin-bottom: 5rem;
}

.referenced-collections .rich-text__heading {
  margin-bottom: 0;
  margin-top: 0;
}

.referenced-collections .rich-text__heading,
.referenced-collections .rich-text__text {
  margin-right: 60px;
}

.referenced-swiper__navigation-container {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-top: -20px;
  transform: translateY(-24px);
  margin-right: 40px;

  @media (max-width: 750px) {
    transform: translateY(-54px);
    margin-right: 12px;
  }
}
.referenced-swiper__navigation-container > div {
  position: relative;
  right: 0;
  left: 0;
  margin: 0;
}

.referenced-collections .rich-text__blocks > * + * {
  margin-top: 1rem;
}

.referenced-collections .rich-text__wrapper--left.page-width {
  padding-right: 0;
}

.referenced-collection-slider .swiper-slide {
  height: auto;
}

.referenced-collection-slider .swiper {
  padding-right: 20px;
}

.referenced-collection-slider .card__information {
  padding: 1.3rem 1.2rem;
  @media screen and (min-width: 750px) {
    padding-bottom: 1rem;
    padding-top: 1.8rem;
  }

  .card__heading {
    font-weight: 500;

    .icon-wrap {
      display: none;
    }
  }
}
