.iurop-product__layout[data-adaptive-sticky] > :is(.iurop-gallery, .cooldo-broth-gallery, .iurop-product__info) {
  position: relative;
  top: auto;
  align-self: start;
}

@media (min-width: 990px) {
  .iurop-product__layout[data-adaptive-sticky] > [data-sticky-column] {
    position: sticky;
    top: var(--product-column-top, 96px);
  }
}
