
/* 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}
}

.fe-sp-control .airdrop-media{position:relative}
.fe-sp-control .fe-airdrop-toggle{position:absolute;right:14px;bottom:14px;z-index:5;min-width:56px;min-height:36px;padding:8px 12px;border:1px solid rgba(255,255,255,.5);border-radius:18px;background:rgba(0,0,0,.55);color:#fff;font:600 12px/1.2 Arial;cursor:pointer}
.fe-sp-control .fe-airdrop-toggle:focus-visible{outline:2px solid #fff;outline-offset:3px}
