.banner {
  height: calc(100vh - 60px);
  margin: 0 0 40px 0;
}
.header,
.header--has-menu {
  padding: 0 20px 0 20px;
  height: 60px;
}
.header__heading-logo {
  max-width: 118px;
}
.banner__heading {
  margin: 0;
  font-size: clamp(3rem, 7vw, 12rem);
}
.global-media-settings {
  border: none;
}
.page-title {
  display: none;
}
.footer__payment {
  display: none;
}
.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.75rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}
.back-to-top {
  display: none;
}
body {
  letter-spacing: 0.03rem;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.product__title h1 {
  margin: 0;
  font-size: calc(var(--font-heading-scale) * 3rem);
}
.colours p {
  display: none;
}
.header__icon:not(.header__icon--summary),
.header__icon span {
  flex-direction: column;
}

.collection-hero .collection-hero__text-wrapper {
  text-align: center;
}

.collection-hero .collection-hero__text-wrapper .collection-hero__description {
  margin-left: auto;
  margin-right: auto;
}

.collection-hero.collection-hero--with-image {

}