section.hero {
  margin-top: 1em;
  margin-bottom: 6em;
}

.page-title {
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 1rem;
  @media (min-width: 420px) {
    font-size: 1.75rem;
  }
}

.title-v-logo {
  width: 40px;
  margin-top: -0.4em;
}

.hero-image {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

a:not(.btn).product-link {
  font-size: 1em; /* Measured to avoid content line breaks. */
  font-weight: 900;
  text-align: center;
  color: var(--bt-black);
  text-decoration: none;
  &:hover {
    /* As in BT nav links */
    color: var(--bt-hover-state-grey);
  }
}

.product-order-buttons {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  align-items: center;
  .btn {
    width: max-content;
  }
}