@media (min-width: 1024px) {
  .product.js-product:has(.tee-gallery-content) {
    display: flex !important;
    height: 100% !important;
  }
  .tee-gallery-content{
        position: sticky !important;
    top: 0 !important;
  }
}
