/* Performance-safe overrides:
 * Keep visual behavior but avoid color-only transitions that trigger
 * non-composited animation warnings in Lighthouse/PageSpeed.
 */
.for,
#sw-add-to-cart-message,
#sw-add-to-cart-message * {
  transition-property: opacity, transform !important;
}
