@media only screen and (min-width: 750px) {
  .product__info-wrapper {
    position: sticky;
    top: 6rem;
    height: fit-content;
  }
}
