
/* Scope all motion overrides to these product sections. */
:where(animate-element[data-fe-native-entry]){display:block}
.slg__slide media-element{display:block;width:100%;height:100%;overflow:hidden}
@media(prefers-reduced-motion:reduce){
 [data-fe-native-entry],parallax-overlay[data-fe-responsive]{opacity:1!important;transform:none!important}
 media-element[data-fe-responsive] picture>img{transform:none!important}
}
