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

  .main-product-section {
    z-index: 13;
    position: relative;
  }
}
