.carousel-container{--items-per-view:5}@media (max-width:1280px){.carousel-container{--items-per-view:4}}@media (max-width:1024px){.carousel-container{--items-per-view:3}}@media (max-width:768px){.carousel-container{--items-per-view:2}}@media (max-width:640px){.carousel-container{--items-per-view:1}}.carousel-items-wrapper{scroll-behavior:smooth}.carousel-item{scroll-snap-align:start}.carousel-item>*{width:100%;height:100%}.carousel-item:hover{transform:scale(1.02);transition:transform .2s ease}.carousel-items-container{-webkit-overflow-scrolling:touch;touch-action:pan-y pinch-zoom;-webkit-user-select:none;-moz-user-select:none;user-select:none}.carousel-items-wrapper.dragging{transition:none;cursor:grabbing}@media (max-width:768px){.carousel-items-container{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.carousel-items-container::-webkit-scrollbar{display:none}.carousel-item{scroll-snap-align:start;scroll-snap-stop:always}.carousel-items-wrapper.dragging .carousel-item{opacity:.95}}