.ah-single-slider-container{width:100%;max-width:1180px;margin:10px auto 0;overflow:hidden;background-color:rgba(0,0,0,.2);padding:10px 0;z-index:2!important;position:relative}.ah-slider-row{display:flex;width:100%;margin-bottom:1px;padding:20px 0;position:relative;overflow:hidden}.ah-slider-track{display:flex;width:max-content;gap:20px}.ah-scroll-left{animation:scrollLeft 40s linear infinite}.ah-scroll-right{animation:scrollRight 40s linear infinite}.ah-slider-row:hover .ah-slider-track{animation-play-state:paused}.ah-slider-item{width:200px;height:140px;flex-shrink:0;border-radius:6px;overflow:hidden;background-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease,z-index 0s .3s,box-shadow .3s ease;z-index:3;position:relative}.ah-slider-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;filter:brightness(1.05)}.ah-slider-item:hover{transform:scale(1.15);z-index:10;transition:transform .3s ease,z-index 0s,box-shadow .3s ease;box-shadow:0 8px 20px rgba(0,0,0,.2)}.ah-slider-item:active{transform:scale(1.4);z-index:20;transition:transform .1s ease}@keyframes scrollLeft{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}@keyframes scrollRight{0%{transform:translate3d(-50%,0,0)}100%{transform:translate3d(0,0,0)}}@media screen and (max-width:768px){.ah-single-slider-container{padding:0}.ah-slider-track{gap:15px}.ah-slider-item{width:150px;height:104px}}