.collection-hero {
  position: relative;
  flex-direction: column;
}
.collection-hero .collection-hero__image-wrapper {
  position: relative;
  display: flex;
  height: var(--pc-collection-img-height);
  overflow: hidden;
}
@media (max-width: 959px) {
  .collection-hero .collection-hero__image-wrapper {
    height: var(--md-collection-img-height);
  }
}
.collection-hero .collection-hero__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.collection-hero .collection-hero__text-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  --color-text: 255, 255, 255;
  color: rgb(var(--color-text));
}
.collection-hero .collection-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--collection-hero-cover-area);
}
.collection-hero .collection-hero__image-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--collection-hero-mask-color);
  opacity: var(--collection-hero-mask-color-opacity);
}
.collection-hero .collection-hero__description {
  margin-top: 20px;
}
.collection-hero .collection-hero__showroom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  margin-top: 24px;
  padding: 28px 40px;
  background: #f2eee5;
}
.collection-hero .collection-hero__showroom-button {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  min-width: 236px;
  padding: 0 30px;
  border: 0;
  background: #c8b48f;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: calc(var(--body-letter-spacing) * 0.2);
  line-height: 1;
  box-shadow: none;
}
.collection-hero .collection-hero__showroom-copy {
  margin: 0;
  max-width: 26ch;
  font-family: var(--body-font);
  font-style: var(--body-font-style);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: calc(var(--body-letter-spacing) * 0.18);
  line-height: 1.4;
  color: rgba(var(--color-text), 0.88);
}
.collection-hero .collection-hero__showroom-button::before,
.collection-hero .collection-hero__showroom-button::after {
  display: none;
}
.collection-hero .collection-hero__showroom-button:hover,
.collection-hero .collection-hero__showroom-button:focus-visible {
  background: #baa37c;
  box-shadow: none;
}
.collection-hero .collection-hero__showroom-button .icon-location {
  width: 18px;
  height: 18px;
}
@media (min-width: 1200px) {
  .collection-hero .collection-hero__showroom {
    gap: 18px;
  }
  .collection-hero .collection-hero__showroom-copy {
    flex: 1 1 0;
    max-width: 52ch;
    font-size: 16px;
    letter-spacing: calc(var(--body-letter-spacing) * 0.08);
    line-height: 1.38;
  }
  .collection-hero .collection-hero__showroom-button {
    min-width: 208px;
    padding: 0 24px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .collection-hero .collection-hero__showroom {
    gap: 20px;
    padding: 24px 28px;
  }
  .collection-hero .collection-hero__showroom-copy {
    max-width: 28ch;
    font-size: 16px;
    line-height: 1.42;
  }
  .collection-hero .collection-hero__showroom-button {
    min-width: 220px;
    min-height: 54px;
    padding: 0 24px;
    font-size: 15px;
  }
}
@media (max-width: 959px) {
  .collection-hero .collection-hero__description {
    margin-top: 10px;
  }
  .collection-hero .collection-hero__showroom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 18px;
    padding: 20px;
  }
  .collection-hero .collection-hero__showroom-button {
    width: 100%;
    justify-content: center;
    min-height: 54px;
    min-width: 0;
    padding: 0 20px;
    font-size: 14px;
  }
  .collection-hero .collection-hero__showroom-copy {
    max-width: none;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(var(--color-text), 0.84);
  }
}
.collection-hero .breadcrumb {
  margin-top: 0;
  margin-bottom: 10px;
}

.collection-hero:not(.has-collection-image) .collection-hero__description {
  margin-top: 12px;
}

.collection-hero__no-cover {
  padding-top: 40px;
}

@media (max-width: 959px) {
  .collection-hero__no-cover {
    padding-top: 20px;
  }
}

/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */
