/* Advivo Swipe Gallery */
@media (max-width: 767px) {
  .advivo-swipe-gallery-ready .product-cover,
  .advivo-swipe-gallery-ready .js-qv-mask,
  .advivo-swipe-gallery-ready .images-container,
  .advivo-swipe-gallery-ready .product-cover img,
  .advivo-swipe-gallery-ready .js-qv-product-cover {
    touch-action: pan-y;
  }

  .advivo-swipe-gallery-ready .product-cover,
  .advivo-swipe-gallery-ready .images-container {
    position: relative;
  }

  .advivo-swipe-gallery-ready .product-cover::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 36px;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(0,0,0,.12);
    pointer-events: none;
  }
}
