/* LESTER_PRODUCT_MEDIA_SLIDER_V1_2_4_20260714
   Product-page multi-slide gallery only. Catalogue cards, checkout and the
   existing product frame dimensions are intentionally untouched. */
#lester-app-shell .lester-product-media-slider{
  position:relative!important;
  overflow:hidden!important;
  touch-action:pan-y;
  outline:none;
  background:#fff!important;
}
#lester-app-shell .lester-product-media-slider__photo{
  position:relative;
  z-index:1;
  opacity:1;
  visibility:visible;
  transition:opacity .24s ease,visibility 0s linear 0s,transform .16s ease!important;
}
#lester-app-shell .lester-product-media-slider__photo:not(.is-active){
  opacity:0;
  visibility:hidden;
  transition-delay:0s,.24s,0s!important;
}
#lester-app-shell .lester-product-media-slider__layer{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  background:#fff;
  transition:opacity .24s ease,visibility 0s linear .24s;
}
#lester-app-shell .lester-product-media-slider__layer.is-active{
  opacity:1;
  visibility:visible;
  transition-delay:0s;
}
#lester-app-shell .lester-product-media-slider__video,
#lester-app-shell .lester-product-media-slider__details-image{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  margin:0;
  object-fit:contain;
  background:#fff;
  pointer-events:none;
  user-select:none;
  -webkit-user-drag:none;
}
#lester-app-shell .lester-product-media-slider:not(.is-primary-photo-active){
  cursor:default!important;
}
#lester-app-shell .lester-product-media-slider__arrow{
  position:absolute;
  top:50%;
  z-index:5;
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  margin:0;
  padding:0 0 3px;
  border:1px solid rgba(0,0,128,.18);
  border-radius:999px;
  background:rgba(255,255,255,.56);
  color:#000080;
  box-shadow:0 8px 24px rgba(0,0,80,.10);
  font:500 38px/1 Arial,sans-serif;
  cursor:pointer;
  opacity:.42;
  transform:translateY(-50%);
  transition:opacity .16s ease,transform .16s ease,background .16s ease,box-shadow .16s ease;
  -webkit-tap-highlight-color:transparent;
}
#lester-app-shell .lester-product-media-slider__arrow--prev{left:14px}
#lester-app-shell .lester-product-media-slider__arrow--next{right:14px}
#lester-app-shell .lester-product-media-slider.is-media-navigation-visible .lester-product-media-slider__arrow,
#lester-app-shell .lester-product-media-slider__arrow:hover:not(:disabled),
#lester-app-shell .lester-product-media-slider__arrow:focus-visible:not(:disabled){
  background:rgba(255,255,255,.96);
  box-shadow:0 8px 24px rgba(0,0,80,.16);
  opacity:1;
  transform:translateY(-50%) scale(1.05);
}
#lester-app-shell .lester-product-media-slider__arrow:disabled{
  opacity:.28;
  cursor:default;
}
#lester-app-shell .lester-product-media-slider__dots{
  position:absolute;
  left:50%;
  bottom:14px;
  z-index:5;
  display:flex;
  gap:8px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  box-shadow:none;
  opacity:.42;
  transform:translateX(-50%);
  transition:opacity .24s ease,background .24s ease,box-shadow .24s ease;
}
#lester-app-shell .lester-product-media-slider.is-media-navigation-visible .lester-product-media-slider__dots,
#lester-app-shell .lester-product-media-slider__dots:hover,
#lester-app-shell .lester-product-media-slider__dots:focus-within{
  background:rgba(255,255,255,.90);
  box-shadow:0 5px 16px rgba(0,0,80,.10);
  opacity:1;
}
#lester-app-shell .lester-product-media-slider__dots button{
  display:block;
  width:9px;
  height:9px;
  margin:0;
  padding:0;
  border:0;
  border-radius:999px;
  background:#aeb2c6;
  cursor:pointer;
  transition:width .16s ease,background .16s ease;
}
#lester-app-shell .lester-product-media-slider__dots button.is-active{
  width:23px;
  background:#000080;
}
#lester-app-shell .lester-product-media-slider__status{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:-1px!important;
  padding:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  white-space:nowrap!important;
  border:0!important;
}
#lester-app-shell .lester-product-media-slider.is-video-unavailable [data-product-media-kind="video"],
#lester-app-shell .lester-product-media-slider.is-video-unavailable [data-product-media-dot="1"]{
  display:none!important;
}
#lester-app-shell .lester-product-media-slider:focus-visible{
  box-shadow:0 0 0 3px rgba(0,0,128,.16);
}

@media(min-width:761px){
  /* Informational images contain text near both edges. Keep the arrows in
     dedicated side gutters instead of laying them over the image content. */
  #lester-app-shell .lester-product-media-slider__layer[data-product-media-kind="details"]{
    box-sizing:border-box;
    padding-right:52px;
    padding-left:52px;
  }
  #lester-app-shell .lester-product-media-slider__arrow{
    width:42px;
    height:42px;
    font-size:34px;
  }
  #lester-app-shell .lester-product-media-slider__arrow--prev{left:5px}
  #lester-app-shell .lester-product-media-slider__arrow--next{right:5px}
}
@media(max-width:760px){
  #lester-app-shell .lester-product-media-slider__arrow{display:none}
  #lester-app-shell .lester-product-media-slider__dots{
    bottom:10px;
    padding:6px 9px;
  }
}
@media(prefers-reduced-motion:reduce){
  #lester-app-shell .lester-product-media-slider__photo,
  #lester-app-shell .lester-product-media-slider__layer,
  #lester-app-shell .lester-product-media-slider__arrow,
  #lester-app-shell .lester-product-media-slider__dots,
  #lester-app-shell .lester-product-media-slider__dots button{
    transition:none!important;
  }
}
