.product-grid-home.is-switching .product-card-home{opacity:0;transform:translateY(18px) scale(.97)}
.product-grid-home .product-card-home{transition:opacity .32s ease,transform .42s cubic-bezier(.2,.75,.25,1),box-shadow .3s ease}
.product-grid-home.is-entering .product-card-home{animation:homeProductIn .5s both cubic-bezier(.2,.75,.25,1)}
.product-grid-home.is-entering .product-card-home:nth-child(2){animation-delay:.04s}
.product-grid-home.is-entering .product-card-home:nth-child(3){animation-delay:.08s}
.product-grid-home.is-entering .product-card-home:nth-child(4){animation-delay:.12s}
.product-grid-home.is-entering .product-card-home:nth-child(5){animation-delay:.16s}
.product-grid-home.is-entering .product-card-home:nth-child(6){animation-delay:.2s}
@keyframes homeProductIn{from{opacity:0;transform:translateY(22px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}
