/**
 * Mobile Slider Styles - Crossfade Version
 * Version: 2.2.0 - Fixed overflow + desktop hide
 */

@media (min-width:769px){.mobile-slider-container{display:none !important}}
.mobile-slider-container{position:relative;width:100vw;height:100vh;max-width:none;margin:0;margin-left:0;background:#000;overflow:hidden;left:0;right:0}.mobile-slider{position:relative;width:100%;height:100%;touch-action:pan-y pinch-zoom}.mobile-slider .slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 0.6s ease-in-out;z-index:1}.mobile-slider .slide.active{opacity:1;z-index:2}.mobile-slider img{width:100%;height:100vh;object-fit:cover;object-position:center center;display:block;min-height:100vh;max-height:100vh}.slide-link{display:block;width:100%;height:100%;-webkit-tap-highlight-color:transparent}.mobile-slider .prev,.mobile-slider .next{cursor:pointer;position:absolute;top:50%;width:44px;height:44px;margin-top:-22px;padding:0;color:white;font-weight:bold;font-size:24px;background:rgba(0,0,0,0.6);border:2px solid rgba(255,255,255,0.3);border-radius:50%;user-select:none;z-index:1000;text-decoration:none;display:flex;align-items:center;justify-content:center;line-height:1;touch-action:manipulation;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.mobile-slider .next{right:10px}.mobile-slider .prev{left:10px}.mobile-slider .prev:hover,.mobile-slider .next:hover,.mobile-slider .prev:active,.mobile-slider .next:active{background:rgba(0,0,0,0.9);border-color:rgba(255,255,255,0.6);transform:scale(1.1)}.mobile-slider .slider-dots{text-align:center;position:absolute;bottom:20px;width:100%;z-index:100;display:flex;justify-content:center;align-items:center;gap:10px}.mobile-slider .dot{cursor:pointer;height:15px;width:15px;margin:0;padding:0;background-color:rgba(255,255,255,0.5);border:none;border-radius:50%;display:inline-block;transition:all .3s ease;-webkit-tap-highlight-color:transparent}.mobile-slider .dot.active,.mobile-slider .dot:hover,.mobile-slider .dot:active{background-color:white;transform:scale(1.2)}.mobile-slider .slide,.mobile-slider img{will-change:opacity}.mobile-slider .prev,.mobile-slider .next,.mobile-slider .dot{will-change:transform}.mobile-slider .prev:focus,.mobile-slider .next:focus,.mobile-slider .dot:focus{outline:2px solid rgba(255,255,255,0.8);outline-offset:2px}.mobile-slider.preload *{transition:none !important}@media screen and (max-width:360px){.mobile-slider .prev,.mobile-slider .next{width:36px;height:36px;margin-top:-18px;font-size:20px}.mobile-slider .dot{height:12px;width:12px}}
