@media (max-width: 767.98px) {
  .product-miniature__image-container { touch-action: pan-y; }
  .jojo-card-gallery__track { display: flex; height: 100%; transform: translate3d(0,0,0); width: 100%; will-change: transform; }
  .jojo-card-gallery__slide { display: block; flex: 0 0 100%; height: 100%; min-width: 0; }
  .jojo-card-gallery__slide picture, .jojo-card-gallery__slide .product-miniature__image { display: block; height: 100% !important; object-fit: cover; width: 100% !important; }
  .jojo-card-gallery__dots { bottom: 10px; display: flex; gap: 5px; justify-content: center; left: 0; pointer-events: none; position: absolute; right: 0; z-index: 3; }
  .jojo-card-gallery__dot { background: rgba(255,255,255,.9); border: 1px solid rgba(20,20,20,.12); border-radius: 50%; box-shadow: 0 1px 2px rgba(0,0,0,.18); height: 5px; transition: transform .22s ease, background .22s ease; width: 5px; }
  .jojo-card-gallery__dot.is-active { background: #171717; border-color: #171717; transform: scale(1.18); }
}
