.sliderWrapper{position:relative;width:100%;touch-action:pan-y}.customSlider{overflow:hidden;margin:0 -8px}.customTrack{display:flex;transition:transform .4s ease}.customSlide{flex-shrink:0;box-sizing:border-box}.customCard{height:100%}.customArrow{position:absolute;display:flex;align-items:center;justify-content:center;height:40px;width:40px;top:50%;transform:translateY(-50%);box-shadow:0 3px 9px 0 rgba(51,51,51,.2);border-radius:var(--rounded-full);background:#fff!important;z-index:9}.customLeft{left:-16px}.customRight{right:-16px}@media (max-width:767px){.customArrow{display:none}}