/* LPITA V98 — responsive loader and mobile gallery controls. */
body.live-body .lpita-branded-login-loader[data-loader-mode="persistent"]{
  transition:opacity .14s ease,visibility .14s linear!important;
  will-change:opacity!important;
}
body.live-body .lpita-branded-loader-content{gap:12px!important;transform:translateZ(0)!important}
body.live-body .lpita-branded-loader-logo img{max-height:64px!important;width:min(40vw,160px)!important}
body.live-body .lpita-branded-loader-line{height:1px!important;animation-duration:.62s!important}
@media(max-width:900px){
  body.live-body .z-product-gallery[data-product-gallery]{
    display:flex!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;
    width:100%!important;max-width:100%!important;gap:0!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;
  }
  body.live-body .z-product-gallery[data-product-gallery]::-webkit-scrollbar{display:none!important}
  body.live-body .z-product-gallery[data-product-gallery] img{flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:4/5!important;object-fit:cover!important}
  .lp98-gallery-controls{display:grid!important;grid-template-columns:36px 1fr 36px!important;align-items:center!important;gap:10px!important;padding:10px 14px 4px!important;background:var(--live-bg,#fff)!important}
  .lp98-gallery-controls>button{width:36px!important;height:36px!important;min-height:36px!important;padding:0!important;border:0!important;background:transparent!important;color:#111!important;font-size:28px!important;font-weight:300!important;line-height:1!important}
  .lp98-gallery-controls>button:disabled{opacity:.22!important}
  .lp98-gallery-dots{display:flex!important;justify-content:center!important;align-items:center!important;gap:7px!important}
  .lp98-gallery-dots button{width:20px!important;height:2px!important;min-height:2px!important;padding:0!important;border:0!important;background:#d3d3d0!important}
  .lp98-gallery-dots button.active{background:#111!important}
}
