/* PDP */
.product__content {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 150px;
  align-self: start;
  z-index: 10;
}