.rit-mobile-gallery{display:none}
@media(max-width:767px){
  .product-image.rit-has-mobile-gallery>a.db,
  .product-image.rit-has-mobile-gallery>.hover_img{display:none!important}
  .rit-mobile-gallery{display:block;position:relative;width:100%;overflow:hidden;background:#fff}
  .rit-mobile-gallery__viewport{width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain;touch-action:pan-x pan-y}
  .rit-mobile-gallery__viewport::-webkit-scrollbar{display:none}
  .rit-mobile-gallery__track{display:flex;width:100%;will-change:transform}
  .rit-mobile-gallery__slide{display:block;flex:0 0 100%;width:100%;aspect-ratio:var(--rit-gallery-ratio);scroll-snap-align:start;scroll-snap-stop:always;background:#fff}
  .rit-mobile-gallery__image{display:block;width:100%;height:100%;object-fit:cover}
  .rit-mobile-gallery__progress{position:absolute;right:0;bottom:8px;left:0;z-index:4;display:flex;align-items:center;justify-content:center;gap:5px;pointer-events:none}
  .rit-mobile-gallery__progress span{display:block;width:11px;height:2px;background:rgba(30,30,30,.3);transition:width .18s ease,background-color .18s ease}
  .rit-mobile-gallery__progress span.is-active{width:24px;background:#222}
  .rit-mobile-gallery.rit-hinting .rit-mobile-gallery__track{animation:rit-mobile-gallery-hint 2s ease-in-out both}
  @keyframes rit-mobile-gallery-hint{0%,50%,100%{transform:translateX(0)}25%{transform:translateX(-20%)}75%{transform:translateX(-10%)}}
}
@media(max-width:767px) and (prefers-reduced-motion:reduce){
  .rit-mobile-gallery.rit-hinting .rit-mobile-gallery__track{animation:none}
  .rit-mobile-gallery__progress span{transition:none}
}
