.product-norta-bike--teaser,
.product-norta-bike--preorder-teaser {
  position: relative;

  .bike-image {
    background-color: var(--bs-light);

    >a {
      padding: 2em 1em;
      display: block;
    }
  }

  .bike-name-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1em;
  }

  a {
    color: var(--bs-black);

    &:hover {
      text-decoration: none;
    }
  }

  .bike-price {
    font-weight: bold;
  }
}
