.products-carousel-wrapper{white-space:nowrap;background-color:#e8e8e8;height:550px;padding:30px;position:relative;overflow:hidden}.products-carousel-track{flex-wrap:nowrap;gap:60px;width:max-content;transition:transform .3s;display:flex}.products-carousel-item{flex:none;justify-content:center;align-items:center;width:220px;height:300px;transition:transform .3s;display:flex}.products-carousel-item .card{border-radius:20px;transition:transform .3s,box-shadow .3s;overflow:hidden}.products-carousel-item .card:hover{transform:scale(1.05)}@media (max-width:992px){.products-carousel-item{width:180px;height:260px}}@media (max-width:576px){.products-carousel-item{width:140px;height:200px}}
