/* SSK Store V4.1.107 — Desktop slider image fit
 * Keeps uploaded banners fully visible by deriving the desktop slider height
 * from the natural image ratio. Mobile behavior remains untouched.
 */
@media (min-width: 768px){
  html body.ssk-premium-v40 .ssk-slider{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
  }
  html body.ssk-premium-v40 .ssk-slider-track,
  html body.ssk-premium-v40 .ssk-slide,
  html body.ssk-premium-v40 .ssk-slide-inner{
    height:var(--ssk-slider-fit-height,310px)!important;
    min-height:var(--ssk-slider-fit-height,310px)!important;
    max-height:none!important;
  }
  html body.ssk-premium-v40 .ssk-slide-bg{
    background-size:100% 100%!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
  }
}
