.collection-clubhouse-hero__media:empty {
  display: none;
}

.collection-clubhouse-hero__media {
  position: relative;
}

.collection-clubhouse-hero__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--logo-width-mobile);

  @media screen and (min-width: 768px) {
    width: var(--logo-width-desktop);
  }
}

.collection-clubhouse-hero__logo-img {
  width: 100%;
  height: 100%;
}

.collection-clubhouse-hero__content {
  max-width: 144rem;
  margin: 0 auto;
}

.collection-clubhouse-hero__content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--nova-space-xs);
  padding: var(--nova-space-xl) var(--nova-space-2xs);

  @media screen and (min-width: 768px) {
    padding: var(--nova-space-md-2) 0 0;
  }
}

.collection-clubhouse-hero__description {
  text-align: center;

  @media screen and (min-width: 768px) {
    max-width: 422px;
  }
}

.collection-clubhouse-hero__breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: var(--nova-space-sm) var(--nova-space-2xs) 0;

  @media screen and (min-width: 768px) {
    padding: var(--nova-space-xs-1) 32px 0;
  }
}

.collection-clubhouse-hero__breadcrumb .breadcrumbs__list {
  padding: 0;
}

.collection-clubhouse-hero__product-count {
  font: var(--nova-typography-font);
  line-height: 13.2px;
  letter-spacing: .11px;
  color: var(--nova-color-grey-400);
}
