@keyframes fade-out{
from{opacity:1}
to{opacity:0}
}
@keyframes fade-in{
from{opacity:0}
to{opacity:1}
}
.block__products-selection__wrapper{display:grid;grid-template-columns:repeat(var(--products-selection-cols-lg,3),minmax(0,1fr));gap:50px;justify-items:center}
.block__products-selection__swiper{display:none}
@media (max-width:771px){
.block__products-selection__wrapper{display:none}
.block__products-selection__swiper{display:block;padding-bottom:60px}
}
.block__products-selection__swiper .swiper{position:relative;overflow:hidden}
.block__products-selection__swiper .swiper-wrapper{align-items:stretch}
.block__products-selection__swiper .product-item{flex-shrink:0;transform-origin:left center;will-change:transform;display:block;width:100%;max-width:none}
.block__products-selection__swiper .product-item__wrapper{padding:10px}