@media (min-width: 992px) {
  .main-product__left {
    position: sticky;
    top: 1rem;
    align-self: start;
  }
}
