/* Japanese catalogue card motion. Content is visible until the controller is
   active, and reached cards can never remain hidden after a fast scroll. */
@media (min-width:761px){
  html:not(.v262-motion-ready) [data-reveal]{opacity:1!important;transform:none!important}
  html.v262-motion-ready [data-reveal]{transition:opacity .68s cubic-bezier(.2,.72,.22,1),transform .68s cubic-bezier(.2,.72,.22,1)!important;will-change:opacity,transform}
  html.v262-motion-ready [data-reveal]:not(.visible){opacity:0!important;transform:translate3d(0,24px,0)!important}
  html.v262-motion-ready [data-reveal="left"]:not(.visible){transform:translate3d(-24px,10px,0)!important}
  html.v262-motion-ready [data-reveal="right"]:not(.visible){transform:translate3d(24px,10px,0)!important}
  html.v262-motion-ready [data-reveal].visible{opacity:1!important;transform:none!important;will-change:auto!important}
  html.v262-motion-ready .product-card[data-reveal]:nth-child(3n+2){transition-delay:.06s!important}
  html.v262-motion-ready .product-card[data-reveal]:nth-child(3n+3){transition-delay:.12s!important}
}
@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1!important;transform:none!important;transition:none!important}}
