.collection-hero {
  margin-bottom: 1.2500rem;
}

.collection-hero__inner {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.6250rem;
}

@media screen and (min-width: 750px) {
  .collection-hero__inner {
    padding-bottom: 1.0625rem;
  }
}

.collection-breadcrumb {
  padding: 0.6250rem 0 0;
}

@media screen and (min-width: 750px) {
  .collection-breadcrumb {
    padding-top: 1.2500rem;
  }
}

.collection-breadcrumb__inner {
  padding: 3px 0;
  gap: 0.3125rem;
  color: var(--hh-color-subdued-secondary);
  font-size: 0.7500rem;
}

.collection-breadcrumb__inner a {
  color: var(--hh-color-subdued-secondary);
}

.collection-hero__title {
  margin: 0.5000rem 0 0;
}

@media screen and (min-width: 750px) {
  .collection-hero__title {
    margin-top: 0.6250rem;
  }
}

.collection-hero__description {
  margin-top: 0.5000rem;
  color: var(--hh-color-subdued-secondary);
  font-size: 0.7500rem;
  line-height: 1.5;
}

@media screen and (min-width: 750px) {
  .collection-hero__description {
    font-size: 0.8750rem;
    max-width: 51.5625rem;
  }
}

.collection-hero__description .long {
  display: none;
}

.collection-hero__description.expand .long {
  display: block;
}

.collection-hero__description.expand .short {
  display: none;
}

.collection-hero__description p {
  margin: 0;
}

.collection-hero__description a,
.read-more-toggle {
  color: var(--hh-color-subdued-secondary);
  font-size: 0.7500rem;
  line-height: 1.5;
  color: var(--hh-color-subdued-secondary);
  border-bottom: 1px solid;
  cursor: pointer;
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.collection-hero__description a:focus {
  border-bottom: 1px solid !important;
}

.collection-hero--with-image .collection-hero__title {
  margin: 0;
}

.collection-hero--with-image .collection-hero__text-wrapper {
  padding: 3.1250rem 0 2.5000rem;
}

@media screen and (max-width: 749px) {
  .collection-hero__image-container {
    height: 12.5000rem;
  }
}

@media screen and (min-width: 750px) {
  .collection-hero--with-image .collection-hero__text-wrapper {
    padding: 2.5000rem 1.2500rem 2.5000rem 0;
    flex-basis: 50%;
  }

  .collection-hero__image-container {
    align-self: stretch;
    flex: 1 0 50%;
    margin-left: 1.8750rem;
    min-height: 12.5000rem;
  }

  .collection-hero__description a,
  .read-more-toggle {
    font-size: 0.8750rem;
  }
}
