@media (max-width: 1100px) {
  .sf-hero__product {
    transform-origin: 50% 50%;
    will-change: transform;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sf-hero__product {
    transform: none !important;
  }
}

